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
09-17-2002 10:36 AM
09-17-2002 10:36 AM
Error when creating another file on this mount point "vx_noinode - /imgData file system out of inodes".
bdf -i /imgData/.
kbytes - 974585856
used - 652388376
avail - 319680320
iused - 8126464
ifree - 10068640
I installed the patch PHKL_26761 as suggested for hpux 11.11 which gives me the vx_ninode in the kernel parameters and it is set to 0 as suggested.
Why can I still not create another file?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 10:52 AM
09-17-2002 10:52 AM
Re: VxFS
The patch text notes "vx_ninode allows setting the maximum number of inodes that can be present in the VxFS in-memory inode cache at a time. If set to zero (the default) the size is tuned according to how much physical memory the system has."
Are you being limited by your system's memory? You might try setting a value other than zero, since I cannot find how the calculation is made.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 11:03 AM
09-17-2002 11:03 AM
Re: VxFS
lvcreate -L xxx -o
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 11:05 AM
09-17-2002 11:05 AM
Re: VxFS
Hi:
The patch notes, if I read more carefully for PHKL_26761, note that the predecessor patch PHKL_24783, *removed* the 'vx_ninode' tunable, noting "vx_ninode is documented to be a tunable but it's not implemented in 11.11."
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 11:19 AM
09-17-2002 11:19 AM
Re: VxFS
Although I would not expect the above error message, I would check a two more things: ulimit and quotas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:08 AM
09-18-2002 04:08 AM
Re: VxFS
I set vx_ninode 30,000,000
vx_ncsize is at the default of 1024.
I did a fsck -o full.
I am still recieving the same error.
As for how I created my Logical volume -- I just used the defaults for VxFS through SAM.
As for The Volume group it is set at 16mb extents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:15 AM
09-18-2002 04:15 AM
Re: VxFS
XP512
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 06:10 AM
09-18-2002 06:10 AM
Re: VxFS
I would recommend to try an extent defragemtation using fsadm.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 06:36 AM
09-18-2002 06:36 AM
Re: VxFS
This volume-group/logical-volume was just created within the past 2 weeks.
There can't be any fragmentation yet...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 06:41 AM
09-18-2002 06:41 AM
Re: VxFS
I have run one other test..
If I delete a single file(no matter what size) I can create a single file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 08:44 AM
09-18-2002 08:44 AM
Re: VxFS
I have done a "find . | grep wc"
on the filesystem in question and have 8,126,461 files on it..
If none of you can help me, then can you suggest how I would start from scratch in building my file system 1tb large able to hold 5 times the number of files in my wc?
Thanks!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 01:12 PM
09-18-2002 01:12 PM
Solutionfsadm /dev/vgxx/ryourvol
Look for largefiles or nolargefiles on the "r"vol.
You might be simply running out of inode storage space. Try setting it to largefiles:
fsadm -o largefiles /dev/vgxx/ryourvol
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 01:20 PM
09-18-2002 01:20 PM
Re: VxFS
I'm curious. How many directories do you have on that filesystem? What does 'find /imgdata -type d | wc -l' return?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 02:22 AM
09-19-2002 02:22 AM
Re: VxFS
Thanks John Dvorchak,
I seem to be able to touch a few new files now, but how long will it last?
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 02:32 PM
09-19-2002 02:32 PM
Re: VxFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:03 AM
09-20-2002 12:03 AM
Re: VxFS
Indeed, John's assumption is perfectly correct... obviously the structural files (IFIAU) are also affected by the "largefiles" configuration.
This is the official Veritas statement, included in the VxFS 3.x release notes:
Inode Limitation on File Systems Without Large File Support
For a file system to have more than 8 million inodes, you must create it using the largefiles option of mkfs (the fsadm utility can also be used to set the largefiles flag on the file system). See the mkfs_vxfs(1M) and fsadm_vxfs(1M) manual pages for details.
Thanks, John! Well done. I will add a doc to HP's knowledge base also.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 04:30 AM
09-20-2002 04:30 AM
Re: VxFS
John D. that was indeed *excellent* insight! Dietmar, addition of this into the TKB, as you have propsed, would be great.
The numbers shown here work well. Mark's 'bdf' showed 8,126,464 inodes used. At a VxFS inode size of 256 that means 2,080,374,784 bytes were (conservatively) consumed by inodes alone; almost the 2GB limitation of non-largefiles filesystems (2GB = 2,147,483,647 bytes). Very interesting!
Regards to all!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 07:28 AM
09-30-2002 07:28 AM
Re: VxFS
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000064129598