This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
oracle_ilom [2018/09/12 09:46] ss_wiki_admin |
oracle_ilom [2020/01/23 08:33] (current) ss_wiki_admin |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| </ | </ | ||
| + | == Showing faulted hardware == | ||
| <code bash> | <code bash> | ||
| ssh root@ilom - Default password: changeme | ssh root@ilom - Default password: changeme | ||
| Line 21: | Line 22: | ||
| # Clear the error. | # Clear the error. | ||
| --> set / | --> 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 | ||
| + | |||
| + | </ | ||
| + | |||