- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- i read something from docs:5971-2383,what's the me...
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
10-26-2004 03:05 AM
10-26-2004 03:05 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 03:09 AM
10-26-2004 03:09 AM
SolutionThose are simply the maximum file and filesystem sizes, respectively, supported by those combinations of OS and JFS versions.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 03:12 AM
10-26-2004 03:12 AM
Re: i read something from docs:5971-2383,what's the mean of disk layout?
For example - it is version 3 on HP-UX 11.0 and Version 4 in 11i.
However, you can explicitly set it at file system creation like so:
mkfs -F vxfs -o largefiles -o version=3 /dev/vg56/rlvwork
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 03:38 AM
10-26-2004 03:38 AM
Re: i read something from docs:5971-2383,what's the mean of disk layout?
the version of JFS and disk layout version are different
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 03:43 AM
10-26-2004 03:43 AM
Re: i read something from docs:5971-2383,what's the mean of disk layout?
11iv2 is in fact 11.23 and it's brand new.
What's confusing is that 11iv1.6 is *also* known as 11.23 as has been for some time.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 03:54 AM
10-26-2004 03:54 AM
Re: i read something from docs:5971-2383,what's the mean of disk layout?
They are different concepts so to speak.
From mkfs_vxfs man page:
mkfs builds a file system with a root directory and a lost+found
directory (see fsck_vxfs(1M)). The file system can have disk layout
Version 2, disk layout Version 3, or disk layout Version 4. Version 2
supports dynamic inode allocation. Version 3 adds support for large
files and large UIDs. Version 4 adds support for Access Control
Lists. On HP-UX 11.1x systems, the default is Version 4. On HP-UX
11.0 systems, the default is Version 3. You can choose the disk
layout version with the version=n option (see below).
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 04:14 AM
10-26-2004 04:14 AM