If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > How to check values for parameters set as AUTOMATIC?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-11-09, 02:47
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
How to check values for parameters set as AUTOMATIC?

Hi,
using DB2 v9.5 I have set following parameters to AUTOMATIC.
Max storage for lock list (4KB) (LOCKLIST) = AUTOMATIC
Percent. of lock lists per application (MAXLOCKS) = AUTOMATIC

Is there any way to see the current values for locklist and maxlocks parameters?
Regards
Reply With Quote
  #2 (permalink)  
Old 02-11-09, 04:43
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Hi,
I assume this is the solution (hightwater mark):
db2 update monitor switches using lock on
db2 get snapshot for all on mydb | grep "Lock list memory in use"
Regards
Reply With Quote
  #3 (permalink)  
Old 02-11-09, 06:02
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
connect to the db and then issue "db2 get db cfg for <db name> show detail"
Reply With Quote
  #4 (permalink)  
Old 02-11-09, 07:32
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
@db2girl, it works thanks a lot.

Last edited by grofaty; 02-11-09 at 07:36.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On