Originally posted by: SystemAdmin
my AIX machine is OK. Actually I found that I needed to "service nfs start" on my RHEL 3 and exportfs the remote directory (entry in /etc/hosts); more important, for RH EL3, I need to change the nfs_use_reserved_ports to 1 by using the nfso in AIX environment:
#nfso -o nfs_use_reserved_ports=1
without this got the error of "vmount: Operation not permitted"
then run the "mknfs -f /remoteDir -d /localDir -h remoteHost
examine with df and check the new entry in the /etc/filesystems.
#AIX-Forum