<?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: shutdown logging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527020#M24549</link>
    <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;I rebooted my system by reboot -s and checked what in the /etc/rc.log.old are. There wasn't any entry from "K" scripts, for example, K480syncer or K800killall from /sbin/rc0.d, nor from K90oracle script (same directory) written on my own to normally bring the oracle database down which actually worked upon the system shutdown (according to the database alert log). So I see only previous startup information in /etc/rc.log.old file and no any shutdown one.&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;Eugene&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 10 May 2001 15:15:06 GMT</pubDate>
    <dc:creator>Eugene_3</dc:creator>
    <dc:date>2001-05-10T15:15:06Z</dc:date>
    <item>
      <title>shutdown logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527017#M24546</link>
      <description>It seems to me that the rc requencer logs into /etc/rc.log file only when HP-UX system starts up (results of S* startup scripts). Is there any similar log keeping track of what scripts (basicaly K* scripts) were performed when the system went down? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Eugene&lt;BR /&gt;</description>
      <pubDate>Thu, 10 May 2001 14:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527017#M24546</guid>
      <dc:creator>Eugene_3</dc:creator>
      <dc:date>2001-05-10T14:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527018#M24547</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yes, /etc/rc.log.old is the copy of /etc/rc.log.old that is posted during startup.  It contains the last shutdown messages from "K" scripts.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 May 2001 14:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527018#M24547</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-05-10T14:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527019#M24548</link>
      <description>Hi (corrected copy):&lt;BR /&gt;&lt;BR /&gt;Yes, /etc/rc.log.old is the copy of /etc/rc.log that is posted during startup.  It contains the last shutdown messages from "K" scripts.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 May 2001 14:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527019#M24548</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-05-10T14:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527020#M24549</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;I rebooted my system by reboot -s and checked what in the /etc/rc.log.old are. There wasn't any entry from "K" scripts, for example, K480syncer or K800killall from /sbin/rc0.d, nor from K90oracle script (same directory) written on my own to normally bring the oracle database down which actually worked upon the system shutdown (according to the database alert log). So I see only previous startup information in /etc/rc.log.old file and no any shutdown one.&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;Eugene&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 May 2001 15:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527020#M24549</guid>
      <dc:creator>Eugene_3</dc:creator>
      <dc:date>2001-05-10T15:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527021#M24550</link>
      <description>Hi Eugene:&lt;BR /&gt;&lt;BR /&gt;The key is that you used 'reboot' and not 'shutdown'.&lt;BR /&gt;&lt;BR /&gt;'shutdown' invokes the kill scripts via the /sbin/rc mechanism and *then* calls 'reboot'.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 May 2001 15:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527021#M24550</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-05-10T15:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527022#M24551</link>
      <description>James is right.  When you shutdown, it should write both startup and shutdown information.  The file should start with a line saying that rc.log moved to rc.log.old, and then have all the startup info, and then list the shutdown info.  Use "shutdown -r" to reboot and it should log everything.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Thu, 10 May 2001 15:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527022#M24551</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-05-10T15:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527023#M24552</link>
      <description>Thank you guys,&lt;BR /&gt;&lt;BR /&gt;I see the difference: kill scrits write into rc.log by shutdown command.&lt;BR /&gt;&lt;BR /&gt;BTW: Why "init 6" command does not reboot HP-UX system (I tried it) as it does in Solaris and SCO for example? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Eugene&lt;BR /&gt;</description>
      <pubDate>Thu, 10 May 2001 15:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527023#M24552</guid>
      <dc:creator>Eugene_3</dc:creator>
      <dc:date>2001-05-10T15:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527024#M24553</link>
      <description>I could be off here, but I think it is because HPUX builds the init levels up.  Level 0 is single user mode, most of our apps run at level 3 or 4 (I think).  I suppose that a level 6 could exist if created, but it would be high up on the chain.  If you watch when shutdown operates, it takes the server down to init level 0 and then sends the reboot command from there.  I don't think that moving to init 0 will reboot, though.  Like I said, however, I could be off here.  can anyone confirm this?&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Fri, 11 May 2001 16:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-logging/m-p/2527024#M24553</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-05-11T16:34:51Z</dc:date>
    </item>
  </channel>
</rss>

