<?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 problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799744#M81673</link>
    <description>I'm a dummy...&lt;BR /&gt;&lt;BR /&gt;I should explain that the exportfs &amp;amp; /sbin/init.d/nfs.server stop/start commands are for the exporting server(s) only.&lt;BR /&gt;&lt;BR /&gt;How are you mounting these on the NFS clients?&lt;BR /&gt;&lt;BR /&gt;If you do from command line make sure you use the new hostname there.&lt;BR /&gt;&lt;BR /&gt;If you added these to the /etc/fstab files such that they'll mount at boot, then you'll need to edit the /etc/fstab file for the proper hostname(s) and run &lt;BR /&gt;mount -a &lt;BR /&gt;to remount these. They'll also mount at boot then.&lt;BR /&gt;&lt;BR /&gt;Entries to /etc/fstab look like as follows:&lt;BR /&gt;&lt;BR /&gt;srvr_name:/path/to/export_dir /mount/point nfs rw 0 2&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Wed, 04 Sep 2002 16:51:30 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-09-04T16:51:30Z</dc:date>
    <item>
      <title>NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799738#M81667</link>
      <description>Hi,&lt;BR /&gt;  I have half a dozen HP-UX servers that are using NFS without any problems. I wanted to seperate the NFS traffic to a seperate subnet, so I turned up one of the other interfaces on the hosts (each host has at least 4 interfaces, 3 where not being used!), added host names for those interfaces, and updated the host tables on each machine. I can ping through my new subnet with no problem now. &lt;BR /&gt;&lt;BR /&gt;BUT, when I tried to remount the NFS shares with the new hostnames, I am getting a PERMISSION DENIED error (the umounts occured without incident). &lt;BR /&gt;&lt;BR /&gt;Any ideas? My guess would be that NFS isn't "allowed" through the new interface, but I'm not sure where to look for this type of configuration, unfortunatley I'm not terribly familar with HP-UX. &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Ben</description>
      <pubDate>Wed, 04 Sep 2002 15:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799738#M81667</guid>
      <dc:creator>Ben Wilson_4</dc:creator>
      <dc:date>2002-09-04T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799739#M81668</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On all the NFS servers (where you exported your directories), make sure /etc/exports file has been updated with the "new" hostnames. Use exportfs -au and exportfs -a to re-export the directories|file systems.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 04 Sep 2002 15:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799739#M81668</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-09-04T15:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799740#M81669</link>
      <description>Hi Ben,&lt;BR /&gt;&lt;BR /&gt; Few questions:&lt;BR /&gt;&lt;BR /&gt;1) What search order does your /etc/nsswitch.conf use?&lt;BR /&gt;&lt;BR /&gt;2) If dns THEN files, are these new hostnames in DNS?&lt;BR /&gt;&lt;BR /&gt;3) Any hostnames designated for access in the /etc/exports file that need to be changed? &lt;BR /&gt;&lt;BR /&gt;4) Any restrictions in /var/adm/inetd.sec that would disallow these new server names or subnets?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 04 Sep 2002 15:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799740#M81669</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-09-04T15:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799741#M81670</link>
      <description>You probably need to update your /etc/exports file on the server.  When the mount connection is made the server does an IP address to name conversion and then compares that to the contents of the /etc/exports.&lt;BR /&gt;&lt;BR /&gt;Once the /etc/exports files is updated do a exportfs -a to activate it</description>
      <pubDate>Wed, 04 Sep 2002 15:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799741#M81670</guid>
      <dc:creator>Todd Lehr</dc:creator>
      <dc:date>2002-09-04T15:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799742#M81671</link>
      <description>Doh! I didn't even have to finish reading that to realize I forgot to update the exports...&lt;BR /&gt;&lt;BR /&gt;Fixed that, now I'm getting a timeout:&lt;BR /&gt;&lt;BR /&gt;nfs mount: getaddr_nfs: hbgint01_internal: NFS service not responding&lt;BR /&gt;nfs mount: retry: retrying(1)&lt;BR /&gt;nfs mount: retry: giving up&lt;BR /&gt;&lt;BR /&gt;hbgint01=public, old nfs mount  hostname&lt;BR /&gt;hbgint01_internal= private(not routable) new nfs hostname&lt;BR /&gt;&lt;BR /&gt;nsswitch.conf is files first, and the names are resolvable with icmp, ftp, telnet, etc.&lt;BR /&gt;&lt;BR /&gt;I'm probobly missing something easy again, you guys are just too fast!&lt;BR /&gt;&lt;BR /&gt;So how do I do these points anyway? Can I split them up, there's a total of 10 per question?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ben</description>
      <pubDate>Wed, 04 Sep 2002 16:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799742#M81671</guid>
      <dc:creator>Ben Wilson_4</dc:creator>
      <dc:date>2002-09-04T16:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799743#M81672</link>
      <description>Hi (again) Ben,&lt;BR /&gt;&lt;BR /&gt; Did you do the &lt;BR /&gt;exportfs -au &lt;BR /&gt;exportfs -a&lt;BR /&gt;after the edit?&lt;BR /&gt;&lt;BR /&gt;Else just bounce the NFS server.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.server stop&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;AND you can assign up to 10 pts for EACH answer if you so desire.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 04 Sep 2002 16:43:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799743#M81672</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-09-04T16:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799744#M81673</link>
      <description>I'm a dummy...&lt;BR /&gt;&lt;BR /&gt;I should explain that the exportfs &amp;amp; /sbin/init.d/nfs.server stop/start commands are for the exporting server(s) only.&lt;BR /&gt;&lt;BR /&gt;How are you mounting these on the NFS clients?&lt;BR /&gt;&lt;BR /&gt;If you do from command line make sure you use the new hostname there.&lt;BR /&gt;&lt;BR /&gt;If you added these to the /etc/fstab files such that they'll mount at boot, then you'll need to edit the /etc/fstab file for the proper hostname(s) and run &lt;BR /&gt;mount -a &lt;BR /&gt;to remount these. They'll also mount at boot then.&lt;BR /&gt;&lt;BR /&gt;Entries to /etc/fstab look like as follows:&lt;BR /&gt;&lt;BR /&gt;srvr_name:/path/to/export_dir /mount/point nfs rw 0 2&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 04 Sep 2002 16:51:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799744#M81673</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-09-04T16:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799745#M81674</link>
      <description>You mention that you can ping on the new subnet, but does that mean you can ping from the NFS server to client and vice-versa.&lt;BR /&gt;&lt;BR /&gt;Also do a &lt;BR /&gt;&lt;BR /&gt;traceroute client-name from the server&lt;BR /&gt;traceroute server-name from the client&lt;BR /&gt;&lt;BR /&gt;Do you have 2 interfaces on the NFS server or one, and if only one how is the traffic being routed between the new subnets&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2002 17:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799745#M81674</guid>
      <dc:creator>Todd Lehr</dc:creator>
      <dc:date>2002-09-04T17:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799746#M81675</link>
      <description>The mystery deepens....&lt;BR /&gt;I couldn't see anything else wrong with what I am trying to do, so I went on to the other hosts, and they worked fine! The only problem is with the first host, he can mount everyone elses shares, but no one can mount him. &lt;BR /&gt;&lt;BR /&gt;I decided to restart the nfs.core, nfs.server, and nfs.client. Well, that made it worse. I can't mount on either interace/hostname now:&lt;BR /&gt;&lt;BR /&gt;nfs mount: get_fh: hbgint01:: RPC: Program not registered&lt;BR /&gt;&lt;BR /&gt;is my error now, and it looks worse.&lt;BR /&gt;&lt;BR /&gt;Is there a specific order the services should be started? I did cor, server, client.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help,&lt;BR /&gt;Ben</description>
      <pubDate>Wed, 04 Sep 2002 19:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799746#M81675</guid>
      <dc:creator>Ben Wilson_4</dc:creator>
      <dc:date>2002-09-04T19:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799747#M81676</link>
      <description>The timeouts are caused by name-number translations 90% of the time.&lt;BR /&gt;&lt;BR /&gt;Ensure that the new hostnames and ip's are in all the systems host files, NIS, DNS, NIS+, or whatever is relevant.&lt;BR /&gt;&lt;BR /&gt;Also, make sure that noone put a mountd entry into /var/adm/inetd.sec which would not allow the new hostnames to connect.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 04 Sep 2002 19:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799747#M81676</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-09-04T19:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799748#M81677</link>
      <description>rebootnig the offending node solved the last of my problems, thanks for the help!&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Thu, 05 Sep 2002 17:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problems/m-p/2799748#M81677</guid>
      <dc:creator>Ben Wilson_4</dc:creator>
      <dc:date>2002-09-05T17:36:16Z</dc:date>
    </item>
  </channel>
</rss>

