Hi all, I'm just trying to get Dell openmanage to run on my Centos 5.6 box. The monitoring stuff appears to have installed but the web server stuff is complaining it needs openwsman 2.2.3 or later and I can only find that for RHEL/Centos 6, not 5.
Can anyone point me at a suitable rpm, or do I have to resort to compiling it? Surely I'm not the only one trying to do this.
-- Kevin Thorpe
2011/6/14 Kevin Thorpe kevin.thorpe@pibenchmark.com:
Hi all, I'm just trying to get Dell openmanage to run on my Centos 5.6 box. The monitoring stuff appears to have installed but the web server stuff is complaining it needs openwsman 2.2.3 or later and I can only find that for RHEL/Centos 6, not 5.
Can anyone point me at a suitable rpm, or do I have to resort to compiling it? Surely I'm not the only one trying to do this.
just follow instructions at http://linux.dell.com/repo/hardware/OMSA_6.5/ and install srvadmin-all
-- Eero
On Tue, Jun 14, 2011 at 1:13 PM, Eero Volotinen eero.volotinen@iki.fi wrote:
2011/6/14 Kevin Thorpe kevin.thorpe@pibenchmark.com:
Hi all, I'm just trying to get Dell openmanage to run on my Centos 5.6 box. The monitoring stuff appears to have installed but the web server stuff is complaining it needs openwsman 2.2.3 or later and I can only find that for RHEL/Centos 6, not 5.
Can anyone point me at a suitable rpm, or do I have to resort to compiling it? Surely I'm not the only one trying to do this.
just follow instructions at http://linux.dell.com/repo/hardware/OMSA_6.5/ and install srvadmin-all
That's exactly what I was trying to do. Error: Missing Dependency: openwsman-server >= 2.2.3 is needed by package srvadmin-itunnelprovider-6.5.0-1.151.1.el5.x86_64 (dell-omsa-specific)
and this is from base, updates, epel, extras, rpmforge [root@510-top ~]# rpm -qa|grep openwsman openwsman-client-2.2.0-5.el5 openwsman-server-2.2.0-5.el5
Kevin Thorpe wrote on 06/14/2011 08:20 AM: ...
That's exactly what I was trying to do. Error: Missing Dependency: openwsman-server>= 2.2.3 is needed by package srvadmin-itunnelprovider-6.5.0-1.151.1.el5.x86_64 (dell-omsa-specific)
It seems to be in the Dell repo:
http://linux.dell.com/repo/hardware/2011_Q1/platform_independent/rh50/repovi...
Phil
Hmmm... I don't know how to do this........ but I know a man who can so it'll wait.
On Tue, Jun 14, 2011 at 1:52 PM, Phil Schaffner Philip.R.Schaffner@nasa.gov wrote:
Kevin Thorpe wrote on 06/14/2011 08:20 AM: ...
That's exactly what I was trying to do. Error: Missing Dependency: openwsman-server>= 2.2.3 is needed by package srvadmin-itunnelprovider-6.5.0-1.151.1.el5.x86_64 (dell-omsa-specific)
It seems to be in the Dell repo:
http://linux.dell.com/repo/hardware/2011_Q1/platform_independent/rh50/repovi...
Phil _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
2011/6/14 Kevin Thorpe kevin.thorpe@pibenchmark.com:
Hmmm... I don't know how to do this........ but I know a man who can so it'll wait.
just follow instructions at web page.
step 1 (on root terminal): wget -q -O - http://linux.dell.com/repo/hardware/OMSA_6.5/bootstrap.cgi | bash step 2 (on root terminal): yum install srvadmin-all
-- Eero
On Tue, Jun 14, 2011 at 4:45 PM, Eero Volotinen eero.volotinen@iki.fi wrote:
2011/6/14 Kevin Thorpe kevin.thorpe@pibenchmark.com:
Hmmm... I don't know how to do this........ but I know a man who can so it'll wait.
just follow instructions at web page.
step 1 (on root terminal): wget -q -O - http://linux.dell.com/repo/hardware/OMSA_6.5/bootstrap.cgi | bash step 2 (on root terminal): yum install srvadmin-all
That was where I was before I came to the list.