<?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: Accurate Boot/shutdown log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122420#M151123</link>
    <description>You can also look at the timestamp on the init process:&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep init&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 18 Nov 2003 11:50:14 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-11-18T11:50:14Z</dc:date>
    <item>
      <title>Accurate Boot/shutdown log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122417#M151120</link>
      <description>Hey all-&lt;BR /&gt;&lt;BR /&gt;I am trying to figure out when one of my HP-UX 11i systems was rebooted.   In looking at the /etc/shutdownlog it tells me - 15:44  Thu Sep  4, 2003.  Reboot:&lt;BR /&gt;&lt;BR /&gt;But when I do a who -r it tells me Oct 31 15:45&lt;BR /&gt;&lt;BR /&gt;Which is accurate and why would they not correlate?&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 11:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122417#M151120</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2003-11-18T11:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Accurate Boot/shutdown log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122418#M151121</link>
      <description>What does uptime tell you?  I would trust who -r or uptime more than shutdownlog - it may not get written to in the case of a panic/crash.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 18 Nov 2003 11:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122418#M151121</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-11-18T11:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accurate Boot/shutdown log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122419#M151122</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;If the system panics catastrophically - i.e. a bad HW failure, it may not get the chance to write to the shutdownlog.&lt;BR /&gt;&lt;BR /&gt;Do you roll the syslog.log regularly?&lt;BR /&gt;Check when it last restarted, that would be a big clue.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 18 Nov 2003 11:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122419#M151122</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-11-18T11:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accurate Boot/shutdown log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122420#M151123</link>
      <description>You can also look at the timestamp on the init process:&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep init&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 18 Nov 2003 11:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122420#M151123</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-11-18T11:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accurate Boot/shutdown log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122421#M151124</link>
      <description>power fails can also cause a reboot without a shutdown. date on the /var/adm/syslog.old can also give time of reboot.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 11:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122421#M151124</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-11-18T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Accurate Boot/shutdown log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122422#M151125</link>
      <description>shutdownlog (or any log for that matter) cannot have a realtime entry for powerfail or crash. There is nothing running so nothing gets written. Instead, during a crash, the crash dump will contain the timestamp of the crash and on reboot, savecrash will write the crash time into shutdownlog. Now for a powerfailure, I believe that EMS (the online diagnostics) may actually write the powerfail time into shutdownlog so if you don't have the online daigs running, that would explain the lack of a powerfail log entry. The diags get the powerfail timestamp from the CPU hardware.</description>
      <pubDate>Tue, 18 Nov 2003 13:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/accurate-boot-shutdown-log/m-p/3122422#M151125</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-18T13:18:07Z</dc:date>
    </item>
  </channel>
</rss>

