- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS V4
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
Forums
Discussions
Discussions
Discussions
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
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
08-05-2009 10:28 AM
08-05-2009 10:28 AM
NFS V4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2009 10:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2009 10:34 AM
08-05-2009 10:34 AM
Re: NFS V4
Really, a quick search of docs.hp.com titles provides:
http://docs.hp.com/en/13578/nfsv4_whitepaper.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2009 10:55 AM
08-05-2009 10:55 AM
Re: NFS V4
NFS V4 provides a better file locking mechanism and much better performance.
It is only currently available in HP-UX 11.31
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2009 05:27 PM
08-05-2009 05:27 PM
Re: NFS V4
Let's approach this from the opposite direction. Are there features in NFS v4 that you think you could benefit from that are not available in NFS v3? If so, I'd love to hear what they are. Is there something NFS v3 is not providing you that you think you can get by moving to v4? If so, please let me know what that is.
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2009 06:53 PM
08-05-2009 06:53 PM
Re: NFS V4
Use of one network port
To help NFS setup for internet use, one unique network port is used on NFSv4. This predetermined
port is fixed. Default is port 2049.
a) Consequences:
â ¢ Using NFS through firewalls is easier.
â ¢ portmapper is no longer required.
--------------------
In order to ensure a better reliability over the Internet, NFSv4 only uses TCP.
-------------------------------
IPv6 protocol is supported on the client side.
----------------------
NFSv4 uses 32 KBytes pages.
-------------------------------
NFSv4, unlike its predecessors, brings together in the same protocol most file system management
tools. NFSv4 only requires the servers below to be launched :
â ¢ rpc.nfsd (nfs server)
â ¢ rpc.idmapd (identifier server)
a) Consequence
Tools such as rpc.lockd or rpc.quotad are no longer required.
Regards,
Sooraj