两个惠普iLO没有反应,并在一个可乐。 有什么方法可以远程排除故障吗?

我们有两个DL360 G5突然间失去了iLO连接。 他们在远程站点,所以我不能做任何物理故障排除(还)。 有什么办法可以远程排除iLO故障吗? 目前他们不能在networking浏览器中访问,也不能ping通。

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

操作系统:Linux

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

你可以在这里做的事情在命令的帮助中列出,“-r”标志实际上将ILO重置为默认值。 我会先尝试一些不太严重的事情,比如将国际劳工组织的configuration写入文件的“-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 

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