- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to check NFS version
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2008 10:07 PM
тАО07-31-2008 10:07 PM
how to check NFS version
Please let me know how to check NFS version on HP-UX 11.11 parisc and HP-UX 11.31 itanium servers.
Thanks.
Anand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2008 10:16 PM
тАО07-31-2008 10:16 PM
Re: how to check NFS version
Its NFS Version 4 Protocol (NFSv4)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2008 10:32 PM
тАО07-31-2008 10:32 PM
Re: how to check NFS version
the second column shows which nfs version is supported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2008 10:41 PM
тАО07-31-2008 10:41 PM
Re: how to check NFS version
rpcinfo -p localhost | grep -i nfs
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2008 11:36 PM
тАО07-31-2008 11:36 PM
Re: how to check NFS version
Now it depends which version will you prefer when mounting:
#mount -o vers=n: The version of the NFS protocol is used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2008 11:37 PM
тАО07-31-2008 11:37 PM
Re: how to check NFS version
rpcinfo -p localhost | grep -i nfs
Yes, the title line says:
program vers proto port service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2008 10:47 PM
тАО08-02-2008 10:47 PM
Re: how to check NFS version
The rpcinfo command (as previously posted) will show you the versions of NFS supported by a specific server. HP-UX 11.11 supports NFS v2 and v3. At 11.31 we introduced support for NFS v4, however it is disabled by default. If you wish to enable NFS v4 server support you can modify the /etc/default/nfs file as follows:
NFS_SERVER_VERSMAX=4
After making this change you will need to restart the NFS server daemons to activate NFS v4 support:
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start
Then rpcinfo should report NFS v2/3/4 on the 11.31 server.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
