- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- filesize limit on nfs shares?
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
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
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
тАО10-13-2009 10:45 PM
тАО10-13-2009 10:45 PM
I have a problem will large files >4Gb on a NFS-share.
My NFS client is a OpenVMS 8.3 Alpha system with HP-TCPIP V5.6 ECO3
The NFS server is a Fedora 11 X86-64 (linux) system.
The share is mounted in such a way that I have read/write rights as "root" on the linux system
Than I try to create a saveset of one of my disks
i.e.
backup/log/record/image polka$dka200: foxtrot$backup:[joukj.vms_backup]disk1.bck/save
When I look with the dir/full command on the VMS system the file disk1.bck grows to the expected value (i.e. 20Gb)
When I look with the ls -al command on the linux system to the same file it appears that it only grows till around 4Gb and than stops growing.
Apparently something is wrong here. but what?
Is it a configuration problem at the server or client side?
Jouk
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2009 11:12 PM
тАО10-13-2009 11:12 PM
Re: filesize limit on nfs shares?
wouldn't this be more of a question against 'ls -al' on the Linux side ?
Did you try a BACKUP/LIST of the saveset to make sure, the data has really been written and is readable ?
Or a DUMP/BLOCK=(COUNT=4,START=
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2009 11:22 PM
тАО10-13-2009 11:22 PM
Re: filesize limit on nfs shares?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2009 11:28 PM
тАО10-13-2009 11:28 PM
Re: filesize limit on nfs shares?
cioful-jj) backup/list DISK6_121009.BCK/save
Listing of save set(s)
%BACKUP-E-READERRS, excessive error rate reading FOXTROT$BACKUP:[JOUKJ.VMS_BACKU
P]DISK1.BCK;1
-BACKUP-E-HDRCRC, software header CRC error
%BACKUP-I-OPERSPEC
%BACKUP-I-OPERASSIST, operator assistance has been requested
%BACKUP-I-NOOPER, no operator is available to handle the request
%BACKUP-I-OPERSPEC, specify option (QUIT or CONTINUE)
Requesting PID:22008C40, Target Device:_DNFS2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 12:15 AM
тАО10-14-2009 12:15 AM
Solutionthe NFS client in TCPIP V5.6 is still V2.
The NFS Server in TCPIP V5.6 is V3. The SPD says this:
The main benefit of NFS Version 3 is increased maximum file size├в up to 1 terabyte for an OpenVMS file system and up to 4 gigabytes for a container file system.
This at least mentions some '4 GB' limit in the area of NFS, so this may apply to NFS client V2 as well.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 12:21 AM
тАО10-14-2009 12:21 AM
Re: filesize limit on nfs shares?
from the TCPIP V5.6 Release Notes:
3.7.2 NFS Client Problems and Restrictions
. The NFS client included with TCP/IP Services uses the NFS Version 2 protocol only.
. With the NFS Version 2 protocol, the value of the file size is limited to 32 bits.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 12:22 AM
тАО10-14-2009 12:22 AM
Re: filesize limit on nfs shares?
That explains everything. V2 has the limit of 4Gb. So unless The IP-stack is upgraded my problem will no go away.
Jouk