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 > Number of system proceses has doubled changing dbm and db cfg parameters

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-17-08, 13:23
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Number of system proceses has doubled changing dbm and db cfg parameters

Hi,
according to autoconfigure I have increased parameters on DB2 ESE v8.2 fp11 on Linux.

I have changed the following parameters:
db2 UPDATE DBM CFG USING FCM_NUM_RQB 512
db2 UPDATE DBM CFG USING MAX_QUERYDEGREE 1
db2 UPDATE DBM CFG USING NUM_POOLAGENTS 400
db2 UPDATE DBM CFG USING SHEAPTHRES 13500
db2 UPDATE DB CFG FOR mydb USING APPGROUP_MEM_SZ 11560
db2 UPDATE DB CFG FOR mydb USING CATALOGCACHE_SZ 812
db2 UPDATE DB CFG FOR mydb USING DBHEAP 3592
db2 UPDATE DB CFG FOR mydb USING LOCKLIST 4400
db2 UPDATE DB CFG FOR mydb USING LOGBUFSZ 124
db2 UPDATE DB CFG FOR mydb USING LOGFILSIZ 1024
db2 UPDATE DB CFG FOR mydb USING LOGSECOND 155
db2 UPDATE DB CFG FOR mydb USING MAXAPPLS 112
db2 UPDATE DB CFG FOR mydb USING MAXLOCKS 56
db2 UPDATE DB CFG FOR mydb USING NUM_IOCLEANERS 2
db2 UPDATE DB CFG FOR mydb USING NUM_IOSERVERS 6
db2 UPDATE DB CFG FOR mydb USING PCKCACHESZ 975
db2 UPDATE DB CFG FOR mydb USING SOFTMAX 120
db2 UPDATE DB CFG FOR mydb USING SORTHEAP 192
db2 UPDATE DB CFG FOR mydb USING UTIL_HEAP_SZ 36419
db2 ALTER BUFFERPOOL IBMDEFAULTBP SIZE 109260

And system admin has told me that number of Linux processes has doubled compare to number of processes before changing dbm/db/bufferpool parameters - see attached picture.

Which of dbm/db/bufferpool settings has increased number of processes?

Thanks,
Grofaty
Attached Thumbnails
Number of system proceses has doubled changing dbm and db cfg parameters-process_num.jpg  
Reply With Quote
  #2 (permalink)  
Old 04-17-08, 15:31
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
I cannot see where a heap size change would affect the number of processes.
So you can eliminate everything but FCM_NUM_RQB, MAX_QUERYDEGREE, NUM_POOLAGENTS, MAXAPPLS, NUM_IOCLEANERS, NUM_IOSERVERS, and MAXLOCKS.

MAXLOCKS is a percentage, so you can eliminate that. I think setting max_querydegree to one would reduce agents since there will no longer an parallelism for queries.

What was the values of the remaining parameters before the change?

Andy
Reply With Quote
  #3 (permalink)  
Old 04-17-08, 15:46
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
I left my crystal ball at home today, unfortunately, so I'll wait until I see the list of processes before I give any advice.
Reply With Quote
  #4 (permalink)  
Old 04-17-08, 16:10
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Maybe more agents because the pool is probably bigger? Maybe more iocleaners/ioservers because that number is bigger? Who knows...
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
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