<?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 mount problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089154#M144396</link>
    <description>Claudio,&lt;BR /&gt;&lt;BR /&gt;I wan't able to find any solution. We ended up using the server ip address to nfs mount the filesystem on the client. What we did was added the package control script to page the admin every time the package is bounced, This way the Admin is aware that he may have to take manual action to nfs mount the filesystem if the package bounced to the alt node. In case the package was just shutdown and restarted on the same server, the admin may not have to do anything since the nfs client would be looking for the mount and would automatically mount the nfs exported filesystem. &lt;BR /&gt;&lt;BR /&gt;The problem we ran into was the NAL (Network Address translation) on the F5 load balancer side and that was the reason the nfs server reply was being rejected.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Oct 2003 10:22:58 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2003-10-09T10:22:58Z</dc:date>
    <item>
      <title>nfs mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089147#M144389</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I've a problem mounting a nfs fs.&lt;BR /&gt;&lt;BR /&gt;If I do &lt;BR /&gt;&lt;BR /&gt; mount itsap01:/ndm/GentranSource /users/ediadm/GentranSource&lt;BR /&gt;&lt;BR /&gt;I have this error &lt;BR /&gt;&lt;BR /&gt;nfs mount: get_fh: itsap01/ndm/GentranSource: server not responding : RPC: Timed out&lt;BR /&gt;&lt;BR /&gt;itsap01  is a rilocable server in SG cluster.&lt;BR /&gt;&lt;BR /&gt;If specify i.p of itsap01 dosen't work ; If i specify i.p. of itsap02 ( phisicall server ) it works .&lt;BR /&gt;&lt;BR /&gt;Any suggest ?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 04:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089147#M144389</guid>
      <dc:creator>Claudio_17</dc:creator>
      <dc:date>2003-10-09T04:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089148#M144390</link>
      <description>Looks like an address lookup error.&lt;BR /&gt;Does "nslookup itsap01" return a sensible answer ?&lt;BR /&gt;Likewise "nslookup  i.p of itsap01 " ?&lt;BR /&gt;DO they match ?&lt;BR /&gt;Can you telnet/ping to either/both ?&lt;BR /&gt;-- Graham</description>
      <pubDate>Thu, 09 Oct 2003 05:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089148#M144390</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-10-09T05:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089149#M144391</link>
      <description>I am not sure from your post is itsap01 a package in the service guard cluster and itsap02 the real machine?&lt;BR /&gt; &lt;BR /&gt;If this is the case then the only thing I can see that might be an issue, bearing in mind it works from itsap02, is routing.  Try loging onto itsap01 and see if you can ping/traceroute/telnet back to the machine you are logging in to.</description>
      <pubDate>Thu, 09 Oct 2003 05:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089149#M144391</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-09T05:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089150#M144392</link>
      <description>I have seen this problem when the nfs server is within the local network and the nfs client is behind load balancers / firewalls. When the nfs client sends requests to the nfs server using the relocatable ip address the reply that it gets is from the server fixed ip. That may be the reason the nfs client is refusing the nfs mount since it is expecting a reply from the relocatable ip address.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 08:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089150#M144392</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-10-09T08:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089151#M144393</link>
      <description>The problem is that you are doing the export from the server instead of from the package.&lt;BR /&gt;&lt;BR /&gt;Is the exportfs contained in the package control script, or do you run it after the package control script has brought up the package?&lt;BR /&gt;&lt;BR /&gt;We have code in our MC/SG scripts to export filesystems.  I think it came with the SAP for MC/SG tool kit.  I'm not sure if it's part of standard MC/SG, but maybe others can help you there.</description>
      <pubDate>Thu, 09 Oct 2003 08:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089151#M144393</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-10-09T08:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089152#M144394</link>
      <description>In my case when i had to nfs export a filesystem which was part of MC/SG cluster package, i added it maunally through the package control script. The export was done as part of the customer defined run commands and the unexport was done as part of the customer defined halt commands.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 08:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089152#M144394</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-10-09T08:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089153#M144395</link>
      <description>Thanks all ,&lt;BR /&gt;&lt;BR /&gt;ok Sanjay ; I believe you're right .. but what can i do ? &lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 09:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089153#M144395</guid>
      <dc:creator>Claudio_17</dc:creator>
      <dc:date>2003-10-09T09:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089154#M144396</link>
      <description>Claudio,&lt;BR /&gt;&lt;BR /&gt;I wan't able to find any solution. We ended up using the server ip address to nfs mount the filesystem on the client. What we did was added the package control script to page the admin every time the package is bounced, This way the Admin is aware that he may have to take manual action to nfs mount the filesystem if the package bounced to the alt node. In case the package was just shutdown and restarted on the same server, the admin may not have to do anything since the nfs client would be looking for the mount and would automatically mount the nfs exported filesystem. &lt;BR /&gt;&lt;BR /&gt;The problem we ran into was the NAL (Network Address translation) on the F5 load balancer side and that was the reason the nfs server reply was being rejected.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 10:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-problem/m-p/3089154#M144396</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-10-09T10:22:58Z</dc:date>
    </item>
  </channel>
</rss>

