<?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 Exporting NFS file systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765012#M894152</link>
    <description>Please explain the difference in these two statements. They seem to be mutually exclusive to me.&lt;BR /&gt;&lt;BR /&gt;1) You must export /opt and /opt/appl separately, if /opt/appl is a mount point of a separate file system.&lt;BR /&gt;&lt;BR /&gt;2) You cannot export either a parent directory or a subdirectory of an exported directory that resides within the same file system. It is not allowed, for example, to export both /opt and /opt/appl if both directories reside on the same file system.&lt;BR /&gt;&lt;BR /&gt;This is quoted from 9-27 of the HP System and Network Adminstion II class maunal.&lt;BR /&gt;&lt;BR /&gt;What is the difference in these two statements. It would appear to me that statement 1 could not happen if statement 2 is true. Obvioulsy, I am missing something here.&lt;BR /&gt;&lt;BR /&gt;Russell</description>
    <pubDate>Tue, 16 Jul 2002 14:28:53 GMT</pubDate>
    <dc:creator>TCEQ UNIX</dc:creator>
    <dc:date>2002-07-16T14:28:53Z</dc:date>
    <item>
      <title>Exporting NFS file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765012#M894152</link>
      <description>Please explain the difference in these two statements. They seem to be mutually exclusive to me.&lt;BR /&gt;&lt;BR /&gt;1) You must export /opt and /opt/appl separately, if /opt/appl is a mount point of a separate file system.&lt;BR /&gt;&lt;BR /&gt;2) You cannot export either a parent directory or a subdirectory of an exported directory that resides within the same file system. It is not allowed, for example, to export both /opt and /opt/appl if both directories reside on the same file system.&lt;BR /&gt;&lt;BR /&gt;This is quoted from 9-27 of the HP System and Network Adminstion II class maunal.&lt;BR /&gt;&lt;BR /&gt;What is the difference in these two statements. It would appear to me that statement 1 could not happen if statement 2 is true. Obvioulsy, I am missing something here.&lt;BR /&gt;&lt;BR /&gt;Russell</description>
      <pubDate>Tue, 16 Jul 2002 14:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765012#M894152</guid>
      <dc:creator>TCEQ UNIX</dc:creator>
      <dc:date>2002-07-16T14:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting NFS file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765013#M894153</link>
      <description>Hi Russell:&lt;BR /&gt;&lt;BR /&gt;This is simply saying that if /opt is mounted, for instance, on /dev/vg00/lvol6 and /opt/appl is mounted on /dev/vg01/lvol1, then you can export both.&lt;BR /&gt;&lt;BR /&gt;If however, /opt/appl is merely a directory under /opt and not a separate mountpoint, then you cannot export /opt/appl.&lt;BR /&gt;&lt;BR /&gt;Do a 'bdf' or view '/etc/fstab' to see if these are separate mountpoints.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 14:38:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765013#M894153</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-16T14:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting NFS file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765014#M894154</link>
      <description>Hi Russel,&lt;BR /&gt;in the first statement there are two file systems one mounted on /opt and another on /opt/appl. In this case export /opt is not enough to see /opt/appl. You will have to export /opt/appl also.&lt;BR /&gt;&lt;BR /&gt;In the second sentence, suposse that there is one file system mounted on /opt and /opt/appl is just a directory inside this filesystem, In this case you cannot export /opt and also /opt/appl. In conclusion you can only export one directory per filesystem.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Juan</description>
      <pubDate>Tue, 16 Jul 2002 14:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765014#M894154</guid>
      <dc:creator>Juan González</dc:creator>
      <dc:date>2002-07-16T14:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting NFS file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765015#M894155</link>
      <description>Read "separate file system" as either "separate disk" or "separate disk partition" or "separate mount point".&lt;BR /&gt;&lt;BR /&gt;Suppose that /tmp/first/second and it's parent directories are all in one file system, under one mount point. Then, if you export "first", "second" is already shared, and then exporting "second" would be redundant and produce an error.&lt;BR /&gt;&lt;BR /&gt;But if /tmp/first is on one disk, and /tmp/first/second is on another disk, they are not in the same file system, so you would need two exports.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 16 Jul 2002 14:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765015#M894155</guid>
      <dc:creator>Tom Maloy</dc:creator>
      <dc:date>2002-07-16T14:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting NFS file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765016#M894156</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Since in some systems you may have /opt and /opt/appl as different filesystems also.&lt;BR /&gt;ie. mounted on different lvols&lt;BR /&gt;&lt;BR /&gt;2. And in some systems, /opt and /opt/appl may be in the same filesystem....mounted on same lvol.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Tue, 16 Jul 2002 14:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765016#M894156</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-16T14:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting NFS file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765017#M894157</link>
      <description>Statement 1&lt;BR /&gt;===========&lt;BR /&gt;Imagine serverA and it's bdf output shows ..&lt;BR /&gt;..&lt;BR /&gt;/dev/vg00/lvol5 ..... /opt&lt;BR /&gt;/dev/vg00/lvol6 ..... /opt/appl&lt;BR /&gt;...&lt;BR /&gt;You got 2 different filesystems here and if you your NFS client to mount both, you got to export the 2 filesystem separately (2 separate entries in /etc/exports)&lt;BR /&gt;&lt;BR /&gt;Staement 2&lt;BR /&gt;==========&lt;BR /&gt;Bdf gives ..&lt;BR /&gt;..&lt;BR /&gt;/dev/vg00/lvol5 .... /opt&lt;BR /&gt;...&lt;BR /&gt;In this case /opt/appl sits in "lvol5" ie the same FS as "/opt", hence you cannot export "/opt/appl" because the parent dir (/opt) is already exported (assuming /opt is in /etc/exports) since both of these dirs are in the same FS.</description>
      <pubDate>Tue, 16 Jul 2002 14:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765017#M894157</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-16T14:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting NFS file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765018#M894158</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;just cd /opt/appl&lt;BR /&gt;then&lt;BR /&gt;bdf .&lt;BR /&gt;case 1:if it show the mounted on like&lt;BR /&gt;/opt&lt;BR /&gt;that means /opt/appl is not a file system appl is directory in /opt then u can export /opt only, u can not export /opt/appl.&lt;BR /&gt;&lt;BR /&gt;case 2: if it show the mounted on like&lt;BR /&gt;/opt/appl&lt;BR /&gt;that means /opt/appl is a file sytstem and u can export it along with /opt.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 15:05:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765018#M894158</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-07-16T15:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting NFS file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765019#M894159</link>
      <description>Thanks to all of y'all (guess where I'm from.) This really cleared up this issue for me.&lt;BR /&gt;&lt;BR /&gt;Russell</description>
      <pubDate>Tue, 16 Jul 2002 16:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exporting-nfs-file-systems/m-p/2765019#M894159</guid>
      <dc:creator>TCEQ UNIX</dc:creator>
      <dc:date>2002-07-16T16:26:09Z</dc:date>
    </item>
  </channel>
</rss>

