<?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 Not able to mount sharing folder in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977115#M528504</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have 3 servers, rx2600, rx2600, and rx2660.&lt;/P&gt;&lt;P&gt;I have another x86 server running on Suse, and create a shared folder named /public&lt;/P&gt;&lt;P&gt;From 1 of the rx2600 server I can mount that shared folder :&lt;/P&gt;&lt;P&gt;intaqa:/&amp;gt;mount 10.1.2.82:/public /bkup&lt;BR /&gt;intaqa:/&amp;gt;cd /bkup&lt;/P&gt;&lt;P&gt;But from 2 others server I am unable to mount that shared folder :&lt;/P&gt;&lt;P&gt;intabck:/&amp;gt;mount 10.1.2.82:/public /bkup&lt;BR /&gt;NFS server 10.1.2.82 not responding still trying&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should I check and change setting to solve this problem.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2017 09:18:40 GMT</pubDate>
    <dc:creator>yudhichandra</dc:creator>
    <dc:date>2017-09-18T09:18:40Z</dc:date>
    <item>
      <title>Not able to mount sharing folder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977115#M528504</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have 3 servers, rx2600, rx2600, and rx2660.&lt;/P&gt;&lt;P&gt;I have another x86 server running on Suse, and create a shared folder named /public&lt;/P&gt;&lt;P&gt;From 1 of the rx2600 server I can mount that shared folder :&lt;/P&gt;&lt;P&gt;intaqa:/&amp;gt;mount 10.1.2.82:/public /bkup&lt;BR /&gt;intaqa:/&amp;gt;cd /bkup&lt;/P&gt;&lt;P&gt;But from 2 others server I am unable to mount that shared folder :&lt;/P&gt;&lt;P&gt;intabck:/&amp;gt;mount 10.1.2.82:/public /bkup&lt;BR /&gt;NFS server 10.1.2.82 not responding still trying&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should I check and change setting to solve this problem.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 09:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977115#M528504</guid>
      <dc:creator>yudhichandra</dc:creator>
      <dc:date>2017-09-18T09:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount sharing folder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977251#M528505</link>
      <description>&lt;P&gt;The error message indicates that the intabck server (the NFS client) is failing to communicate with the NFS server 10.1..2.82 over the network.&lt;/P&gt;&lt;P&gt;The cause could be:&lt;/P&gt;&lt;P&gt;- 10.1.2.82 server might not be configured to allow mounting the NFS share from the intabck server. (Is the /etc/exports or /etc/dfs/dfstab file configured correctly, and is the exportfs -ra or shareall command used to make all configuration updates effective?)&lt;/P&gt;&lt;P&gt;- if the mounting permission is defined by hostname, then the 10.1.2.82 server might be unable to resolve intabck's IP address back into a hostname, or the resolve operation is not returning the hostname you expect. (Test the IP-address -&amp;gt; hostname resolution using a method that actually uses the same data source(s) the system processes will use: on HP-UX you can use the nslookup command, but on Linux you should use "getent hosts &amp;lt;IP address&amp;gt;".)&lt;/P&gt;&lt;P&gt;- software firewall (ipf on HP-UX, iptables on Linux) blocking the connection on the NFS client or server (on HP-UX, if /etc/opt/ipf exists and is not empty, you may have IPFilter configured; on Linux, you can use "iptables -L -vn" to see any iptables filter ruleset if one exists.)&lt;/P&gt;&lt;P&gt;- hardware firewall in the network between the client and server&lt;/P&gt;&lt;P&gt;- network connectivity issue between the client and server (network misconfiguration, routing error, bad cable?)&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 13:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977251#M528505</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2017-09-19T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount sharing folder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977328#M528506</link>
      <description>&lt;P&gt;Hi MK,&lt;/P&gt;&lt;P&gt;In my Linux server the /etc/exports contains this line only :&lt;/P&gt;&lt;P&gt;/public 10.1.2.0/20(rw,sync,no_root_squash,no_all_squash)&lt;/P&gt;&lt;P&gt;No I don't use hostname for mounting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see the shared folder using showmount command..&lt;/P&gt;&lt;P&gt;There are some files in the /etc/opt/ipf folder&lt;/P&gt;&lt;P&gt;But files ipf.conf and ipnat.conf are empty.&lt;/P&gt;&lt;P&gt;What should I do next?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 01:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977328#M528506</guid>
      <dc:creator>yudhichandra</dc:creator>
      <dc:date>2017-09-20T01:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount sharing folder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977506#M528507</link>
      <description>&lt;P&gt;So, although the ipf configuration files are empty now, the system very likely has ipf installed. And it might have had ipf configured at some previous time.&lt;/P&gt;&lt;P&gt;Just emptying the configuration files won't erase the active ipf configuration from memory, unless the system is rebooted after that. To see if there are still any remaining ipf rules in effect, please run this command:&lt;/P&gt;&lt;PRE&gt;ipfstat -io&lt;/PRE&gt;&lt;P&gt;If it responds with:&lt;/P&gt;&lt;PRE&gt;empty list for ipfilter(out)
