473,385 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

event monitor -dropped default one

I dropped the db2detaildeadlock event monitor without flushing the
events that were full hoping dropping it will clear the messages also.
I now understand this is a default monitor that I should not dropped.

Now there are "SEVERE" error messages occuring everyday -few times.
What should I do to ensure these messages are not thrown.

2005-04-27-06.24.04.087962-240 I6572370C334 LEVEL: Warning
PID : 17042 TID : 1 PROC : db2event
(DB2DETAILDEADLOCK)
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, database monitor, sqm___sqlmeiot, probe:7
MESSAGE : target type 0 failed to open DB2DETAILDEADLOCK with rc
-2079522804

2005-04-27-06.24.04.089540-240 I6572705C403 LEVEL: Severe
PID : 109914 TID : 1 PROC : db2agent (
SAMPLE)
INSTANCE: db2inst1 NODE : 000 DB : SAMPLE
APPHDL : 0-301 APPID: *LOCAL.db2inst1.050427102435
FUNCTION: DB2 UDB, database monitor, sqm___start_evmon, probe:40
RETCODE : ZRC=0x840D000C=-2079522804=SQLM_RC_EVIO2 "path not found"

2005-04-27-06.24.04.090680-240 I6573109C458 LEVEL: Severe
PID : 109914 TID : 1 PROC : db2agent (
SAMPLE)
INSTANCE: db2inst1 NODE : 000 DB : SAMPLE
APPHDL : 0-301 APPID: *LOCAL.db2inst1.050427102435
MESSAGE : event monitor name
DATA #1 : Hexdump, 17 bytes
0x2003E988 : 4442 3244 4554 4149 4C44 4541 444C 4F43
DB2DETAILDEADLOC
0x2003E998 : 4B K

Thanks,
SK

Nov 12 '05 #1
3 7782
It's fine to drop this evmon.

Did you do this drop by actually "drop event monitor db2detaildeadlock",
or did you just delete the files? I don't think db2 cleans up the output
files on a drop event monitor, but clearly that path is gone. Remember
that there's one of these default event monitors per database...

If you used the sql statement to drop the evmon, then bounce your
system, connect to the database, and do "ps -ef | grep
DB2DETAILEDDEADLOCK". You shouldn't see any processes...if you do, then
check the catalogs (sysibm.syseventmonitors...it seems like the evmon
wasn't really dropped).

hi****@gmail.com wrote:
I dropped the db2detaildeadlock event monitor without flushing the
events that were full hoping dropping it will clear the messages also.
I now understand this is a default monitor that I should not dropped.

Now there are "SEVERE" error messages occuring everyday -few times.
What should I do to ensure these messages are not thrown.

2005-04-27-06.24.04.087962-240 I6572370C334 LEVEL: Warning
PID : 17042 TID : 1 PROC : db2event
(DB2DETAILDEADLOCK)
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, database monitor, sqm___sqlmeiot, probe:7
MESSAGE : target type 0 failed to open DB2DETAILDEADLOCK with rc
-2079522804

2005-04-27-06.24.04.089540-240 I6572705C403 LEVEL: Severe
PID : 109914 TID : 1 PROC : db2agent (
SAMPLE)
INSTANCE: db2inst1 NODE : 000 DB : SAMPLE
APPHDL : 0-301 APPID: *LOCAL.db2inst1.050427102435
FUNCTION: DB2 UDB, database monitor, sqm___start_evmon, probe:40
RETCODE : ZRC=0x840D000C=-2079522804=SQLM_RC_EVIO2 "path not found"

2005-04-27-06.24.04.090680-240 I6573109C458 LEVEL: Severe
PID : 109914 TID : 1 PROC : db2agent (
SAMPLE)
INSTANCE: db2inst1 NODE : 000 DB : SAMPLE
APPHDL : 0-301 APPID: *LOCAL.db2inst1.050427102435
MESSAGE : event monitor name
DATA #1 : Hexdump, 17 bytes
0x2003E988 : 4442 3244 4554 4149 4C44 4541 444C 4F43
DB2DETAILDEADLOC
0x2003E998 : 4B K

Thanks,
SK

Nov 12 '05 #2
I dropped it from the control center. The directories in the instance
did not get cleaned. So, I manually removed them. I will bounce the
instance and see if we get error messages.

I see the db2event DB2DETAILDEADLOCK process in 'ps -ef' output, they
are tied to db2sysc.

Thanks Sean for your input.

Nov 12 '05 #3
If the process is there, then the evmon wasn't dropped...you can use the
SQL statement "drop event monitor' if it re-appears after restart.

hi****@gmail.com wrote:
I dropped it from the control center. The directories in the instance
did not get cleaned. So, I manually removed them. I will bounce the
instance and see if we get error messages.

I see the db2event DB2DETAILDEADLOCK process in 'ps -ef' output, they
are tied to db2sysc.

Thanks Sean for your input.

Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: JS | last post by:
I have v8.1 fix5 using Win2k AS on 7 node logical system. I create event monitor writing to file and turn it on. Using application, I connect to db and navigate from screen to screen, generating...
1
by: Rohit Raghuwanshi | last post by:
Hello all, we are running a delphi application with DB2 V8.01 which is causing deadlocks when rows are being inserted into a table. Attaching the Event Monitor Log (DEADLOCKS WITH DETAILS) here....
4
by: yoyo | last post by:
Is there any way in DB2 to get the exact command. I have an event monitor I created for statments, and all the statment values are filled with a question mark. I was using this at another site...
2
by: datapro01 | last post by:
Running db2 8.1 on aix 5.1. We are testing some Quest database tools and have run into a situation where we keep getting the following error message when trying to use the SQL analysis tool. ...
4
by: Peter Lin | last post by:
Dear all; I need to monitor a xml file so that I can update my data in hashtable, but the problem is it will trigger more than one event for a lastwrite action(I trigger this action by add...
3
by: datapro01 | last post by:
I am having difficulty understanding the relationship between the dbm event monitor switches and the db event monitor switches. If a monitoring application (Quest, BMC etc) turns on an dbm event...
1
by: Jo | last post by:
Hi. I have a few questions regd event monitoring. Would appreciate some assistance with this. 1. Does the event monitor only insert data into the event monitoring tables once the connection has...
1
by: vijay.db | last post by:
Hi group, Have a problem with event monitor so my db2diag.log is getting filled like any thing.. Running DB2 V8.1 Fixpack 6 in AIX server. Created a event monitor and redirecting it's...
3
by: shorti | last post by:
Hello all, I am running with DB2 UDB V8 on AIX. I am trying to track down what appears to be a lock issue. I turned EVENT MONITOR on with all the options. It doesnt give me the detailed...
1
by: rjha94 | last post by:
$db2evmon -db DEV1926 -evm DB2DETAILDEADLOCK was showing data from all the runs whereas i want the data just for a single run. To capture fresh events, I deleted the old events file. caveat was, I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.