- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Factors deciding the Maximum FS and file size
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-23-2006 12:54 AM
08-23-2006 12:54 AM
On a 32 bit machine: Since file size is a 32 bit field: 2^32~ 4GB is the maximum possible value.
Can anyone guide me with additional fields that could account for Max FileSystem size and max file size in that Filesystem?
Thanks,
Manish
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 01:10 AM
08-23-2006 01:10 AM
Re: Factors deciding the Maximum FS and file size
Please check this doc as it will give you some answers,
http://docs.hp.com/en/5971-2383/5971-2383.pdf
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 01:13 AM
08-23-2006 01:13 AM
Re: Factors deciding the Maximum FS and file size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 01:49 AM
08-23-2006 01:49 AM
Re: Factors deciding the Maximum FS and file size
Thanks a lot for the quick response.
The doc contains the values for Max file and FS size values for different FS on diffrent version of hpux.
I was actually looking for a formula or equation kind of thing to calculate the max file size and Max Filesystem size for a given Filesystem.
-Manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 02:30 AM
08-23-2006 02:30 AM
Solutiondo you mean :
Can I create a single 12345 TB file on a 67890 TB disk under HP 11?
The deciding factors in that case will be:
1. process set limit on filesize you can create (ulimit)
2. size of the physical disk
3. size of the mountpoint you have created
4. size of addressable space (ie. 32/64 bit)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 02:30 AM
08-23-2006 02:30 AM
Re: Factors deciding the Maximum FS and file size
If what you really want is not the filesystem sizes under various versions of JFS (VxFS), then the Software Recovery Handbook offers the maximum underlying LVM geometries ('max_pe') values:
http://www1.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/LVM.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 03:19 AM
08-23-2006 03:19 AM
Re: Factors deciding the Maximum FS and file size
From man mkfs_hfs:
largefiles|nolargefiles
Controls the largefile featurebit for the file system. The
default is nolargefiles. This means the bit is not set, and
files created on the file system will be limited to less
than 2 gigabytes in size. If largefiles is specified, the
bit is set and the maximum size for files created on the
file system is not limited to 2 gigabytes (see mount_hfs(1M)
and fsadm_hfs(1M)).
also refer,
man mkfs_vxfs
man fsadm_hfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 03:33 AM
08-23-2006 03:33 AM
Re: Factors deciding the Maximum FS and file size
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2006 01:44 AM
08-24-2006 01:44 AM
Re: Factors deciding the Maximum FS and file size
I looked at the Whitepaper for largefile support that helped me out in further clarifications.
Thanks again.
-Manish