<?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 NFS mounting problems. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472934#M561955</link>
    <description>On one server, /etc/exports has "/tmp/e  -rw=esppt.somedomain.com".  The FDQN of the other server is in the hosts file on the first server (i.e. IP FDQN ALIAS).&lt;BR /&gt;&lt;BR /&gt;On the second server, AutoFS is running and won't mount the directory.  Even trying a "mount -F nfs server1:/tmp/e /tmp/test" results in "nfs mount: mount_nfs: mount: /tmp/test: No such file or directory" which seems a little odd - /tmp/test definitly exists on the second server.  The second server has the FDQN of the first server in the hosts file.&lt;BR /&gt;&lt;BR /&gt;All IP addresses and hosts names are verifiable  via nslookup and ping.&lt;BR /&gt;&lt;BR /&gt;I'm not sure how, but some combination of messing with the hosts file and different mount options (i.e. mount vs. cd /net/server1) results in a Permission Denied, rather than the "mount directory not found".&lt;BR /&gt;&lt;BR /&gt;I've been through about 20 threads on here and haven't found a resolution.&lt;BR /&gt;&lt;BR /&gt;Isn't there something about NFS not being able to mount a host name longer than 30 characters or something?  (My actual host name is longer than 30 characters).</description>
    <pubDate>Thu, 27 Jan 2005 15:05:50 GMT</pubDate>
    <dc:creator>Eric Ladner</dc:creator>
    <dc:date>2005-01-27T15:05:50Z</dc:date>
    <item>
      <title>NFS mounting problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472934#M561955</link>
      <description>On one server, /etc/exports has "/tmp/e  -rw=esppt.somedomain.com".  The FDQN of the other server is in the hosts file on the first server (i.e. IP FDQN ALIAS).&lt;BR /&gt;&lt;BR /&gt;On the second server, AutoFS is running and won't mount the directory.  Even trying a "mount -F nfs server1:/tmp/e /tmp/test" results in "nfs mount: mount_nfs: mount: /tmp/test: No such file or directory" which seems a little odd - /tmp/test definitly exists on the second server.  The second server has the FDQN of the first server in the hosts file.&lt;BR /&gt;&lt;BR /&gt;All IP addresses and hosts names are verifiable  via nslookup and ping.&lt;BR /&gt;&lt;BR /&gt;I'm not sure how, but some combination of messing with the hosts file and different mount options (i.e. mount vs. cd /net/server1) results in a Permission Denied, rather than the "mount directory not found".&lt;BR /&gt;&lt;BR /&gt;I've been through about 20 threads on here and haven't found a resolution.&lt;BR /&gt;&lt;BR /&gt;Isn't there something about NFS not being able to mount a host name longer than 30 characters or something?  (My actual host name is longer than 30 characters).</description>
      <pubDate>Thu, 27 Jan 2005 15:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472934#M561955</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2005-01-27T15:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472935#M561956</link>
      <description>Short term test.&lt;BR /&gt;&lt;BR /&gt;chmod 777 the directory and see if that makes a difference.&lt;BR /&gt;&lt;BR /&gt;If not change perms back.&lt;BR /&gt;&lt;BR /&gt;Next, consider checking that DNS resolution is working right. That could cause this problem.&lt;BR /&gt;&lt;BR /&gt;You might get more info in the syslog.log file to help diagnose.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Jan 2005 15:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472935#M561956</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-27T15:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472936#M561957</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Try this in /etc/exportfs,&lt;BR /&gt;&lt;BR /&gt;/tmp/e -o rw=esppt.somedomain.com&lt;BR /&gt;&lt;BR /&gt;Do "showmount -e your_nfs_server_name" to check if the filesystem is being exported.&lt;BR /&gt;&lt;BR /&gt;do "showmount -a" on the nfs server to check if it got mounted.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 15:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472936#M561957</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-01-27T15:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472937#M561958</link>
      <description>Steven.. Chmod 777 made no difference.  DNS resolution is working fine, forwards and backwards.  Currently there are entries in /etc/hosts that duplicate the DNS entries, still nslookups work forwards and backwards and the rw parameter in /etc/exports matches fine.  Syslog doesn't show ANYTHING during any of this stuff on the server.  I have the automounter tracing turned on on the client and it just says stuff about "Couldn't mountjavascript&amp;amp;colon;postAnswerSubmit('submit');&lt;BR /&gt;submit  blah bhah".  &lt;BR /&gt;&lt;BR /&gt;Sanjay.. -o caused exportfs to exit with an error message "unknown option: o".  showmount -e server1 works and shows the correct file systmes on the server and the client!</description>
      <pubDate>Thu, 27 Jan 2005 15:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472937#M561958</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2005-01-27T15:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472938#M561959</link>
      <description>I think I found the fix and it did turn out to be a name resolution problem.&lt;BR /&gt;&lt;BR /&gt;internally, the site where the client is is known as one domain name and it's known by another externally.  The server was referencing the external name, but needed to know the internal name.  An entry in the hosts file fixed the problem.  Post another message Steven and I'll shoot you some more points.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 15:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472938#M561959</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2005-01-27T15:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting problems.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472939#M561960</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I think there was a typo mistake in my earlier post,&lt;BR /&gt;&lt;BR /&gt;try this,&lt;BR /&gt;&lt;BR /&gt;/tmp/e - rw=esppt.somedomain.com&lt;BR /&gt;&lt;BR /&gt;There is a space betweeb "-" and "rw".&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 15:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-problems/m-p/3472939#M561960</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-01-27T15:36:05Z</dc:date>
    </item>
  </channel>
</rss>

