- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check Filesystem Caching ?
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
06-24-2009 02:22 AM
06-24-2009 02:22 AM
How to check Filesystem Caching ?
DOes any one know how to check the filesystem caching limit in hp-ux please ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 02:47 AM
06-24-2009 02:47 AM
Re: How to check Filesystem Caching ?
HP-UX does not specifically cache by file system.
There is something called the buffer cache, which does speed i/o in file systems.
kmtune -l | grep dbc
or
kctune -l | grep dbc
This will show you the minimum and maximum limits on the buffer cache.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 02:48 AM
06-24-2009 02:48 AM
Re: How to check Filesystem Caching ?
For hp-ux 11.31:
filecache_max
filecache_min
Others:
dbc_max_pct
dbc_min_pct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 02:51 AM
06-24-2009 02:51 AM
Re: How to check Filesystem Caching ?
Do you mean how much memory can a system use for filesystem caching?
On 11.11/11.23 that would be the dbc_max_pct
On 11.31 That would be filecache_max
In both cases its expressed as a % of memory.
Use the kctune command to check these values
kctune dbc_max_pct
or
kctune filecache_max
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 02:51 AM
06-24-2009 02:51 AM
Re: How to check Filesystem Caching ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 02:53 AM
06-24-2009 02:53 AM
Re: How to check Filesystem Caching ?
Syntax is the same.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 02:54 AM
06-24-2009 02:54 AM
Re: How to check Filesystem Caching ?
You can ref the link
http://www.docs.hp.com/en/5991-6469/ch06s10.html
what is the Version of HPUX ?
Thanks
Jitesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 02:55 AM
06-24-2009 02:55 AM
Re: How to check Filesystem Caching ?
I'm using HP-UX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 03:58 AM
06-24-2009 03:58 AM
Re: How to check Filesystem Caching ?
Read this..It has the details you are looking for.
http://docs.hp.com/en/7779/commonMisconfig.pdf
Ganesh.