请注意,iDRAC9 和更高版本支持 UI,但 iDRAC7/8 仅支持 CLI。
链接到 Dell Technologies YouTube 视频“配置配置文件” - https://www.youtube.com/watch?v=HWRO6BNAs4Q
链接到手册,了解有关 UI 交互的更多信息:https://www.dell.com/support/manuals/en-us/idrac9-lifecycle-controller-v3.3-series/idrac_3.31.31.31_ug/exporting-server-configuration-profile-using-idrac-web-interface?guid=guid-09fdb445-d0bf-494c-a3fa-88dead54efea⟨=en-us
预先准备:
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
导
出步骤运行 命令以导出 XML 文件。
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
提醒:文件名/文件路径是一个示例。指定任何导出目标/文件名。
仅当在高级准备步骤中确认的 iDRAC 版本为 1.x 时,XML 文件不包括警报信息。
因此,运行 命令以导出警报信息(ini 文件)。
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
导
入步骤按照以下步骤导入导出的信息。
仅适用于 iDRAC 版本 1.x,运行 命令以导入警报信息(ini 文件)。
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
运行 命令以导入 XML 文件(系统配置)。
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
等待系统重新启动。
如果系统未自动重新启动,则手动重新启动。
由于 iDRAC 的每个用户的密码未恢复,因此请更改每个用户的密码。
此外,由于并非所有密码都已恢复,因此如有必要,还原代理和 VNC 服务器等。
提醒:只有 iDRAC9 支持 UI 上的操作。
导出步骤
登录到 iDRAC Web 控制台。
从菜单栏中选择 配置 ->服务器设置配置文件 。
展开 导出 ,并至少输入以下项目。
_文件名:任何文件名
·导出组件:选择要导出的项目。通常,选择“All”。
将其他设置保留为默认设置或根据需要设置,然后单击 导出 。
在显示的消息上单击 本地保存 ,并将其保存到任何位置。
导
入步骤按照以下步骤导入导出的信息。
按照上述导出步骤进行操作,直至步骤 2。
展开 导入 ,并至少
输入以下项目 :文件路径 :选择要导
入 “导入组件”的文件:选择要导入的项目。通常,选择“All”(全部)
将其他设置保留为默认设置或根据需要设置,然后单击 Import (导入)。