Operating System - HP-UX
1832907 Members
3841 Online
110048 Solutions
New Discussion

Re: How to check NFS PV version?

 
Hill_1
Frequent Contributor

How to check NFS PV version?

Hi all,
For my information, NFS PV3 is implemented in HP Unix 11.0. May I know what is the command that we use to check the PV version?
Thanks.
Unix
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: How to check NFS PV version?

If you know that it is PV3, then why do you ask? I'm being curious only.
Live Free or Die
Karvendhan M
Frequent Advisor

Re: How to check NFS PV version?

do a # nfsstat -ns .

helps?

~Karvendhan M
Eugen Cocalea
Respected Contributor

Re: How to check NFS PV version?

Hi,

If you are a NFS client, you are using either PV2 either PV3, depending on how the NFS server exports the partitions you mount (well, the NFS ver it is using).

If you are a NFS server, if you don't export a partition verbosely with -o vers=2, you are exporting it with PV3.

Anyway, as KM said above, you can use nfsstat for info about nfs versions for

-m mounted partitions
-c client info
-s server info

(man nfsstat)

E.
To Live Is To Learn