To check your hardware for failures, if you have hpasm installed:
# hpasmcli -s “help show”
USAGE: SHOW [ ASR | BOOT | DIMM | F1 | FANS | HT | IML | IPL | NAME | PORTMAP | POWERSUPPLY |
PXE | SERIAL | SERVER | TEMP | UID | WOL ]
# hpasmcli -s “show dimm”
# hpasmcli -s “show fans”
# hpasmcli -s “show iml”
# hpasmcli -s “show powersupply”
# hpasmcli -s “show server”
# hpasmcli -s “show temp”
If you want to use the web interface use http://thehost:2301
Thanks to Justin Lim
Using OMSA cli to diagnose DELL Hardware
If you have omsa installed in your OS, you can do:
# omreport system -?
# omreport system alertlog
# omreport system events
# omreport system alertaction
# omreport system postlog
# omreport system shutdown
# omreport system summary
# omreport system pedestinations
# omreport system recovery
# omreport system platformevents
# omreport system esmlog
87/433
You may use the web interface by browsing https://hostname:1311
OMSA can be obtained by browsing http://ftp.us.dell.com/sysman/
to start it you can run:
srvadmin-services.sh start
Thanks to Justin Lim
88/433