[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

3451.0. "Problem creating an occurs rule" by YANKS::COSTA () Tue Jul 28 1992 19:38

Let me start by saying that I've just started working with MCC, so it is
entirly possible that I'm missing the boat but...

 I'm running DECmcc BMS v1.2.7, and I'm trying to create a rule that will let
me know when there is a problem with a circuit on my router. I have decided
to monitor DECnet event 4.18 Adjacency down on circuit SYN-0 on node DAS15A.
I am having a problem creating a rule for that condition. Below is the rule I
am trying to create, with it's error message (Valid event name was not found
in expression.)

Can someone point out what I am doing wrong??

Thanks......Fran




$ MANAGE/ENTERPRISE
DECmcc (T1.2.7)

CREATE MCC 0 ALARMS RULE DAS15A_SYN0_ADJ_DOWN                                 -
 EXPRESSION        = (OCCURS (NODE4 DAS15A CIRCUIT SYN-0 adjacency down))    ,-
 PERCEIVED SEVERITY = CRITICAL                                               ,-
 CATEGORY          = "Circuit Problems"                                      ,-
 DESCRIPTION       = "If there is a change in the adjacent node               -
                      for cir SYN-0 on DAS15A."                              ,-
 PROCEDURE         = MCC_COMMON:MCC_ALARMS_MAIL_ALARM.COM                    ,-
 EXCEPTION HANDLER = MCC_COMMON:MCC_ALARMS_MAIL_EXCEPTION.COM                ,-
 PARAMETER         = "@MCC_COMMON:MCC_ALARMS_NOTIFICATION.DIS"               ,-
 QUEUE             = "ARMOUR_BATCH"                                          ,-
 IN DOMAIN         = ROUTERS

MCC 0 ALARMS RULE DAS15A_SYN0_ADJ_DOWN
AT 28-JUL-1992 15:04:41

Valid event name was not found in expression.
             
T.RTitleUserPersonal
Name
DateLines
3451.1Is 'adjacency down' a valid event name ?MOLAR::ROBERTSKeith Roberts - DECmcc Toolkit TeamTue Jul 28 1992 20:5646
RE: .0

>> EXPRESSION = (OCCURS (NODE4 DAS15A CIRCUIT SYN-0 adjacency down))

  To check what events a particular Entity supports, type:

	MCC> getevent node4 DAS15a CIRCUIT SYN-0

  You will be prompted with a list of possible events for the entity.
  Only the events listed may be used in the Alarms OCCURS Expression.

  ---------------------

  MCC> getevent node4 molar circuit isa-0
  Type ? for a list of valid event IDs
  Event: ?
    Automatic Service
    Passive Loopback
    Aborted Service Request
    Automatic Counters
    Counters Zeroed
    Node Unreachable Packet Loss
    Node Out of Range Packet Loss
    Oversized Packet Loss
    Packet Format Error
    Partial Routing Update loss
    Verification Reject
    Circuit Down Circuit Fault
    Circuit Down
    Circuit Down Operator Initiated
    Circuit Up
    Initialization Failure Circuit Fault
    Initialization Failure Software
    Initialization Failure Operator Initiated
    Locally Initiated State Change
    Remotely Initiated State Change
    Protocol Restart Received in Maintenance Mode
    Send Error Threshold
    Receive Error Threshold
    Select Error Threshold
    Block Header Format Error
    Selection Address Error
    Streaming Tributary
    Local Buffer Too Small
    Receive Failed
    Any Events
3451.2try CIRC syn-0 ADJ NODE * adjacency downCTHQ1::WOODCOCKTue Jul 28 1992 21:3710
>> EXPRESSION = (OCCURS (NODE4 DAS15A CIRCUIT SYN-0 adjacency down))

If memory serves this event is under the adjacent node entity, try

EXPRESSION = (OCCURS (NODE4 DAS15A CIRC SYN-0 adjacent node * adjacency down))


best regards,
brad...
3451.3Thanks...YANKS::COSTAWed Jul 29 1992 17:086
Thanks for the info.

 I've tried .2 and that is working.


   Fran