User Tools

Site Tools


tcpip_nfs_-_how_large_of_a_file_can_my_nfs_server_or_client_handle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tcpip_nfs_-_how_large_of_a_file_can_my_nfs_server_or_client_handle [2019/02/08 22:28] mmacgregortcpip_nfs_-_how_large_of_a_file_can_my_nfs_server_or_client_handle [2019/02/11 19:48] mmacgregor
Line 8: Line 8:
 ===== Details ===== ===== Details =====
  
-The answer depends on which IP stack you are running on your OpenVMS machine and which version of Network File System (NFS) is installed.  2 gigabytes was a major power of 2 boundary for almost all of the IP stacks.  NFS v2 had that limitation.  NFS v3 allowed files to exceed 2 GB and typically that meant it is now capable of up to 4 GB in size.  However, each vendor implemented this in different ways (ie, perhaps Server only and not the Client).  So here is the information that we've been able to track down for each vendor.+The answer depends on which IP stack you are running on your OpenVMS machine and which version of Network File System (NFS) is installed.  2 gigabytes was a major power of 2 boundary for almost all of the IP stacks.  NFS v2 had that limitation because it only used 32 bits.  Since one of the bits was signed, that means 2^31 power or 2,147,483,648 bytes.  NFS v3 allowed files to exceed 2 GB because it utilized 64 bits of space.  However, each vendor implemented this in different ways (ie, perhaps Server only and not the Client).  So here is the information that we've been able to track down for each vendor.
  
-TCPware:+**TCPware:**
  
 According to the site http://www.process.com/products/tcpware/tcpware_datasheet.pdf  the answer is " Other restrictions that have been eliminated in the NFS v3 server include the file storage size can exceed 2-gigabytes and data transfers can exceed 8 KB." According to the site http://www.process.com/products/tcpware/tcpware_datasheet.pdf  the answer is " Other restrictions that have been eliminated in the NFS v3 server include the file storage size can exceed 2-gigabytes and data transfers can exceed 8 KB."
Line 16: Line 16:
 This probably means that the NFS client is still running V2.  So if you are using the NFS client you are likely bound to 2 GB, while the NFS server can exceed 2 GB. This probably means that the NFS client is still running V2.  So if you are using the NFS client you are likely bound to 2 GB, while the NFS server can exceed 2 GB.
  
-Multinet:+**Multinet:**
  
 According to the site http://www.process.com/docs/multinet5_5/install_admin/chapter_25.html the answer is "support for 64-bit file sizes and offsets, to handle files larger than 2 gigabytes" According to the site http://www.process.com/docs/multinet5_5/install_admin/chapter_25.html the answer is "support for 64-bit file sizes and offsets, to handle files larger than 2 gigabytes"
Line 22: Line 22:
 Version 5.4 only mentions NFS v2.  So if you are running V5.4 or earlier, the answer is 2 GB.  If you are running version V5.5 and later, the answer is "larger than 2 gigabytes". Version 5.4 only mentions NFS v2.  So if you are running V5.4 or earlier, the answer is 2 GB.  If you are running version V5.5 and later, the answer is "larger than 2 gigabytes".
  
-TCP/IP Services:+**TCP/IP Services:** 
 + 
 +Here there are three different answers.   
 + 
 +Prior to version 5.3 (including the UCX versions), only the NFS v2 was available.  Thus, that was a 2 GB limit. 
 + 
 +Starting in version 5.3 through TCPIP V5.7 ECO 1, the NFS Server could be v3, but the NFS client could only be v2.  Meaning that the client had a 2 GB limit while the server did not. 
 + 
 +Starting in version 5.7 ECO 2, the NFS v3 client was available.  So it is possible to exceed the 2 GB limit now.
  
-Version 5.7 ECO 2 states 
  
-              Network File System (NFS) V3 client is a new file transfer layer 
-              protocol in HP TCP/IP Services. The benefits of the NFS V3 client 
-              and the additions to the MOUNT command are explained in the 
-              following sections: 
  
tcpip_nfs_-_how_large_of_a_file_can_my_nfs_server_or_client_handle.txt · Last modified: 2019/02/11 19:56 by mmacgregor

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki