使用iLO设置并获取BIOS设置

时间:2014-06-28 16:24:10

标签: automation bios

如何使用iLO连接设置/获取BIOS设置,我需要自动配置我手动设置的BIOS设置。使用什么编程/脚本语言并不重要,我也有各种各样的机器供应商(IBM,HP,DELL),所以让我知道如何在其中任何一个上做到这一点。

1 个答案:

答案 0 :(得分:3)

惠普使用conrep!

描述:

用于使用xml定义文件捕获/应用BIOS设置的命令行实用程序。

将当前设置捕获到xml文件

/opt/hp/conrep -s -f <filename>

从xml输入文件中应用设置

/opt/hp/conrep -l -f <filename>

帮助

Usage /opt/hp/conrep -s | -l [-f output filename] [-x xml configuration filename] [-?]

-s Saves the current configuration to a file.
-l Loads configuration setting from a file.
-f Name of the output file.
-x Name of the XML definition file.  Provide the /opt/hp/conrep.xml full path.
    If not present, the XML configuration will default to conrep.xml
    If not present, the output filename default to conrep.dat

错误代码:

0 - Success
1 - Bad XML File
2 - Bad Data File
4 - Admin Password set
5 - No XML Tag
6 - Platform is not supported with current XML definition file.