<?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 Permission Denied errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915310#M529475</link>
    <description>Have you tried with the anon removed and the access=host1 left in ? The default for anon is -2 anyway. &lt;BR /&gt;&lt;BR /&gt;I would of also recomended you check the hosts file for name resolution etc. but if you've checked that I'm a little unsure. Maybe try ipaddress ?</description>
    <pubDate>Tue, 19 Dec 2006 11:22:22 GMT</pubDate>
    <dc:creator>gstonian</dc:creator>
    <dc:date>2006-12-19T11:22:22Z</dc:date>
    <item>
      <title>NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915304#M529469</link>
      <description>NFS server = 11.23 PA-RISC&lt;BR /&gt;NFS Client = 11.11&lt;BR /&gt;&lt;BR /&gt;/etc/exports file contents:&lt;BR /&gt;/export  -anon=2&lt;BR /&gt;/var/opt/ignite/clients -anon=2&lt;BR /&gt;/var/opt/ignite/recovery/archives/host1 -anon=2,access=host1&lt;BR /&gt;/var/opt/ignite/recovery/archives/host2 -anon=2,access=host2&lt;BR /&gt;/var/opt/ignite/recovery/archives/host3 -anon=2,access=host3&lt;BR /&gt;(this pattern repeats out to host28 and hosts are HP-UX versions 11.0, 11.11, 11.23 PA-RISC and Itanium)&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/recovery/archives is a seperate filesystem.&lt;BR /&gt;&lt;BR /&gt;When I attempt to mount on host1:&lt;BR /&gt;mount hpignite:/var/opt/ignite/recovery/archives/host1 /test&lt;BR /&gt;&lt;BR /&gt;I get the error message "Permission Denied".  Host1 is the only server that I experience that problem on.  Also, host1 is able to mount both the /export filesystem and the /var/opt/ignite/clients filesystem.  I have also tried removing the access=host1 flag with no luck and tried mounting a different directory in in /var/opt/ignite/recovery/archives (by both removing the access= flag and adding host one to the access= flag) - no luck.  All permissions and ownership are the same on all of the directories, both the ones that work and the ones that don't (755, bin:bin)&lt;BR /&gt;&lt;BR /&gt;Thoughts???  Points will be given...&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2006 09:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915304#M529469</guid>
      <dc:creator>Christian Briggs</dc:creator>
      <dc:date>2006-12-19T09:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915305#M529470</link>
      <description>I know you said you did this but when I had this same problem, I removed the host restrictions and simply left the directory in there. Try taking out the anon and access statements.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2006 09:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915305#M529470</guid>
      <dc:creator>gstonian</dc:creator>
      <dc:date>2006-12-19T09:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915306#M529471</link>
      <description>Since you're using the hostname for the access list, name resolution will occur. My first guess, since you state everything in the NFS configuration looks identical to the ones that work, is that the name resolution for host1 on the NFS server doesn't match host1's actual IP address. Does "nslookup host1" on the NFS server return what you expect?</description>
      <pubDate>Tue, 19 Dec 2006 09:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915306#M529471</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-12-19T09:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915307#M529472</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check your Name resolution or else check the permission of the directories&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/recovery/archives/host1 &lt;BR /&gt;/var/opt/ignite/recovery/archives/host2 &lt;BR /&gt;/var/opt/ignite/recovery/archives/host3&lt;BR /&gt;&lt;BR /&gt;They should be bin:bin and 755.&lt;BR /&gt;&lt;BR /&gt;Chan</description>
      <pubDate>Tue, 19 Dec 2006 10:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915307#M529472</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-12-19T10:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915308#M529473</link>
      <description>gstonian - I hadn't tried removing the anon=2 flag and when I did that it worked.  This doesn't really fix my problem, it is really only a "work around", so I only gave you 9 points - I'll give you 10 (for a total of 19 on this thread) if you can fix the problem.&lt;BR /&gt;&lt;BR /&gt;Jeff and Chan - I should have mentioned that I had checked resolution and forward and backward were both working on the client and the server.&lt;BR /&gt;&lt;BR /&gt;10 points still up for grabs...</description>
      <pubDate>Tue, 19 Dec 2006 11:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915308#M529473</guid>
      <dc:creator>Christian Briggs</dc:creator>
      <dc:date>2006-12-19T11:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915309#M529474</link>
      <description>Christian,&lt;BR /&gt;does your /etc/passwd file match the requirements as specified in "man exportfs"&lt;BR /&gt;&lt;BR /&gt;"anon=uid&lt;BR /&gt;                     If a request comes from an unknown user, use uid as the&lt;BR /&gt;                     effective user ID.&lt;BR /&gt;&lt;BR /&gt;                     Root users (user ID 0) are always treated as user&lt;BR /&gt;                     unknown by the NFS server unless they are included in&lt;BR /&gt;                     the root option below.&lt;BR /&gt;&lt;BR /&gt;                     If the client is a UNIX system, only root users are&lt;BR /&gt;                     considered unknown.  All other users are recognized&lt;BR /&gt;                     even if they are not in /etc/passwd.&lt;BR /&gt;&lt;BR /&gt;                     The default value for uid is the user ID of user&lt;BR /&gt;                     nobody.  If user nobody does not exist, the value -2 is&lt;BR /&gt;                     used.  Setting the value of anon to -1 disables&lt;BR /&gt;                     anonymous access."&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2006 11:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915309#M529474</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-12-19T11:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915310#M529475</link>
      <description>Have you tried with the anon removed and the access=host1 left in ? The default for anon is -2 anyway. &lt;BR /&gt;&lt;BR /&gt;I would of also recomended you check the hosts file for name resolution etc. but if you've checked that I'm a little unsure. Maybe try ipaddress ?</description>
      <pubDate>Tue, 19 Dec 2006 11:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915310#M529475</guid>
      <dc:creator>gstonian</dc:creator>
      <dc:date>2006-12-19T11:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915311#M529476</link>
      <description>Well, I still have this problem.  &lt;BR /&gt;&lt;BR /&gt;gstonian: no, the filesystem won't mount if there are any mount options in the /etc/exports file on the server.  I also tried via IP and that didn't work either.&lt;BR /&gt;&lt;BR /&gt;Peter Godron: I'm not sure how to apply your suggestion.  At first I thought that maybe the bin user ID was different on this client - but, alas, that is not the case.  I can't find any differences in the password files of the clients that work and this one that does not.&lt;BR /&gt;&lt;BR /&gt;General update:&lt;BR /&gt;As you may have guessed I am using these NFS mount points for the purpose of completing Ignite backups.  Even though I am able to mount the directory through an open shell (after I removed all mount options as I described above), Ignite is still not able to perform it's mount process and fails with "Permission Denied".</description>
      <pubDate>Tue, 26 Dec 2006 10:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915311#M529476</guid>
      <dc:creator>Christian Briggs</dc:creator>
      <dc:date>2006-12-26T10:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915312#M529477</link>
      <description>What's different between problem host1 and a working host? Any firewall involved? &lt;BR /&gt;&lt;BR /&gt;Are the working clients also hp-ux 11.11?&lt;BR /&gt;&lt;BR /&gt;Have you looked at the archive dir for host1 on the IUX server and compare to working host's dir?&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Tue, 26 Dec 2006 11:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915312#M529477</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2006-12-26T11:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915313#M529478</link>
      <description>Doh. Almost forgot... Does showmount output look ok for /var/opt/ignite/recovery/archives/host1 entry?&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/showmount -e ignite_server |grep host1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Tue, 26 Dec 2006 11:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915313#M529478</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2006-12-26T11:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915314#M529479</link>
      <description>Denver,&lt;BR /&gt;The IUX server is a multi-homed host so I am not traversing a firewall to get to any client.  I have clients at all levels of 11+ and this is the only one that I have problems.  Also, remember that I said that I could NFS mount other directories just nothing in /var/opt/ignite/recovery/archives.&lt;BR /&gt;&lt;BR /&gt;The showmount command indicates that the NFS mount point is exported and that the client can (actually everyone) can connect to it.</description>
      <pubDate>Wed, 27 Dec 2006 08:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915314#M529479</guid>
      <dc:creator>Christian Briggs</dc:creator>
      <dc:date>2006-12-27T08:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915315#M529480</link>
      <description>can you try to re-export that archive, but use the host1 ip address instead of hostname.&lt;BR /&gt;&lt;BR /&gt;from iux server,&lt;BR /&gt;&lt;BR /&gt;exportfs -uv /var/opt/ignite/recovery/archives/host1 &lt;BR /&gt;&lt;BR /&gt;exportfs -v -o anon=2,access=host1.ip.address /var/opt/ignite/recovery/archives/host1&lt;BR /&gt;&lt;BR /&gt;from host1,&lt;BR /&gt;&lt;BR /&gt;mount -F nfs iux_server:/var/opt/ignite/recovery/archives/host1 /var/opt/ignite/recovery/arch_mnt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does it still return permission denied?&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Wed, 27 Dec 2006 08:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/3915315#M529480</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2006-12-27T08:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Permission Denied errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/6303989#M529481</link>
      <description>&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am alos having same issue.Unable mount nfs mount in nfs client machine.Showing Permission denied.&lt;/P&gt;&lt;P&gt;I have checked from nfs server exports file.nfs client machine is having access.&lt;/P&gt;&lt;P&gt;In nfs server i found nslookup it is showing wrongs resoultion.and corrected the host file in nfs server.&lt;/P&gt;&lt;P&gt;then i able to mount nfs mount point.&lt;/P&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2013 17:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-permission-denied-errors/m-p/6303989#M529481</guid>
      <dc:creator>Mahesh_Dadi</dc:creator>
      <dc:date>2013-12-13T17:19:10Z</dc:date>
    </item>
  </channel>
</rss>

