Normally a file system is exported to all versions of the NFS protocol. Access to a file system can be restricted by setting the nfsv4only option. When a file system is exported with the nfsv4only option, but the NFSv4 service is not enabled by setting the hivers option for the nfs start command in the netd file, the problem is logged and the export continues. Although the export does not fail, access through NFSv2 and NFSv3 as well as NFSv4 is blocked.
Rainer_EMC
4 Operator
•
8.6K Posts
0
August 6th, 2009 06:00
server_nfs server_2 -v4
server_nfs server_2 -stats
then check from the client using "rpcinfo -p if you can see v4 registered
what DART version are you running ?
dynamox
9 Legend
•
20.4K Posts
0
August 6th, 2009 20:00
Peter_EMC
674 Posts
0
August 6th, 2009 22:00
mount -t nfs4 fc2:/ /mnt/NFS4
Do you export the root of the datamover to the linux host?
We receive the error: RPC error: program or version
mismatch.
I would assume, this is a issue of the linux host, which OS Version are you using?
Rainer_EMC
4 Operator
•
8.6K Posts
0
August 7th, 2009 02:00
Normally a file system is exported to all versions of the NFS protocol. Access to a file system
can be restricted by setting the nfsv4only option.
When a file system is exported with the nfsv4only option, but the NFSv4 service is not
enabled by setting the hivers option for the nfs start command in the netd file, the problem
is logged and the export continues. Although the export does not fail, access through NFSv2
and NFSv3 as well as NFSv4 is blocked.
dynamox
9 Legend
•
20.4K Posts
0
August 7th, 2009 03:00