- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase inode value in VXFS 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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-20-2005 11:42 PM
тАО02-20-2005 11:42 PM
Thanks
S.Jagadesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2005 11:54 PM
тАО02-20-2005 11:54 PM
Re: increase inode value in VXFS filesystem
Check this doc.
http://www8.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000064129598
Document description: Inode Limitation on VxFS w/o Large File Support
Document id: UFSKBRC00010611
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2005 12:02 AM
тАО02-21-2005 12:02 AM
Solutionhttp://docs.hp.com/en/B2355-60103/vx_ninode.5.html
see the man pages attached. u can tune vx_ninode .
hope this helps,
Regards,
Govinda G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2005 12:20 AM
тАО02-21-2005 12:20 AM
Re: increase inode value in VXFS filesystem
I think a good start, if you have a lower value, will be 2048. To understand the need to increase, check possible overflows with:
#sar -v 5 1000
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2005 12:43 AM
тАО02-21-2005 12:43 AM
Re: increase inode value in VXFS filesystem
Is it possible to increase the inode count in Logical volume dynamically?
How to go about in rectifying the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2005 01:04 AM
тАО02-21-2005 01:04 AM
Re: increase inode value in VXFS filesystem
sar -v 5 1000 display
the o/p is attached along with this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2005 01:21 AM
тАО02-21-2005 01:21 AM
Re: increase inode value in VXFS filesystem
I think it is useless to increase inode since your 7360 value is far from being reached.
Your nproc and nfile parameters seems also a bit exagerated but you need to collect more than a minute of data to be more certain about that. Try to run:
#sar -v 5 100 > sar_5_100.log
After this, analyse that log file to see if you have any overflow situation (any "ov" column different than 0)...
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2005 01:38 AM
тАО02-21-2005 01:38 AM
Re: increase inode value in VXFS filesystem
sar -v reports an inod value that has nothing to do with individual inodes on a filesystem. This is an in-core cache of HFS inodes, used to speed up re-opens of the same files. It gets a bit complicated because this cache cannot be measured for reusable entries. sar -v (after a few days) will show inode = 99%-100% full, yet it the cache continues to function. If you leave ninode (the kernel parameter for this metric) fixed at 4000, you'll be fine. You can test the automatic inode creation feature for VxFS by creating a small lvol and creating dozens of directories and thousands of files. Run bdf -i to show the progress and you'll see the ifree value is fairly constant while the iused value increments without bounds.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2005 09:43 PM
тАО02-21-2005 09:43 PM
Re: increase inode value in VXFS filesystem
Based on your reply. I had came to a conclusion that there is no problem for inode count in VXFS file system.