每次重新启动后,我的服务器自动开启:
Power Overload : false Power Interlock : inactive Main Power Fault : false Power Control Fault : false **Power Restore Policy : always-on** Last Power Event : Chassis Intrusion : inactive Front-Panel Lockout : inactive Drive Fault : false Cooling/Fan Fault : false Front Panel Control : none
如何从命令行更改电源恢复策略始终closures?
我的意思是每次停电后 我试图使用ipmitoolconfiguration它…但我不知道如何改变它。 操作系统:Linux。
这是一个科学家的Linux集群,所有节点都是工作节点。 如果电力下降,这不是一个问题。 我们没有ups。 我想稍后由于networking交换机的问题而启动它。 启动速度较慢,导致刀片启动时出现问题。 谢谢你的想法来解决它。
我检查了我的OA,有:
SET SERVER POWERDELAY { ALL | <bay number> [{- | ,} <bay number>] } { number of seconds to delay power | NOPOWERON }: Sets the PowerDelay status for the specified server or range of servers. If the delay is zero, the delay has no effect on the device. If the delay is NOPOWERON, the device cannot poweron until all devices have completed their delays.
所以只能延迟启动。 我想禁用自动打开。 我可以通过webbrowser(到ILO)login到每个服务器,但是我必须有许多服务器来完成这个任务。 所以我的问题仍然是开放的。
这是一个刀片服务器。 您的电源控制部分由机箱Onboard Administrator控制。 您可以禁用所有刀片的自动开机function:
SET SERVER POWERDELAY ALL NOPOWERON
或者,您可以从国际劳工组织的Web界面直接为单个刀片设置此选项。
或者你可以在BIOS中设置。
但真的:
编辑:
对于独立服务器,可以使用HP SmartStart Scripting Toolkit或conrep / hprcu命令将系统BIOS中的“自动开机”function设置为所需的行为。 这可能不适用于您的刀片系统,因为它们的运行假定您拥有稳定的电源。
从脚本XML文档:
“将服务器configuration为在系统上应用A / C电源时自动启动,刀片服务器不支持此设置。