User Tools

Site Tools


oracle_ilom
Set alert emails from CLI
ipmitool sunoem cli "set /SP/alertmgmt/rules/2 type=email destination=me@email.com level=critical"
Showing faulted hardware
ssh root@ilom - Default password: changeme
 
# Show faultmgmt info
--> show /SP/faultmgmt
 
# Show faulty component
--> show faulty
 
# Show event log with errors
--> show /SP/logs/event/list
 
# Clear the hardware fault from the logs
--> show /SP/logs/event/ clear=true
 
# Clear the error.
--> set /SYS/MB/CPU0 clear_fault_action=true
 
# Show all System properties
--> show -d properties -level all /System
 
# Show uptime
--> show -d properties /SP/clock uptime
Oracle Firmware Updates
fwupdate show all
fwupdate update controller -x metadata.xml -d
fwupdate update disk -x metadata.xml -d
fwupdate update expander -x metadata.xml -d
oracle_ilom.txt · Last modified: 2020/01/23 08:33 by ss_wiki_admin