Operating System - HP-UX
1833726 Members
2740 Online
110063 Solutions
New Discussion

Maximum file size on HP-UX

 
SOLVED
Go to solution
David Lowry_1
Occasional Advisor

Maximum file size on HP-UX

Is there a general rule of thumb with regard to the maximum file size allowable under HP-UX 11iv2?
4 REPLIES 4
Patrick Wallek
Honored Contributor
Solution

Re: Maximum file size on HP-UX

Have a look at this DOC for more info:

http://docs.hp.com/en/5971-2383/5971-2383.pdf
Bharat Katkar
Honored Contributor

Re: Maximum file size on HP-UX

Hi,

JFS (VxFS) Supported Sizes
The following table lists the maximum file and file system sizes that the Journaled File System (JFS)
supports. JFS is also known as the VERITAS File System (VxFS).
Note: Although it may be possible to create files or file systems larger than these documented limits,
HP does not support such files and file systems, and the results of using them may be unpredictable.
HP-UX Release JFS Version Disk Layout Version Maximum Supported File Size Maximum Supported File System Size
10.01 JFS 2.0 Version 21 2 GB 4 GB
10.10 JFS 2.0 Version 21 2 GB 128 GB
10.20 JFS 3.0 Version 2 2 GB 128 GB
10.20 JFS 3.0 Version 31 128 GB 128 GB
11.00 JFS 3.1 Version 2 2 GB 128 GB
11.002 JFS 3.1 Version 31 1 TB 1TB
11.00 JFS 3.3 Version 2 2 GB 128 GB
11.00 JFS 3.3 Version 31 1 TB 1 TB
11.00 JFS 3.3 Version 4 1 TB 1 TB
11i V1 JFS 3.3 Version 2 2 GB 128 GB
11i V1 JFS 3.3 Version 3 2 TB 2 TB
11i V1 JFS 3.3 Version 41 2 TB 2 TB
11i V1.5 JFS 3.3 Version 41 2 TB 2 TB
11i V1 JFS 3.5 Version 4 2 TB 2 TB
11i V1.6 JFS 3.5 Version 4 2 TB 2 TB
11i V23 JFS 3.5 Version 5 2 TB 12 TB
Table 2: JFS (VxFS) Supported File and File System Sizes

Regards,
You need to know a lot to actually know how little you know
A. Clay Stephenson
Acclaimed Contributor

Re: Maximum file size on HP-UX

Generally, long before maximum allowed file sizes come into play, more practical considerations come to the forefront. For example, how long will it take to restore huge files from backup? What is the maximum file size that my backup program will support? Would my restores be faster if I had to restore just 1 of 100 10GB files rather than having to restore my single 1TB file?
If it ain't broke, I can fix that.
David Lowry_1
Occasional Advisor

Re: Maximum file size on HP-UX

Thanks for the info.