<?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: shut down a server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254779#M332028</link>
    <description>And of course there is "shutdown -hy 0" to halt it.  You would still have to turn off the power on some systems.</description>
    <pubDate>Wed, 20 Aug 2008 04:16:59 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-08-20T04:16:59Z</dc:date>
    <item>
      <title>shut down a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254776#M332025</link>
      <description>hi ..&lt;BR /&gt;what is the command with parameters to shut down the server without plugging off the server?&lt;BR /&gt;&lt;BR /&gt;i mean, shutdown and in automatical way it be started up .... &lt;BR /&gt;&lt;BR /&gt;please let me know.&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 20 Aug 2008 01:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254776#M332025</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2008-08-20T01:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: shut down a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254777#M332026</link>
      <description>&amp;gt; the command with parameters to shut down&lt;BR /&gt;&lt;BR /&gt;shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;Must be run from the root directory ("cd /")&lt;BR /&gt;&lt;BR /&gt;"reboot" will also work but it does not go through the rc3/rc2/rc1 sequence of stopping all software gracefully.</description>
      <pubDate>Wed, 20 Aug 2008 01:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254777#M332026</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-08-20T01:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: shut down a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254778#M332027</link>
      <description>Have you tried looking at the man page for the shutdown command?&lt;BR /&gt;&lt;BR /&gt;# man shutdown&lt;BR /&gt;&lt;BR /&gt;Specifically look at '-r'.&lt;BR /&gt;&lt;BR /&gt;What I use is:&lt;BR /&gt;&lt;BR /&gt;# shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;Read the man page for the meaning of all of the options.</description>
      <pubDate>Wed, 20 Aug 2008 01:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254778#M332027</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-08-20T01:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: shut down a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254779#M332028</link>
      <description>And of course there is "shutdown -hy 0" to halt it.  You would still have to turn off the power on some systems.</description>
      <pubDate>Wed, 20 Aug 2008 04:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254779#M332028</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-20T04:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: shut down a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254780#M332029</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Options are below for little more elabrate.&lt;BR /&gt;&lt;BR /&gt;# shutdown [-h|-r] [-y] [grace period]&lt;BR /&gt;&lt;BR /&gt;-h  =&amp;gt; To halt the system&lt;BR /&gt;-r  =&amp;gt; To reboot the system&lt;BR /&gt;-y  =&amp;gt; Do not require any user interactions&lt;BR /&gt;&lt;BR /&gt;grace period -&amp;gt; the time in seconds to the users to logoff. If it is "0" or "now'system will shutdown immediately.&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;&lt;BR /&gt;#shutdown -ry 60&lt;BR /&gt;#shutdown -ry now&lt;BR /&gt;#shutdown -hy 0&lt;BR /&gt;&lt;BR /&gt;shutdown command without any option will take system into single user mode.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Wed, 20 Aug 2008 08:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254780#M332029</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-08-20T08:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: shut down a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254781#M332030</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;shutdown -ry 0    For reboot&lt;BR /&gt;shutdown -hy 0    For halt the server&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Wed, 20 Aug 2008 10:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254781#M332030</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-08-20T10:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: shut down a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254782#M332031</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;An important side-effect of using 'shutdown' is that the shutdown (stop) scripts in the '/sbin/rc?.d' directories are executed to gracefully stop the services launched during startup ('man rc' for more details).&lt;BR /&gt;&lt;BR /&gt;You can also shutdown a system with 'reboot' (see 'man 1 reboot' for details), *but* in this case the normal shutdown scripts are *not* executed.&lt;BR /&gt;&lt;BR /&gt;In reality, the 'shutdown' command executes 'reboot' as its *last* step.&lt;BR /&gt;&lt;BR /&gt;You will find the following useful reading:&lt;BR /&gt;&lt;BR /&gt;# man 1M rc&lt;BR /&gt;# man 1M shutdown&lt;BR /&gt;# man 1M reboot&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 20 Aug 2008 11:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shut-down-a-server/m-p/4254782#M332031</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-20T11:29:06Z</dc:date>
    </item>
  </channel>
</rss>

