<?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: NFS Share mount problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987320#M28010</link>
    <description>NFS Server Detail:&lt;BR /&gt;bash-3.1# showmount -e&lt;BR /&gt;export list for hp1:&lt;BR /&gt;/nfsTest (everyone)&lt;BR /&gt;bash-3.1#&lt;BR /&gt;&lt;BR /&gt;NFS Client Detail:&lt;BR /&gt;bash-3.00# showmount -e hp1&lt;BR /&gt;export list for hp1:&lt;BR /&gt;/nfsTest (everyone)&lt;BR /&gt;bash-3.00#&lt;BR /&gt;bash-3.00# mount -F nfs hp1:/nfsTest /mbthpshare/&lt;BR /&gt;nfs mount: retrying: /mbthpshare&lt;BR /&gt;&lt;BR /&gt;It is trying to connect to the NFS share but no luck.&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Apr 2007 02:02:28 GMT</pubDate>
    <dc:creator>Techm</dc:creator>
    <dc:date>2007-04-24T02:02:28Z</dc:date>
    <item>
      <title>NFS Share mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987318#M28008</link>
      <description>I am having problem with mounting NFS Share. The NFS Server is on HP-UX 11.23 and the client is SUN Solaris 10. It is giving error 'nfs mount: retrying: /mbthpsharent directory on SUN where I am mounting the /export/home of HP-UX server.</description>
      <pubDate>Tue, 24 Apr 2007 01:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987318#M28008</guid>
      <dc:creator>Techm</dc:creator>
      <dc:date>2007-04-24T01:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Share mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987319#M28009</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  Could u post the content of NFS client and server.It will be easy for others to answer..&lt;BR /&gt;&lt;BR /&gt;Redgs,&lt;BR /&gt;palani</description>
      <pubDate>Tue, 24 Apr 2007 01:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987319#M28009</guid>
      <dc:creator>palaniappan.sp</dc:creator>
      <dc:date>2007-04-24T01:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Share mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987320#M28010</link>
      <description>NFS Server Detail:&lt;BR /&gt;bash-3.1# showmount -e&lt;BR /&gt;export list for hp1:&lt;BR /&gt;/nfsTest (everyone)&lt;BR /&gt;bash-3.1#&lt;BR /&gt;&lt;BR /&gt;NFS Client Detail:&lt;BR /&gt;bash-3.00# showmount -e hp1&lt;BR /&gt;export list for hp1:&lt;BR /&gt;/nfsTest (everyone)&lt;BR /&gt;bash-3.00#&lt;BR /&gt;bash-3.00# mount -F nfs hp1:/nfsTest /mbthpshare/&lt;BR /&gt;nfs mount: retrying: /mbthpshare&lt;BR /&gt;&lt;BR /&gt;It is trying to connect to the NFS share but no luck.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2007 02:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987320#M28010</guid>
      <dc:creator>Techm</dc:creator>
      <dc:date>2007-04-24T02:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Share mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987321#M28011</link>
      <description>As I could see mountd is running on NFS server and imagine if client IP address verification failed on server side but if that is the case we will see messages like:&lt;BR /&gt;&lt;BR /&gt;Cannot talk to mount server at reptile: RPC: Authentication error; why = Server rejected credential&lt;BR /&gt;Cannot talk to mount server at reptile: RPC: Timed out&lt;BR /&gt;&lt;BR /&gt;So above is not the issue.&lt;BR /&gt;&lt;BR /&gt;Does SUN solaris uses UDP by default??&lt;BR /&gt;&lt;BR /&gt;IF that is the case then mount can fail when NFS server firewall rejects UDP connections(say if UDP ports are blocked by NFS server firewall)</description>
      <pubDate>Tue, 24 Apr 2007 06:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987321#M28011</guid>
      <dc:creator>anandganjihal</dc:creator>
      <dc:date>2007-04-24T06:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Share mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987322#M28012</link>
      <description>Hi,&lt;BR /&gt;   Instead of giving hostname on nfs server give ip address.(normally this will speed up the host resolving processes).&lt;BR /&gt;   Configure udp protocol in server and client  thru xinetd or inetd and try.But defaultly udp will be  running in unix boxes.&lt;BR /&gt;   In export list on server side give like this  and try..&lt;BR /&gt;        /nfs anon=2 or&lt;BR /&gt;        /nfs -root=&lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Check these service are running in server and client 1)Portmap,rpc,Xinetd if u conigured,nfslock,nfsd.2) stop all firewall if u configured..&lt;BR /&gt;Check /etc/hosts,/etc/resolv.conf..&lt;BR /&gt;&lt;BR /&gt;In server and client side&lt;BR /&gt;# ps aux | grep nfsd&lt;BR /&gt;If nfsd not already running, then run:&lt;BR /&gt;# nfsd 8 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;# ps aux | grep mountd&lt;BR /&gt;If mountd is not already running, then run:&lt;BR /&gt;# rpc.mountd -n &amp;amp; &lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;palani.&lt;BR /&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Thu, 26 Apr 2007 23:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987322#M28012</guid>
      <dc:creator>palaniappan.sp</dc:creator>
      <dc:date>2007-04-26T23:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Share mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987323#M28013</link>
      <description>Just checking, but did you stop all nfs processes on hp1 then start them again?</description>
      <pubDate>Fri, 27 Apr 2007 20:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-share-mount-problem/m-p/3987323#M28013</guid>
      <dc:creator>Terrywcoz</dc:creator>
      <dc:date>2007-04-27T20:12:38Z</dc:date>
    </item>
  </channel>
</rss>

