- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: increase inodes on a filesystem HP-UX
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
06-19-2004 05:28 PM
06-19-2004 05:28 PM
increase inodes on a filesystem HP-UX
This is Hari.
I have an issue where i am running out of "inodes" in a filesystem.(HP-UX)
To my knowledge we cannot increase inodes on HFS .
If it is Vxfs , it generates dynamically.
===============================================
But when i type "fstyp /dev/vgxx/volxx" i find "vxfs".
Also i get the alert "inode usage at 99%"
===============================================
Can anyone plz suggest on this.
Thanks
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2004 08:13 PM
06-19-2004 08:13 PM
Re: increase inodes on a filesystem HP-UX
"inodes" is only relevant to HFS filesystems (nowadays that's mostly only /stand).
VXFS filesystems allocate inodes on the fly when needed.
regars,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 04:08 AM
06-20-2004 04:08 AM
Re: increase inodes on a filesystem HP-UX
Do a fstyp with -v option and see if it reports anything else .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 04:49 AM
06-20-2004 04:49 AM
Re: increase inodes on a filesystem HP-UX
In your case , I would increase the filesystem little bit to make little more room for inodes.
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 06:04 PM
06-20-2004 06:04 PM
Re: increase inodes on a filesystem HP-UX
1) unmount the filesystem, extend the lvol and then use extendfs to add the additional space to the filesystem. This will add more inodes.
2) Backup the entitre filesystem, unmount it, then re-create the filesystem with newfs and the -i option. The default is -i 6144, but you can change this to -i 4096 or lower to create a much larger number of inodes for the same space on the disk.
Bill Hassell, sysadmin