- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't create files or directories in a filesystem....
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
03-22-2007 11:22 AM
03-22-2007 11:22 AM
# touch file
msgcnt 8 vxfs: mesg 011: vx_noinode - /release.eva file system out of inodes
touch: file cannot create
# bdf .
Filesystem kbytes used avail %used Mounted on
/dev/vgData/lvol1 368640000 281984984 85978024 77% /release.eva
The server is an A-class running 11.11
Please help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 11:46 AM
03-22-2007 11:46 AM
SolutionWhile VxFS filesystems have unlimited inodes, is *is* necessary to enable 'largefiles' to allow more than about 8-million inodes. A structure file that is part of the filesystem itself must be allowed to grow larger than 2GB.
You should be able to enable 'largefiles' support and resume loading files.
Assuming that you have OnlineJFS, do:
# fsadm -F vxfs -o largefiles /mount_point
If you lack OnlineJFS, unmount the filesystem and then do:
# fsadm -F vxfs -o largefiles /dev/vgNN/rlvolX
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 11:58 AM
03-22-2007 11:58 AM
Re: Can't create files or directories in a filesystem. Out of inodes.
I'm sure it means it... it is out of Inodes.
I'm also pretty sure JRF nailed with the the largefiles. Nice to know!
Still... how many files do you think you created?
Accross how many directories?
Too many files, notably in few directorie may become an issue even if the system can hold them after setting it up correctly.
>> I did some kernel tunes to increase inodes
Details please? I do not knwo enough about this stuff, but max Inodes is probably attribute of the filesytem, not a kernel param. What knob did you turn?
Regards,
Hein van den Heuvel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 04:07 PM
03-22-2007 04:07 PM
Re: Can't create files or directories in a filesystem. Out of inodes.
Exactly. Use bdf -i to see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 02:28 AM
03-23-2007 02:28 AM
Re: Can't create files or directories in a filesystem. Out of inodes.
mkfs -F vxfs -m /dev/vgData/lvol1
The "-m" option tels mkfs not to actually create a filesystem but to display the parameters used to create the existing filesystem. If you see "ninode=unlimited" then largefiles is your boy but if you see "ninode=nnnnnn" then you created a filesystem with a fixed number of inodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 04:14 AM
03-23-2007 04:14 AM
Re: Can't create files or directories in a filesystem. Out of inodes.
ES
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 04:17 AM
03-23-2007 04:17 AM