- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can not make diectory when filesys inode 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
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
05-04-2005 02:36 PM
05-04-2005 02:36 PM
can not make diectory when filesys inode full
When I make diectory,The error messahe happen
as "msgcnt 11761 mesg 011: vx_noinode - /mnt/DBtemp file system out of inodes "
It seem that my filesystem inode is
full,and can not mkdir again
I want to understand:
1. How many diectory limit in
one filesystem
2.Or before mkdir,I must make filesys for
large inode advance
I must add inode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 02:48 PM
05-04-2005 02:48 PM
Re: can not make diectory when filesys inode full
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000064129598
You may need to enable largefiles on this filesystem to solve this problem.
If you have online JFS you do this by:
# fsadm -o largefiles /mount_point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 03:25 PM
05-04-2005 03:25 PM
Re: can not make diectory when filesys inode full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2005 07:14 PM
05-05-2005 07:14 PM
Re: can not make diectory when filesys inode full
#df -i will give you the I-node utilization on all file systems.
Once i-node utilization is close to 100% irrespective of file system utilization you should worry for it.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 06:16 AM
05-13-2005 06:16 AM
Re: can not make diectory when filesys inode full
# mkfs -F vxfs -m
to display the command used for creating the FileSystem. If largefiles is not enabled and you have OnlineJFS...
# swlist -l product OnlineJFS
then enter the following at the CLI...
# fsadm -o largefiles