Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, One of the Linux server was down last day and I was not able to track the reason for server down. Please let me know which log file need ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
  1. #1
    Linux Newbie
    Join Date
    May 2012
    Posts
    106

    Linux Server Down, Log file ?

    Hi,

    One of the Linux server was down last day and I was not able to track the reason for server down.

    Please let me know which log file need to be check to trace the server down issue ?

    When was the server down ?
    Why was the server down ?

    Please give me the path of the log file in LINUX server to track the reason for the server down.


    Regards,
    Aparna.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    10,141
    Look in /var/log/messages* - all the messages are timestamped. You will need to either be root, or sudo to view those files, however.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined! lystor's Avatar
    Join Date
    May 2010
    Location
    Ukraine
    Posts
    12
    See also:
    Code:
    $ last | less

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •