17 Posts

April 20th, 2011 08:00

Hi,
Open /etc/yum.repos.d/CentOS-Base.repo and

Add enabled=1 at the end of Base & Update config; just compare the below with your file.

[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
exclude=kernel-xen*, *xen*
enabled=1

#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
exclude=kernel-xen*, *xen*
enabled=1

--------------------
Now run yum clean all
and proceed from yum install srvadmin-all
Let me know how it goes.

21 Posts

April 20th, 2011 16:00

Hi

In etc/yum, I can see one entry only:

pluginconf.d

17 Posts

April 21st, 2011 01:00

Please check /etc/yum.repos.d/ not in etc/yum

21 Posts

April 21st, 2011 02:00

Sorry about before.

Download did not succeed:

http://linux.dell.com/repo/hardware/latest/platform_independent/rh50/srvadmin-i386/srvadmin-jre-6.5.0-1.145.1.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.

Error Downloading Packages:
srvadmin-jre-6.5.0-1.145.1.el5.i386: failure: srvadmin-i386/srvadmin-jre-6.5.0-1.145.1.el5.i386.rpm from dell-omsa-indep: [Errno 256] No more mirrors to try.

17 Posts

April 21st, 2011 03:00

1. yum erase $(rpm -qa | grep srvadmin)

2. yum clean all

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

4. yum install srvadmin-all

Try this and let me know

21 Posts

April 21st, 2011 15:00

First command does not work.

Do I need to be in a particular directory?

There is more than a page of output (help for the command), how can I scroll back to the top to see the initial error message?

21 Posts

April 22nd, 2011 06:00

The error is:

Error: Need to pass a list of pkgs to erase
usage: yum [options] COMMAND

17 Posts

April 25th, 2011 01:00

execute this command and post the result.

# rpm -qil srvadmin-all

If your dont get any result, then continue from step 2 and post the result.

21 Posts

April 25th, 2011 02:00

"execute this command and post the result.

# rpm -qil srvadmin-all
"
Result:
package srvadmin-all is not installed

17 Posts

April 25th, 2011 03:00

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 "

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

It may be a temp issue with dell site. Let me know how it goes.


21 Posts

April 25th, 2011 04:00

All the steps completed

At the completion of step 4, installation reported as successful.

I restarted the server and tried to connect:
https://ip_address:1311

No web page loaded

Any suggestions?

17 Posts

April 25th, 2011 05:00

try doing a telnet to the server

telnet ip_address 1311. See if u can connect to the port. if you are not able to connect. then check to see if the OMSA is running by

netstat -nl | grep 1311. This should be in listening state. If this is in the running state.

the see the previous posts for the firewall rules to be configured.

21 Posts

April 25th, 2011 06:00

We're in business

Thanks a bunch!

17 Posts

April 25th, 2011 07:00

great what was the problem was this the fw_rules ?

21 Posts

April 25th, 2011 16:00

Yes, fw rules
No Events found!

Top