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 > "Automatic reorg evaluation has finished successfully on database DB" in db2diag.log

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-19-06, 05:04
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
"Automatic reorg evaluation has finished successfully on database DB" in db2diag.log

Hi,
in db2diag.log file there are thousand of bellow messages

Quote:
2006-04-18-20.09.21.416792+120 I6348458A321 LEVEL: Event
PID : 1597 TID : 2199210408304PROC : db2hmon
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, Health Monitor, db2HmonEvalBackup, probe:260
STOP : Automatic Backup: evaluation has finished successfully on database DB

My db cfg settings are:
Quote:
Diagnostic error capture level (DIAGLEVEL) = 3

Automatic maintenance (AUTO_MAINT) = OFF
Automatic database backup (AUTO_DB_BACKUP) = OFF
Automatic table maintenance (AUTO_TBL_MAINT) = OFF
Automatic runstats (AUTO_RUNSTATS) = OFF
Automatic statistics profiling (AUTO_STATS_PROF) = OFF
Automatic profile updates (AUTO_PROF_UPD) = OFF
Automatic reorganization (AUTO_REORG) = OFF
How to turn this messages off?
My system: db2 v8.2 fp11 on Linux S/390

Thanks,
Grofaty
Reply With Quote
  #2 (permalink)  
Old 04-19-06, 06:00
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
If you are not using health monitoir, switch it off

HEALTH_MON is the dbm cfg to look for

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 04-19-06, 07:48
JAYANTA_DATTA JAYANTA_DATTA is offline
Registered User
 
Join Date: Oct 2004
Location: DELHI INDIA
Posts: 336
In addition to Sathya's suggestion, please check the following DB CFG paratmeter too.

DB CFG parameter "Automatic maintenance" (AUTO_MAINT) should be OFF to get rid of such messages from the db2diag.log

Thanks,
Jayanta
Delhi NCR, INDIA
Reply With Quote
  #4 (permalink)  
Old 04-20-06, 03:48
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Sathyaram, thanks the HEALTH_MON parameter was ON.

Jayanta_datta, AUTO_MAINT is OFF, as I have already posted in my previous
post.
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