Operating System - HP-UX
1752610 Members
4064 Online
108788 Solutions
New Discussion

Re: NFS mount issue with HPUX 11.31

 
Pulse001
Regular Advisor

Re: NFS mount issue with HPUX 11.31

Also please try to NFS mount by using IP instead of hostname. It will eliminate some of the issues with name lookup.(just for testing)
ragesh_3
Advisor

Re: NFS mount issue with HPUX 11.31

Please find the o/p : rpcinfo

program vers proto port service
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
300767 1 tcp 32770
300781 1 tcp 32775
300781 1 udp 32819
100003 4 tcp 2049 nfs
200006 4 udp 2049
200006 4 tcp 2049
100099 1 udp 32903 automountd
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
200006 1 udp 2049
200006 1 tcp 2049
100005 1 tcp 36465 mountd
100005 2 tcp 36465 mountd
100005 3 tcp 36465 mountd
100005 1 udp 56148 mountd
100005 2 udp 56148 mountd
100005 3 udp 56148 mountd
400005 1 udp 56149
100024 1 tcp 36466 status
100024 1 udp 56153 status
100133 1 tcp 36466
100133 1 udp 56153
200001 1 tcp 36466
200001 1 udp 56153
200001 2 tcp 36466
200001 2 udp 56153
100021 1 udp 56209 nlockmgr
100021 2 udp 56209 nlockmgr
100021 3 udp 56209 nlockmgr
100021 4 udp 56209 nlockmgr
100021 1 tcp 36469 nlockmgr
100021 2 tcp 36469 nlockmgr
100021 3 tcp 36469 nlockmgr
100021 4 tcp 36469 nlockmgr


I have already tried with IP address .But Same issue ..
ultramind
Occasional Visitor

Re: NFS mount issue with HPUX 11.31

I faced this problem also and after adding the client hostname at /etc/hosts file for the server it is solved
sapoguheman
Frequent Advisor

Re: NFS mount issue with HPUX 11.31

Check if they are exported properly from the AIX(NFS server ) to HPUX (Client server) using showmount -e <AIX-SERVER>

 

you should get the list of exported file systems from AIX servers after you execute that command.

if you see that FS are visible on your client in showmount -e output then there is no issue with the exports.

 

try to re-export from AIX server again and check