- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increasing inodes in HFS FS
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
12-18-2002 06:52 PM
12-18-2002 06:52 PM
Increasing inodes in HFS FS
I have a HP-UX 10.20 System with HFS FS. In one of my HFS FS the free inode is only 5% . The FS is using a full 4GB HDD without LVM.I need to increase the No of inodes so as there won't be any problem when creating new files. Please let me know the steps to be perform to increase the HFS FS inodes.
Thanks,
suki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 06:57 PM
12-18-2002 06:57 PM
Re: Increasing inodes in HFS FS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 06:58 PM
12-18-2002 06:58 PM
Re: Increasing inodes in HFS FS
and once created, you will have to restore the backup.
check the man page for mkfs_hfs/newfs_hfs
you specify the no. of inodes with -i option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 10:19 PM
12-18-2002 10:19 PM
Re: Increasing inodes in HFS FS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 11:06 PM
12-18-2002 11:06 PM
Re: Increasing inodes in HFS FS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 11:08 PM
12-18-2002 11:08 PM
Re: Increasing inodes in HFS FS
possibilities to rectify the situation:
1. Move or delete files within the filesystem to free up inodes currently in
use.
2. Recreate the filesystem with more inodes. This will require the data to be restored after running newfs(1m) again.
3. Extend the size of the filesystem.
NOTE: Increasing the size of the filesystem will allocate inodes at the same
nbpi rate the filesystem was originally created with. For this reason,
extending the filesystem may be a temporary solution.