<?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: Mount with NFS - Permission denied in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321300#M567945</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I modified the /etc/hosts file like&lt;BR /&gt;ip, host, host.domain&lt;BR /&gt;and restarted the NFS services on the Server and Client.&lt;BR /&gt;&lt;BR /&gt;Thank you all.&lt;BR /&gt;Sandra</description>
    <pubDate>Fri, 02 Jul 2004 09:15:18 GMT</pubDate>
    <dc:creator>RUI AGOSTINHO</dc:creator>
    <dc:date>2004-07-02T09:15:18Z</dc:date>
    <item>
      <title>Mount with NFS - Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321292#M567937</link>
      <description>I have a problem mounting remote directory with NFS on HP-UX B.11.23 OS - Permission denied, only if I specify -access=system1 on the NFS Server. If I export with permission for all servers, it works. &lt;BR /&gt;I have no problem mounting remote directories on HP-UX B.11.00 OS. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sandra</description>
      <pubDate>Fri, 02 Jul 2004 04:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321292#M567937</guid>
      <dc:creator>RUI AGOSTINHO</dc:creator>
      <dc:date>2004-07-02T04:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mount with NFS - Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321293#M567938</link>
      <description>I think this will be a name resolution issue then.  I would do an nslookup of "system1" on the client and server and make sure they are the same.  Failing that, try the IP address in your "-access" list.</description>
      <pubDate>Fri, 02 Jul 2004 04:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321293#M567938</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-07-02T04:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mount with NFS - Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321294#M567939</link>
      <description>when u say access=node1 , node1 should be the real hostname which is resolved by the nfs server. Also NFS server should be able to reverselookup this host name. Best way is to add it in /etc/hosts if u do not have a good DNS.&lt;BR /&gt;&lt;BR /&gt;If you have multiple network adapaters on your client , find out though which it connects to nfs server and whether it is the same mentioned in exports. make an ftp sesion to nfs server and find out using netstat which interface is being used&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Fri, 02 Jul 2004 04:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321294#M567939</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-07-02T04:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mount with NFS - Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321295#M567940</link>
      <description>I tried with ip address, and I defined the hostname in /etc/hosts. The problem persists.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sandra</description>
      <pubDate>Fri, 02 Jul 2004 04:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321295#M567940</guid>
      <dc:creator>RUI AGOSTINHO</dc:creator>
      <dc:date>2004-07-02T04:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mount with NFS - Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321296#M567941</link>
      <description>Hi sandra,&lt;BR /&gt;Try doing &lt;BR /&gt;# nslookup HPSystemName&lt;BR /&gt;from NFS server. It looks like name resolution issue to me as already suggested.&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 02 Jul 2004 04:55:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321296#M567941</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-02T04:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mount with NFS - Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321297#M567942</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt; What is your hostname resolvation method in /etc/nsswitch.conf files. Check with nslookup &lt;HOSTNAME&gt; to get the lookup process.&lt;BR /&gt;&lt;BR /&gt; For access option,we have to set with the FQDN for old releases. &lt;HOSTNAME&gt;.domain.name&lt;BR /&gt;It will only take it. New versions only allow to give the access. &lt;BR /&gt;&lt;BR /&gt; Make an alias name in the /etc/hosts as like&lt;BR /&gt; &lt;IP-ADDRESS&gt; &lt;FQDN&gt; &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt; Check now,&lt;BR /&gt; exportfs -iv -o access=system1 &lt;/HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;It will work now. check nfs status with nfsstat command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.&lt;BR /&gt;&lt;/FQDN&gt;&lt;/IP-ADDRESS&gt;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 02 Jul 2004 04:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321297#M567942</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-02T04:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mount with NFS - Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321298#M567943</link>
      <description>Hi Sandra,&lt;BR /&gt;1. are you mounting from system1 like root ?&lt;BR /&gt;&lt;BR /&gt;If yes, this is probably the problem, try add something like this on nfs server on same line:&lt;BR /&gt;&lt;BR /&gt;-root=system  #(allow root from client)&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;anon=-2   #(uknown users are mapped to user nobody )&lt;BR /&gt;&lt;BR /&gt;I hope this is right syntax , I haven't used it longer time )&lt;BR /&gt;&lt;BR /&gt;2.are all needed services running on a NFS server ?:&lt;BR /&gt;rcpbind (portmap), &lt;BR /&gt;nfsd,&lt;BR /&gt;rpc.mountd&lt;BR /&gt;&lt;BR /&gt;you can check it from sever by:&lt;BR /&gt;rpcinfo -p 127.0.0.1&lt;BR /&gt;&lt;BR /&gt;or from client by :&lt;BR /&gt;rpcinfo &lt;NFS server="" ip=""&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will helps you&lt;BR /&gt;&lt;BR /&gt;br Jan&lt;/NFS&gt;</description>
      <pubDate>Fri, 02 Jul 2004 08:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321298#M567943</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-07-02T08:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mount with NFS - Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321299#M567944</link>
      <description>In /etc/exports, should have:&lt;BR /&gt;&lt;BR /&gt;/mount root=system1,-access=system1&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 02 Jul 2004 08:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321299#M567944</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-02T08:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mount with NFS - Permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321300#M567945</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I modified the /etc/hosts file like&lt;BR /&gt;ip, host, host.domain&lt;BR /&gt;and restarted the NFS services on the Server and Client.&lt;BR /&gt;&lt;BR /&gt;Thank you all.&lt;BR /&gt;Sandra</description>
      <pubDate>Fri, 02 Jul 2004 09:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-with-nfs-permission-denied/m-p/3321300#M567945</guid>
      <dc:creator>RUI AGOSTINHO</dc:creator>
      <dc:date>2004-07-02T09:15:18Z</dc:date>
    </item>
  </channel>
</rss>

