<?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: start NFS when bootup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252043#M11440</link>
    <description>Peter,&lt;BR /&gt;&lt;BR /&gt;I wanted to offer my thanks and congrats. I see you took the time to assign points to your previous responses.&lt;BR /&gt;&lt;BR /&gt;All itrc citizens really appreciate that.&lt;BR /&gt;&lt;BR /&gt;Your question is already answered and I have nothing to add.&lt;BR /&gt;&lt;BR /&gt;If my methodology or words upset you or offended you, please accept my apologies. I often get a little emotional in ways that are not necesarily good for my own mental health.&lt;BR /&gt;&lt;BR /&gt;I encourage you to keep using the forums, assigning those points and wish you all the success in the world.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 20 Apr 2004 12:22:03 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-04-20T12:22:03Z</dc:date>
    <item>
      <title>start NFS when bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252035#M11432</link>
      <description>the NFS service not start automatically when system bootup, i need to manually start it , how to set it will start when everytime system reboot ? thx.</description>
      <pubDate>Mon, 19 Apr 2004 07:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252035#M11432</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-04-19T07:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS when bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252036#M11433</link>
      <description>Try this one:&lt;BR /&gt;chkconfig --level 2345 nfs on&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Mon, 19 Apr 2004 07:22:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252036#M11433</guid>
      <dc:creator>Robert Binkhorst</dc:creator>
      <dc:date>2004-04-19T07:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS when bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252037#M11434</link>
      <description>Hi Peter,&lt;BR /&gt;&lt;BR /&gt;you do remember to assign points to Robert for his answer, don't you?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Martin</description>
      <pubDate>Mon, 19 Apr 2004 16:34:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252037#M11434</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-19T16:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS when bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252038#M11435</link>
      <description>thx Robert ,&lt;BR /&gt;&lt;BR /&gt;I tried the statement , which file will it update after run this statement , how do I know whether I have update it ? is it a permanent method ? thx.</description>
      <pubDate>Mon, 19 Apr 2004 20:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252038#M11435</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-04-19T20:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS when bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252039#M11436</link>
      <description>Yes, it's a permenant method.&lt;BR /&gt;&lt;BR /&gt;To tell if it is or isn't changed, use the command:&lt;BR /&gt;&lt;BR /&gt;chkconfig --list nfs&lt;BR /&gt;&lt;BR /&gt;It will list the 7 run-levels (0 through 6), and whether the service is On or Off.&lt;BR /&gt;&lt;BR /&gt;For a standard system, run-level's 2-5 are all you need on for a service to be available normally.  Run level's 0 and 6 are for halt and shutdown (respectivly), and 1 is for 'single user mode'.&lt;BR /&gt;&lt;BR /&gt;The 'chkconfig' command manipulates the '/etc/rc.d/rc?.d/*' files, and can also manipulate '/etc/xinetd.d/*' files for services launched by the SuperDaemon 'xinetd'.</description>
      <pubDate>Tue, 20 Apr 2004 00:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252039#M11436</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-20T00:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS when bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252040#M11437</link>
      <description>BTW,by definition runlevel 2 is: multi user mode without NFS.</description>
      <pubDate>Tue, 20 Apr 2004 00:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252040#M11437</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-04-20T00:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS when bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252041#M11438</link>
      <description>oh yea, good point :P listed in '/etc/inittab' too :P</description>
      <pubDate>Tue, 20 Apr 2004 01:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252041#M11438</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-20T01:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS when bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252042#M11439</link>
      <description>Hello Peter,&lt;BR /&gt;&lt;BR /&gt;you should see something like this:&lt;BR /&gt;&lt;BR /&gt;# /sbin/chkconfig --list nfs&lt;BR /&gt;nfs             0:off   1:off   2:off   3:off   4:off   5:off   6:off&lt;BR /&gt;&lt;BR /&gt;# /sbin/chkconfig --level 345 nfs on# &lt;BR /&gt;&lt;BR /&gt;# /sbin/chkconfig --list nfs&lt;BR /&gt;nfs             0:off   1:off   2:off   3:on    4:on    5:on    6:off&lt;BR /&gt;&lt;BR /&gt;Settings will become active with the next runlevel change (e.g. reboot).&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 20 Apr 2004 11:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252042#M11439</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-20T11:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS when bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252043#M11440</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;I wanted to offer my thanks and congrats. I see you took the time to assign points to your previous responses.&lt;BR /&gt;&lt;BR /&gt;All itrc citizens really appreciate that.&lt;BR /&gt;&lt;BR /&gt;Your question is already answered and I have nothing to add.&lt;BR /&gt;&lt;BR /&gt;If my methodology or words upset you or offended you, please accept my apologies. I often get a little emotional in ways that are not necesarily good for my own mental health.&lt;BR /&gt;&lt;BR /&gt;I encourage you to keep using the forums, assigning those points and wish you all the success in the world.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 20 Apr 2004 12:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-nfs-when-bootup/m-p/3252043#M11440</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-20T12:22:03Z</dc:date>
    </item>
  </channel>
</rss>

