- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel configurable parameters
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
09-14-2000 02:10 PM
09-14-2000 02:10 PM
Kernel configurable parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2000 02:31 PM
09-14-2000 02:31 PM
Re: Kernel configurable parameters
A very good document is:
http://docs.hp.com/hpux/content/KCparams.OverviewAll.html
This will answer many of your questions. Three parameters deal with buffer cache -- bufpages, dbc_min_pct and dbc_max_pct. Setting dbc_max_pct too high (as it sometimes is, by default) can needlessly consume memory with file buffers. The idea, however, is to trade some memory for IO performance. Hope this helps.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2000 05:35 PM
09-14-2000 05:35 PM
Re: Kernel configurable parameters
S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2000 09:41 PM
09-14-2000 09:41 PM
Re: Kernel configurable parameters
Both are dbc_min_pct and dbc_max_pct and you can tune them in SAM.
This parameters indicate that system is going to use dbc_min_pct, Data buffer cache minimum percentage, but it's possible to use up to dbc_max_pct, Data buffer cahce maximum percentage.
For your reference,
On HPUX 9.X, Dynamic buffer cache method has used and about 10% of RAM is reserved for buffer cache.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2000 10:59 PM
09-14-2000 10:59 PM
Re: Kernel configurable parameters
I have dbc_max_pct=25;
dbc_min_pct=5
swapmem_on=1
nbuf=0
bufpages=0
This settings will help in your system buffer cache dynamic functions and will give you 75%of Phy Mem as Pseudo memory.
Do swapinfo -tm and run sysdef to find out this information after changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2000 10:59 PM
09-14-2000 10:59 PM
Re: Kernel configurable parameters
I have these values on my system:
dbc_max_pct=25
dbc_min_pct=5
swapmem_on=1
nbuf=0
bufpages=0
This settings will help in your system buffer cache dynamic functions and will give you 75%of Phy Mem as Pseudo memory for swaapping.
Do swapinfo -tm and run sysdef to find out this information after changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 06:34 AM
09-15-2000 06:34 AM
Re: Kernel configurable parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 08:15 AM
09-15-2000 08:15 AM
Re: Kernel configurable parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 03:53 PM
09-15-2000 03:53 PM
Re: Kernel configurable parameters
convosync=direct,mincache=direct,nodatainlog
These are only available with OnLine JFS and vxfs filesystems. These options bypass the buffer cache and prevent double buffering by HP-UX and Oracle.
Bill Hassell, sysadmin