<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RedHat boot Question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206711#M51359</link>
    <description>What i am looking for is a complete history of shutdowns/reboots for this server. Is there a log file with that information available?</description>
    <pubDate>Thu, 29 Oct 2009 13:36:35 GMT</pubDate>
    <dc:creator>frederick hannah</dc:creator>
    <dc:date>2009-10-29T13:36:35Z</dc:date>
    <item>
      <title>RedHat boot Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206708#M51356</link>
      <description>I have a Linux platform (Red Hat Enterprise Linux AS release 4 (Nahant Update 4) and I want to get a history of its reboots/shutdown. How can I get this information?</description>
      <pubDate>Thu, 29 Oct 2009 13:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206708#M51356</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2009-10-29T13:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat boot Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206709#M51357</link>
      <description>You can use the command:&lt;BR /&gt;&lt;BR /&gt;last -x&lt;BR /&gt;last reboot &lt;BR /&gt;last shutdown</description>
      <pubDate>Thu, 29 Oct 2009 13:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206709#M51357</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-10-29T13:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat boot Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206710#M51358</link>
      <description>Here's a handy Perl script you can use -&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/perl&lt;BR /&gt;&lt;BR /&gt;my $input = "/proc/uptime";&lt;BR /&gt;open (INPUT, "$input") || die "Can't open file $input : $!\n";&lt;BR /&gt;while (&lt;INPUT /&gt;) {&lt;BR /&gt;    ($secsago) = (split(/\s+/))[0];&lt;BR /&gt;}&lt;BR /&gt;$boottime = time() - $secsago;&lt;BR /&gt;$bootdate = localtime($boottime);&lt;BR /&gt;print "$bootdate\n";&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2009 13:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206710#M51358</guid>
      <dc:creator>James Brand</dc:creator>
      <dc:date>2009-10-29T13:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat boot Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206711#M51359</link>
      <description>What i am looking for is a complete history of shutdowns/reboots for this server. Is there a log file with that information available?</description>
      <pubDate>Thu, 29 Oct 2009 13:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206711#M51359</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2009-10-29T13:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat boot Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206712#M51360</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No, there is not a complete history available.&lt;BR /&gt;&lt;BR /&gt;Here is why.&lt;BR /&gt;&lt;BR /&gt;AS 4.4 ships with logrotate configured to run.  It archieves /var/log/messages and keeps 4 copies, so the farthest you go back is 5 weeks.&lt;BR /&gt;&lt;BR /&gt;Now if your system has been altered, you may have more information, but by default you get 5 weeks.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 29 Oct 2009 14:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206712#M51360</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-29T14:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat boot Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206713#M51361</link>
      <description>Not exactly what I wanted to hear Steve, but that explains a lot. thanks for everyone's iput.</description>
      <pubDate>Thu, 29 Oct 2009 16:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206713#M51361</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2009-10-29T16:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat boot Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206714#M51362</link>
      <description>Sorry I forgot to assign points to everyone as I value the quick and accurate responses</description>
      <pubDate>Thu, 29 Oct 2009 16:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206714#M51362</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2009-10-29T16:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat boot Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206715#M51363</link>
      <description>Solution found</description>
      <pubDate>Thu, 29 Oct 2009 16:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-boot-question/m-p/5206715#M51363</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2009-10-29T16:10:35Z</dc:date>
    </item>
  </channel>
</rss>