empty list for ipfilter(in)&lt;/PRE&gt;&lt;P&gt;then you can be sure there are no ipf rules in effect on the system.&lt;/P&gt;&lt;P&gt;If any ipf rules are still in effect, they can be deleted with:&lt;/P&gt;&lt;PRE&gt;ipf -Fa&lt;/PRE&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;You did not disclose the IP addresses of the rx26** servers having the problem: are they within the range of (10.1.0.0 .. 10.1.15.254) ? If not, then they are outside the range allowed by /etc/exports on the NFS server.&lt;/P&gt;&lt;P&gt;Can all the rx26** servers ping the 10.1.2.82 server successfully?&lt;/P&gt;&lt;P&gt;On the server having the problem, try running "rpcinfo -p". This lists the RPC services on that host.The list should include at least the portmapper/rpcinfo service and the status service. The list should appear pretty much immediately.&lt;/P&gt;&lt;P&gt;Then try running "rpcinfo -p 10.1.2.82": it will try and contact the RPC portmapper on the NFS server host and list the RPC services on the NFS server. You should get The list should include at least the rpcinfo/portmapper, status, mountd and nfs services, probably also the "nlockmgr" service. The listing should appear just about as quickly as the local RPC service listing. If there are delays, it suggests a problem connecting to TCP/UDP port 111 on the NFS server host, which will also cause problems with NFS.&lt;/P&gt;&lt;P&gt;You can also try and diagnose the problem using the "telnet" command.&lt;/P&gt;&lt;P&gt;On the rp26** hosts with the problem, try running this command:&lt;/P&gt;&lt;PRE&gt;telnet 10.1.2.82 111&lt;/PRE&gt;&lt;P&gt;If it responds with "Connected to 10.1.2.82", "Connection established" or equivalent, the network connection to TCP port 111 on the NFS server host is successful. If it hangs up to a minute and then responds with a "Connection timed out" message, it typically means a routing problem, or a firewall configured to drop the connection. If it responds immediately with a "Connection refused" message, it might mean the service is not actually running on the server host.&lt;/P&gt;&lt;P&gt;On a Linux system, /etc/hosts.allow and /etc/hosts.deny can also be used to restrict access to (some of) the NFS component services. If /etc/hosts.deny includes ALL:ALL (= the standard default "deny everything unless explicitly allowed" rule), you'll probably want to add something like this to /etc/hosts.allow on the NFS server host to ensure that the NFS component services on the NFS server are accessible to the hosts you wish to export NFS filesystems to:&lt;/P&gt;&lt;PRE&gt;rpcbind: 127.0.0.1 10.1.0.0/20
mountd: 127.0.0.1 10.1.0.0/20
statd: 127.0.0.1 10.1.0.0/20&lt;/PRE&gt;&lt;P&gt;Note that unless otherwise configured, the port numbers of some NFS component services (mountd, statd, nfslock) may change each time the respective server is restarted. This makes it extremely tricky to get NFS connections through firewalls. Fortunately, with both HP-UX and Linux, it is possible to set static port numbers for each service.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 14:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977506#M528507</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2017-09-21T14:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount sharing folder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977573#M528508</link>
      <description>&lt;P&gt;Hi MK,&lt;/P&gt;&lt;P&gt;This the resut for&amp;nbsp;&lt;/P&gt;&lt;P&gt;intabck:/&amp;gt;ipfstat -io&lt;BR /&gt;empty list for ipfilter(out)&lt;BR /&gt;empty list for ipfilter(in)&lt;BR /&gt;intabck:/&amp;gt;&lt;/P&gt;&lt;P&gt;The ip address of others server :&lt;/P&gt;&lt;P&gt;rx2600 : 10.1.2.6 (intaqa) ----&amp;gt; this one can mount&lt;/P&gt;&lt;P&gt;rx2660 : 10.1.2.8 (intabck)&lt;/P&gt;&lt;P&gt;rx2800 : 10.1.2.4 (intadb)&lt;/P&gt;&lt;P&gt;rx2800 : 10.1.2.103 (intaaapp2)&lt;/P&gt;&lt;P&gt;and all can ping to 10.1.2.82&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the result from telnet 10.1.2.82 111 are:&lt;/P&gt;&lt;P&gt;intaqa:/&amp;gt;telnet 10.1.2.82 111&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Connection closed by foreign host.&lt;/P&gt;&lt;P&gt;intabck:/&amp;gt;telnet 10.1.2.82 111&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Connection closed by foreign host.&lt;/P&gt;&lt;P&gt;intaapp2:/&amp;gt;telnet 10.1.2.82 111&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Connection closed by foreign host.&lt;/P&gt;&lt;P&gt;In the /etc/hosts.allow there are no entry, all are marked by #&lt;/P&gt;&lt;P&gt;and I add entries :&lt;/P&gt;&lt;PRE&gt;rpcbind: 127.0.0.1 10.1.0.0/20
