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 > RE: Question about event monitor file capacity

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-07-05, 16:32
aselar aselar is offline
Registered User
 
Join Date: Jun 2004
Posts: 19
RE: Question about event monitor file capacity

Hi Guys,

We are expereincing the following error on ver 8.1 on AIX 5.3 environment.

Event monitor has reached its file capacity.

Have you guys seen this before and any idea of the root cause?

Thanks

LR
Reply With Quote
  #2 (permalink)  
Old 02-07-05, 17:15
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by aselar
Have you guys seen this before and any idea of the root cause?
The root cause must be hidden here:
Code:
>>-CREATE EVENT MONITOR-- event-monitor-name --FOR---------------->

   .-,----------------------------------------------------.
   V                                                      |
>----+-+-DATABASE--------------------+------------------+-+----->
     | +-TABLES----------------------+                  |
     | +-DEADLOCKS--+--------------+-+                  |
     | |            '-WITH DETAILS-' |                  |
     | +-TABLESPACES-----------------+                  |
     | '-BUFFERPOOLS-----------------'                  |
     '-+-CONNECTIONS--+--+----------------------------+-'
       +-STATEMENTS---+  '-WHERE--| Event Condition |-'
       '-TRANSACTIONS-'

>--*--WRITE TO--+-TABLE--| Table Options |----------+--*-------->
                +-PIPE-- pipe-name -------------------+
                '-FILE-- path-name --| File Options |-'

 ...

File Options:

|--*--+-------------------------------+--*---------------------->
      |           .-NONE------------. |
      '-MAXFILES--+- number-of-files -+-'

>--+------------------------+--*--+-------------------+--*------>
   |              .- pages -. |     '-BUFFERSIZE-- pages -'
   '-MAXFILESIZE--+-NONE--+-'
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