Originally posted by: victorkwan
Hi all,
I'm new to AIX. Hope i can get some help or direction to resolve this problem.
Has yet to get much from google. :(
I am trying to export a partition through NFS.
I am able to mount the partition from another LPAR on AIX 6.1 but unable to mount the same from either Solaris 10 or Redhat 4.
I have also tried to mount a partition exported from Solaris or Redhat to AIX and unable to mount the partition too.
On the AIX 6.1 LPAR, i have the exports entry allowing NFS 2 / 3 / 4.
root@devsvr:> more /etc/exports /mypartition -vers=2:3:4 -sec=sys:dh,ro=client1:client2,root=client1:client2
NFS processes on AIX LPAR
root@devsvr:> lssrc -a | grep -i nfs biod nfs 3670138 active nfsd nfs 3539068 active rpc.mountd nfs 4194436 active rpc.statd nfs 4522182 active rpc.lockd nfs 4653240 active nfsrgyd nfs inoperative gssd nfs inoperative
Entry is added to /etc/hosts on AIX LPAR
root@devsvr:/opt/psa/rel> grep client1 /etc/hosts 10.55.9.192 client1
On the Solaris / Redhat box,
root@client1:/>#uname -a SunOS client1 5.10 Generic_142900-03 sun4u sparc SUNW,Sun-Fire-V240 root@client1:/>#ps -aef | grep nfs daemon 28123 1 0 Jun 29 ? 0:00 /usr/lib/nfs/nfs4cbd daemon 28125 1 0 Jun 29 ? 0:05 /usr/lib/nfs/nfsmapid root 28733 2951 0 16:30:11 pts/32 0:00 grep nfs daemon 28137 1 0 Jun 29 ? 0:00 /usr/lib/nfs/lockd daemon 28126 1 0 Jun 29 ? 0:00 /usr/lib/nfs/statd
The following command just hang there.
mount -F nfs -o vers=3 devsvr:/mypartition /mnt
showmount on solaris box shows RPC time out
root@client1:/>#showmount -a 10.106.50.14 showmount: 10.106.50.14: RPC: Rpcbind failure - RPC: Timed out
Entry is already in /etc/hosts
root@client1:/>#getent hosts devsvr 10.106.50.14 devsvr
TIA for kind souls out there.
Regards,
Victor
#AIX-Forum