|
Conituos information
====================
I had started mcc_evc_sink manually and the below messages were displayed.
Also, I had done below command in ncl environment.
----------------------------------------------------------------------------
$mcr ncl
ncl> show session control appli mcc_evc_sink all char
command failed due to:
No search object instance
----------------------------------------------------------------------------
I don't know whether that object(mcc_evc_sink) must be needed in MCC or not.
If that must be needed in MCC, please let me know how to register.
I had not founded the mcc_evc_sink object in the session control application
startup file(net$applications.ncl) and any mcc startup files, If It exist,
please let me know what I do!
----------------------------------------------------------------------------
$@sys$startup:mcc_startup_evc_sink
$ goto END_COMMENTS
$END_COMMENTS:
$!
$! Keep sink process log files down to a minimum.
$ PURGE MCC_EVC_SINK.LOG /keep=10
$!
$ MANAGE/ENTERPRISE
DECmcc (V1.3.0)
!
! The Data Collector sink must be OFF for ENABLE to work correctly.
! It *should* be off at system startup, but we'll do the DISABLE here just in
! case this command procedure gets run interactively *after* system
! startup...
!
DISABLE MCC 0 COLLECTION_AM SINK DECNET
%NONAME-W-NOMSG, Message number 00000000
!
!DISABLE MCC 0 COLLECTION_AM SINK UDPIP
!
! Now ENABLE the sink, but wait a couple of seconds in case it takes longer
! for the process to get started...
!
ENABLE MCC 0 COLLECTION_AM SINK DECNET, AT START = +00:00:03
MCC 0 COLLECTION_AM SINK DECnet
AT 22-MAY-1995 15:27:03
The requested operation cannot be completed
Entity Existence Info = Entity Existence Cannot Be Determined,
MCC Routine Error = %MCC-S-COMMON_EXCEPTIO, success with
common exception reply
!
! ANDDDDDD/ORRRRRRR
!
!ENABLE MCC 0 COLLECTION_AM SINK UDPIP, AT START = +00:00:03
!
! All done.
!
exit
$!
$EXIT
----------------------------------------------------------------------------
Thanks, Shinhong.
|