Users Guide
Table Of Contents

Remote ipmitool DIAG OS power management
Use ipmitool to reboot and power off from the BMC serial console command prompt.
NOTE: When building the kernel for the Z9432F-ON switch, the kernel flag CONFIG_IPMI_POWEROFF must be set to n.
Having this flag that is turned on causes the kernel to send the ipmi command to power off the switch when the CPU is
powered off. For example, pressing the push button for five seconds powers off the CPU. But pressing the push button for
five seconds with the flag set to n, powers off the switch to Standby mode. The only way to power on the switch is to issue
the ipmi command from a remote station to the BMC.
Enter the service tag number in upper case.
1. Run ipmitool from the BMC serial console command prompt.
a. Use this command to reboot the remote system:
ipmitool -I lanplus -H xxx.x.x.x -U admin -P <SERVICE TAG>! power reset
b. Use this command to power off the remote system:
ipmitool -I lanplus -H xxx.x.x.x -U admin -P <SERVICE TAG>! power off
c. Use this command to power on the remote system:
ipmitool -I lanplus -H xxx.x.x.x -U admin -P <SERVICE TAG>! power on
d. Use this command to cold reboot the remote system:
ipmitool -I lanplus -H xxx.x.x.x -U admin -P <SERVICE TAG>! power cycle
2. Boot into the BIOS settings.
ipmitool -I lanplus -H xxx.x.x.x -U admin -P <SERVICE TAG>! chassis bootparam set
bootflag force_bios
ipmitool -I lanplus -H xxx.x.x.x -U admin -P <SERVICE TAG>! power reset
64
Remote power