mountd: 127.0.0.1 10.1.0.0/20
statd: 127.0.0.1 10.1.0.0/20&lt;/PRE&gt;&lt;P&gt;In the /et/hosts.deny has 1 entry :&lt;/P&gt;&lt;P&gt;http-rman : ALL EXCEPT LOCAL&lt;/P&gt;&lt;P&gt;What should I do next?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 01:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977573#M528508</guid>
      <dc:creator>yudhichandra</dc:creator>
      <dc:date>2017-09-22T01:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount sharing folder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977608#M528509</link>
      <description>&lt;P&gt;OK, so the rpcbind/portmapper connection works on all the rx servers, and ipf is definitely not active. Good.&lt;/P&gt;&lt;P&gt;By the way, which HP-UX version is used on the rx servers? HP-UX 11.31 or older?&lt;/P&gt;&lt;P&gt;The next point to check would be the connectivity from the rx servers to the main NFS service port (2049).&lt;/P&gt;&lt;P&gt;Please run this command on all the rx servers:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;telnet 10.1.2.82 2049&lt;/PRE&gt;&lt;P&gt;This needs also connect successfully for NFS service to work.&lt;/P&gt;&lt;P&gt;What is the output of "rpcinfo -p 10.1.2.82"?&lt;/P&gt;&lt;P&gt;The next step would be to identify the TCP port number of the "mountd" service in the "rpcinfo -.p 10.1.2.82" listing, and use the telnet command to verify connectivity from the rx servers to the NFS server for that port too.&lt;/P&gt;&lt;P&gt;If that is successful, you can also try running "showmount -e 10.1.2.82" on the rx servers. This command will communicate with the NFS mountd service on the NFS server, and produce a list of available NFS shares on the NFS server. If this command hangs or produces errors, then the communication with the mountd service is failing... and without it, NFS filesystem cannot be mounted.&lt;/P&gt;&lt;P&gt;Note that unlike the rpcbind/portmapper port (always 111) and the main NFS service port (always 2049), the port numbers of the remaining NFS component services can vary each time the services are restarted.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 09:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977608#M528509</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2017-09-22T09:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount sharing folder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977855#M528510</link>
      <description>&lt;P&gt;Hi MK,&lt;/P&gt;&lt;P&gt;Thanks for your responds.&lt;/P&gt;&lt;P&gt;The result :&lt;/P&gt;&lt;P&gt;intabck:/&amp;gt;telnet 10.1.2.82 2049&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;/P&gt;&lt;P&gt;intabck:/&amp;gt;rpcinfo -p 10.1.2.82&lt;BR /&gt;rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: Failed (unspecifi&lt;BR /&gt;ed error)&lt;BR /&gt;intabck:/&amp;gt;showmount -e 10.1.2.82&lt;BR /&gt;export list for 10.1.2.82:&lt;BR /&gt;/public 10.1.2.8/24&lt;BR /&gt;intabck:/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;intaqa:/&amp;gt;telnet 10.1.2.82 2049&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;/P&gt;&lt;P&gt;intaqa:/&amp;gt;rpcinfo -p 10.1.2.82&lt;BR /&gt;program vers proto port service&lt;BR /&gt;100000 4 tcp 111 rpcbind&lt;BR /&gt;100000 3 tcp 111 rpcbind&lt;BR /&gt;100000 2 tcp 111 rpcbind&lt;BR /&gt;100000 4 udp 111 rpcbind&lt;BR /&gt;100000 3 udp 111 rpcbind&lt;BR /&gt;100000 2 udp 111 rpcbind&lt;BR /&gt;100005 1 udp 58286 mountd&lt;BR /&gt;100005 1 tcp 49516 mountd&lt;BR /&gt;100005 2 udp 58566 mountd&lt;BR /&gt;100005 2 tcp 51156 mountd&lt;BR /&gt;100005 3 udp 39827 mountd&lt;BR /&gt;100005 3 tcp 56390 mountd&lt;BR /&gt;100024 1 udp 53581 status&lt;BR /&gt;100024 1 tcp 42035 status&lt;BR /&gt;100003 2 tcp 2049 nfs&lt;BR /&gt;100003 3 tcp 2049 nfs&lt;BR /&gt;100003 4 tcp 2049 nfs&lt;BR /&gt;100227 2 tcp 2049&lt;BR /&gt;100227 3 tcp 2049&lt;BR /&gt;100003 2 udp 2049 nfs&lt;BR /&gt;100003 3 udp 2049 nfs&lt;BR /&gt;100003 4 udp 2049 nfs&lt;BR /&gt;100227 2 udp 2049&lt;BR /&gt;100227 3 udp 2049&lt;BR /&gt;100021 1 udp 41197 nlockmgr&lt;BR /&gt;100021 3 udp 41197 nlockmgr&lt;BR /&gt;100021 4 udp 41197 nlockmgr&lt;BR /&gt;100021 1 tcp 52940 nlockmgr&lt;BR /&gt;100021 3 tcp 52940 nlockmgr&lt;BR /&gt;100021 4 tcp 52940 nlockmgr&lt;BR /&gt;intaqa:/&amp;gt;showmount -e 10.1.2.82&lt;BR /&gt;export list for 10.1.2.82:&lt;BR /&gt;/public 10.1.2.8/24&lt;BR /&gt;intaqa:/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;intaapp2:/&amp;gt;telnet 10.1.2.82 2049&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;/P&gt;&lt;P&gt;intaapp2:/&amp;gt;rpcinfo -p 10.1.2.82&lt;BR /&gt;rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: Failed (unspecifi&lt;BR /&gt;ed error)&lt;BR /&gt;intaapp2:/&amp;gt;showmount -e 10.1.2.82&lt;BR /&gt;export list for 10.1.2.82:&lt;BR /&gt;/public 10.1.2.8/24&lt;BR /&gt;intaapp2:/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 01:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977855#M528510</guid>
      <dc:creator>yudhichandra</dc:creator>
      <dc:date>2017-09-25T01:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount sharing folder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977863#M528511</link>
      <description>&lt;P&gt;When I tried to telnet the mountd ports and the results are :&lt;/P&gt;&lt;P&gt;intabck:/&amp;gt;telnet 10.1.2.82 49516&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;♥&lt;BR /&gt;♥&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;intabck:/&amp;gt;telnet 10.1.2.82 56390&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;♥♥&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;intabck:/&amp;gt;telnet 10.1.2.82 51156&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;♥&lt;BR /&gt;♥&lt;/P&gt;&lt;P&gt;intaqa:/&amp;gt;telnet 10.1.2.82 49516&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;♥&lt;BR /&gt;♥&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;You have mail in /var/mail/root&lt;BR /&gt;intaqa:/&amp;gt;telnet 10.1.2.82 51156&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;♥&lt;BR /&gt;♥&lt;/P&gt;&lt;P&gt;intaqa:/&amp;gt;telnet 10.1.2.82 56390&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.1.2.82.&lt;BR /&gt;Escape character is '^]'.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 03:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6977863#M528511</guid>
      <dc:creator>yudhichandra</dc:creator>
      <dc:date>2017-09-25T03:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount sharing folder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6979095#M528512</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a good news, all my servers can mount to NFS server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I seems one of my switch blocking NFS handshake.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you a lot everyone for helping me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 02:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-mount-sharing-folder/m-p/6979095#M528512</guid>
      <dc:creator>yudhichandra</dc:creator>
      <dc:date>2017-10-05T02:20:37Z</dc:date>
    </item>
  </channel>
</rss>

