- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Is there a limit to the number of files on a v...
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
08-28-2001 10:44 AM
08-28-2001 10:44 AM
Thanks!
nancy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 10:49 AM
08-28-2001 10:49 AM
Re: Is there a limit to the number of files on a vxfs filesystem
bdf -i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 10:49 AM
08-28-2001 10:49 AM
Re: Is there a limit to the number of files on a vxfs filesystem
df -i /data1
However, number of inodes will very from filesystem to filesystem depending on size, block size,.......
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:26 AM
08-28-2001 11:26 AM
SolutionIn a vxfs filesystem inode allocation will be dynamically increased if you run out of inodes. Thus, the limitation is actually on total space. If the filesystem runs out of space, therte will be no room to allocate new inodes (or to write a new file, for that matter).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:26 AM
08-28-2001 11:26 AM
Re: Is there a limit to the number of files on a vxfs filesystem
There are no limits to the number of inodes in a VxFS filesystem.
The maximum number of directories in a VxFS filesystem has been limited to 32,767. This can be increased to a maximum of 2,147,483,647 [the maxiumum integer size] by tuning the 'vx_maxlink' kernel parameter. Patch PHKL_24201 implements this parameter.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 12:32 PM
08-28-2001 12:32 PM
Re: Is there a limit to the number of files on a vxfs filesystem
Thanks for the info. It answered my ? completely. For some reason I am not able to assign points for the reponses I will try to assign in the morning.
Thanks again.
nancy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 11:33 PM
01-28-2002 11:33 PM
Re: Is there a limit to the number of files on a vxfs filesystem
I have facing the same problem like you, now HP has provides the patch to extend the maximum number from 32,767 to 65,535. You have to install the following patch:
PHKL_24201
Anyway don't add the number more than 65,535 to the