<?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 mounting issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817710#M269458</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the syntax in /etx/exports is not correct, use:&lt;BR /&gt;&lt;BR /&gt;/misc -access=my.ip.add.ress,hostname,netgroup&lt;BR /&gt;&lt;BR /&gt;The stuff after the ',' is optional.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
    <pubDate>Wed, 05 Jul 2006 09:33:10 GMT</pubDate>
    <dc:creator>Peter Nikitka</dc:creator>
    <dc:date>2006-07-05T09:33:10Z</dc:date>
    <item>
      <title>NFS mounting issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817705#M269453</link>
      <description>I want to nfs mount one volume on another server(readonly).&lt;BR /&gt;&lt;BR /&gt;on server I have given in /etc/exports&lt;BR /&gt;&lt;BR /&gt;/misc                   -access=rw=x.x.x.x&lt;BR /&gt;&lt;BR /&gt;however on client side when i try to mount this it gives me an error of permission denied.  Can anyone help me out on this.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jul 2006 08:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817705#M269453</guid>
      <dc:creator>shruti_1</dc:creator>
      <dc:date>2006-07-05T08:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817706#M269454</link>
      <description>Hi,&lt;BR /&gt;the read only access is the default, you can add the line &lt;BR /&gt;&lt;BR /&gt;/misc -access=x.x.x.x&lt;BR /&gt;&lt;BR /&gt;in the /etc/exports file&lt;BR /&gt;&lt;BR /&gt;then you need to run the&lt;BR /&gt;&lt;BR /&gt;exportfs -a&lt;BR /&gt;&lt;BR /&gt;command from the server&lt;BR /&gt;&lt;BR /&gt;then you can mount from the client.&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
      <pubDate>Wed, 05 Jul 2006 08:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817706#M269454</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2006-07-05T08:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817707#M269455</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Perhaps exportfs -av on the server. Maybe your settings are not loaded on the server.&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;See what the issue is during the mount.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Jul 2006 09:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817707#M269455</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-05T09:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817708#M269456</link>
      <description>has /misc been exported on the host node?</description>
      <pubDate>Wed, 05 Jul 2006 09:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817708#M269456</guid>
      <dc:creator>Craig Sterley</dc:creator>
      <dc:date>2006-07-05T09:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817709#M269457</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;the read only access is the default, you can add the line &lt;BR /&gt;&lt;BR /&gt;That is incorrect.  NFS exports filesystems read/write by default.&lt;BR /&gt;&lt;BR /&gt;Also, I don't believe you can specify a client by IP address.  Check out exportfs(1m) for details under the access section.&lt;BR /&gt;&lt;BR /&gt;I believe you'll need to specify a host name and ensure name resolution is working either through /etc/hosts or through dns.  Whichever way, ensure /etc/nswitchc.onf and /etc/resolv.conf are updated appropriately.&lt;BR /&gt;&lt;BR /&gt;Finally, to see how the server is resolving the client, from the client, ssh/telnet to the server.  Then, execute:&lt;BR /&gt;&lt;BR /&gt;tty # note the tty you're coming from&lt;BR /&gt;who -R | grep ${tty}&lt;BR /&gt;&lt;BR /&gt;If it comes up with a name, ensure that name is in the access list.  If it comes up with an IP address, correct your name resolution issue before attempting to use NFS.&lt;BR /&gt;&lt;BR /&gt;HTH;&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Wed, 05 Jul 2006 09:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817709#M269457</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-07-05T09:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817710#M269458</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the syntax in /etx/exports is not correct, use:&lt;BR /&gt;&lt;BR /&gt;/misc -access=my.ip.add.ress,hostname,netgroup&lt;BR /&gt;&lt;BR /&gt;The stuff after the ',' is optional.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Wed, 05 Jul 2006 09:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting-issues/m-p/3817710#M269458</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-07-05T09:33:10Z</dc:date>
    </item>
  </channel>
</rss>

