<?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 NFS locally - permission denied in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106026#M445076</link>
    <description>make an entry in /etc/exports file&lt;BR /&gt;&lt;BR /&gt;eg:&lt;BR /&gt;/home/sajjad/tmp1 -access=server2&lt;BR /&gt;exportfs -a&lt;BR /&gt;&lt;BR /&gt;check the file permission of /home/sajjad/tmp1&lt;BR /&gt;ls -l /home/sajjad/tmp1&lt;BR /&gt;give proper permission for that directory&lt;BR /&gt;this is the root cause u are getting permission denied error&lt;BR /&gt;check u true64 directory i am sure u diddn't give proper permission for that directory just give grant permission &lt;BR /&gt;then try&lt;BR /&gt;in server2&lt;BR /&gt;make a dir&lt;BR /&gt;tmp2&lt;BR /&gt;mount server1:/home/sajjad/tmp1  /tmp2&lt;BR /&gt;&lt;BR /&gt;cd /tmp2&lt;BR /&gt;u can see u file there&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Apr 2008 07:31:28 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2008-04-29T07:31:28Z</dc:date>
    <item>
      <title>mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106024#M445074</link>
      <description>Hi,&lt;BR /&gt;On my HPUXv3 box im trying to mount an exported TRU64 directory.&lt;BR /&gt;&lt;BR /&gt;#showmount -e &lt;NFS_SERVER_IP&gt;  shows the correct filesytem.&lt;BR /&gt;&lt;BR /&gt;It's listed in the client fstab&lt;BR /&gt;nfs_tru64server_ip:/dir /mount_point nfs nointr,noac,forcedirectio,rw,bg,suid 0 0&lt;BR /&gt;&lt;BR /&gt;mount -F nfs nfs_server_ip:/dir /mount_point gives the message:&lt;BR /&gt;nfs mount: ip_address:/dir: Permission denied&lt;BR /&gt;&lt;BR /&gt;Any thoughts where the problem is?&lt;/NFS_SERVER_IP&gt;</description>
      <pubDate>Tue, 29 Apr 2008 07:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106024#M445074</guid>
      <dc:creator>BrianDoyle</dc:creator>
      <dc:date>2008-04-29T07:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106025#M445075</link>
      <description>The first thought that occurs is that the filesystem has not been exported from the remote box.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Tue, 29 Apr 2008 07:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106025#M445075</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2008-04-29T07:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106026#M445076</link>
      <description>make an entry in /etc/exports file&lt;BR /&gt;&lt;BR /&gt;eg:&lt;BR /&gt;/home/sajjad/tmp1 -access=server2&lt;BR /&gt;exportfs -a&lt;BR /&gt;&lt;BR /&gt;check the file permission of /home/sajjad/tmp1&lt;BR /&gt;ls -l /home/sajjad/tmp1&lt;BR /&gt;give proper permission for that directory&lt;BR /&gt;this is the root cause u are getting permission denied error&lt;BR /&gt;check u true64 directory i am sure u diddn't give proper permission for that directory just give grant permission &lt;BR /&gt;then try&lt;BR /&gt;in server2&lt;BR /&gt;make a dir&lt;BR /&gt;tmp2&lt;BR /&gt;mount server1:/home/sajjad/tmp1  /tmp2&lt;BR /&gt;&lt;BR /&gt;cd /tmp2&lt;BR /&gt;u can see u file there&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2008 07:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106026#M445076</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-29T07:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106027#M445077</link>
      <description>Can the server host (TRU64) resolve the name of the client (HPUX) correctly?&lt;BR /&gt;&lt;BR /&gt;Verify by running these commands on the NFS server (TRU64):&lt;BR /&gt;nslookup &lt;HPUX_BOX_IP&gt;&lt;BR /&gt;nslookup &lt;HPUX_BOX_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Both nslookup commands should give the same name &amp;amp; address pair as a result. If not, you have a DNS problem.&lt;BR /&gt;&lt;BR /&gt;Also check the /etc/hosts file on the tru64 server: if it has obsolete information, it may locally override the good information in DNS.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/HPUX_BOX_NAME&gt;&lt;/HPUX_BOX_IP&gt;</description>
      <pubDate>Tue, 29 Apr 2008 07:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106027#M445077</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-04-29T07:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106028#M445078</link>
      <description>Mark&amp;gt;&lt;BR /&gt;The filesystem has been exported from the tru64 server (exportfs -a)&lt;BR /&gt;&lt;BR /&gt;Sajjad&amp;gt;&lt;BR /&gt;Im using 11iv3 so theres no /etc/exports file. It uses dfstab instead. I appreciate the post though.&lt;BR /&gt;&lt;BR /&gt;Matti&amp;gt;&lt;BR /&gt;Name resolution is fine from both sides, by hostname and IP. hosts file also</description>
      <pubDate>Tue, 29 Apr 2008 09:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106028#M445078</guid>
      <dc:creator>BrianDoyle</dc:creator>
      <dc:date>2008-04-29T09:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106029#M445079</link>
      <description>The directory i want to share looks like this:&lt;BR /&gt;&lt;BR /&gt;drwxr-xr-x   3 500      dba          8192 Nov  6 15:49 tmpsso&lt;BR /&gt;&lt;BR /&gt;Are permissions and owner/group details ok?</description>
      <pubDate>Tue, 29 Apr 2008 09:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106029#M445079</guid>
      <dc:creator>BrianDoyle</dc:creator>
      <dc:date>2008-04-29T09:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106030#M445080</link>
      <description>&lt;BR /&gt;dear &lt;BR /&gt;&lt;BR /&gt;can u remount it again&lt;BR /&gt;i mean stop mount&lt;BR /&gt;then remount then it will get rw permission&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sajjad&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2008 09:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106030#M445080</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-29T09:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106031#M445081</link>
      <description>&lt;BR /&gt;dear &lt;BR /&gt;&lt;BR /&gt;can u  give grant permission to that file&lt;BR /&gt;i mean chmod 777 then just check it &lt;BR /&gt;please revert back&lt;BR /&gt;&lt;BR /&gt;sajjad&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2008 09:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106031#M445081</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-29T09:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106032#M445082</link>
      <description>&lt;BR /&gt;dear &lt;BR /&gt;&lt;BR /&gt;can u  give grant permission to that file&lt;BR /&gt;i mean chmod 777 then just check it &lt;BR /&gt;please revert back also&lt;BR /&gt;can u mount wiht hostname not an ip&lt;BR /&gt;&lt;BR /&gt;sajjad&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2008 09:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106032#M445082</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-29T09:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106033#M445083</link>
      <description>Quote: Sajjad&amp;gt;&lt;BR /&gt;Im using 11iv3 so theres no /etc/exports file. /Quote&lt;BR /&gt;&lt;BR /&gt;I think Sajjad was referring to the /etc/exports file on the TRU64 box, not the HP-UX box.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 29 Apr 2008 09:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106033#M445083</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2008-04-29T09:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106034#M445084</link>
      <description>&lt;BR /&gt;Dear Slyder &lt;BR /&gt;&lt;BR /&gt;it was by mistakely happened&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;sajjad&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2008 09:46:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106034#M445084</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-29T09:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106035#M445085</link>
      <description>Sorry Sajjad, didnt realize you referred to the server.&lt;BR /&gt;&lt;BR /&gt;I tried to mount with the hostname. Changed teh permissions to 777 and root:sys. Still the same - permission denied.&lt;BR /&gt;&lt;BR /&gt;It's a strange one.....&lt;BR /&gt;&lt;BR /&gt;nfs_server# showmount -e&lt;BR /&gt;Exports list on localhost:&lt;BR /&gt;/tmpsso    client1 client2&lt;BR /&gt;&lt;BR /&gt;so everythings ok there.&lt;BR /&gt;i exported it out to a different tru64 server and it worked but still cant mount it on hpux&lt;BR /&gt;&lt;BR /&gt;Does this look ok? in fstab&lt;BR /&gt;nfs_tru64server_ip:/dir /mount_point nfs nointr,noac,forcedirectio,rw,bg,suid 0 0</description>
      <pubDate>Tue, 29 Apr 2008 09:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106035#M445085</guid>
      <dc:creator>BrianDoyle</dc:creator>
      <dc:date>2008-04-29T09:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: mount NFS locally - permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106036#M445086</link>
      <description>Changed the hosts file on the nfs server from hostname to IP and it worked again.&lt;BR /&gt;&lt;BR /&gt;Still puzzled why this made any difference but a fix is a fix. hostame resolving can be tricky&lt;BR /&gt;&lt;BR /&gt;Many thanks to all who contributed.&lt;BR /&gt;&lt;BR /&gt;briano</description>
      <pubDate>Tue, 29 Apr 2008 10:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-nfs-locally-permission-denied/m-p/5106036#M445086</guid>
      <dc:creator>BrianDoyle</dc:creator>
      <dc:date>2008-04-29T10:13:59Z</dc:date>
    </item>
  </channel>
</rss>

