Unix工作站
1752798 成员
5651 在线
108789 解答
新建帖子

经典解决方案 : Where to look for errors on HPUX

 
aa_29
本科生

经典解决方案 : Where to look for errors on HPUX

Systems Message Buffer and syslog file:



- /etc/dmesg

- /var/adm/syslog/syslog.log or /var/adm/syslog.log/OLDsyslog.log (for previous boot)



MCA error infos:

- /var/tombstones/mca0404081725.001 (file format: mcaYYMMDDHHMM.00X)



You can use the mca decoder tool decode the mca.



EMS / ISEE log files:

- /var/opt/resmon/log/event.log

- /var/opt/resmon/log/rst.log



Chassis logs collected by Diagnostic:

- Forward Progress logs - /var/stm/logs/os/fpl.log.00

- System Errors logs - /var/stm/logs/os/sel.log.00



Use /usr/sbin/diag/contrib./slview to view the logfiles



Logtool from the Online Diagnostic:

- /usr/sbin/mstm -> Tools -> Utilities -> Logtool



Then you can look at the logs in the raw or formatted view and save them to a file. The source files can be found under /var/stm/logs/os.