- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- determine number of inodes and max number of inode...
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
тАО12-15-2005 11:45 PM
тАО12-15-2005 11:45 PM
determine number of inodes and max number of inodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2005 11:58 PM
тАО12-15-2005 11:58 PM
Re: determine number of inodes and max number of inodes
"sar -v 3 33" will give this info.
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2005 12:03 AM
тАО12-16-2005 12:03 AM
Re: determine number of inodes and max number of inodes
kmtune |grep inode
Then to see how many are in use, go to glance, enter "M" for Mem Rpt, enter "t", then enter the plus symbol, i.e "+"
Hope that helps
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2005 12:07 AM
тАО12-16-2005 12:07 AM
Re: determine number of inodes and max number of inodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2005 12:13 AM
тАО12-16-2005 12:13 AM
Re: determine number of inodes and max number of inodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2005 12:55 AM
тАО12-16-2005 12:55 AM
Re: determine number of inodes and max number of inodes
Dear Donald,
execute
# sar -v 1 1
This Report status of text, process, inode and file tables:
text-sz (Not Applicable);
proc-sz The current-size and maximum-size of the
process table;
inod-sz The current-size and maximum-size of the
inode table (inode cache);
file-sz The current-size and maximum-size of the
system file table;
text-ov (Not Applicable);
proc-ov The number of times the process table
overflowed (number of times the kernel
could not find any available process
table entries) between sample points;
inod-ov The number of times the inode table
(inode cache) overflowed (number of
times the kernel could not find any
available inode table entries) between
sample points;
file-ov The number of times the system file
table overflowed (number of times the
kernel could not find any available file
table entries) between sample points.
The above is from the man page of sar
HtH,
Siva.