- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel param
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-10-2002 08:26 AM
01-10-2002 08:26 AM
dbc_max_pct is for .What it is default value and if i decrease it then what will be the effect.
thx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:30 AM
01-10-2002 08:30 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:32 AM
01-10-2002 08:32 AM
Re: kernel param
If you decrease then the maximum amount of RAM that could be used for dbc will be decreased. I do NOT recommend leaving dbc_max_pct at the default. I would recommend setting at a value that would equate to somewhere are 500MB or so, and that is probably being generous.
You could set both dbc_min_pct and dbc_max_pct to be the same value. This would cause the amount of memory used for dbc to be static, which is how I have my machines set up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:32 AM
01-10-2002 08:32 AM
Re: kernel param
dbc_max_pct - Max Dynamic Buffer Cache Size as Percent of System RAM Size
dbc_min_pct - Min Dynamic Buffer Cache Size as Percent of System RAM Size
this may help you:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=a480abbf10a986234e/screen=ckiDisplayDocument?docId=200000043976223
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:34 AM
01-10-2002 08:34 AM
Re: kernel param
dbc_max_pct : This determines the percentage of main memory to which the dynamic filesystem buffer cache is allowed to grow (when nbuf and bufpages are zero) The default is 50 percent of memory. But this is a overkill.! If you want to really use of dynamic buffer cache start with dbc_max_pct with 10 %
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:34 AM
01-10-2002 08:34 AM
Re: kernel param
See this for default Kernel parameters in 10.X:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=a480abbf10a986234e/screen=ckiDisplayDocument?docId=200000011495574
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:35 AM
01-10-2002 08:35 AM
Re: kernel param
Sorry I can't be more specific, but I hope this helps...
Don
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:36 AM
01-10-2002 08:36 AM
Re: kernel param
See here:
http://docs.hp.com/hpux/onlinedocs/os/KCparam.DBCmaxPct.html
Note that this is one of several related parameters that control the file buffer cache. It is frequently set far too high by default, needlessly allowing memory to be consumed by file buffers. For database engines (like Oracle) that manage their own buffers, too high a system buffer cache simply means that two entities are buffering I/O -- a needless waste.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:44 AM
01-10-2002 08:44 AM
Re: kernel param
How do I see how much is configured at present and if want to set dbc_min_pct and max also to 5% how shud i do that ...i mean what value shud i give to this param
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:48 AM
01-10-2002 08:48 AM
Re: kernel param
The bset way is through SAM. SAM-Kernel Configuration-Configurable parameters. You can view the current value and can change too.
# sysdef - will list you the kernel parameters.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:48 AM
01-10-2002 08:48 AM
Re: kernel param
Try these links,
http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/os/KCparam.DBCmaxPct.html&searchterms=dbc_max_pct&queryid=20020110-085245
http://us-support.external.hp.com/cki/bin/doc.pl/sid=019145ef1d96676cb3/screen=ckiDisplayDocument?docId=200000050018417
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:48 AM
01-10-2002 08:48 AM
Re: kernel param
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:50 AM
01-10-2002 08:50 AM
Re: kernel param
To see your values, you can use SAM or:
# sysdef (if 10.x)
# kmtune -q dbc_max_pct' if (11.x)
I'd advise you to use SAM to change the parameter, which will require a kernel regeneration and reboot.
Regards!
...JRF...