473,624 Members | 2,534 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

event monitor -dropped default one

I dropped the db2detaildeadlo ck 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
(DB2DETAILDEADL OCK)
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, database monitor, sqm___sqlmeiot, probe:7
MESSAGE : target type 0 failed to open DB2DETAILDEADLO CK 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_evm on, 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
DB2DETAILDEADLO C
0x2003E998 : 4B K

Thanks,
SK

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

Did you do this drop by actually "drop event monitor db2detaildeadlo ck",
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
DB2DETAILEDDEAD LOCK". You shouldn't see any processes...if you do, then
check the catalogs (sysibm.syseven tmonitors...it seems like the evmon
wasn't really dropped).

hi****@gmail.co m wrote:
I dropped the db2detaildeadlo ck 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
(DB2DETAILDEADL OCK)
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, database monitor, sqm___sqlmeiot, probe:7
MESSAGE : target type 0 failed to open DB2DETAILDEADLO CK 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_evm on, 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
DB2DETAILDEADLO C
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 DB2DETAILDEADLO CK 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.co m 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 DB2DETAILDEADLO CK 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
2647
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 reports using select sql. I flush the buffer, turn the event monitor off and format the data with db2evom. But, the output never contains the statement text. But, if I issue sql from the clp, these statements appear in the output. In addition,...
1
4233
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. From the log it looks like the problem happens when 2 threads insert 1 record each in the same table and then try to aquire a NS (Next Key Share) lock on the record inserterd by the other thread. Thanks Rohit
4
3001
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 (different application too) and the values were filled in properly, but here it is not. This is DB2 8.2 (8.1fp6) on AIX 5.3ml02 create event monitor LCACAPTURE for statements write to file '/db2adm/mon' NONBLOCKED REPLACE ON NODE 1 LOCAL
2
2746
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. D(70032); SQC70012E - DB2 statement START EVENT MONITOR failed in UdbExecDirect operation at location: Dispatcher 2965. Reason: SQL0973N Not enough storage is available in the "MON_HEAP_SZ" heap to process the statement. SQLSTATE=57011 .
4
4011
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 something in the xml file using notepad). Here is my codes about using FilesystemWatcher fileWatcher=new FileSystemWatcher(); fileWatcher.Path=System.Environment.CurrentDirectory; fileWatcher.NotifyFilter=NotifyFilters.LastWrite;
3
1890
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 monitor switch it is able to collect information about the database, even though the db event monitor switch is still 'off''. My thinking, apparently incorrect, is that a dbm switch should also turn equivalent switches on 'downstream' (the db...
1
1992
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 been disconnected? sometimes when i select from the tables the data does not show current connections, only when i use the FLUSH command the data is updated. so, is my understanding correct? thanks. 2. Can we activate and deactivate the event...
1
3328
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 output to a file..getting error like
3
3055
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 information I need for tracking who is holding the lock. Here is what I get in the event monitor: ------------------------------------------------------------------------
1
6071
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 deleted this event file while DB2DETAILDEADLOCK was still active (state 1). now when i Try to run the db2evmon command I get an error like Cannot open Event Monitor file "/home/db2inst1/db2inst1/NODE0000/...
0
8231
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8168
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8672
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8614
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7153
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5561
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4167
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2603
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1474
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.