<?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: Export NFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283696#M607451</link>
    <description>Shalom again.&lt;BR /&gt;&lt;BR /&gt;Also helpful would be exportfs data from the AIX system. It is possible to filter NFS mounts with command line options that would lock out your host.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 01 Jun 2011 15:10:27 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2011-06-01T15:10:27Z</dc:date>
    <item>
      <title>Export NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283694#M607449</link>
      <description>Hi...&lt;BR /&gt;&lt;BR /&gt;I need export (nfs) a directory from AIX to HP-UX 11.31. &lt;BR /&gt;The showmount command show this:&lt;BR /&gt;/BI_prod              (everyone)&lt;BR /&gt;/respaldos/sap_target (everyone)&lt;BR /&gt;&lt;BR /&gt;and i use:&lt;BR /&gt;&lt;BR /&gt;mount -F nfs 10.0.154.16:/respaldos/sap_target /respaldos/sap_target&lt;BR /&gt;&lt;BR /&gt;but an errors occurs:&lt;BR /&gt;&lt;BR /&gt;nfs mount: 10.0.154.16:/respaldos/sap_target:&lt;BR /&gt;FAILURE CODE: 1&lt;BR /&gt;    Mount failed!  Possible local filesystem mount.&lt;BR /&gt;    If local filesystem, then nfs.server will mount it&lt;BR /&gt;&lt;BR /&gt;Please i need the possible solution&lt;BR /&gt;&lt;BR /&gt;Regards!!</description>
      <pubDate>Wed, 01 Jun 2011 14:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283694#M607449</guid>
      <dc:creator>cscoglio</dc:creator>
      <dc:date>2011-06-01T14:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Export NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283695#M607450</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your command fails to have a a local filesystem to mount on.&lt;BR /&gt;&lt;BR /&gt;Correct syntax is:&lt;BR /&gt;mount -F nfs 10.0.154.16:/respaldos/sap_target /respaldos/sap_target /localfilesysetm&lt;BR /&gt;&lt;BR /&gt;/localfilesystem needs to exist.&lt;BR /&gt;&lt;BR /&gt;mount -F nfs &lt;TARGET&gt;&lt;SPACE&gt;&lt;LOCAL mount="" point=""&gt;&lt;BR /&gt;&lt;BR /&gt;As pasted there is no space and therefore no local mount point.&lt;BR /&gt;&lt;BR /&gt;From a remote system.&lt;BR /&gt;&lt;BR /&gt;showmount -e hostname&lt;BR /&gt;showmount -e &lt;IP address=""&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure you see the shares.&lt;BR /&gt;&lt;BR /&gt;showmount -e will work from the HP-UX side.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/IP&gt;&lt;/LOCAL&gt;&lt;/SPACE&gt;&lt;/TARGET&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283695#M607450</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-06-01T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283696#M607451</link>
      <description>Shalom again.&lt;BR /&gt;&lt;BR /&gt;Also helpful would be exportfs data from the AIX system. It is possible to filter NFS mounts with command line options that would lock out your host.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Jun 2011 15:10:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283696#M607451</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-06-01T15:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283697#M607452</link>
      <description>thanks, but not work!!!&lt;BR /&gt;&lt;BR /&gt;mount -F nfs 10.0.154.16:/respaldos/sap_target  /respaldos/sap_target&lt;BR /&gt;&lt;BR /&gt;mount point exists</description>
      <pubDate>Wed, 01 Jun 2011 15:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283697#M607452</guid>
      <dc:creator>cscoglio</dc:creator>
      <dc:date>2011-06-01T15:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283698#M607453</link>
      <description>I think what the error is saying is that the /respaldos/sap_target on your local server is already a mount point.  NFS apparently does not like that.&lt;BR /&gt;&lt;BR /&gt;What happens if you do:&lt;BR /&gt;&lt;BR /&gt;cd /respaldos/sap_target&lt;BR /&gt;bdf .&lt;BR /&gt;&lt;BR /&gt;If it reports the filesystem as '/respaldos/sap_target' then you may need to unmount it and then try your NFS mount again.</description>
      <pubDate>Wed, 01 Jun 2011 15:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283698#M607453</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2011-06-01T15:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283699#M607454</link>
      <description>.</description>
      <pubDate>Wed, 01 Jun 2011 16:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283699#M607454</guid>
      <dc:creator>cscoglio</dc:creator>
      <dc:date>2011-06-01T16:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283700#M607455</link>
      <description>So....Was there a solution?</description>
      <pubDate>Wed, 01 Jun 2011 17:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-nfs/m-p/5283700#M607455</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2011-06-01T17:00:30Z</dc:date>
    </item>
  </channel>
</rss>

