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

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

No Events found!

Top