kamermans / docker-openmanage

Dell OpenManage Server Administrator in a Docker container with SNMP support
57 stars 13 forks source link

Unable to update iDrac on a r510 #7

Open RePeet13 opened 5 years ago

RePeet13 commented 5 years ago

Hey @kamermans ! I've been trying to update iDrac on my r510 and having a hell of time of it! first the official ftp.dell.com link seems to not work for 11g servers, so I tried the liveCD which has 32/64 bit compatibility issues and searching for fixes led me to this docker!

I ran the docker command on the readme (docker run --rm -ti --privileged --net=host -v /dev:/dev kamermans/docker-openmanage dsu) which correctly booted into Dell EMC. It correctly sees the iDrac needs updating, but fails (log below). Any thoughts?

|--------DELL EMC System Update-----------|
[ ] represents 'not selected'
[*] represents 'selected'
[-] represents 'Component already at repository version (can be selected only if -e option is used)'
Choose:  q - Quit without update, c to Commit, <number> - To Select/Deselect, a - Select All, n - Select None

[*]1 iDRAC6
Current Version : 1.70 Upgrade to : 2.92, Criticality : Recommended, Type : Firmware

[-]2 BIOS
Current Version : 1.14.0 same as : 1.14.0, Criticality : Urgent, Type : BIOS

[-]3 Dell 32 Bit Diagnostics, version 5162 Installer Revision 14.05.00, 5162A0, 5162.1
Current Version : 5162A0 same as : 5162A0, Criticality : Optional, Type : Application

Enter your choice : c
Fetching ESM_Firmware_KPCCC_LN32_2.92_A00 ...
Installing ESM_Firmware_KPCCC_LN32_2.92_A00
Collecting inventory...
Sun Mar 17 18:14:53 UTC 2019
./disneyinstall.sh
Creating
mknod: '/dev/ipmi0': File exists
Starting Systems Management Device Drivers:
Starting dcdbas: Already started[  OK  ]
ls: cannot access /opt/dell/dup/src/srvadmin-hapi: No such file or directory
Building dell_rbu using DKS:[FAILED]
Check /opt/dell/dup/var/log/dell_rbu.dks.log for build error.
Sun Mar 17 18:14:54 UTC 2019
./disneyinstall.sh
Creating
mknod: '/dev/ipmi0': File exists
Starting Systems Management Device Drivers:
Starting dcdbas: Already started[  OK  ]
ls: cannot access /opt/dell/dup/src/srvadmin-hapi: No such file or directory
Building dell_rbu using DKS:[FAILED]
Check /opt/dell/dup/var/log/dell_rbu.dks.log for build error.
.
Running validation...

This Update Package is not compatible with your system configuration.

Done! Please run 'dsu --inventory' to check the inventory
Exiting DSU!
RePeet13 commented 5 years ago

also, weirdly, when I ran the live CD I got this

Starting dsu
DELL EMC System Update 1.5.3
Copyright (C) 2014 DELL ENC Proprietary.
Reading the catalog
Getting System Inventory
warning: Inventory collector returned with partial failure.
Determining Applicable Updates...
Installing ESM_firmware_MXKG2_LN32_2.91_A00
The following packages are required for update package to run:
    compat-libstdc++-33.i686 libstdc++.1686 libxml2.i686
Please check Update package User guide for Instructions for installing the dependencies
ESM_firmware_MXKG2_LN32_2.91_A00 could not be installed
Done! Please run `dsu --inventory` check the inventory
Exiting DSU!