Unsolved
3 Posts
0
1670
December 9th, 2019 07:00
Omsa. Problem with yum install
Hello. I have some servers PowerEdge R430 and i want to install omsa.
I created repository dell-system-update.repo:
Spoiler
[dell-system-update_independent]
name=dell-system-update_independent
baseurl= https://linux.dell.com/repo/hardware/latest/os_independent/
enabled=1
gpgcheck=1
gpgkey= https://linux.dell.com/repo/pgp_pubkeys/0x756ba70b1019ced6.asc
https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc
https://linux.dell.com/repo/pgp_pubkeys/0xca77951d23b66a9d.asc
exclude=dell-system-update*.i386
[dell-system-update_dependent]
name=dell-system-update_dependent
mirrorlist= https://linux.dell.com/repo/hardware/latest/mirrors.cgi?osname=el$releasever&basearch=$basearch&native=1
enabled=1
gpgcheck=1
gpgkey= https://linux.dell.com/repo/pgp_pubkeys/0x756ba70b1019ced6.asc
https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc
https://linux.dell.com/repo/pgp_pubkeys/0xca77951d23b66a9d.asc
name=dell-system-update_independent
baseurl= https://linux.dell.com/repo/hardware/latest/os_independent/
enabled=1
gpgcheck=1
gpgkey= https://linux.dell.com/repo/pgp_pubkeys/0x756ba70b1019ced6.asc
https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc
https://linux.dell.com/repo/pgp_pubkeys/0xca77951d23b66a9d.asc
exclude=dell-system-update*.i386
[dell-system-update_dependent]
name=dell-system-update_dependent
mirrorlist= https://linux.dell.com/repo/hardware/latest/mirrors.cgi?osname=el$releasever&basearch=$basearch&native=1
enabled=1
gpgcheck=1
gpgkey= https://linux.dell.com/repo/pgp_pubkeys/0x756ba70b1019ced6.asc
https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc
https://linux.dell.com/repo/pgp_pubkeys/0xca77951d23b66a9d.asc
[dell-system-update_independent]name=dell-system-update_independentbaseurl=https://linux.dell.com/repo/hardware/latest/os_independent/enabled=1gpgcheck=1gpgkey=https://linux.dell.com/repo/pgp_pubkeys/0x756ba70b1019ced6.aschttps://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.aschttps://linux.dell.com/repo/pgp_pubkeys/0xca77951d23b66a9d.ascexclude=dell-system-update*.i386[dell-system-update_dependent]name=dell-system-update_dependentmirrorlist=https://linux.dell.com/repo/hardware/latest/mirrors.cgi?osname=el$releasever&basearch=$basearch&native=1enabled=1gpgcheck=1gpgkey=https://linux.dell.com/repo/pgp_pubkeys/0x756ba70b1019ced6.aschttps://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.aschttps://linux.dell.com/repo/pgp_pubkeys/0xca77951d23b66a9d.asc
I write command - yum install srvadmin-all, but get error:
Spoiler
Error: Package: srvadmin-omcommon-9.3.0-3465.14818.el7.x86_64 (dell-system-update_dependent)
Required: srvadmin-omilcore
Error: Package: srvadmin-omacs-9.3.0-3465.14818.el7.x86_64 (dell-system-update_dependent)
Required: srvadmin-omilcore = 9.3.0
Error: Package: srvadmin-storage-9.3.0-3465.14818.el7.x86_64 (dell-system-update_dependent)
Required: srvadmin-omilcore
Required: srvadmin-omilcore
Error: Package: srvadmin-omacs-9.3.0-3465.14818.el7.x86_64 (dell-system-update_dependent)
Required: srvadmin-omilcore = 9.3.0
Error: Package: srvadmin-storage-9.3.0-3465.14818.el7.x86_64 (dell-system-update_dependent)
Required: srvadmin-omilcore
Error: Package: srvadmin-omcommon-9.3.0-3465.14818.el7.x86_64 (dell-system-update_dependent) Required: srvadmin-omilcoreError: Package: srvadmin-omacs-9.3.0-3465.14818.el7.x86_64 (dell-system-update_dependent) Required: srvadmin-omilcore = 9.3.0Error: Package: srvadmin-storage-9.3.0-3465.14818.el7.x86_64 (dell-system-update_dependent) Required: srvadmin-omilcore
My kernel version is - CentOS Linux release 7.4.1708 (Core)
And problem is on one or two servers but on others everything is ok.
Could you help me?
No Events found!
Dell-DylanJ
4 Operator
•
2.9K Posts
0
December 9th, 2019 10:00
Does the problem recur if you try installing using the file here: https://www.dell.com/support/home/us/en/19/drivers/driversdetails?driverid=4n5vt&oscode=rhe70&productcode=poweredge-r430
If you can grab that package, you'll be able to confirm if the OMSA package is working, and have it if it is, but if not, it'll give us a better idea on a next step.
perrfect
3 Posts
0
December 9th, 2019 23:00
Hi.
Thank you for your reply.
In my .repo file i use packeges from here - http://linux.dell.com/repo/hardware/latest/os_dependent/RHEL7_64/srvadmin/
And i get error selectively on servers.
perrfect
3 Posts
0
December 10th, 2019 00:00
And the package srvadmin-omilcore is present on this repository - http://linux.dell.com/repo/hardware/latest/os_dependent/RHEL7_64/srvadmin/
But why do i get the error when try install srvadmin-all through yum?