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 > resetting dbm cfg

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-23-06, 11:17
ksolomon ksolomon is offline
Registered User
 
Join Date: Jun 2004
Posts: 38
resetting dbm cfg

I have updated the following 4 parameters some months back
db2 update dbm cfg using CPUSPEED -1;
db2 update dbm cfg using FCM_NUM_BUFFERS 4096;
db2 update dbm cfg using SHEAPTHRES 793600;
db2 update dbm cfg using INTRA_PARALLEL NO;


But now I would like to reset these 4 parameters back to its default value (as if a fresh installation) which I dont know at the moment.

Questions are
1, How can I reset it to default value ?
2. Is there is a short cut to reinstate all DBM variables to its default value using a single command instead of doing a update dbm cfg for each parameters?

And I want to do it from command prompt only and not GUI. UDB V8.2 on AIX 5.3
Reply With Quote
  #2 (permalink)  
Old 02-23-06, 11:36
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
If you want to reset all values to the defaults, use RESET DBM CFG command ... Read the warnings in the documentation before you attempt to do this ..

If you want only 4 of the parms to be reset, AFAIK, you will have to refer to the documentation for the default values and update them ...

HTH

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 02-23-06, 20:15
ksolomon ksolomon is offline
Registered User
 
Join Date: Jun 2004
Posts: 38
okay, Thanks.
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