- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- percentage of free space in the vxfs file system
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-07-2008 06:32 AM
04-07-2008 06:32 AM
Could you advise me at which level i should keep percentage of free space for vxfs?
According to veritas manual it should be not less than 10%.
"In general, VxFS works best if the percentage of free space in the file system does
not get below 10 percent. This is because file systems with 10 percent or more
free space have less fragmentation and better extent allocation." - from Veritas™ File System Administrator's Guide HP-UX 5.0
But the thing is that my FS are quite static. We have only limited number of database files on it. therefore fragmentation defenetely is not a issue.
Should I still maintain 10% of free space or could I increase the FS usage up to 99,99% ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2008 06:36 AM
04-07-2008 06:36 AM
SolutionTo quote our fearless leader, A. Clay Stephenson, the answer is, it depends.
If the data is relatively static it doesn't make a difference.
Even 99.99% usage would not be a problem. You'd be setting off monitor alarms at that level.
Example.
I had a system that was tight on /opt and /usr because it was stuffed full of software.
I operated it for a year at 97% /opt and 95% /usr because unless I patch or install software, there is no problems to deal with.
Full file systems are a bad idea, because if they are writable a modify attempt could spawn a file copy and then if the file system is critical, you risk a system stop.
I think for the sake of flexibility, maintaining a margin of error of 10% is a good idea.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2008 06:40 AM
04-07-2008 06:40 AM
Re: percentage of free space in the vxfs file system
Aside from the citation you made, I would certainly leave a 10% free space for unanticipated growth.
Another reason to leave the cushion of free extents is for times that you may want (or need) to uplift the VxFS filesystem layout version level. This requires free space, too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2008 06:53 AM
04-07-2008 06:53 AM
Re: percentage of free space in the vxfs file system
Forgot to mention. files are constantly modified and updated. it's IBM Tivoli Storage Manager database, storage pool and logs files.
Their sizes and numbers are completely static . The growth controlled manually . So everything is pretty static for these FSs but not its content.
what does it mean "modify attempt could spawn a file copy"?
Could update of any of this files cause service degration? i don't speak about faults because half of FS's already have utilization 100%? ;-)
Kirill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2008 07:29 AM
04-07-2008 07:29 AM
Re: percentage of free space in the vxfs file system
VxFS is similar -- when you push beyond 90%, it's like looking for a parking space in a lot that is 90% full. There's a lot of driving needed to find the right size space to park the truck.
But there is another reason to leave some space: Online JFS cannot expand a filesystem if there are no free extents in the filesystem. That can be a much bigger problem.
Now as to percentage, 90% is meaningless today when filesystems are dozens of GB in size. 10% of 2 TB is 200 GB, far more than needed to resize the filesystem. I would always leave 5 or 10 extents free (not a percentage) in a VxFS filesystem. As you mentioned, databases and other random access files usually get allocated one size and work within that size, thus creating a static filesystem.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2008 06:26 AM
04-08-2008 06:26 AM