<?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: planned shutdown failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465968#M15735</link>
    <description>Check /var/adm/cron/log file for the cron logs and also check mails for root or do a mtail or mailx when logged in as root.</description>
    <pubDate>Mon, 20 Nov 2000 17:19:57 GMT</pubDate>
    <dc:creator>CHRIS_ANORUO</dc:creator>
    <dc:date>2000-11-20T17:19:57Z</dc:date>
    <item>
      <title>planned shutdown failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465966#M15733</link>
      <description>our system is regularly sheduled to shutdown&lt;BR /&gt;for a nightly backup everyday. I noticed this morning that the system did not go off as planned, there are no error messages on the syslog and dmesg tools, the swap space and the &lt;BR /&gt;var directory is not full and the backup did not run as scheduled.Also checked the /var/adm/crash directory and came up with no error log. What could have happened ?, the system is up and running this morning.&lt;BR /&gt;Any suggestion will be appreciated.&lt;BR /&gt;thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Nov 2000 16:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465966#M15733</guid>
      <dc:creator>bassey essien_1</dc:creator>
      <dc:date>2000-11-20T16:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: planned shutdown failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465967#M15734</link>
      <description>bassey,&lt;BR /&gt;&lt;BR /&gt;does the shutdown occur with a cron ? cron should mail any error messages to root.&lt;BR /&gt;&lt;BR /&gt;ensure the cron job is in the crontab file.&lt;BR /&gt;&lt;BR /&gt;good luck!</description>
      <pubDate>Mon, 20 Nov 2000 17:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465967#M15734</guid>
      <dc:creator>Robert Gamble</dc:creator>
      <dc:date>2000-11-20T17:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: planned shutdown failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465968#M15735</link>
      <description>Check /var/adm/cron/log file for the cron logs and also check mails for root or do a mtail or mailx when logged in as root.</description>
      <pubDate>Mon, 20 Nov 2000 17:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465968#M15735</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-11-20T17:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: planned shutdown failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465969#M15736</link>
      <description>Bassey:&lt;BR /&gt;&lt;BR /&gt;it is possible that your script that does the backup is still running!  do a ps -ef and look for the script in the list.&lt;BR /&gt;&lt;BR /&gt;If something happened that made the script hang (eg. waiting for the database to shutdown etc.) the script will typically not continue until it has succeeded.  so I would examine the processes and make sure that the backup script is not still running.&lt;BR /&gt;&lt;BR /&gt;If it is still running, you would have to kill it (ie. the parent) before killing any child processes otherwise, if you kill the children first, it might reboot while you are still logged on :-) &lt;BR /&gt;&lt;BR /&gt;so, I would say examine your ps -ef closely.&lt;BR /&gt;&lt;BR /&gt;good luck.&lt;BR /&gt;PS. let's know what it was will you?</description>
      <pubDate>Mon, 20 Nov 2000 17:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465969#M15736</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-20T17:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: planned shutdown failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465970#M15737</link>
      <description>Bassey:&lt;BR /&gt;&lt;BR /&gt;Make sure, if you haven't, that your current working directory is at root ("/") and that /etc/shutdown.allow has an entry for the user and system attempting the shutdown.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 20 Nov 2000 18:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465970#M15737</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-11-20T18:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: planned shutdown failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465971#M15738</link>
      <description>If the cron runs the standard err for it is to send it via mail. Check root/user's mail  that does reboot.&lt;BR /&gt;#cat var/mail/root&lt;BR /&gt;&lt;BR /&gt;It's also possible that user that do the reboot has its crontab file remove. &lt;BR /&gt;#crontab -l</description>
      <pubDate>Tue, 21 Nov 2000 13:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planned-shutdown-failure/m-p/2465971#M15738</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2000-11-21T13:46:53Z</dc:date>
    </item>
  </channel>
</rss>

