1832542 Members
5983 Online
110043 Solutions
New Discussion

Re: Logs

 
SOLVED
Go to solution
Ian Derringer
Regular Advisor

Logs

Hi,
I know this question probably been asked before, but I am desperate and I am going to ask again;
How or where can you go to check if your Linux server has been shutdown by a person or hardware failure?? I found my server was down like someone submit a command such as, shutdown -h now. I am running Linux RHAS 3.0 on HP Itanium "RX4640" server.

Any ideas?

Thank you in advance.

Ian D.
2 REPLIES 2
Nobody's Hero
Valued Contributor

Re: Logs

Check syslog or /var/messages or messages.1
UNIX IS GOOD
Ivan Ferreira
Honored Contributor
Solution

Re: Logs

Also you can use the last command:

last shutdown
last reboot

And

uptime

Will tell you how long the system has been up and running.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?