| Title: | DECmcc user notes file. Does not replace IPMT. | 
| Notice: | Use IPMT for problems. Newsletter location in note 6187 | 
| Moderator: | TAEC::BEROUD | 
| Created: | Mon Aug 21 1989 | 
| Last Modified: | Wed Jun 04 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 6497 | 
| Total number of notes: | 27359 | 
    
    
    
    
    
    I'm trying to enable the event collector.
    
    
    
    I've put the line 
    
    $manage/enterprise/presentation=mcc_evc_sink
    
    into a little dcl routine and put it onto the system batch queue.
    
    A process is created and sits in MCC_MAIN.EXE forever, without
    increasing it's process time or CPU useage.
    
    No session control application is created and no MCC_EVC_SINK.LOG is
    created.  I've tried using the MCC_EVC_SINK.EXE in TOUDON's 1.3  patch
    area (even though the inage ident is V1.4) , but this makes no
    difference.
    
    Naturally enough, any attempts to fire an event into this collector
    result in  
    
    UVONMS>@TEST_EVENT_COLLECTOR.COM;2
    %SYSTEM-F-REJECT, connect to network object rejected
     
    after a period of time.
    
    doesn't look as though the process is out of quota
    
    24-APR-1995 17:06:03.55   User: MCCMGR           Process ID:   0000029C
                              Node: UVONMS           Process name:
    "MCC_EVC_SINK"
    
    Process Quotas:
     Account name: SYSTEM
     CPU limit:                      Infinite  Direct I/O limit:       100
     Buffered I/O byte count quota:     63424  Buffered I/O limit:     100
     Timer queue entry quota:             148  Open file quota:        142
     Paging file quota:                 87850  Subprocess quota:        10
     Default page fault cluster:           64  AST quota:              598
     Enqueue quota:                      1999  Shared file limit:        0
     Max detached processes:                0  Max active jobs:          0
    
    
    Any ideas gratefully received as I've run out now.
    
    
    Conrad
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 6280.1 | use sys$startup:mcc_startup_evc_sink.com | AZUR::DURIF | Tue May 02 1995 09:40 | 12 | |
| Hi Conrad, Looks like it is VMS stuff. A DCL procedure sys$startup:mcc_startup_evc_sink.com may be used to start the sink. I call it in my system startup procedure (SYSTARTUP_VMS.COM on VMS 6.1) Hope this helps, Benoit | |||||
| 6280.2 | Two methods to acheive the same end ? | COMICS::PRICEC | I had a life, then I joined the CSC | Wed May 03 1995 09:34 | 19 | 
|     
    
    
    
    Thanks Benoit.
    
    
    
    
    I too have found that entering mcc , then enabling the event sink 
    works, yet manage/enter=presenc=mcc_evc_sink
    
    
    I thought that these were supposed to do the same thing ?
    
    
    
    
    	Regards, Conrad
 | |||||