Yum updates can fail due to package dependency failures. In this example, it is for the srvadmin-idrac-ivmcli-9.3.0-3465.14818.el7.x86_64 package from the dell-system-update_dependent repository.
This article goes over how to confirm and resolve this error on Dedicated servers.
An example of the error message you may see in this situation is as follows.
--> Processing Dependency: libdchipm.so.9()(64bit) for package: srvadmin-idrac-ivmcli-9.3.0-3465.14818.el7.x86_64
--> Finished Dependency Resolution
Error: Package: srvadmin-idrac-ivmcli-9.3.0-3465.14818.el7.x86_64 (@dell-system-update_dependent)
Requires: libdchipm.so.9()(64bit)
Removing: srvadmin-hapi-9.5.0-4063.16816.el7.x86_64 (@dell-system-update_dependent)
libdchipm.so.9()(64bit)
Updated By: srvadmin-hapi-10.1.0.0-4561.18274.el7.x86_64 (dell-system-update_dependent)
~libdchipm.so.10()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Resolve Dell IDRAC Dependency Failure
- SSH into the appropriate server as root
- To confirm this problem exists, run the following
yum update -y
- If you receive the above error, then run the following commands to remove the problem package and repository
yum --disablerepo=* --enablerepo=dell-system-update_dependent remove srvadmin-idrac-ivmcli-9.3.0-3465.14818.el7.x86_64
yum --disablerepo=* --enablerepo=dell-system-update_dependent update
- Run the update again to confirm the error is resolved with the following command
yum update -y
Comments
0 comments
Article is closed for comments.