Question & Answer
Question
An NFS server was changed from freebsd to openbsd. Now when trying to NFS mount onto the AIX server from the Openbsd server, the following error is displayed: mount 1831-008 giving up on vmount there is an input or output error nfs: fsinfo failed for server 192.0.0.2 error 7 rpc authentication error The server has been modified to expect communications on reserved ports.
Answer
Unable to Mount From Openbsd NFS Server
Environment
AIX 5.1 and laterAIX NFS client or clients need to be modified to communicate with NFS server over reserved ports by running the following commands:
-
Set the NFS option on client to use reserved ports:
nfso -o nfs_use_reserved_ports=1
-
Now try to NFS mount again:
mount <server>:/<export> /mnt
The mount command should have succeeded.
-
To ensure the nfso option will be set again at reboot, enter the
following:
For AIX 5.1 and lower:
echo "/usr/sbin/nfso -o nfs_use_reserved_ports=1" >> /etc/rc.net tail /etc/rc.net
For AIX 5.2 and higher:
nfso -p -o nfs_use_reserved_ports=1
Historical Number
isg1pTechnote0770
Was this topic helpful?
Document Information
Modified date:
17 June 2018
UID
isg3T1000452