ELOM Notes
From Brandonhutchinson.com
(Difference between revisions)
(New page: == Links == * [http://docs.sun.com/source/819-6588-13/ Embedded Lights Out Manager Administration Guide]) |
|||
| Line 1: | Line 1: | ||
| + | From [http://docs.sun.com/source/819-6588-13/cli_com.html#0_pgfId-1009091 Managing the Host]: | ||
| + | * To power on the host, enter the following command: | ||
| + | set /SP/SystemInfo/CtrlInfo PowerCtrl=on | ||
| + | * To power off the host gracefully, enter the following command: | ||
| + | set /SP/SystemInfo/CtrlInfo PowerCtrl=gracefuloff | ||
| + | * To power off the host forcefully, enter the following command: | ||
| + | set /SP/SystemInfo/CtrlInfo PowerCtrl=forceoff | ||
| + | * To reset the host, enter the following command: | ||
| + | set /SP/SystemInfo/CtrlInfo PowerCtrl=reset | ||
| + | * To reboot and enter the BIOS automatically, enter the following command: | ||
| + | set /SP/SystemInfo/CtrlInfo BootCtrl=BIOSSetup | ||
== Links == | == Links == | ||
* [http://docs.sun.com/source/819-6588-13/ Embedded Lights Out Manager Administration Guide] | * [http://docs.sun.com/source/819-6588-13/ Embedded Lights Out Manager Administration Guide] | ||
Revision as of 16:11, 23 January 2008
From Managing the Host:
- To power on the host, enter the following command:
set /SP/SystemInfo/CtrlInfo PowerCtrl=on
- To power off the host gracefully, enter the following command:
set /SP/SystemInfo/CtrlInfo PowerCtrl=gracefuloff
- To power off the host forcefully, enter the following command:
set /SP/SystemInfo/CtrlInfo PowerCtrl=forceoff
- To reset the host, enter the following command:
set /SP/SystemInfo/CtrlInfo PowerCtrl=reset
- To reboot and enter the BIOS automatically, enter the following command:
set /SP/SystemInfo/CtrlInfo BootCtrl=BIOSSetup
