| FIRST, you must (successully) enable the sink on the MCC system.
MCC> enable mcc 0 collection sink decnet
If that's successful, you should see a new zero-based object named
"mcc_evc_sink" with a PID for the process that's actually running the
sink executable.
Example:
SHOW NODE4 0 OBJECT MCC_EVC_SINK ALL ATTR
!
!Node4 LOCAL_NS:.polyw2 Object mcc_evc_sink
!AT 11-JUN-1993 16:15:17 All Attributes
!
!No such entity: Node4 0 Object mcc_evc_sink
! Unknown Entity = Node4 0 Object mcc_evc_sink
!
ENABLE MCC 0 COLLECTION SINK DECNET
!
!MCC 0 COLLECTION_AM SINK DECnet
!AT 11-JUN-1993 16:15:30
!
!Enable completed successfully.
!
SHOW NODE4 0 OBJECT MCC_EVC_SINK ALL ATTR
!
!Node4 LOCAL_NS:.polyw2 Object mcc_evc_sink
!AT 11-JUN-1993 16:15:53 All Attributes
!
! Name = MCC_EVC_SINK
! Number = 0
! Process ID = %X0000017D
!No such entity: Node4 0 Object mcc_evc_sink
! Unknown Entity = Node4 0 Object mcc_evc_sink
!
EXIT
!
If you don't have enough *DEFAULT* privs, you won't get it up. The
sink process. that is. You will need (as recently discussed) the
following DEFAULT privs to start the sink process: SYSNAM, DETACH,
TMPMBX and NETMBX.
If you have UCX installed on the system, then you should use the UDPIP
sink. It operates faster than the DECnet sink, since UDP is a very
light-weight mechanism, perfect for events. To enable the UDPIP
collector thread, just type:
MCC> enable mcc 0 collection sink udpip
Note that you *may* have to modify some older data collector scripts
(i.e. from the V1.2 kit) to include the 7th argument for protocol
(either DECNET or UDPIP).
Have fun.
doug
|