<?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: how to configure nfs client in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950153#M76819</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is the nfs service/daemon running on spa?&lt;BR /&gt;&lt;BR /&gt;Try this on your nfs server spa -&lt;BR /&gt;&lt;BR /&gt;# exportfs&lt;BR /&gt;&lt;BR /&gt;The above command will show the list of exported shares. Also, check if nfs is running, by grepping for nfsd in the process listing. also grep for rpc.statd, rpc.mountd and lockd. If all these are running, then your nfs and related services are running just fine. of course all this assuming you have installed nfs-utils package. For other packages names of the daemons may differ slightly.&lt;BR /&gt;&lt;BR /&gt;If everything is fine on your nfs server, try this on your nfs client cclub -&lt;BR /&gt;&lt;BR /&gt;# showmount -e spa&lt;BR /&gt;&lt;BR /&gt;this will tell you whether the exported shares are in fact available to you. &lt;BR /&gt;&lt;BR /&gt;If everything is fine run the same mount command above once again. you should be fine.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;- ramd.</description>
    <pubDate>Mon, 14 Apr 2003 03:41:18 GMT</pubDate>
    <dc:creator>Ramkumar Devanathan</dc:creator>
    <dc:date>2003-04-14T03:41:18Z</dc:date>
    <item>
      <title>how to configure nfs client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950152#M76818</link>
      <description>Hi all&lt;BR /&gt;I appreciate that some helps will be given to me&lt;BR /&gt;&lt;BR /&gt;[root@cclub init.d]# mount -t nfs spa:/A0 /nasbbs&lt;BR /&gt;mount: RPC: Timed out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what is the problem..?</description>
      <pubDate>Sun, 13 Apr 2003 23:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950152#M76818</guid>
      <dc:creator>mw_4</dc:creator>
      <dc:date>2003-04-13T23:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure nfs client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950153#M76819</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is the nfs service/daemon running on spa?&lt;BR /&gt;&lt;BR /&gt;Try this on your nfs server spa -&lt;BR /&gt;&lt;BR /&gt;# exportfs&lt;BR /&gt;&lt;BR /&gt;The above command will show the list of exported shares. Also, check if nfs is running, by grepping for nfsd in the process listing. also grep for rpc.statd, rpc.mountd and lockd. If all these are running, then your nfs and related services are running just fine. of course all this assuming you have installed nfs-utils package. For other packages names of the daemons may differ slightly.&lt;BR /&gt;&lt;BR /&gt;If everything is fine on your nfs server, try this on your nfs client cclub -&lt;BR /&gt;&lt;BR /&gt;# showmount -e spa&lt;BR /&gt;&lt;BR /&gt;this will tell you whether the exported shares are in fact available to you. &lt;BR /&gt;&lt;BR /&gt;If everything is fine run the same mount command above once again. you should be fine.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;- ramd.</description>
      <pubDate>Mon, 14 Apr 2003 03:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950153#M76819</guid>
      <dc:creator>Ramkumar Devanathan</dc:creator>
      <dc:date>2003-04-14T03:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure nfs client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950154#M76820</link>
      <description>Check that you have all the required daemons running on the server and that client can actually access them (i.e. hosts.allow / firewall).&lt;BR /&gt;&lt;BR /&gt;The following is a list of daemons needed on server side : rpc.nfsd, rpc.lockd, rpc.lockd and rpc.mountd (rpc.quotad as well if you need that). Consult NFS HOWTO for details.&lt;BR /&gt;&lt;BR /&gt;For the client, you'll need portmapper too. rpc.statd and rpc.lockd are needed for locking.&lt;BR /&gt;&lt;BR /&gt;G.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2003 04:41:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950154#M76820</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2003-04-14T04:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure nfs client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950155#M76821</link>
      <description>Check that you have all the required daemons running on the server and that client can actually access them (i.e. hosts.allow / firewall).&lt;BR /&gt;&lt;BR /&gt;The following is a list of daemons needed on server side : rpc.nfsd, rpc.lockd, rpc.lockd and rpc.mountd (rpc.quotad as well if you need that). Consult NFS HOWTO for details.&lt;BR /&gt;&lt;BR /&gt;For the client, you'll need portmapper too. rpc.statd and rpc.lockd are needed for locking.&lt;BR /&gt;&lt;BR /&gt;G.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2003 04:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950155#M76821</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2003-04-14T04:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure nfs client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950156#M76822</link>
      <description>spare some time to read this. and if u have any doubts still, then ask&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nfs.sourceforge.net/nfs-howto/" target="_blank"&gt;http://nfs.sourceforge.net/nfs-howto/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 14 Apr 2003 05:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950156#M76822</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-14T05:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure nfs client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950157#M76823</link>
      <description>mw,&lt;BR /&gt;&lt;BR /&gt;Is your problem solved now? let us know please.&lt;BR /&gt;&lt;BR /&gt;- ramd.</description>
      <pubDate>Mon, 14 Apr 2003 10:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-nfs-client/m-p/2950157#M76823</guid>
      <dc:creator>Ramkumar Devanathan</dc:creator>
      <dc:date>2003-04-14T10:32:11Z</dc:date>
    </item>
  </channel>
</rss>

