Sun ILOM Notes


Serial redirection notes

Display network configuration

show /SP/AgentInfo

Change network configuration

set /SP/AgentInfo IpAddress=1.2.3.4

Power on a host

set /SP/SystemInfo/CtrlInfo PowerCtrl=on

Force a power down (Yikes!)

set /SP/SystemInfo/CtrlInfo PowerCtrl=forceoff

Gracefully power down a system

set /SP/SystemInfo/CtrlInfo PowerCtrl=gracefuloff

Reboot the host (not the SP)

set /SP/SystemInfo/CtrlInfo PowerCtrl=reset

Start the console

start /SP/AgentInfo/console

Kill a console session

stop /SP/AgentInfo/console

Change the root users password

set /SP/User/root Password=[password]

Set console timeout to 900 seconds

set /SP/AgentInfo/ ConsoleTimeOut=900

Upgrade the firmware

cd TftpUpdate
set ServerIPAddress=<TFTP IP ADDRESS>
set FileName=<FIRMWARE_IMAGE>
set Update=action 

Configure alerts when a critical threshold (one where the sensor has crossed a critical threshold).

set /SP/AgentInfo/PEF/1 level=critical

Create a PEF event

set /SP/AgentInfo/PEF/EventFilterTable1 SensorType=all
set /SP/AgentInfo/PEF/EventFilterTable1 DiagnosticInterrupt=enable
set /SP/AgentInfo/PEF/EventFilterTable1 SendAlert=enable
set /SP/AgentInfo/PEF/EventFilterTable1 SendMail=enable
set /SP/AgentInfo/PEF/EventFilterTable1 Status=enable

Configure an email receiver

set /SP/AgentInfo/mail/receiver1 EmailAddress=ilomnotifications@prefetch.net

Configure an SMTP server

set /SP/AgentInfo/mail SMTPServer=1.2.3.4

Configure remote syslog logging

set /SP/AgentInfo/SEL ipaddress=1.2.3.4
set /SP/AgentInfo/SEL status=enable

Verify product info

show SystemInfo/ProductInfo

Boot operating system

set /SP/SystemInfo/CtrlInfo PowerCtrl=on
THIS INFORMATION IS PROVIDED UNDER A GPLV2 LICENSE
THE GPLV2 LICENSE CAN BE VIEWED HERE