- kernel modules

ipmi_si
ipmi_msghandler
ipmi_devintf

- packages

ipmitool

- console
start /SP/AgentInfo/console 

inittab
T1:23:respawn:/sbin/getty -L ttyS1 115200 vt100

grub
serial --unit=1 --speed=115200
terminal --timeout=5 console serial
# kopt=root=/dev/md1 ro console=tty1 console=ttyS1,115200


- Power Cycle

set /SP/SystemInfo/CtrlInfo PowerCtrl=reset

- Reference

http://docs.sun.com/source/819-6588-12/tl_cli_referappx.html


-- Network and reboot from ipmi

ipmitool> lan set 1 ipsrc static
ipmitool> lan set 1 ipaddr 192.168.3.182 
Setting LAN IP Address to 192.168.3.182
ipmitool> lan set 1 netmask 255.255.255.0
Setting LAN Subnet Mask to 255.255.255.0
ipmitool> lan set 1 defgw ipaddr 192.168.3.1
Setting LAN Default Gateway IP to 192.168.3.1
ipmitool> mc reset warm
Sent warm reset command to MC
