- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Maximum size for a filesystem
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
07-26-2002 07:29 AM
07-26-2002 07:29 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 07:36 AM
07-26-2002 07:36 AM
Re: Maximum size for a filesystem
Answer by Patrice - 2nd or 3rd entry down the page.
If they want large files, you may need to specify -o largefiles on the newfs command.
If there is no requirement for a 2.5TB File, can't you split the files up into different Lvols?
Share and Enjoy! Ian Dennison
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 07:41 AM
07-26-2002 07:41 AM
Re: Maximum size for a filesystem
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x77b13a7b3682d611abdb0090277a778c,00.html
I would try, if possible to lower their requirement.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 07:43 AM
07-26-2002 07:43 AM
Re: Maximum size for a filesystem
10.1 / 2Gb / 4 Gb
10.10/ 2Gb / 128 Gb
10.20/ 128Gb / 128 Gb
11.00/ 128Gb / 128 Gb
11i* / 128Gb / 128 Gb
Info found in whitepaper:
http://docs.hp.com/hpux/onlinedocs/5971-2383/5971-2383.html
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 07:48 AM
07-26-2002 07:48 AM
SolutionFor 11.0 and 11i, the maximum value is 1Tb for standard JFS (HFS is still 128Gb) and 2Tb file/filesystem for 11i but with JFS 3.3 used to create a version 4 VxVM filesystem. Recent patches prevent going over these limits. If you need files inside the filesystem that are larger than 2Gb, you must specify largefiles when using newfs, or by using fsadm to modify an existing filesystem, *and* add the largefiles option for fstab.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 07:52 AM
07-26-2002 07:52 AM
Re: Maximum size for a filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 07:56 AM
07-26-2002 07:56 AM
Re: Maximum size for a filesystem
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcad294f22a31d6118fff0090279cd0f9,00.html
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 07:57 AM
07-26-2002 07:57 AM
Re: Maximum size for a filesystem
Let me give you one other option - OmniStorage.
http://www.openview.hp.com/products/omnistorage/briefs/oms_312_pb.pdf
This is a hierarchical file system in which the most recently used data is kept on magnetic disk and less recently used data is kept on optical disk and you can even add a third layer which might be DLT/LTO libraries.
This appears to the OS as one HUGE filesystem. Some files are accessed quickly others have to be migrated from optical disk or tape and may be accessed more slowly.
I've used this to store very large amounts of CAD data and it worked very well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 07:57 AM
07-26-2002 07:57 AM
Re: Maximum size for a filesystem
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 08:26 AM
07-30-2002 08:26 AM
Re: Maximum size for a filesystem
Otherwise, you can also consider various NFS file servers, which can provide file systems in the 10's or 100's of TB. These are typically limited only by the amount of disk-like storage, e.g., hard drives, RAID, SAN boxes, etc., made available to them.