Update iDRAC Firmware, LifceCycle Controller, Bios via Command Line
Hi all,
My company currently have over 200 dell m610 servers. Now I need to update my DELL M610 servers to latest versions (iDRAC, LifceCycle, Bios) via command line. With dell m620 i used WSMAN command to update many server by creating script but m610 i couldn't because out of date versions: iDRAC, LC, Bios. If using RACADM I only update iDRAC firmeware not LC, Bios. Is there any way to update date all of them by command line?
What OS are you running? If you are using Windows or Red Hat you can use the update packages for those OSes and run them from command line. You can use the /s switch to run them silently without user intervention as part of a script.
Here are the current updates:
iDRAC remote access controller firmware 3.50, A00, released 3/29/13, URGENT, *May take 8-15 minutes to complete:
Thanks u so much but i knew this way. Becasue servres in my company are running for prouduction so i can't access through OS way. I want to find OUT-OF-BAND way: iDrac or others. I don't have to access OS with out-of-band way.
There is not a way to update the BIOS or lifecycle controller out of band with a script on the M610. The updates also require a reboot, so if the servers are in production they cannot be updated without downtime. The only out of band method is the lifecycle controller and that cannot be updated from within itself. So for updating that you would have to boot to a liveDVD image through the drac and update from there. Here is the link to the latest liveDVD, you would then use the previously linked linux update packages. linux.dell.com/.../OMSA71-CentOS6-x86_64-LiveDVD.iso
The idrac is the only thing that you can update out of band. What you would need to do is install the drac tools on a system, this will allow you to run racadm on remote systems. downloads.dell.com/.../OM-DRAC-Dell-Web-WIN-7.2.0-6945.exe
Something that happened during the application of SUU 7.3.0 recently caused this server to no-post. I'm getting a 0x5 post code and think that upgrading the BIOS is the appropriate next step for this server. I checked the iDrac6 (which is functional at this point) and found that bios version is 1.0.4 and iDrac is 1.95. Is there no way to update the BIOS if the server won't post?
I've run into this issue before in the past. If you power down the system, remove the power cord for 2 min and then plug the cables back in the system should post. If not you're most likely looking at a hardware issue and will require a Dell Tech onsite to replace the hardware.
I have DELL T420 servers. It has iDRAC7. How to upgrade firmware (1.5) from OME 1.2 server to remote system through RACADM method? I have some issue with wsman method.
nampnx
1 Rookie
•
37 Posts
52222
0
Posted March 6th, 2014 18:00
Hi JAYAKUMAR MUTHUSAMY,
I current using a remote server (Note OME server) with racadm installed on it to upgrade firmware for my servers.
iDRAC7 CLI (racadm) supports upgrade firmware (BIOS, Firmware iDRAC, LC) via "update" option.
On remote server (i am using CentOS) , you can do below steps:
1. Install remote racadm CLI.
2. Config a NFS server contains firmware file (DUP (.EXE) file)
3. Using this command to upgrade:
racadm -r "IP" -u "user console"-p "password"update -f "firmware file.exe" -l NFS_server:/folder
example:
racadm -r 1.1.1.1 -u root-p abc update -f lifecycle_m620_1.3.0.850.exe -l 10.70.0.25:/data
(data folder is NFS folder contains firmware file: lifecycle_m620_1.3.0.850.exe)
You can try it :)
Nampnx