<?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 nfs mount from AIX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001794#M66863</link>
    <description>Hello: I have an AIX 5.3 server nfs exporting a directory to a linux 7.3 server. When I try to nfs mount the directory on the linus side I get the following error:&lt;BR /&gt;&lt;BR /&gt; mount kestrel:/apps/data /var/www/ultra/html/kestrel_data&lt;BR /&gt;mount: kestrel:/apps/data failed, reason given by server: unknown nfs status return value: -1&lt;BR /&gt;&lt;BR /&gt;Any ideas on what I do next.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Thu, 07 Sep 2006 11:58:57 GMT</pubDate>
    <dc:creator>Bob Manocchia</dc:creator>
    <dc:date>2006-09-07T11:58:57Z</dc:date>
    <item>
      <title>nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001794#M66863</link>
      <description>Hello: I have an AIX 5.3 server nfs exporting a directory to a linux 7.3 server. When I try to nfs mount the directory on the linus side I get the following error:&lt;BR /&gt;&lt;BR /&gt; mount kestrel:/apps/data /var/www/ultra/html/kestrel_data&lt;BR /&gt;mount: kestrel:/apps/data failed, reason given by server: unknown nfs status return value: -1&lt;BR /&gt;&lt;BR /&gt;Any ideas on what I do next.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Thu, 07 Sep 2006 11:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001794#M66863</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2006-09-07T11:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001795#M66864</link>
      <description>It seems you haven't given permission to the Linux client to mount it. How did you export it.. using smitty?&lt;BR /&gt;&lt;BR /&gt;check exported filesystems from AIX&lt;BR /&gt;&lt;BR /&gt;showmount -e &lt;BR /&gt;&lt;BR /&gt;should show all exported filesystems.</description>
      <pubDate>Thu, 07 Sep 2006 12:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001795#M66864</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-07T12:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001796#M66865</link>
      <description>Just a little background: The AIX server was rebooted while the directory was mounted on the linux box. Could this cause this problem?&lt;BR /&gt;&lt;BR /&gt;Here is the entry in fstab on the client:&lt;BR /&gt;kestrel:/apps/data                  /var/www/ultra/html/kestrel_data      nfs rsize=8192,wsize=8192 0 0&lt;BR /&gt;and here is the /etc/exports from the AIX:&lt;BR /&gt;/apps/data -vers=2,sec=sys:none,ro,access=@172.31.10.0/23:@192.168.224.0/24,root=@172.31.10.0/23:@192.168.224.0/24&lt;BR /&gt;I just typed mount kestral:/apps/data /var/www/ultra/html/kestrel_data and just mount /var/www/ultra/html/kestrel_data and received the same error&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2006 13:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001796#M66865</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2006-09-07T13:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001797#M66866</link>
      <description>Also. To answer your question the showmount -a command doesn't return anything.</description>
      <pubDate>Thu, 07 Sep 2006 13:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001797#M66866</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2006-09-07T13:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001798#M66867</link>
      <description>I tried nfs mounting the same directory on one of my HPUX 11.11 servers and received the error message: Permission Denied&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Thu, 07 Sep 2006 14:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001798#M66867</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2006-09-07T14:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001799#M66868</link>
      <description>You need the "-o nosecure" flag to make it work.</description>
      <pubDate>Fri, 08 Sep 2006 00:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001799#M66868</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2006-09-08T00:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001800#M66869</link>
      <description>I was able to mount this same directory on my HPUX 11.11 box. In fact, I've discovered that we are able to mount NFS exported directories from this same AIX server on all other Linux boxes except for this one. Go figure.</description>
      <pubDate>Fri, 08 Sep 2006 07:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001800#M66869</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2006-09-08T07:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001801#M66870</link>
      <description>It seems problem on Client side. Can you check syslog on Linux box where you are having this problem.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2006 09:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001801#M66870</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-08T09:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001802#M66871</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try adding "nfso -o nfs_use_reserved_ports=1" on the AIX server as this prevents you needing tom mount insecure on Linux.</description>
      <pubDate>Fri, 08 Sep 2006 14:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001802#M66871</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2006-09-08T14:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001803#M66872</link>
      <description>Remember to restart NFS subsystems etc. for this paramter to take effect.</description>
      <pubDate>Fri, 08 Sep 2006 14:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001803#M66872</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2006-09-08T14:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount from AIX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001804#M66873</link>
      <description>The people down under solved it themselves. It turns out that they had this exact same problem previously and had one of their people take care of it. We turned it back over to them and it's fixed now. This is the message we received:&lt;BR /&gt;&lt;BR /&gt;We got this working using a smbfs mount after we got samba running again.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Sep 2006 07:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-from-aix/m-p/5001804#M66873</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2006-09-12T07:38:03Z</dc:date>
    </item>
  </channel>
</rss>

