nampnx

updated

13 years ago

N

nampnx

1 Rookie

37 Posts

0

1763006

May 17th, 2013 03:00

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?

Thanks so much. 

  • 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

  • DELL-Josh Cr

    Community Manager

    9694 Posts

    43679 Points

    48035

    0

    Posted May 17th, 2013 09:00

    Hi nampnx,

    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:

    Windows:,   downloads.dell.com/.../ESM_Firmware_C1GG0_WN32_3.50_A00.EXE

    Linux: downloads.dell.com/.../ESM_Firmware_C1GG0_LN32_3.50_A00.BIN

    Lifecycle Controller Firmware Update Version 1.6.0.73, A00 released 3/27/13, URGENT if at or  below 1.5.2.32

    Windows: downloads.dell.com/.../Lifecycle-Controller_Application_GFFFC_WN32_1.6.0.73_A00.EXE

    Red Hat: downloads.dell.com/.../Lifecycle-Controller_Application_GFFFC_LN_1.6.0.73_A00.BIN

    Bios 6.3.0 Firmware Update, released 8/16/12, Urgent if below 2.1.15

    Windows: downloads.dell.com/.../BIOS_J0GY0_WN32_6.3.0.EXE

    Red Hat: downloads.dell.com/.../BIOS_J0GY0_LN32_6.3.0.BIN

  • nampnx

    1 Rookie

    37 Posts

    48035

    0

    Posted May 17th, 2013 20:00

    Hi  DELL-Josh Cr,

    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.

    Do you have other ideas?

    Thanks so much !

    nampnx

  • DELL-Josh Cr

    Community Manager

    9694 Posts

    43679 Points

    48035

    0

    Posted May 20th, 2013 08:00

    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

    Then extract the hard drive version of the firmware update so you can update with the .d6 file. downloads.dell.com/.../iDRAC6_3.50_A00.exe

    Then run racadm -r -u -p fwupdate -p -u -d

    This command could be put in a script with all of your idrac ip addresses so that you could update them all.

  • nampnx

    1 Rookie

    37 Posts

    48035

    0

    Posted May 24th, 2013 01:00

    Thanks  DELL-Josh Cr  so much :). I will try to do with ur way

  • JeffeyGezzey

    1 Message

    48035

    1

    Posted September 19th, 2013 11:00

    So then, when is Dell going to step up to the plate and do what almost every other manufacturer does?

  • crvalentino

    1 Message

    48035

    0

    Posted October 22nd, 2013 10:00

    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?

  • 48035

    0

    Posted October 28th, 2013 10:00

    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.

  • 48035

    0

    Posted March 6th, 2014 12:00

    Hi,

    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.

  • maharam7asm

    1 Message

    8745

    0

    Posted March 11th, 2014 02:00

    Hi Folks,

    Can someone let me know how to check LCC version for DELL R420 server through command line.

    Thanks!