<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791687#M79877</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've found that /apps/prd1app/applmgr is locally mounted.&lt;BR /&gt;Will unmount this and then repeat NFS mount.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Brian</description>
    <pubDate>Thu, 22 Aug 2002 13:34:18 GMT</pubDate>
    <dc:creator>Brian Keenan</dc:creator>
    <dc:date>2002-08-22T13:34:18Z</dc:date>
    <item>
      <title>nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791679#M79869</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to NFS mount a filesystem from one HP-UX B.11.00 U 9000/800 server to another using the command as root user:&lt;BR /&gt;mount -F nfs jdcn2:/apps/prd1app/applmgr/1103/admin/common/tmp&lt;BR /&gt;&lt;BR /&gt;I get the error&lt;BR /&gt;Permission Denied.&lt;BR /&gt;&lt;BR /&gt;This was NFS mounted before a reboot of the servers and is set to automatical NFS mount on boot.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 22 Aug 2002 11:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791679#M79869</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-22T11:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791680#M79870</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;If that's the whole command you used, there's something missing.  You're telling it what to mount (jdcn2:/apps/prd1app/applmgr/1103/admin/common/tmp) but not where to mount it.  I'm not sure that would give you a permission denied message but I can't see how it's going to work, anyway.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 22 Aug 2002 11:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791680#M79870</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-22T11:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791681#M79871</link>
      <description>&lt;BR /&gt;What does /etc/fstab show?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 22 Aug 2002 11:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791681#M79871</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-22T11:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791682#M79872</link>
      <description>Hi&lt;BR /&gt;If you have this in your /etc/fstab you only need to type "mount -a". Try this and chek for error messages.</description>
      <pubDate>Thu, 22 Aug 2002 11:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791682#M79872</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-08-22T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791683#M79873</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Tried:&lt;BR /&gt;mount -F nfs jdcn2:/apps/prd1app/applmgr/1103/admin/common/tmp /apps/prd1app/applmgr/1103/admin/common/tmp&lt;BR /&gt;Permission Denied&lt;BR /&gt;&lt;BR /&gt;line from /etc/fstab&lt;BR /&gt;jdcn2:/apps/prd1app/applmgr/1103/admin/common/tmp /apps/prd1app/applmgr/1103/adm&lt;BR /&gt;in/common/tmp nfs rw,suid 0 0</description>
      <pubDate>Thu, 22 Aug 2002 11:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791683#M79873</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-22T11:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791684#M79874</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt; As Pete stated you need to give a mount point on the importing system.&lt;BR /&gt;If it Perm Denied again then check the export statement on the exporting server.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 22 Aug 2002 11:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791684#M79874</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-22T11:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791685#M79875</link>
      <description>Export statement from /ect/exports&lt;BR /&gt;/apps/prd1app/applmgr/1103/admin/common/tmp -anon=65534</description>
      <pubDate>Thu, 22 Aug 2002 12:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791685#M79875</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-22T12:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791686#M79876</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;So, you're trying to mount it to /apps/prd1app/applmgr/1103/admin/common/tmp.  Have you checked the permissions/existence of this mount point?  Do a "mount" and see if there's something already there.  Granted, I'm guessing at this point but this is odd.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 22 Aug 2002 12:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791686#M79876</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-22T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791687#M79877</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've found that /apps/prd1app/applmgr is locally mounted.&lt;BR /&gt;Will unmount this and then repeat NFS mount.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 22 Aug 2002 13:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs/m-p/2791687#M79877</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-22T13:34:18Z</dc:date>
    </item>
  </channel>
</rss>

