1829614 Members
2031 Online
109992 Solutions
New Discussion

NFS Version ?

 
SOLVED
Go to solution
Clifton Smith
Occasional Advisor

NFS Version ?

Does anyone know what version of NFS Unix 11i is running? Is it NFS 2 or NFS 3 ? Also, how can I tell? I am trying to import files from a PC file system and need to set my buffer sizes so that I don't overload the NFS mount.
4 REPLIES 4
Sanjay_6
Honored Contributor
Solution

Re: NFS Version ?

Roger Baptiste
Honored Contributor

Re: NFS Version ?

hi,

run
#rpcinfo -p |grep -i nfs

eg:
#rpcinfo -p |grep nfs
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs

Here is is running both 2 and 3 versions.

HTH
raj
Take it easy.
Uday_S_Ankolekar
Honored Contributor

Re: NFS Version ?

Hi,

NFS version can be checked in
/etc/rc/config.d/nfsconf file
In this file look for this line similar to this
MOUNTD_VER=3

Good luck,
-USA..
Good Luck..
James R. Ferguson
Acclaimed Contributor

Re: NFS Version ?

Hi:

# nfsstat -m

...will return, in part, either "vers=3" or "vers=2".

Regards!

...JRF...