Users Guide

Table Of Contents
[610 : 685 INFO]Power Consumption Mode Value Updated (1):
Remote ipmitool DIAG OS power management
About this task
Use ipmitool to reboot and power-off from the BMC serial console command prompt.
NOTE: When building the kernel for VEP4600, the kernel flag CONFIG_IPMI_POWEROFF should be set to n. Having this
flag turned on will cause the kernel to send the ipmi command to power down the chassis when the CPU is powered-off.
For example, pressing the push button for five seconds will power down the CPU.
Pressing the push button for 5 secs with this flag set to n in the kernel will power down the chassis (standby mode). The
only way to power-up the chassis will be to issue the ipmi command from remote station to the BMC to power-on the
VEP4600.
Steps
1. Run ipmitool from the BMC serial console command prompt.
a. Use this command to reboot the remote system.
ipmitool -I lanplus -H 127.0.0.1 -U admin -P admin power reset
b. Use this command to power-off the remote system.
ipmitool -I lanplus -H 127.0.0.1 -U admin -P admin power off
c. Use this command to power-on the remote system.
ipmitool -I lanplus -H 127.0.0.1 -U admin -P admin power on
d. Use this command to cold reboot the remote system.
ipmitool -I lanplus -H 127.0.0.1 -U admin -P admin power cycle
2. Use this command to boot into BIOS settings.
ipmitool -I lanplus -H 127.0.0.1 -U admin -P admin chassis bootparam set bootflag
force_bios
ipmitool -I lanplus -H 127.0.0.1 -U admin -P admin power reset
Remote power cycle system
83