- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /opt: out of inodes
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
01-12-2002 11:44 PM
01-12-2002 11:44 PM
/opt: out of inodes
The following was collected from "df" command output at my box. But "/opt: out of inodes" kept appear in "/var/adm/messages" file even though there were >5000 inodes available for "/opt" directory. If any one have any answer to that question, I really appriciated.
.
.
.
/opt (/dev/vg01/lvol2 ): 5767034 blocks 5084 i-nodes
.
.
Ron.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 12:45 AM
01-13-2002 12:45 AM
Re: /opt: out of inodes
i agree that it is very starnge , could be that the command df is not giving the rigth answer .
if you have this problem the /opt is a hfs file system ( JFS file system doesnt have this problem because the inode is dynm. )
i will advise you to delete some files from the /opt ( even if the df is giving you the result of 5000 - this is not good ) .
or to convert the filesystem to JFS or to recreate the /opt with more inodes .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 07:18 AM
01-13-2002 07:18 AM
Re: /opt: out of inodes
Try with df -i and see how it is looking.
It could be that it is 100% though you have some free inodes left. This case is true for only hfs.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 12:07 AM
01-14-2002 12:07 AM
Re: /opt: out of inodes
you can always unmount the file-system (you may have to boot single-user mode to do this) and increase its LV and then use "extendfs" to add another Cylindergroup and hence more inodes...
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 05:15 AM
01-14-2002 05:15 AM
Re: /opt: out of inodes
Note "Should", not "Can". I.e. one could have made the filesystem with a fixed number of inodes (see "ninode=n" in mkfs_vxfs(1M)) and then, as far as I know, this can happen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 07:33 AM
01-14-2002 07:33 AM
Re: /opt: out of inodes
One of the other things I would also recommend is to run the following find command:
find /opt -xdev -type f -size 0 -exec ls -ld {} \;
If there are a large amount of 0 byte files created by an application, removing them will help.
Regards,
Joseph.