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 > Unable to turn off timestamp monitor

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-26-03, 14:25
ksimpson ksimpson is offline
Registered User
 
Join Date: May 2003
Posts: 10
Unable to turn off timestamp monitor

For some reason which I'm missing, I'm having problems turning off the timestamp database manager monitor:

$ db2 get dbm monitor switches

DBM System Monitor Information Collected

Switch list for db partition number 0
Buffer Pool Activity Information (BUFFERPOOL) = OFF
Lock Information (LOCK) = OFF
Sorting Information (SORT) = OFF
SQL Statement Information (STATEMENT) = OFF
Table Activity Information (TABLE) = OFF
Take Timestamp Information (TIMESTAMP) = ON 12-26-2003 10:59:26.780480
Unit of Work Information (UOW) = OFF

$ db2 update dbm cfg using dft_mon_timestamp off
DB20000I The UPDATE DATABASE MANAGER CONFIGURATION command completed
successfully.

$ db2 get dbm monitor switches

DBM System Monitor Information Collected

Switch list for db partition number 0
Buffer Pool Activity Information (BUFFERPOOL) = OFF
Lock Information (LOCK) = OFF
Sorting Information (SORT) = OFF
SQL Statement Information (STATEMENT) = OFF
Table Activity Information (TABLE) = OFF
Take Timestamp Information (TIMESTAMP) = ON 12-26-2003 10:59:26.780480
Unit of Work Information (UOW) = OFF

I'm sure it's something which I've missed or overlooked, but why can't I turn the timestamp monitor off?

DB2 v8.1 fixpack 3 on Solaris 2.8

Thanks

Ken
Reply With Quote
  #2 (permalink)  
Old 12-26-03, 15:07
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
Did you restart the instance?
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 12-26-03, 15:25
ksimpson ksimpson is offline
Registered User
 
Join Date: May 2003
Posts: 10
Quote:
Originally posted by Marcus_A
Did you restart the instance?
No I haven't. Do I need to restart the instance? I was able to
disable some of the other switches and the changes seemed
to take affect.

But I could be wrong.

Thanks
Reply With Quote
  #4 (permalink)  
Old 12-26-03, 15:43
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
I don't know if you need a restart the instance for teh Timestamp switch to effect. You are correct that most of the other monitor switches can be changed on the fly. But if the Timestamp switch does not respond on the fly, it may be worth a try to restart the instance.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #5 (permalink)  
Old 12-26-03, 16:18
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
If you use the SHOW DETAIL command on get database configuration, then it will show any delayed values deferred until restart.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #6 (permalink)  
Old 12-26-03, 21:18
quigleyd quigleyd is offline
Registered User
 
Join Date: Nov 2002
Location: Delaware
Posts: 186
Re: Unable to turn off timestamp monitor

timestamp database manager monitor:
is one of the parms that you must recycle the db to change it.
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