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-21-2002 04:43 AM
06-21-2002 04:43 AM
What is maximum number of inode can have in a vxfs file system. Any formula for this? If I do bdf -i for a vxfs file system, I am getting % of inode used.. What is this exactly?
TIA
Shahul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 04:49 AM
06-21-2002 04:49 AM
SolutionJFS/Vxfs dynamically allocates inodes, so there is no internal restriction
on the number of inodes. The only restriction is disk space.
The kernel parameter 'ninode' only defines the size of the in-memory inode table. This caches the most recently used 'ninode' open inodes for efficiency, it does not limit the number of open inodes that the system can handle.
A JFS inode takes up 256 bytes. HFS inodes have restrictions.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 04:51 AM
06-21-2002 04:51 AM
Re: Inode
With VxFS filesystems, there is no limit on the number of inodes. The more disk space the more inodes.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 04:51 AM
06-21-2002 04:51 AM
Re: Inode
bdf -i will show the available inodes on all filesystems but only has meaning for HFS (vxfs is dynamic, cdfs is meaningless as it can't be changed). You will run out of inodes on an HFS filesystem (but have plenty of space for new files) if you have thousands, perhaps millions of small files.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 04:52 AM
06-21-2002 04:52 AM
Re: Inode
Hi Piyush
Thanks for the reply.
If there is no restriction, then what is that % U are getting from bdf -i? And if it goes to 100% U would not be able to creat files.. Means something is there...Right?
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 04:53 AM
06-21-2002 04:53 AM
Re: Inode
I dont think there is a limit its all to do with how much space you have on the disk. Its dynamic in vxfs so no need to worry about.
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 05:00 AM
06-21-2002 05:00 AM
Re: Inode
In vxfs inode numbers are unlimited by default. Inodes in vxfs are created as long as there are free blocks of disk available. See the man page for 'mkfs_vxfs' for more information.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 05:48 AM
06-21-2002 05:48 AM
Re: Inode
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 05:52 AM
06-21-2002 05:52 AM
Re: Inode
you don't have to take care at all of the number of inodes in a vxfs file system. As allready mentioned, the file system generates inodes as needed. This is a difference to hfs file systems, in which you have to increase the size of the file system if no more inodes are available.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 06:09 AM
06-21-2002 06:09 AM
Re: Inode
HTH
Marty