- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: inode size is full
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
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
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
тАО01-15-2002 12:04 AM
тАО01-15-2002 12:04 AM
inode size is full
I had a problem while creating a dir. It says that
mkdir -p test1
create/symlink failed, no inodes free
mkdir: cannot create test1: No space left on device
So, can you please help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2002 12:21 AM
тАО01-15-2002 12:21 AM
Re: inode size is full
Can you post the out put of bdf -i
You may need to change some kernel parameter
like nfiles,ninode,nproc,maxfiles_lim,maxuprc etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2002 01:02 AM
тАО01-15-2002 01:02 AM
Re: inode size is full
Kernel parameter ninode: Maximum number of Open Inodes.
Pump this up, or even better, as this is a calculated value; increase maxusers.
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2002 01:02 AM
тАО01-15-2002 01:02 AM
Re: inode size is full
As one of my colleugue advised me that to clean some space in the particular disk [ i.e. in that /dev/vg101/lvol1 ].
After creating the 2.2 GB space. We are able to create a dir and able to build the vobs and views.
More over i think it is temproary soluation, is there any permanent soluation for the inode
the file systes is
/dev/vg101/lvol1 66093384 20545612 42243102 33% 799978 50198 94% /ignite
Thanks for the reply
animesh chakrabort
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2002 02:37 AM
тАО01-15-2002 02:37 AM
Re: inode size is full
You have to increase the amount of inodes there or to migrate the filesystem to VxFS.
Good luck
Ruediger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2002 02:49 AM
тАО01-15-2002 02:49 AM
Re: inode size is full
You can check if it is HFS by:
Checking /etc/fstab. Perhaps that specifically says "hfs" (or "vxfs") for the filesystem in question.
If not, "fstyp /dev/vg??/lvol?" will report it.