/
Parse panic dump
Parse panic dump
Example:
cd /var/crash/myhost savecore -vf vmdump.0 echo '$C' | mdb -k *.0 > 1.txt echo '$<msgbuf' | mdb -k *.0 > 2.txt echo '$<threadlist' | mdb -k *.0 > 3.txt
if we need generate panic dump under hw with IPMI we can try to run command (https://docs.tritondatacenter.com/private-cloud/troubleshooting/crash-dump):
ipmitool -H ${SERIAL_OVER_LAN_DEVICE_IP} -U ADMIN -I lanplus chassis power diag
, multiple selections available,
Related content
How to bootstrap a DU4 zone
How to bootstrap a DU4 zone
Read with this
How to debug fmd plugins
How to debug fmd plugins
More like this
Solaris Fault Manager
Solaris Fault Manager
More like this
Run UTIL & MDB tests in stability mode
Run UTIL & MDB tests in stability mode
More like this
MDB only test script
MDB only test script
More like this
UTIL & MDB test script
UTIL & MDB test script
More like this