ELOM Notes
From Brandonhutchinson.com
(Difference between revisions)
| Line 11: | Line 11: | ||
* To reboot and enter the BIOS automatically, enter the following command: | * To reboot and enter the BIOS automatically, enter the following command: | ||
set /SP/SystemInfo/CtrlInfo BootCtrl=BIOSSetup | set /SP/SystemInfo/CtrlInfo BootCtrl=BIOSSetup | ||
| + | * To start start a session on the server console, enter this command: | ||
| + | start /SP/AgentInfo/console | ||
== 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:12, 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
- To start start a session on the server console, enter this command:
start /SP/AgentInfo/console
