Dell Remote Access Controller 4/P
The version of this Update Package is newer than the currently installed version.
Software application name: Dell Remote Access Controller 4/P Firmware
Package version: 1.75
Installed version: 1.50
Continue? Y/N:Y
Executing update...
WARNING: DO NOT STOP THIS PROCESS OR INSTALL OTHER DELL PRODUCTS WHILE UPDATE IS IN PROGRESS.
THESE ACTIONS MAY CAUSE YOUR SYSTEM TO BECOME UNSTABLE!
......................................................................................
/tmp/duptmp.xml:6: parser error : Extra content at the end of the document
<SVMExecution lang = "en">
^
/tmp/.dellSP-XmlResult12908-32487.M19124:6: parser error : Extra content at the end of the document
<SVMExecution lang = "en">
^
unable to parse /tmp/.dellSP-XmlResult12908-32487.M19124
/tmp/.dellSP-XmlResult12908-32487.M19124:6: parser error : Extra content at the end of the document
<SVMExecution lang = "en">
^
unable to parse /tmp/.dellSP-XmlResult12908-32487.M19124
Doesn't look good and of course if I try to access the DRAC via HTTPs, I've got a nice CGI error :
Error: 30001 Method httpCgiErrorPage()
Looked on the web and somebody (who contacted Dell Support) advises to shutdown the server, unplug the DRAC card for a while and plug it in back... Well explain to your CTO that you need to shutdown a production server, unrack it, unplug a card just because a DRAC update failed o_O
Reference: http://lists.us.dell.com/pipermail/linux-poweredge/2008-January/034556.html
The solution that worked for me was to install the racadm Dell tool on my bastion and reset the firmware remotely.
- First install racadm :
# yum install srvadmin-racadm4.x86_64
Note : This is for DRAC4, didn't had the issue with newer DRAC.Note 2 : You need to have the Dell OSMA repository installed on your server:
http://www.openfusion.net/linux/dell_omsa
- Then run the following command :
# racadm -rDRAC_IP -i racreset
Note : Change DRAC_IP with your DRAC IP.Note 2 : This operation will NOT erase your DRAC configuration.
- Wait a while, pray, and if you're lucky as me you should be back on line (with the original firmware version of course).
Hope that helps !
No comments:
Post a Comment