<?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: Reboot server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373695#M868751</link>
    <description>I think it is not the N4000 way to search, but the OS version : 11.0, 11i ?&lt;BR /&gt;Under this two, i use :&lt;BR /&gt;shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;For any parameters, use man 1m shutdown&lt;BR /&gt;1m is important, because without, you will see how to shutdown ... a socket !!&lt;BR /&gt;&lt;BR /&gt;Olivier.</description>
    <pubDate>Tue, 07 Sep 2004 10:53:43 GMT</pubDate>
    <dc:creator>Olivier Decorse</dc:creator>
    <dc:date>2004-09-07T10:53:43Z</dc:date>
    <item>
      <title>Reboot server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373692#M868746</link>
      <description>Hi all;&lt;BR /&gt;&lt;BR /&gt;What is the sintax comand for reboot the N400 server ?</description>
      <pubDate>Tue, 07 Sep 2004 10:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373692#M868746</guid>
      <dc:creator>Adrian_72</dc:creator>
      <dc:date>2004-09-07T10:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373693#M868747</link>
      <description>Hi Adrian,&lt;BR /&gt;&lt;BR /&gt;I use "shutdown -r now". Shutdown will execute shutdown scripts in /sbin/init.d so the system will go down cleanly.&lt;BR /&gt;&lt;BR /&gt;Reboot will not do it other than setting the FSCLEAN flag on the filesystems. If I am in  a hurry, I use "reboot -qs"&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 07 Sep 2004 10:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373693#M868747</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-07T10:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373694#M868749</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;/sbin/shutdown [-h|-r] [-y] [-o] [grace]&lt;BR /&gt;&lt;BR /&gt;reboot&lt;BR /&gt;# shutdown -r -y now&lt;BR /&gt;&lt;BR /&gt;halt the system&lt;BR /&gt;# shutdown -h -y now&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 07 Sep 2004 10:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373694#M868749</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-09-07T10:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373695#M868751</link>
      <description>I think it is not the N4000 way to search, but the OS version : 11.0, 11i ?&lt;BR /&gt;Under this two, i use :&lt;BR /&gt;shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;For any parameters, use man 1m shutdown&lt;BR /&gt;1m is important, because without, you will see how to shutdown ... a socket !!&lt;BR /&gt;&lt;BR /&gt;Olivier.</description>
      <pubDate>Tue, 07 Sep 2004 10:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373695#M868751</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-09-07T10:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373696#M868753</link>
      <description>/usr/sbin/shutdown -r -y now&lt;BR /&gt;Usually don't need full PATH (/usr/sbin should be in the root PATH)&lt;BR /&gt;&lt;BR /&gt;-r says to reboot&lt;BR /&gt;-y says 'yes' to the questions for rebooting&lt;BR /&gt;now means no grace period, do the reboot now.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2004 11:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373696#M868753</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-09-07T11:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373697#M868755</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In addition, if you are planning to reboot with a script, add -y flag as indicated before and make sure you are in / filesystem. &lt;BR /&gt;&lt;BR /&gt;#cd /&lt;BR /&gt;#shutdown -r -y now&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 07 Sep 2004 11:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373697#M868755</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-07T11:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373698#M868757</link>
      <description>shutdown -r now&lt;BR /&gt;&lt;BR /&gt;More info in man pages:&lt;BR /&gt;&lt;BR /&gt;man 1m shutdown&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 07 Sep 2004 11:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reboot-server/m-p/3373698#M868757</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-09-07T11:18:36Z</dc:date>
    </item>
  </channel>
</rss>

