<?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 mount : sh: /common: Permission denied. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022971#M575352</link>
    <description>Hello Steve,&lt;BR /&gt;&lt;BR /&gt;I have verified the permissions. Looks good.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nikee</description>
    <pubDate>Mon, 14 Jul 2003 14:40:49 GMT</pubDate>
    <dc:creator>Nikee Reddy</dc:creator>
    <dc:date>2003-07-14T14:40:49Z</dc:date>
    <item>
      <title>NFS mount : sh: /common: Permission denied.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022969#M575350</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to mount a file system /common in the following manner:&lt;BR /&gt;&lt;BR /&gt;NFS server: orion&lt;BR /&gt;NFS cients: jupiter (trying to solve the prob)&lt;BR /&gt;NFS cients: neptune (I am able to mount on this system successfully)&lt;BR /&gt;&lt;BR /&gt;root@jupiter:/#showmount -e orion&lt;BR /&gt;export list for orion:&lt;BR /&gt;/export/common        orion,neptune,jupiter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root@jupiter:/etc# more auto_master&lt;BR /&gt;/net -hosts -nosuid,soft&lt;BR /&gt;/- /etc/auto.direct&lt;BR /&gt;&lt;BR /&gt;root@jupiter:/etc# more auto.direct&lt;BR /&gt;/common               orion:/export/common&lt;BR /&gt;&lt;BR /&gt;root@jupiter:/# more /etc/rc.config.d/nfsconf&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;NUM_NFSD=8&lt;BR /&gt;NUM_NFSIOD=12&lt;BR /&gt;PCNFS_SERVER=0&lt;BR /&gt;AUTOMOUNT=1&lt;BR /&gt;AUTO_MASTER="/etc/auto_master"&lt;BR /&gt;AUTO_OPTIONS="-f $AUTO_MASTER"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have created the following directories also:&lt;BR /&gt;/common&lt;BR /&gt;/tmp_mnt/common&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;root@neptune:#/sbin/init.d/nfs.client start&lt;BR /&gt;    starting NFS CLIENT networking&lt;BR /&gt;&lt;BR /&gt;killing rpc.lockd&lt;BR /&gt;killing rpc.statd&lt;BR /&gt;killing nfsd&lt;BR /&gt;killing rpc.mountd&lt;BR /&gt;    starting up the rpcbind&lt;BR /&gt;        rpcbind already started, using pid: 505&lt;BR /&gt;    starting up the BIO daemons&lt;BR /&gt;        /usr/sbin/biod 12&lt;BR /&gt;    starting up the Status Monitor daemon&lt;BR /&gt;        /usr/sbin/rpc.statd&lt;BR /&gt;    starting up the Lock Manager daemon&lt;BR /&gt;        /usr/sbin/rpc.lockd&lt;BR /&gt;    starting up the Automount daemon&lt;BR /&gt;        /usr/sbin/automount -f /etc/auto_master&lt;BR /&gt;    mounting remote NFS file systems ...&lt;BR /&gt;    starting NFS SERVER networking&lt;BR /&gt;&lt;BR /&gt;    starting up the rpcbind daemon&lt;BR /&gt;        rpcbind already started, using pid: 505&lt;BR /&gt;    starting up the mount daemon&lt;BR /&gt;        /usr/sbin/rpc.mountd&lt;BR /&gt;    starting up the NFS daemons&lt;BR /&gt;        /usr/sbin/nfsd 8&lt;BR /&gt;    starting up the Status Monitor daemon&lt;BR /&gt;        rpc.statd already started, using pid: 3597&lt;BR /&gt;    starting up the Lock Manager daemon&lt;BR /&gt;        rpc.lockd already started, using pid: 3603&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;The nfs client started successfully but the exported file system /common is not mounted.&lt;BR /&gt;&lt;BR /&gt;when I tried to access /common file system, the system is responding with the following error message:&lt;BR /&gt;root@jupiter:/# cd /common&lt;BR /&gt;sh: /common: Permission denied.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root@jupiter:/# ll /common&lt;BR /&gt;lrwxrwxrwx  1 root root  20 Jul 1 11:14 /common&lt;BR /&gt;&lt;BR /&gt;/common is not properly link. It should suppose to show like:&lt;BR /&gt;root@neptune:/# ll /common&lt;BR /&gt;lrwxrwxrwx   1 root  root  20 Jul 14 11:15&lt;BR /&gt; /common -&amp;gt; /tmp_mnt/common&lt;BR /&gt;&lt;BR /&gt;"I could able to mount on the  neptune system but not on the jupiter system"&lt;BR /&gt;&lt;BR /&gt;I really appreciate your solutions.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nikee</description>
      <pubDate>Mon, 14 Jul 2003 14:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022969#M575350</guid>
      <dc:creator>Nikee Reddy</dc:creator>
      <dc:date>2003-07-14T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount : sh: /common: Permission denied.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022970#M575351</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;On Jupiter&lt;BR /&gt;&lt;BR /&gt;ll -d /  /tmp_mnt /tmp_mnt/common&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One of them has bad permissions&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;compare with neptune&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                  Steve Steel</description>
      <pubDate>Mon, 14 Jul 2003 14:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022970#M575351</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-07-14T14:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount : sh: /common: Permission denied.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022971#M575352</link>
      <description>Hello Steve,&lt;BR /&gt;&lt;BR /&gt;I have verified the permissions. Looks good.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nikee</description>
      <pubDate>Mon, 14 Jul 2003 14:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022971#M575352</guid>
      <dc:creator>Nikee Reddy</dc:creator>
      <dc:date>2003-07-14T14:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount : sh: /common: Permission denied.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022972#M575353</link>
      <description>Hi,&lt;BR /&gt;i think that this is the problem:&lt;BR /&gt;&lt;BR /&gt;"I have created the following directories also: &lt;BR /&gt;/common &lt;BR /&gt;/tmp_mnt/common &lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;let the automounter create /tmp_mnt/common .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Stop NFS, clean /tmp_mnt and restart NFS client.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2003 14:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022972#M575353</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-14T14:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount : sh: /common: Permission denied.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022973#M575354</link>
      <description>Hi Massimo,&lt;BR /&gt;&lt;BR /&gt;I stopped the NFS client, deleted the /tmp_mnt/common directory and sarted the NFS client.&lt;BR /&gt;&lt;BR /&gt;Same error:&lt;BR /&gt;root@jupiter:# cd /common&lt;BR /&gt;sh: /common: Permission denied.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nikee</description>
      <pubDate>Mon, 14 Jul 2003 14:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022973#M575354</guid>
      <dc:creator>Nikee Reddy</dc:creator>
      <dc:date>2003-07-14T14:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount : sh: /common: Permission denied.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022974#M575355</link>
      <description>I had the same problem and it turned out to be a name resolution issue.  check /etc/hosts on both server and client.  Try nslookup on client and server to see if they are resolving one another.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Mon, 14 Jul 2003 14:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022974#M575355</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-07-14T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount : sh: /common: Permission denied.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022975#M575356</link>
      <description>Hi,&lt;BR /&gt;try removing also &lt;BR /&gt;- stop NFS&lt;BR /&gt;- remove the /common &lt;BR /&gt;- start NFS&lt;BR /&gt;&lt;BR /&gt;and be sure to grant proper permission in the export:&lt;BR /&gt;/common           -access=host:host,root=host:host&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2003 15:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022975#M575356</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-14T15:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount : sh: /common: Permission denied.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022976#M575357</link>
      <description>Kill all your nfs deamons on the client. Set AUTOFS to 1 in nfsconf file, and restart nfs.client. you should have nfsd's, autofs_proc, and an automountd deamon running.&lt;BR /&gt;&lt;BR /&gt;then cd to /common. AUTOFS doesn't use the stupid /tmp_mnt link setup.</description>
      <pubDate>Mon, 14 Jul 2003 16:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022976#M575357</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-07-14T16:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount : sh: /common: Permission denied.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022977#M575358</link>
      <description>Hi there, &lt;BR /&gt;Whenever I get this problem I always run exportfs from the originating server ie the server with the updated /etc/exports file on it.&lt;BR /&gt;This usually allows me to mount the filesystem on the remote server.&lt;BR /&gt;Regards, Una</description>
      <pubDate>Wed, 03 Sep 2003 09:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022977#M575358</guid>
      <dc:creator>Una Hennigan</dc:creator>
      <dc:date>2003-09-03T09:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount : sh: /common: Permission denied.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022978#M575359</link>
      <description>Nikee,&lt;BR /&gt;&lt;BR /&gt;Dont know if you solved this problem but it sounds like a problem I had with the /etc/exports file...&lt;BR /&gt;&lt;BR /&gt;It is a DNS name problem, I had a box which had &lt;HOSTNAME&gt; in the /etc/exports and the actual box DNS was called &lt;HOSTNAMEA&gt;.&lt;BR /&gt;&lt;BR /&gt;Then type exportfs at the root prompt:&lt;BR /&gt;&lt;BR /&gt;#man exportfs&lt;BR /&gt;DESCRIPTION&lt;BR /&gt;      The exportfs command makes a local directory or file available to NFS&lt;BR /&gt;      clients for mounting over the network.  Directories and files cannot&lt;BR /&gt;      be NFS-mounted unless they are first exported by exportfs.&lt;/HOSTNAMEA&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 10 Sep 2003 17:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-sh-common-permission-denied/m-p/3022978#M575359</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-09-10T17:35:27Z</dc:date>
    </item>
  </channel>
</rss>

