iDRAC: Export and import iDRAC configuration information
摘要: This article explains how to export and import the configuration information that is set on the iDRAC Web console. However, only iDRAC9 allows for web interface access to that information. ...
說明
iDRAC Server Configuration Profiles
Duration: 00:10:20 (hh:mm:ss)
When available, closed caption (subtitles) language settings can be chosen using the CC icon on this video player.
Link to the manual for more information for UI interactions: https://www.dell.com/support/manuals/idrac9-lifecycle-controller-v3.3-series/idrac_3.31.31.31_ug/exporting-server-configuration-profile-using-idrac-web-interface<>
Steps using CLI
Advance preparation:
- Install the DRAC Tool if racadm is not installed.
- Run the command to check the iDRAC version:
racadm -r "iDRAC IP address" -u "iDRAC user ID" -p "iDRAC password" getversion Command example: racadm -r 192.16.1.120 -u root -p calvin getversion
Steps to export
Run the command to export the XML file.
racadm -r "iDRAC IP address" -u "iDRAC user ID" -p "iDRAC password" get -t xml -f "File path/filename of export destination" Command example: racadm -r 192.168.0.120 -u root -p calvin get -t xml -f C:\iDRAC_config.xml
NOTE: Filename/file path is an example. Specify any export destination/filename.
Only if the iDRAC version that is confirmed in the Advance preparation step is 1.x, the XML file does not include the alert information.
For this reason, run the command to export the alert information (ini file).
racadm -r "iDRAC IP address" -u "iDRAC user ID" -p "iDRAC password" get -t ini -f "file path/file name" Command example: racadm -r 192.168.0.120 -u root -p calvin get -t ini -f C:\iDRAC_config.ini
Steps to import
Follow the steps below to import the exported information.
-
Only for iDRAC version 1.x, run the command to import the alert information (ini file).
racadm -r "iDRAC IP address" -u "iDRAC user ID" -p "iDRAC password" set -t ini -f "file path/filename of file to be imported" Command example: racadm -r 192.168.0.120 -u root -p calvin set -t ini -f C:\iDRAC_config.ini
-
Run the command to import the XML file (system configuration).
racadm -r "iDRAC IP address" -u "iDRAC user ID" -p "iDRAC password" set -t xml -f "file path/filaname of the file to be imported" Command example: racadm -r 192.168.0.120 -u root -p calvin set -t xml -f C:\iDRAC_config.xml
NOTE: When importing after replacement of iDRAC, enter the default password as the iDRAC password. -
Wait for the system to restart.
Restart the system manually if it is not automatically restarted.
Since the password of each user for iDRAC is not restored, change the password of each user.
Also, since not all the passwords are restored, restore such as proxy and VNC Server if necessary.
Steps using UI
NOTE: Only iDRAC9 supports operations on UI.
Steps to export
-
Log in to the iDRAC Web console.
-
Select Configuration -> Server Setting Profile from the menu bar.

-
Expand the Export, and enter the following items at a minimum.
・File name: Any file name
・Export Components: Select the items that you want to export. Select "All."
Leave other settings as default or set as you want and click Export.

-
Click Save Locally on the appeared message and save it any place.

Steps to import
Follow the steps below to import the exported information.
-
Follow the above export steps until step 2.
-
Expand the Import, and enter the following items at a minimum
・File Path: Select the file to import
・Import Components": Select the items that you want to import. Select "All"
Leave other settings as default or set as you want and click Import.

其他資訊
影片
iDRAC Server Configuration Profiles
Duration: 00:10:20 (hh:mm:ss)
When available, closed caption (subtitles) language settings can be chosen using the CC icon on this video player.