Host and System Control
Power on the server
start /SYS
Power off the server
stop [-force] /SYS
Power cycle the server
reset /SYS
Redirect host console stream to Oracle ILOM
start /HOST/console
Enable SPARC diagnostic state (default value)
set /SYS keyswitch_state=diag
Show network configuration
show /SP/network/
Create user account with operator privileges
create /SP/users/newusername role=cro [password=password]
Create read-only user account
create /SP/users/newusername role=o[password=password]
Delete user account
delete /SP/users/username
Show the Oracle ILOM Event Log
show /SP/logs/event/list
List all hardware faults
show -level all -output table /SP/faultmgmt
List all temperature sensor readings
show -level all -output table /SYS type==Temperature value
Show actual system power consumption
show /SP/VPS value
System Inventory
List all DIMMs
show -level all -output table /SYS type==DIMM
Lista all CPUs
show -level all -output table /SYS type=='Host Processor'
List all power supplies
show -level all -output table /SYS type=='Power Supply' fru_name==*
List all hard disks
show -l all /SYS type=='Hard Disk'
Oracle ILOM Maintenance
Update Oracle ILOM firmware
load -source URI /SP/firmware
Reset Oracle ILOM SP
reset /SP
Oracle ILOM Configuration Management
Reset Oracle ILOM configuration to factory defaults
set /SP reset_to_defaults=all
Backup Oracle ILOM configuration to a file
dump -destination URI /SP/config
Restore Oracle ILOM configuration from a file
load -source URI /SP/config
Oracle ILOM Initial Setup
Show network configuration
show /SP/network/
Configure static IPv4 address
set /SP/network pendingipdiscovery=static pendingipaddress= address pendingipnetmask=netmask pendingipgateway=address commitpending=true
set /SP/network pendingipdiscovery=static pendingipaddress= address pendingipnetmask=netmask pendingipgateway=address commitpending=true
Create user account with all privileges
create /SP/users/newusername role=aucro [password=password]
Create user account with operator privileges
create /SP/users/newusername role=cro [password=password]
Create read-only user account
create /SP/users/newusername role=o[password=password]
Delete user account
delete /SP/users/username
System Monitoring and Status
Show the Oracle ILOM Event Log
show /SP/logs/event/list
List all hardware faults
show -level all -output table /SP/faultmgmt
List all temperature sensor readings
show -level all -output table /SYS type==Temperature value
Show actual system power consumption
show /SP/VPS value
System Inventory
List all DIMMs
show -level all -output table /SYS type==DIMM
Lista all CPUs
show -level all -output table /SYS type=='Host Processor'
List all power supplies
show -level all -output table /SYS type=='Power Supply' fru_name==*
List all hard disks
show -l all /SYS type=='Hard Disk'
Oracle ILOM Maintenance
Update Oracle ILOM firmware
load -source URI /SP/firmware
Reset Oracle ILOM SP
reset /SP
Oracle ILOM Configuration Management
Reset Oracle ILOM configuration to factory defaults
set /SP reset_to_defaults=all
Backup Oracle ILOM configuration to a file
dump -destination URI /SP/config
Restore Oracle ILOM configuration from a file
load -source URI /SP/config