Unsolved
This post is more than 5 years old
3 Posts
0
1287
January 30th, 2019 04:00
srvadmin update failed from 9.1.0 to 9.2.0
Hello, I have problems with the update of the package srvadmin-omilcore on an CentOS6. If I update the package it removes smbios-utils-bin which is required for the package. Did anybody else had this Problem?
No Events found!


Dell-DylanJ
6 Operator
•
2.9K Posts
0
January 30th, 2019 08:00
Hello,
I am working on getting a system deployed with Cent 6 for testing to see if I get the same behavior. While waiting on that, does OpenManage seem to work normally if you uninstall 9.1 and install 9.2 cleanly? A clean install is one of the first steps we try when having update issues.
Eley197
3 Posts
0
February 1st, 2019 00:00
Even if I try to make a clean installation of 9.2 the packages smbios-utils-bin and lbsmbios won't be installed. Instead the system shows that the packages are not required and replaced by without an alternativity.
Kalaso
13 Posts
0
February 1st, 2019 11:00
Hello Eley197,
smbios-utils-bin is part of the srvadmin-omilcore package or a dependency?
If it is just a dependency maybe you can use --nodeps during rpm -erase
I will check my logs.
Eley197
3 Posts
0
February 4th, 2019 06:00
Hi, thanks for the help so far.
I will have to wait for one week to get a deeper look in it because i hadn't the time to look it up in this maintanence. So as far as I remember the main problem is that even with --nodeps the packages which should be required(dependencies) are replaced.
Even in the manual it is mentioned as a OM Dependant package. ( https://topics-cdn.dell.com/pdf/openmanage-server-administrator-v92_install-guide2_en-us.pdf page 46) If I search for the dependencies in the repo-version of srvadmin-omilcore 9.2 it seems that there is no dependency with smbios-utils-bin.
I will try to get the dependencies of the version 9.1 and update the post.
EDIT:
I looked up the dependencies for 9.1.
9.1 needs:
- smbios-utils-bin
9.2 needs:
- dmidecode
So the only difference in 9.1 to 9.2 is the package smbios-utils-bin is exchanged with dmidecode. Maybe that already helped me. I will investigate a bit more. Maybe you have some more ideas.