<?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: UPS trigger the HP-UX shutdown problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755539#M784591</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The likely problem is one of your shutdown scripts in /sbin/rc.# directories is hanging.&lt;BR /&gt;&lt;BR /&gt;You need to diagnose which script is hanging and make it do its work in a reasonable amount of time.&lt;BR /&gt;&lt;BR /&gt;If oracle is involved change the dbshut command where it says shutdown to shutdown immediate.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 21 Mar 2006 04:39:20 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-03-21T04:39:20Z</dc:date>
    <item>
      <title>UPS trigger the HP-UX shutdown problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755536#M784588</link>
      <description>Hi ,&lt;BR /&gt;I have a MGE UPS and install the Solution Pac UMClient module in the HP-UX server but when try to simulate a power failure the server receive the power failure trap, then the server start to countdown and excute the shutdown command when the time reach. But the server doesn't shutdown, but when checking the shutdown process I can see that the shutdown process already run. So what can be the likely problem? Thanks&lt;BR /&gt;&lt;BR /&gt;=============================================&lt;BR /&gt;&lt;BR /&gt;[hpsgle39]:[root]:/usr/upsman/umclient&lt;BR /&gt;&amp;gt;ps -ef |grep -i shutdown&lt;BR /&gt;    root  4388  4384  0 18:05:34 pts/tb    0:00 /sbin/shutdown -y -h now&lt;BR /&gt;[hpsgle39]:[root]:/usr/upsman/umclient</description>
      <pubDate>Tue, 21 Mar 2006 04:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755536#M784588</guid>
      <dc:creator>boey kean hoe</dc:creator>
      <dc:date>2006-03-21T04:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: UPS trigger the HP-UX shutdown problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755537#M784589</link>
      <description>shutdown -y -h now, will go through all scripts to shutdown user processes/apps. (It will go through K* scripts in rc directories)&lt;BR /&gt;So this is going to take time, depending upon what efficient your K* script are.&lt;BR /&gt;&lt;BR /&gt;During power problems, you should rather have shutdown -ry. Quick reboot. There is a difference between shutdown and reboot. Shutdown goes through all K scripts, while reboot does not.</description>
      <pubDate>Tue, 21 Mar 2006 04:38:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755537#M784589</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-21T04:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: UPS trigger the HP-UX shutdown problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755538#M784590</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The likely problem is one of your shutdown scripts in /sbin/rc.# directories is hanging.&lt;BR /&gt;&lt;BR /&gt;You need to diagnose which script is hanging and make it do its work in a reasonable amount of time.&lt;BR /&gt;&lt;BR /&gt;If oracle is involved change the dbshut command where it says shutdown to shutdown immediate.&lt;BR /&gt;&lt;BR /&gt;sEP</description>
      <pubDate>Tue, 21 Mar 2006 04:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755538#M784590</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-21T04:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: UPS trigger the HP-UX shutdown problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755539#M784591</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The likely problem is one of your shutdown scripts in /sbin/rc.# directories is hanging.&lt;BR /&gt;&lt;BR /&gt;You need to diagnose which script is hanging and make it do its work in a reasonable amount of time.&lt;BR /&gt;&lt;BR /&gt;If oracle is involved change the dbshut command where it says shutdown to shutdown immediate.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Mar 2006 04:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755539#M784591</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-21T04:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: UPS trigger the HP-UX shutdown problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755540#M784592</link>
      <description>Sorry I forget to mention something, the UMCLient will run the script file umc_shut and in this umc_shut file is where the shutdown command.So if I try to run only the script umc_shut the server will shutdown correctly.Thanks</description>
      <pubDate>Tue, 21 Mar 2006 05:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ups-trigger-the-hp-ux-shutdown-problem/m-p/3755540#M784592</guid>
      <dc:creator>boey kean hoe</dc:creator>
      <dc:date>2006-03-21T05:17:17Z</dc:date>
    </item>
  </channel>
</rss>

