ELOM Notes
From Brandonhutchinson.com
(Difference between revisions)
| Line 1: | Line 1: | ||
| + | == Systems == | ||
| + | |||
| + | ELOM (Embedded Lights Out Manager) is used on at least the following Sun systems: | ||
| + | * Sun Fire X2200 M2 | ||
| + | * Sun Fire X2100 M2 | ||
| + | |||
| + | == Host Management == | ||
| + | |||
From [http://docs.sun.com/source/819-6588-13/cli_com.html#0_pgfId-1009091 Managing the Host]: | From [http://docs.sun.com/source/819-6588-13/cli_com.html#0_pgfId-1009091 Managing the Host]: | ||
Revision as of 16:18, 23 January 2008
Systems
ELOM (Embedded Lights Out Manager) is used on at least the following Sun systems:
- Sun Fire X2200 M2
- Sun Fire X2100 M2
Host Management
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
