<?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: /etc/shutdownlog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654446#M46871</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You are right indeed. reboot only appends to it. I have missed out the "(if it exists)" clause in its man page. &lt;BR /&gt;&lt;BR /&gt;We had factory installs of HP-UX on our servers but we never encounter /etc/shutdownlog missing.&lt;BR /&gt;&lt;BR /&gt;You might wish to alert your HP Problem Response Centre over there. The Ignite-UX image copy during factory defaults might possibly be misconfigured for your server.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
    <pubDate>Tue, 29 Jan 2002 06:45:03 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-01-29T06:45:03Z</dc:date>
    <item>
      <title>/etc/shutdownlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654442#M46867</link>
      <description>What determines if /etc/shutdownlog is appended to or not?&lt;BR /&gt;&lt;BR /&gt;On particular servers I admin, this log does not exist. ??</description>
      <pubDate>Tue, 29 Jan 2002 04:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654442#M46867</guid>
      <dc:creator>Glenn L. Stewart</dc:creator>
      <dc:date>2002-01-29T04:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shutdownlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654443#M46868</link>
      <description>The shutdownlog file should exist by default.&lt;BR /&gt;I am not sure why yours doesn't. You could create a file by using the 'touch' command.&lt;BR /&gt;&lt;BR /&gt;Example Contents are as follows:&lt;BR /&gt;Generally the entries made are&lt;BR /&gt;shutdown, reboots and reboots by a user.&lt;BR /&gt;&lt;BR /&gt;05:04  Sun Dec  2, 2001.  Reboot: &lt;BR /&gt;12:35  Fri Dec  7, 2001.  Reboot:  (by myname!root)&lt;BR /&gt;&lt;BR /&gt;The first entry is an automatic reboot, the&lt;BR /&gt;second being a manual reboot by a 'root'&lt;BR /&gt;user.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Tue, 29 Jan 2002 04:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654443#M46868</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-29T04:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shutdownlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654444#M46869</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;/etc/shutdownlog is generated by the reboot command.&lt;BR /&gt;&lt;BR /&gt;man 1m reboot for more information.&lt;BR /&gt;&lt;BR /&gt;Unless your system never performs a reboot (or shutdown), /etc/shutdownlog should exist on your system.&lt;BR /&gt;&lt;BR /&gt;Check your root cron jobs in /var/spool/cron/crontabs/root for any job that performs "housekeeping" by removing /etc/shutdownlog.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Tue, 29 Jan 2002 05:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654444#M46869</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-01-29T05:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shutdownlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654445#M46870</link>
      <description>Wondering what command creates it.&lt;BR /&gt;&lt;BR /&gt;I wouldn't have ever noticed this "problem" if not for the fact that this was a fresh from factory L class.&lt;BR /&gt;&lt;BR /&gt;shutdown appends the shutdownlog - BUT only if it exists.&lt;BR /&gt;&lt;BR /&gt;Reboot doesn't appear to create it.</description>
      <pubDate>Tue, 29 Jan 2002 05:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654445#M46870</guid>
      <dc:creator>Glenn L. Stewart</dc:creator>
      <dc:date>2002-01-29T05:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shutdownlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654446#M46871</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You are right indeed. reboot only appends to it. I have missed out the "(if it exists)" clause in its man page. &lt;BR /&gt;&lt;BR /&gt;We had factory installs of HP-UX on our servers but we never encounter /etc/shutdownlog missing.&lt;BR /&gt;&lt;BR /&gt;You might wish to alert your HP Problem Response Centre over there. The Ignite-UX image copy during factory defaults might possibly be misconfigured for your server.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Tue, 29 Jan 2002 06:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654446#M46871</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-01-29T06:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shutdownlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654447#M46872</link>
      <description>Just try to create it and chmod it:&lt;BR /&gt;&lt;BR /&gt;# touch /etc/shutdownlog&lt;BR /&gt;&lt;BR /&gt;# chmod 644 /etc/shutdownlog&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then wait until a programmed shutdown or reboot occours and watch if it worked...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Xavier</description>
      <pubDate>Tue, 29 Jan 2002 17:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654447#M46872</guid>
      <dc:creator>Xavier Gutierrez</dc:creator>
      <dc:date>2002-01-29T17:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shutdownlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654448#M46873</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Some more explanation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=5b76573b0c474027a8/screen=ckiDisplayDocument?docId=200000058668862" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=5b76573b0c474027a8/screen=ckiDisplayDocument?docId=200000058668862&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jan 2002 18:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654448#M46873</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-29T18:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shutdownlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654449#M46874</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Again, the /etc/shutdownlog can be recreated by 'tlinstall' command.&lt;BR /&gt;&lt;BR /&gt;# rm /var/adm/shutdownlog&lt;BR /&gt;# /opt/upgrade/bin/tlinstall&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 29 Jan 2002 18:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654449#M46874</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-29T18:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shutdownlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654450#M46875</link>
      <description>/etc/shutdownlog is one of those files that you must check on.  Old versions of HP-UX did not have this file by default. Same with /var/adm/btmp. Both of these files are critical for security and reliability. Create them on every system. Make usre that btmp is not readable by anyone except root.</description>
      <pubDate>Wed, 30 Jan 2002 03:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shutdownlog/m-p/2654450#M46875</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-01-30T03:41:42Z</dc:date>
    </item>
  </channel>
</rss>

