This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
oracle_ilom [2018/08/21 13:26] ss_wiki_admin created |
oracle_ilom [2020/01/23 08:33] (current) ss_wiki_admin |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ipmitool sunoem cli "set / | ipmitool sunoem cli "set / | ||
| </ | </ | ||
| + | |||
| + | == Showing faulted hardware == | ||
| + | <code bash> | ||
| + | ssh root@ilom - Default password: changeme | ||
| + | |||
| + | # Show faultmgmt info | ||
| + | --> show / | ||
| + | |||
| + | # Show faulty component | ||
| + | --> show faulty | ||
| + | |||
| + | # Show event log with errors | ||
| + | --> show / | ||
| + | |||
| + | # Clear the hardware fault from the logs | ||
| + | --> show / | ||
| + | |||
| + | # Clear the error. | ||
| + | --> set / | ||
| + | |||
| + | # Show all System properties | ||
| + | --> show -d properties -level all /System | ||
| + | |||
| + | # Show uptime | ||
| + | --> show -d properties /SP/clock uptime | ||
| + | |||
| + | </ | ||
| + | |||
| + | ==Oracle Firmware Updates== | ||
| + | <code bash> | ||
| + | fwupdate show all | ||
| + | fwupdate update controller -x metadata.xml -d | ||
| + | fwupdate update disk -x metadata.xml -d | ||
| + | fwupdate update expander -x metadata.xml -d | ||
| + | |||
| + | </ | ||
| + | |||