<?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 System shutdown in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834277#M89669</link>
    <description>When the process to boot up the UNIX, it stop at the process (eg. NFS server not responding) , how can I skip this process when boot up ?</description>
    <pubDate>Mon, 28 Oct 2002 14:18:21 GMT</pubDate>
    <dc:creator>O'lnes</dc:creator>
    <dc:date>2002-10-28T14:18:21Z</dc:date>
    <item>
      <title>System shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834277#M89669</link>
      <description>When the process to boot up the UNIX, it stop at the process (eg. NFS server not responding) , how can I skip this process when boot up ?</description>
      <pubDate>Mon, 28 Oct 2002 14:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834277#M89669</guid>
      <dc:creator>O'lnes</dc:creator>
      <dc:date>2002-10-28T14:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834278#M89670</link>
      <description>In the /etc/rc.config.d directory are files that govern whether or not processes start at boot or not. You can change the value of 1 to 0.&lt;BR /&gt;&lt;BR /&gt;If you are in the process of booting, this will eventually time out. You can also try &lt;CNTRL&gt;&lt;SHIFT&gt;&amp;lt;|&amp;gt; (the pipe symbol) to bypass any subsequent process startups. This will bypass the remaining services to start so be aware.&lt;/SHIFT&gt;&lt;/CNTRL&gt;</description>
      <pubDate>Mon, 28 Oct 2002 14:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834278#M89670</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2002-10-28T14:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834279#M89671</link>
      <description>Go to /sbin/rc2.d and you'll probably have something called S400nfs.core &amp;amp; S430nfs.client&lt;BR /&gt;&lt;BR /&gt;rename the files using a lower case "s" insead of a "S" and then they will not attempt to start at system boot time.&lt;BR /&gt;&lt;BR /&gt;Chuck J</description>
      <pubDate>Mon, 28 Oct 2002 14:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834279#M89671</guid>
      <dc:creator>Chuck J</dc:creator>
      <dc:date>2002-10-28T14:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834280#M89672</link>
      <description>Hi,&lt;BR /&gt;both Rick's and chuck's methos works, but you need to get into single user mode first, perform one of either method and execute &lt;BR /&gt;#init 3</description>
      <pubDate>Mon, 28 Oct 2002 14:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834280#M89672</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-10-28T14:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834281#M89673</link>
      <description>if the process stop at internet services daemon, is it suitable to set it to '0' ?  what is the pitfall? can start this daemon after boot to the system ? thx.</description>
      <pubDate>Mon, 28 Oct 2002 14:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834281#M89673</guid>
      <dc:creator>O'lnes</dc:creator>
      <dc:date>2002-10-28T14:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834282#M89674</link>
      <description>I tried &lt;CNTRL&gt;&lt;SHIFT&gt;&amp;lt;|&amp;gt; , it will esc to the login mode, except this command , can i just skip to start the services/daemon stead of esc to the login mode? thx.&lt;/SHIFT&gt;&lt;/CNTRL&gt;</description>
      <pubDate>Mon, 28 Oct 2002 14:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834282#M89674</guid>
      <dc:creator>O'lnes</dc:creator>
      <dc:date>2002-10-28T14:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834283#M89675</link>
      <description>If you set it to 0 all it means is it just wont start. If you ever want to start it again you just change that value back to 1. When i've done it in the past i've not had to bring the system into single user mode though? Don't forget to assign points :-)&lt;BR /&gt;&lt;BR /&gt;Chuck J :-)</description>
      <pubDate>Mon, 28 Oct 2002 14:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834283#M89675</guid>
      <dc:creator>Chuck J</dc:creator>
      <dc:date>2002-10-28T14:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834284#M89676</link>
      <description>Hi O'lnes&lt;BR /&gt;&lt;BR /&gt;It will be better if you did it in single user mode. If you already logged in(after a prolonged boot process) some of the process wouldn't have been started. You can start those for eg to start nfs process&lt;BR /&gt;#/sbin/init.d/nfs.server start&lt;BR /&gt; etc...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Oct 2002 14:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834284#M89676</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-10-28T14:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834285#M89677</link>
      <description>&lt;BR /&gt;Login as root, and vi /etc/rc.config.d/nfsconf and change&lt;BR /&gt;&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;NFS_CLIENT=0&lt;BR /&gt;NFS_SERVER=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 28 Oct 2002 14:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-shutdown/m-p/2834285#M89677</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-28T14:55:36Z</dc:date>
    </item>
  </channel>
</rss>

