UNSOLVED

pablobhz

updated

14 years ago

P

pablobhz

9 Posts

0

532654

February 6th, 2013 06:00

Installing OpenManage on CentOS 6.3 x64

Hello fellas.

I've found an thread here, that helped me a bit:

http://en.community.dell.com/techcenter/systems-management/f/4469/t/19415767.aspx?PageIndex=2
 
Well, i've followed some procedures there and managed to do most stuff.
 
But when i run "yum install srvadmin-all", i always get the message "No package srvadmin-all available".
Is there anything else i could do, or my OS is really not supported ?
 
The instructions followed were:
1. Does your servers have direct internet access ? or is this through a proxy server ?

try accessing " wget http://linux.dell.com/repo/hardware/latest/platform_independent/rh50/srvadmin-i386/srvadmin-jre-6.5.0-1.145.1.el5.i386.rpm "
(i changed that one - i downloaded this:

http://linux.dell.com/repo/hardware/latest/platform_independent/rh60_64/srvadmin-x86_64/srvadmin-jre-7.2.0-4.460.1.el6.x86_64.rpm )

and see if you are able to download this file. If successful then try

2. try from step 2.

2. yum clean all

3. wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash

4. yum install srvadmin-all (this is the step i'm stuck)

Thanks in advance everyone