Operating System - Tru64 Unix
1748181 Members
3817 Online
108759 Solutions
New Discussion

Re: how to find system down time from logs

 
resolve of disks fails
Occasional Advisor

how to find system down time from logs

Hi

The system is DS15 alpha server running on Tru unix64 can any one tell from which logs i can find at what time server went down.

Regards
Vishal
1 REPLY 1
Matt Palmer_2
Respected Contributor

Re: how to find system down time from logs

Hi,

if you have a look inside /var/adm/syslog.dated/

you will see a collection of files. Auth.log and kern.log will show you the timestamp for the machine coming up and down

eg:auth.log will show:

date time hostname shutdown: reason

kern.log will show:

will show the latest bootup info


also you can use uerf -R full|more and this will show you latest system 'errors' and events.

hope that helps, if you find it useful please assign points.

regards

Matt