Operating System - HP-UX
1752591 Members
2983 Online
108788 Solutions
New Discussion юеВ

Re: check HPUX log file to.

 
sprakash1980
Occasional Advisor

check HPUX log file to.

Hi,

Need help on how to check the server log file. Purpose is to check what cause the server down or anything happen which cause server down or slowness.Please help.
3 REPLIES 3
Manix
Honored Contributor

Re: check HPUX log file to.

cat /etc/shutdownlog
cd to /var/adm/crash/crash & check the latest crash directory.

check /var/adm/syslog/OLSsyslog.log & syslog.log for errors

check /var/tombstones for any ts99 file with
valid time stamp.

For slowness lot`s of things to check see
swapinfo -tam for paging

Thanks
Manix
HP-UX been always lovable - Mani Kalra
Sajjad Sahir
Honored Contributor

Re: check HPUX log file to.

/etc/shutdownlog.
Here it will give you timestamp and who was responsible for shutdown.

Please check OLDsyslog.log

Please see /var/adm/crash directory whether the crash dump is saved in that.

thanks and regards

Sajjad Sahir
Larry Klasmier
Honored Contributor

Re: check HPUX log file to.

might want to look at the output of dmesg as well