Manage Host Power-On, Power-Off and Shutdown Functions
-
To power on the host on a managed device, type: chassis power on
Example:
$ ipmitool -I [orcltls|lanplus] -H SP_hostname_or_IPaddress -U username -P password
chassis power on
-
To power off the host on a managed device, type: chassis power off
Example:
$ ipmitool -I [orcltls|lanplus] -H SP_hostname_or_IPaddress -U username -P password
chassis power off
-
To power cycle the host on a managed device, type: chassis power
cycle
Example:
$ ipmitool -I [orcltls|lanplus] -H SP_hostname_or_IPaddress -U username-P password
chassis power cycle
-
To gracefully shut down the host power on a managed device, type: chassis power
soft
Example:
$ipmitool -I [orcltls|lanplus]-H SP_hostname_or_IPaddress -U username -P password
chassis power soft