Operating System - HP-UX
1822496 Members
2773 Online
109642 Solutions
New Discussion юеВ

how to find NFS version running on hpux 11.0

 
SOLVED
Go to solution
Paolo Gilli
Frequent Advisor

how to find NFS version running on hpux 11.0

hi,
how can i find NFS version running on hpux 11.0 N/4000?

thanks
3 REPLIES 3
Geoff Wild
Honored Contributor
Solution

Re: how to find NFS version running on hpux 11.0

rpcinfo -p


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Stuart Abramson_2
Honored Contributor

Re: how to find NFS version running on hpux 11.0

# cd /u500 .............# You must mount FS

# nfsstat -m
/u500 from wcshps06:/u400 (Addr 172.20.202.106)
Flags: vers=3,proto=tcp,auth=unix,hard,intr,link,symlink,rsize=32768,wsize=32768,retrans=5
All: srtt= 0 ( 0ms), dev= 0 ( 0ms), cur= 0 ( 0ms)

" vers=3"

Brian Hackley
Honored Contributor

Re: how to find NFS version running on hpux 11.0

Hi,

HPUX 11.0 and up can act as NFS Version 2 or NFS Version 3 Servers (share files) and/or clients (mount files). The nfsstat -m command will show on an NFS client, what the version number is for each mount point. nfsstat without any options will should you the statistics by NFS version for client and server functions on that system.

Hope that helped,
-> Brian Hackley
Ask me about telecommuting!