[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

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

5413.0. "DELETE NODE4 name OUTBOUND STREAM not Working" by CSC32::ORTIZ () Fri Jul 30 1993 15:30

    I do the following command at the FCL prompt:
    
    MCC>Delete node4 frisco outbound stream frisco remote sink monitor
    AT 30-Jul-1993 12:26:19
    
    Deletion completed successfully.
    
    
    When I do a CREATE that replaces the DELETE from the above command it
    generates the following:
    
    Attempt to create duplicate entity rejected.
    
    
    The DELETE NODE4 doesn't work. Is this a known bug?
    
    Any help would be appreciated....
    
    Richard Ortiz
    
    
T.RTitleUserPersonal
Name
DateLines
5413.1Need more dataTOOK::MINTZErik MintzWed Aug 04 1993 17:5716
We will need more information to track this down.

Please try the following commands:

    MCC>show node4 frisco outbound stream frisco remote sink monitor
    MCC>Delete node4 frisco outbound stream frisco remote sink monitor
    MCC>show node4 frisco outbound stream frisco remote sink monitor

also, please post the exact command being used for the create.
Simply replacing the "delete" with "create" results in an incomplete
command.

Finally, is the customer using DNS or a local namespace?

-- Erik

5413.2More information that you needed..CSC32::ORTIZMon Aug 09 1993 20:2396
    Here is a listing of what I did today. I hope this helps..
    
    
$ manage/enter
  DECmcc (V1.3.0)
 MCC> create node4 frisco outbound stream frisco remote sink monitor class = 0,-
 _MCC> event type = {0,1,2,3,4,5,6,7,8,9}

  Node4 LOCAL_NS:.dna_node.frisco Outbound Stream frisco Remote Sink Monitor 
  AT  9-AUG-1993 17:07:20

  Creation completed successfully.

 MCC> delete node4 frisco outbound stream frisco remote sink monitor

  Node4 LOCAL_NS:.dna_node.frisco Outbound Stream 28.770 Remote Sink Monitor
  AT  9-AUG-1993 17:08:33 

  Deletion completed successfully.
  MCC> show node4 frisco outbound stream frisco remote sink monitor all char

  Node4 LOCAL_NS:.dna_node.frisco Outbound Stream 28.770 Remote Sink Monitor
  AT  9-AUG-1993 17:08:51 Characteristic

Examination of Attributes shows:
                           EventsFilter = { (
                                     Choice = C5,
                              Source_Entity = All Sources,
                                      Event = { 0.0 event records lost,
                                                0.1 automatic node counters,
                                                0.2 automatic line counters,
                                                0.3 automatic service,
                                                0.4 line counters zeroed,
                                                0.5 node counters zeroed,
                                                0.6 Passive loopback,
                                                0.7 Aborted service request,
                                                0.8 Automatic counters,
                                                0.9 Counters zeroed } ),
                                            (
                                     Choice = C5,
                              Source_Entity = All Sources,
                                      Event = { 2.0 Local node state change,
                                                2.1 Access control reject } ),
                                            (
                                     Choice = C5,
                              Source_Entity = All Sources,
                                      Event = { 4.0 Aged packet loss,
                                                4.1 Node unreachable packet loss,
                                                4.2 Node out-of-range packet loss,
                                                4.3 Oversized packet loss,
                                                4.4 Packet format error,
                                                4.5 Partial routing update loss,
                                                4.6 Verification reject,
                                                4.7 Circuit down circuit fault,
                                                4.8 Circuit down,
                                                4.9 Circuit down operator initiated,
                                                4.10 Circuit up,
                                                4.11 Initialization failure line fault,
                                                4.12 Initialization failure,
                                                4.13 Initialization failure operator initiated,
                                                4.15 Adjacency up,
                                                4.16 Adjacency rejected,
                                                4.18 Adjacency down,
                                                4.19 Adjacency down operator initiated } ),
                                            (
                                     Choice = C5,
                              Source_Entity = All Sources,
                                      Event = { 5.0 Locally initiated state change,
                                                5.1 Remotely initiated state change,
                                                5.2 Protocol restart received in maintenance mode,
                                                5.3 Send error threshold,
                                                5.4 Receive error threshold,
                                                5.5 Select error threshold,
                                                5.6 Block header format error,
                                                5.7 Selection address error,
                                                5.8 Streaming tributary,
                                                5.9 Local buffer too small,
                                                5.10 Restart X.25 protocol,
                                                5.11 State change X.25 protocol,
                                                5.12 Retransmit maximum exceeded,
                                                5.13 Line initialization failure,
                                                5.14 Send failure on line,
                                                5.15 Receive failed on line or circuit,
                                                5.16 Collision detect check failed on line,
                                                5.17 DTE up,
                                                5.18 DTE down } ),
                                            (
                                     Choice = C5,
                              Source_Entity = All Sources,
                                      Event = { 128.0,
                                                128.1 DAP CRC error detected,
                                                128.2 Duplicate Phase 2 address error,
                                                128.3 Process created,
                                                128.4 Process terminated } ) }
MCC>