<?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 can't start nfs services in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267916#M11979</link>
    <description>After stop the nfs services , it can't be start it again , could suggest what is wrong ? thx.&lt;BR /&gt;&lt;BR /&gt;# ./nfs stop&lt;BR /&gt;Shutting down NFS mountd:                                  [FAILED]&lt;BR /&gt;Shutting down NFS daemon:                                  [FAILED]&lt;BR /&gt;Shutting down NFS quotas:                                  [FAILED]&lt;BR /&gt;Shutting down NFS services:                                [  OK  ]&lt;BR /&gt;[root@EDP init.d]# ./nfs start&lt;BR /&gt;Starting NFS services:</description>
    <pubDate>Wed, 05 May 2004 06:12:51 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2004-05-05T06:12:51Z</dc:date>
    <item>
      <title>can't start nfs services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267916#M11979</link>
      <description>After stop the nfs services , it can't be start it again , could suggest what is wrong ? thx.&lt;BR /&gt;&lt;BR /&gt;# ./nfs stop&lt;BR /&gt;Shutting down NFS mountd:                                  [FAILED]&lt;BR /&gt;Shutting down NFS daemon:                                  [FAILED]&lt;BR /&gt;Shutting down NFS quotas:                                  [FAILED]&lt;BR /&gt;Shutting down NFS services:                                [  OK  ]&lt;BR /&gt;[root@EDP init.d]# ./nfs start&lt;BR /&gt;Starting NFS services:</description>
      <pubDate>Wed, 05 May 2004 06:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267916#M11979</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-05T06:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: can't start nfs services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267917#M11980</link>
      <description>Your output indicates that you did not successfully stop NFS; so you still have locks in place that prevents a restart. Something is preventing the shutdown; maybe files open that the shutdown script can't close. etc.</description>
      <pubDate>Wed, 05 May 2004 06:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267917#M11980</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-05T06:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: can't start nfs services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267918#M11981</link>
      <description>thx suggestion , if it is the case , could advise how to fix it ? thx.</description>
      <pubDate>Wed, 05 May 2004 07:01:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267918#M11981</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-05T07:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: can't start nfs services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267919#M11982</link>
      <description>Peterchu,&lt;BR /&gt;As Vernon has mentioned the NFS daemon has not been shutdown properly on the host. I would suggest that you follow the sequence below&lt;BR /&gt;&lt;BR /&gt;1. Try one more time shutdown of NFS like&lt;BR /&gt;  #./nfs stop&lt;BR /&gt;&lt;BR /&gt;2. Verify if all the nfs daemons are &lt;BR /&gt;   shutdown by doing&lt;BR /&gt;   # ps -ef | grep nfs&lt;BR /&gt;&lt;BR /&gt;3. If you see any nfs daemons from item#2,&lt;BR /&gt;   make sure that you kill them like&lt;BR /&gt;   #kill -9 &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;4. Now do a nfs start like&lt;BR /&gt;   #./nfs start&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any questions&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen&lt;BR /&gt;&lt;/PID&gt;</description>
      <pubDate>Wed, 05 May 2004 07:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267919#M11982</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-05-05T07:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: can't start nfs services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267920#M11983</link>
      <description>Peter,&lt;BR /&gt;I think all this is related to another posting.&lt;BR /&gt;&lt;BR /&gt;NFS in a medium-large network is an ugly beast.&lt;BR /&gt;If you already knopw all about&lt;BR /&gt;&lt;BR /&gt;fuser&lt;BR /&gt;lsof&lt;BR /&gt;nscd&lt;BR /&gt;autofs&lt;BR /&gt;rpc.mountd&lt;BR /&gt;&lt;BR /&gt;then you should have all you need and work with it. No other solutions. With such a problem I'm working with iozone (look at google) and linux nfs-howto.&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 08:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267920#M11983</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-05T08:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: can't start nfs services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267921#M11984</link>
      <description>put the command &lt;BR /&gt;&lt;BR /&gt;set -x&lt;BR /&gt;&lt;BR /&gt;In the nfs startup scripts in /etc/init.d&lt;BR /&gt;&lt;BR /&gt;Try again, you will at least get some diagnostics.&lt;BR /&gt;&lt;BR /&gt;This is almost always due to inconsistent network setttings in /etc/sysconfig/network-scripts&lt;BR /&gt;&lt;BR /&gt;Give them the old eyeball scan and see what you  find.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 May 2004 09:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267921#M11984</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-05T09:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: can't start nfs services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267922#M11985</link>
      <description>it is OK now , thx all replies.</description>
      <pubDate>Wed, 05 May 2004 09:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-start-nfs-services/m-p/3267922#M11985</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-05T09:35:47Z</dc:date>
    </item>
  </channel>
</rss>

