<?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: exportfs and mount problem. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506008#M217461</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;reboot ab_01 and retry with the settings Patrick mentioned.&lt;BR /&gt;&lt;BR /&gt;Volkmar</description>
    <pubDate>Mon, 21 Mar 2005 07:33:19 GMT</pubDate>
    <dc:creator>V. Nyga</dc:creator>
    <dc:date>2005-03-21T07:33:19Z</dc:date>
    <item>
      <title>exportfs and mount problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506002#M217455</link>
      <description>I created an exports file as follows on server ab_o3 running 11.00 and exported the directory to ab_01. The exportfs file as follows;&lt;BR /&gt;&lt;BR /&gt;//dev/vg_nd01/data110 -access=ab_01&lt;BR /&gt;(Note //dev/vg_nd01/data110 is 1GB size with no data)&lt;BR /&gt;&lt;BR /&gt;After using the command exportfs -a on ab_03, it reported no error.&lt;BR /&gt;&lt;BR /&gt;On server ab_01, I tried to mount the exported file to /a and the result is shown as&lt;BR /&gt;&lt;BR /&gt;ab_03:/dev/vg_nd01/data110&lt;BR /&gt;                    143360   69582   69184   50% /a&lt;BR /&gt;&lt;BR /&gt;You can see that 143360KB is used.&lt;BR /&gt;Also when you try to umount it, it says&lt;BR /&gt;&lt;BR /&gt;umount: cannot unmount /a : Invalid argument.&lt;BR /&gt;&lt;BR /&gt;What do I do? urgent!&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 11:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506002#M217455</guid>
      <dc:creator>Osunkoya Olugbenga Davi</dc:creator>
      <dc:date>2005-03-16T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: exportfs and mount problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506003#M217456</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you try:&lt;BR /&gt;umount ab_03:/dev/vg_nd01/data&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If so do did you make sure that the mountpoint is not busy. * fuser command?&lt;BR /&gt;&lt;BR /&gt;can you provide the output of &lt;BR /&gt;cat /etc/mnttab | grep /a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 11:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506003#M217456</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2005-03-16T11:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: exportfs and mount problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506004#M217457</link>
      <description>You normally do not export the LV itself.  You should export the filesystem name as it is mounted on the ab_03 system.&lt;BR /&gt;&lt;BR /&gt;Say /dev/vg_nd01/data110 is mounted to /abc123&lt;BR /&gt;&lt;BR /&gt;Your exports file should be:&lt;BR /&gt;&lt;BR /&gt;/abc123 -access=ab_01&lt;BR /&gt;&lt;BR /&gt;Then run 'exportfs -av' and try mounting.&lt;BR /&gt;&lt;BR /&gt;Is this the only NFS mount you have?&lt;BR /&gt;&lt;BR /&gt;If so, try:&lt;BR /&gt;&lt;BR /&gt;umount -a -F nfs&lt;BR /&gt;&lt;BR /&gt;That will attempt to unmount ALL mounted NFS filesystems.</description>
      <pubDate>Wed, 16 Mar 2005 11:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506004#M217457</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-03-16T11:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: exportfs and mount problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506005#M217458</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;Patrick is right, mount points are normally exported&lt;BR /&gt;&lt;BR /&gt;if you trying it like root from ab_01&lt;BR /&gt;add -root=ab_01 to exportfs file&lt;BR /&gt;&lt;BR /&gt;if you want better security, add anon=-2&lt;BR /&gt;and unknown users gonna have access like nobody&lt;BR /&gt;&lt;BR /&gt;rgds Jan</description>
      <pubDate>Wed, 16 Mar 2005 12:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506005#M217458</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2005-03-16T12:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: exportfs and mount problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506006#M217459</link>
      <description>The result of umount ab_03:/dev/vg_nd01/data&lt;BR /&gt;&lt;BR /&gt;umount: cannot unmount /a : Invalid argument&lt;BR /&gt;&lt;BR /&gt;The result of cat /etc/mnttab |grep /a      &lt;BR /&gt;ab_01:/ # cat /etc/mnttab |grep /a  &lt;BR /&gt;&lt;BR /&gt;/dev/vg_filesys/arbor /opt/arbor vxfs log,nodatainlog 0 0 1110624472&lt;BR /&gt;/dev/vg_filesys/archive /var/archive vxfs log,nodatainlog 0 0 1110624474&lt;BR /&gt;ab_s_03a:/dev/vg_nd01/data110 /a nfs defaults 0 0 1110986335&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The result of umount -a -F nfs:&lt;BR /&gt;umount: cannot unmount /a : Invalid argument&lt;BR /&gt;&lt;BR /&gt;What do I do next?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 12:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506006#M217459</guid>
      <dc:creator>Osunkoya Olugbenga Davi</dc:creator>
      <dc:date>2005-03-16T12:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: exportfs and mount problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506007#M217460</link>
      <description>I want to add that the /dev/vg_nd01/data110 was created on a DS2300 disk system attached to ab_03 with two controllers in split mode. &lt;BR /&gt;&lt;BR /&gt;Please assist urgently!&lt;BR /&gt;Thank you.</description>
      <pubDate>Thu, 17 Mar 2005 03:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506007#M217460</guid>
      <dc:creator>Osunkoya Olugbenga Davi</dc:creator>
      <dc:date>2005-03-17T03:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: exportfs and mount problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506008#M217461</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;reboot ab_01 and retry with the settings Patrick mentioned.&lt;BR /&gt;&lt;BR /&gt;Volkmar</description>
      <pubDate>Mon, 21 Mar 2005 07:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exportfs-and-mount-problem/m-p/3506008#M217461</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-03-21T07:33:19Z</dc:date>
    </item>
  </channel>
</rss>

