Unsolved

This post is more than 5 years old

21 Posts

318134

April 19th, 2011 19:00

Installing OMSA using Yum

Hello,

I am giving this is a try, I have not progressed very far before I have encountered errors.

The hardware is a T310

The software is XenServer 5.6 FP1

This command appeared to complete OK:
wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash

I then tried:
yum install srvadmin-all

Which failed, I can't figure out how to copy all of the output, but here is the last part of the output:
--> Finished Dependency Resolution
sblim-sfcb-1.3.7-1.6.4.el5.i386 from dell-omsa-indep has depsolving problems
--> Missing Dependency: perl(LWP::UserAgent) is needed by package sblim-sfcb-1.3.7-1.6.4.el5.i386 (dell-omsa-indep)
srvadmin-xmlsup-6.5.0-1.141.2.el5.i386 from dell-omsa-indep has depsolving problems
--> Missing Dependency: libxslt.so.1 is needed by package srvadmin-xmlsup-6.5.0-1.141.2.el5.i386 (dell-omsa-indep)
Error: Missing Dependency: perl(LWP::UserAgent) is needed by package sblim-sfcb-1.3.7-1.6.4.el5.i386 (dell-omsa-indep)
Error: Missing Dependency: libxslt.so.1 is needed by package srvadmin-xmlsup-6.5.0-1.141.2.el5.i386 (dell-omsa-indep)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

9 Posts

February 6th, 2013 05:00

Hello.

I've found this old reply you gave here.

Well, i'm still having the "No package srvadmin-all" message.

Any ideas heh ?
I've lurked around google and dell community, nothing that could help.

What happens if  i try to install the RPM of that package i downoaded ?
PS:
I downloaded a different package, that was:
 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

2 Intern

 • 

615 Posts

February 6th, 2013 08:00

You need the repo added to yum.

Run this command:

wget -q -O - linux.dell.com/.../bootstrap.cgi | bash

Then install your package.

2 Intern

 • 

615 Posts

February 6th, 2013 08:00

Silly forum

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

9 Posts

February 6th, 2013 10:00

Yeap i installed.

But now i'm getting a conflict with top-pegasus package, even afte removing the package.

Do i need to restart the server ?

9 Posts

February 6th, 2013 11:00

Error i get:

Transaction Check Error:

 file /usr/lib64/libcmpiCppImpl.so from install of libcmpiCppImpl0-2.0.1-5.el6.x86_64 conflicts with file from package tog-pegasus-libs-2:2.11.0-3.el6.x86_64

Error Summary

9 Posts

February 6th, 2013 11:00

"Note that this command will fail silently if the named package doesn't actually exist"

Well, nothing happened to me.

Tried:

repoquery -lq pegasus

nothing

repoquery -lq top-pegasus

nothing

2 Intern

 • 

615 Posts

February 6th, 2013 11:00

2 Intern

 • 

615 Posts

February 6th, 2013 11:00

Are you using OpenPegasus?

2 Intern

 • 

615 Posts

February 6th, 2013 11:00

9 Posts

February 6th, 2013 11:00

No i don't.

This is just a fileserver(samba, webmin, swat) and openfire server ; nothing else.

I already did 'yum remove top-pegasus', but got no success. It still thinks that it is installed and conflicts with a package called libcmpiCppImpl0

9 Posts

February 6th, 2013 11:00

Is there any way to manually start openmanage services , without rebooting ?

9 Posts

February 6th, 2013 11:00

Tried

Here's the output:

[root@icebird ~]# rpm -e --nodeps --allmatches tog-pegasus

error: package tog-pegasus is not installed

[root@icebird ~]# package-cleanup --cleandupes

Loaded plugins: dellsysid, fastestmirror, refresh-packagekit

Loading mirror speeds from cached hostfile

* Webmin: download.webmin.com

* base: mirror.globo.com

* dell-community: linux.dell.com

* epel: epel.mirror.constant.com

* extras: mirror.globo.com

* updates: mirror.globo.com

No duplicates to remove

And, i tried to install the package by itself

[root@icebird ~]# yum install libcmpiCppImpl0

Loaded plugins: dellsysid, fastestmirror, refresh-packagekit, security

Loading mirror speeds from cached hostfile

* Webmin: download.webmin.com

* base: mirror.globo.com

* dell-community: linux.dell.com

* epel: epel.mirror.constant.com

* extras: mirror.globo.com

* updates: mirror.globo.com

Setting up Install Process

Resolving Dependencies

--> Running transaction check

---> Package libcmpiCppImpl0.x86_64 0:2.0.1-5.el6 will be installed

--> Finished Dependency Resolution

Dependencies Resolved

================================================================================

Package                 Arch           Version              Repository    Size

================================================================================

Installing:

libcmpiCppImpl0         x86_64         2.0.1-5.el6          base          71 k

Transaction Summary

================================================================================

Install       1 Package(s)

Total size: 71 k

Installed size: 246 k

Is this ok [y/N]: y

Downloading Packages:

Running rpm_check_debug

Running Transaction Test

Transaction Check Error:

 file /usr/lib64/libcmpiCppImpl.so from install of libcmpiCppImpl0-2.0.1-5.el6.x86_64 conflicts with file from package tog-pegasus-libs-2:2.11.0-3.el6.x86_64

Error Summary

-------------

0 events found

No Events found!

Top