ELOM Notes
From Brandonhutchinson.com
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
