| 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 |
Hi,
I've created an alarm rule for event detection, and when I start
the command file, I've got the following error:
AEO825_$ mana/enter @mcc_nodesna_alarm_active
DECmcc (T1.1.0)
MCC 0 ALARMS RULE NODESNA_NODE_ACTIVE
AT 19-AUG-1991 15:26:51
Valid entity specification not found in alarm expression.
AEO825_$
My command file mcc_nodesna_alarm_active.com contains:
CREATE MCC 0 ALARMS RULE NODESNA_NODE_ACTIVE -
EXPRESSION = (OCCURS(NODESNA COMP1 Node Active)), -
PROCEDURE = MCC_COMMON:MCC_ALARMS_BROADCAST_ALARM, -
PARAMETER = "USER=JACQUEMOUX", -
EXCEPTION HANDLER = MCC_COMMON:MCC_ALARMS_BROADCAST_EXCEPTION, -
DESCRIPTION = "COMP1 state is ACTIVE", -
QUEUE = "SYS$BATCH", -
PERCEIVED SEVERITY = WARNING, -
IN DOMAIN = SNA
The COMP1 entity of the NODESNA global entity is well registered:
AEO825_$ mana/enter dir nodesna comp1
DECmcc (T1.1.0)
NODESNA AEO825_NS:.COMP1
AT 19-AUG-1991 15:36:52
Directory successful.
Name = AEO825_NS:.comp1
Does someone have any idea about it ?
Thanks,
Thierry.
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 1352.1 | Can you do a Show / GetEvent directive on your Entity ? | NANOVX::ROBERTS | Keith Roberts - DECmcc Toolkit Team | Tue Aug 20 1991 08:34 | 16 |
The Alarms Rule Evaluator Parser uses the Console Parse routines. If you are having problems with your Rule Expression, try the Show or GetEvent directive for your entity first: >> EXPRESSION = (OCCURS(NODESNA COMP1 Node Active)), - Try: Getevent NODESNA COMP1 Node Active Hopefully the FCL can be a bit more specific as to what is wrong (if anything). The Alarms Rule Expression Parser *should* be more specific about the problem. Like is the Entity wrong, the Entity Instance, the Event name, etc... I suspect that you should use "NODESNA .COMP1" ... but thats just a guess /keith | |||||
| 1352.2 | did you find problem? | TOOK::CALLANDER | Jill Callander DTN 226-5316 | Mon Aug 26 1991 15:50 | 4 |
just curious, did you find the problem?
jill
| |||||