How to Update Dell iDRAC Firmware
Updating the iDRAC firmware is essential for maintaining the health and performance of your Dell servers.
This guide will walk you through the process of updating the firmware using both the iDRAC web interface and the CLI tool “racadm
”.
Prerequisites
Before you begin, make sure that you have:
- the latest firmware file for your Unitrends appliance model, downloaded from the Dell support website.
- administrative access to the iDRAC interface.
- a stable network connection.
Mapping Unitrends appliances to Dell models
IMPORTANT Do not use your Dell service tag to identify your model in the Dell support portal.
This will point you to the OEMR versions of the models which do not contain the latest downloads available.
Use the equivalent Dell models listed below.
Unitrends Appliance Model |
Equivalent Dell Models |
Dell Generation |
---|---|---|
9002/9004/9006/9008/9010/9012 |
14G |
|
9016S/9020S/9024S |
14G |
|
9032S/9040S/9060S/9080S/9100S/9120S |
14G |
|
10002 |
Not applicable |
|
10004/10006/10008/10010/10012 |
15G |
|
10016/10020/10024 |
15G |
|
10032/10040/10060/10080/10100/10120 |
15G |
Updating iDRAC firmware using the iDRAC web interface [Recommended]
Prerequisites
Before you begin, make sure that:
- iDRAC is enabled.
- iDRAC has a valid IP address.
- you have administrative access to the iDRAC interface.
- there is a stable Network connection.
- [Optional] if you are using Location Type [HTTPS] to download directly from Dell’s support website, the appliance must allow traffic to downloads.dell.com.
Step-by-step instructions
To update your Dell iDRAC firmware:
If you are using the direct download method, i.e. Location Type [HTTPS], start with step 2.
- Download the Firmware File
- Search for the latest iDRAC firmware on the Dell support website for your model appliance. See Mapping Unitrends appliances to Dell models above.
- Download the WIN64.EXE file for your iDRAC firmware.
- Log in to iDRAC
- Open a web browser.
- Navigate to your iDRAC IP address.
- Log in with your administrative credentials.
- Navigate to Firmware Update
Go to Maintenance > System Update. - Upload the Firmware file
Choose the appropriate Location Type for where you downloaded the firmware file.- Method 1: Click on Choose File, select the firmware file you downloaded, and click Upload.
- Method 2:
- Choose Location Type [HTTPS].
- Enter the HTTPS address [downloads.dell.com].
- Click Check for Update.
- Under Update Details, select the appropriate iDRAC firmware only.
- Install the Firmware
Once the file is uploaded, select it and click Install.
If a reboot is required, choose Install and Reboot.
IMPORTANT Do not power off or restart the system during this time.
- Monitor the Update
- Monitor the update process in the Job Queue.
- Once the update is complete, the iDRAC will reboot automatically.
The update process will take a few minutes.
- Confirm the Firmware Update
- After the iDRAC reboots, log back into the web interface.
- Navigate to the System > Details section to confirm the firmware version has been updated.
Updating the iDRAC firmware BIN file from console
Prerequisites
Before you begin, make sure that:
- iDRAC is enabled.
- iDRAC has a valid IP.
- you have direct console access (preferred) or SSH access to the Unitrends Appliance.
- there is a stable network connection.
WARNING! Do not stop this process or install other products while the update is in progress.
These actions may cause your system to become unstable.
Step-by-step instructions
- Download the Firmware File
Download the appropriate firmware BIN file from the Dell Support website. See Mapping Unitrends appliances to Dell models, above. - Upload to Unitrends Appliance
Upload the file to your Unitrends Appliance. - Open Command Line Interface
Open your terminal or command prompt. - Use the following command to allow the .BIN file to be executed:
chmod +x <path_to_firmware_file>
Replace
<path_to_firmware_file>
with your specific details. - Prepare to run the update
If you are using SSH to connect to your Unitrends appliance, run thescreen
command first to account for unplanned disconnections.
Follow the instructions displayed on screen to proceed with the update.
NOTE If you get disconnected from your SSH session, re-establish the connection and type screen -r
to reconnect to the previous screen.
-
Start the Update
<path_to_firmware_file>/<firmware_file>.BIN
-
Verify the Update
After the update completes, verify the firmware version using:
racadm getversion
Examples
Running directly on console:
chmod +x /tmp/iDRAC-with-Lifecycle-Controller_Firmware_3NNH8_LN64_7.00.00.172_A00.BIN
/tmp/iDRAC-with-Lifecycle-Controller_Firmware_3NNH8_LN64_7.00.00.172_A00.BIN
racadm getversion
Running from SSH session:
chmod +x /tmp/iDRAC-with-Lifecycle-Controller_Firmware_3NNH8_LN64_7.00.00.172_A00.BIN
/tmp/iDRAC-with-Lifecycle-Controller_Firmware_3NNH8_LN64_7.00.00.172_A00.BIN
racadm getversion
exit
By following these steps, you can ensure your iDRAC firmware is up to date, enhancing the performance and security of your Dell servers.
If you encounter any issues, please contact Unitrends support for further assistance.