- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Creating HFS on 200GB lvol.
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
03-14-2002 12:23 PM
03-14-2002 12:23 PM
Creating HFS on 200GB lvol.
This involves performance concerns when a large HFS reaches 80% capacity. What are some of the things, I need to be concerned about. Can some of these issues be taken care of by using certain options while creating the FS.
I saw a reply from Trevor saying:
"For some more specifics I have seen previous posts by Bill Hassel on managing very large files and file systems. You may wish to do a forum search on his name."
But I cannot find the above post he was referring to.
So, Bill, if you are reading this, can you send me a pointer to it.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 12:33 PM
03-14-2002 12:33 PM
Re: Creating HFS on 200GB lvol.
http://us-support.external.hp.com/cki/bin/doc.pl/sid=038873db107107ea7c/screen=ckiDisplayDocument?docId=200000058668755
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 12:39 PM
03-14-2002 12:39 PM
Re: Creating HFS on 200GB lvol.
Have a look at this document also:
http://docs.hp.com/hpux/onlinedocs/5971-2383/5971-2383.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:54 PM
03-14-2002 02:54 PM
Re: Creating HFS on 200GB lvol.
The main reason to not make them larger than 128GB is the amount of time it takes to perform an fsck if the system shuts down in an uncontrolled manner.
In addition, to answer the original question, the default settings of 10% free space can be cut down dramatically in large file systems. Minfree settings of 1% to 3% should be more than adequate to obtain decent throughput.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 05:55 AM
03-15-2002 05:55 AM
Re: Creating HFS on 200GB lvol.
If files are created one after the other and are not growing once created, i.e. everything is nicely contiguous on disk, then the filesystem can be filled to 100% (minfree 0%) without adverse (performance) consequences.
On the other hand, if the file system is very active (create/delete or/and grow/shrink) then the golden rule is to have a minfree of 10%.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 07:25 AM
03-15-2002 07:25 AM
Re: Creating HFS on 200GB lvol.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 12:05 PM
03-15-2002 12:05 PM
Re: Creating HFS on 200GB lvol.
Leaving a 2 or 3% cushion on a 250GB file system gives you 5 to 7.5GB (!!) of free space to work with once the file system reports that it is full. This is plenty of free space to work with if your system ever fills up!