Operating System - HP-UX
1832978 Members
2797 Online
110048 Solutions
New Discussion

Re: Kernel reconfigured - yet kmtune shows different planned value

 
Geoff Wild
Honored Contributor

Kernel reconfigured - yet kmtune shows different planned value

Can someone tell me what I missed?

I reconfigured my kernel like so:

cd /stand/build
/usr/lbin/sysadm/system_prep -s system
vi system (made changes and saved the file)
mk_kernel -s system
kmupdate
cd /
shutdown_ham -r now

Changes I made:

dbc_max_pct from 7 to 5
dbc_min_pct from 5 to 4

Current settings are correct (verified with adb), and in SAM look like right as well:

│Configurable Parameters 0 of 171 selected│
│──────────────────────────────────────────────────────────────────────────────│
│ Current Pending Associated │
│ Name Value Value Type Module │
│┌───────────────────────────────────────────────────────────────────────────┐ │
││ create_fastlinks 0 0 Static N/A ^ │
││ dbc_max_pct 5 5 Static N/A │
││ dbc_min_pct 4 4 Static N/A


Yet, kmtune:

Parameter Current Dyn Planned Module Version
===============================================================================
dbc_max_pct 5 - 7
dbc_min_pct 4 - 5

What gives?

Rdgs...Geoff

Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
3 REPLIES 3
Thayanidhi
Honored Contributor

Re: Kernel reconfigured - yet kmtune shows different planned value

Hi,
open /stand/system and verify that the new values are in place. Just a thought!

Regds
TT
Attitude (not aptitude) determines altitude.
Geoff Wild
Honored Contributor

Re: Kernel reconfigured - yet kmtune shows different planned value

Check /stand/system - still at 7.....

So, I did a:

kmtune -s dbc_max_pct=5

# kmtune -l -q dbc_max_pct
Parameter: dbc_max_pct
Current: 5
Planned: 5
Default: 50
Minimum: -
Module: -
Version: -
Dynamic: No


Seems to have done the trick - will know for sure this Saturday - as I'm patching.

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Geoff Wild
Honored Contributor

Re: Kernel reconfigured - yet kmtune shows different planned value

Doing the kmtune -s dbc_mac_pct=5 solved my issue.

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.