I can get NFS working from one box to another and vice-versa. But NFS does not work from the SAME host to another host. The same exports (develop01:/u01/app ) were able to be mounted from many other hosts. All the deamons are running on all the hosts.
Any input appreciated... Thanks!
This is jupiter host (10.34.4.55) and I am logged in as root
# mount develop01:/u01/app /test
mount: 1831-011 access denied for develop01:/u01/app
mount: 1831-008 giving up on:
develop01:/u01/app
The file access permissions do not allow the specified action.
# lssrc -g nfs
Subsystem Group PID Status
biod nfs 11614 active
nfsd nfs 11876 active
rpc.mountd nfs 12644 active
rpc.statd nfs 12138 active
rpc.lockd nfs 13160 active
#
The /etc/exports file in "develop01" server below:
/u01/app -root=10.34.4.55
exports: END
Any input appreciated... Thanks!
This is jupiter host (10.34.4.55) and I am logged in as root
# mount develop01:/u01/app /test
mount: 1831-011 access denied for develop01:/u01/app
mount: 1831-008 giving up on:
develop01:/u01/app
The file access permissions do not allow the specified action.
# lssrc -g nfs
Subsystem Group PID Status
biod nfs 11614 active
nfsd nfs 11876 active
rpc.mountd nfs 12644 active
rpc.statd nfs 12138 active
rpc.lockd nfs 13160 active
#
The /etc/exports file in "develop01" server below:
/u01/app -root=10.34.4.55
exports: END