两个 HP iLO 没有响应,处于混乱状态。有什么办法可以远程解决吗?

EGr*_*EGr 4 networking hp ilo

我们有两个 DL360 G5 突然失去了 iLO 连接。他们位于远程站点,因此我无法进行任何物理故障排除(目前)。有什么方法可以远程对 iLO 进行故障排除?目前,它们无法在 Web 浏览器中访问,也无法 ping 通。

如果我最终获得了物理访问权限,我应该怎么做(除了重新连接/更换电缆)?

操作系统:Linux

eww*_*ite 7

如果您有权访问服务器上运行的操作系统(您没有指明是哪个),则可以使用该hponcfg实用程序对 ILO 进行编程。

您可以在此处执行的操作列在命令的帮助中,“-r”标志实际上将 ILO 重置为默认值。我会先尝试一些不那么严格的东西,比如“-w”,它将国际劳工组织的配置写入文件。也许您的设备获得了 DHCP 地址或丢失了某些设置。

hponcfg  -?
hponcfg  -h
hponcfg  -m minFw
hponcfg  -r [-m minFw ]
hponcfg  [-a] -w filename [-m minFw]
hponcfg  -g [-m minFw]
hponcfg  -f filename [-l filename] [-s namevaluepair] [-v] [-m minFw]
hponcfg  -i [-l filename] [-s namevaluepair] [-v] [-m minFw]

-h,  --help           Display this message
-?                    Display this message
-r,  --reset          Reset the RILOE II/iLO to factory default
-f,  --file           Get/Set RILOE II/iLO configuration from "filename" 
-i,  --input          Get/Set RILOE II/iLO configuration from the XML input 
                      received through the standard input stream.
-w,  --writeconfig    Write the RILOE II/iLO configuration to "filename"
-a,  --all            Capture complete iLO configuration to the file.
                      This should be used along with '-w' option
-l,  --log            Log replies to "filename"
-v,  --xmlverbose     Display all the responses from RILOE II/iLO
-s,  --substitute     Substitute variables present in input config file
                      with values specified in "namevaluepairs"
-g,  --get_hostinfo   Get the Host information
-m,  --minfwlevel     Minimum firmware level
Run Code Online (Sandbox Code Playgroud)

请参阅:HP ILO 3 使用 hponcfg 实用程序从远程服务器访问 HP Lights-Out 时出现 XML 语法错误