- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- JFS and Minfree
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
04-12-2001 10:24 AM
04-12-2001 10:24 AM
JFS and Minfree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 10:34 AM
04-12-2001 10:34 AM
Re: JFS and Minfree
Document #UNX1030055 states:
/begin_quote/
How do I set minfree on JFS?
Current Path Home
Score : 67
Document Type : EN
Date : 1997 Aug 25
Description : How do I set minfree on JFS?
Document Id : UNX1030055
Search String : minfree
You may provide feedback on this document
View the printer friendly version of this document
--------------------------------------------------------------------------------
Problem Description
How do I set minfree on JFS?
Solution
The minfree for JFS is set at approximately 10 percent (10%) and is calculated by the following formula:
minfree = (number-of-file-system-data-blocks / 100 ) * 10
This is not tunable for JFS. To balance JFS file system usage, JFS will stop allocating very large extents when the file system free space falls below minfree.
The HP OnLineJFS product, a separately orderable product, supports reorganizing directories and extents to reduce fragmentation and wasted space. The system administrator can use fsadm(1M) to perform this
reorganization. Refer to the fsadm_vxfs(1M) man page for more information.
/end_quote/
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:14 PM
04-12-2001 05:14 PM
Re: JFS and Minfree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2001 09:19 PM
04-15-2001 09:19 PM
Re: JFS and Minfree
Also on my system(hpux 11.0 on N4000) some of file system shown "0 percent minfree" , what dose it mean? look like that file system has
full(not extend anymore) or not? but it still has free space for extend files or directories
Thanks advance for explaination,
Worapoj P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 08:46 AM
04-16-2001 08:46 AM
Re: JFS and Minfree
I've tried some experiments with minfree for JFS.
I've observed:
1. For new vxfs minfree was equal to 6%, only for a very small file system minfree = 5%.
2. When creating new files in this file system, i.e. when available space was decreasing the value of minfree was going going to 0%. but I haven't notice any impact on a possibility of extending existing files or possibility of creating new ones.
3. Do not remember at what value of available space minfree became equal to 0, bur definitely there is space available when minfree reach 0%.
4. This allows to conclude that for JFS minfree changes dynamically.
5. As concerns reservation a room for application, if you have On Line JFS you can use setext command which allows to reserve space for a file.
Hope this helps a little.