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.
NNRao
17 Posts
0
April 20th, 2011 08:00
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.
*VeeDub*
21 Posts
0
April 20th, 2011 16:00
In etc/yum, I can see one entry only:
pluginconf.d
NNRao
17 Posts
0
April 21st, 2011 01:00
*VeeDub*
21 Posts
0
April 21st, 2011 02:00
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.
NNRao
17 Posts
0
April 21st, 2011 03:00
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
*VeeDub*
21 Posts
0
April 21st, 2011 15:00
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?
*VeeDub*
21 Posts
0
April 22nd, 2011 06:00
Error: Need to pass a list of pkgs to erase
usage: yum [options] COMMAND
NNRao
17 Posts
0
April 25th, 2011 01:00
# rpm -qil srvadmin-all
If your dont get any result, then continue from step 2 and post the result.
*VeeDub*
21 Posts
0
April 25th, 2011 02:00
package srvadmin-all is not installed
NNRao
17 Posts
0
April 25th, 2011 03:00
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.
*VeeDub*
21 Posts
0
April 25th, 2011 04:00
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?
NNRao
17 Posts
0
April 25th, 2011 05:00
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.
*VeeDub*
21 Posts
0
April 25th, 2011 06:00
Thanks a bunch!
NNRao
17 Posts
0
April 25th, 2011 07:00
*VeeDub*
21 Posts
0
April 25th, 2011 16:00