1831178 Members
3037 Online
110021 Solutions
New Discussion

NFS version

 
SOLVED
Go to solution
M.J. van der Meer
Frequent Advisor

NFS version

Hello,

Anybody who knows where I can find the versionnumber of NFS on a HP-UX 10.20 server?

Thanks
MJ
4 REPLIES 4
CHRIS_ANORUO
Honored Contributor

Re: NFS version

Goto /sbin/init.d, then view nfs.*. You will see the revision number and date for the file. Use n to read the next file(client, core and server)
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Andreas Voss
Honored Contributor
Solution

Re: NFS version

Hi,

you could check it with nfsstat:

If you see within the output:
Version 2 : (xxxx calls)
.
.
Version 3 : (xxxx calls)

You have the ability for NFS V3 which depends on the settings in /etc/rc.config.d/nfsconf (MOUNTD_VER=)

If you see no Version line you have only NFS V2

Greetings

Andrew
Rob Mallard
Valued Contributor

Re: NFS version

nfsstat(1M) will report stats for version 2 and 3 in separate sections. If you see a section for version 3 then your server is running that version. By looking at the values for stats for both versions you can get an idea of what version(s) your client are using for access.

Note: nfs version 2 came with 10.20, you can move to version 3 with the ACE patch.
M.J. van der Meer
Frequent Advisor

Re: NFS version

Hello,

The question has been anwsered and I thank you all for your help
MJ