[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

6144.0. "Error while attempting to define rules" by SKEWER::KAUFMANN (Ed Kaufmann, 237-2893) Fri Oct 21 1994 18:03

I get the following error when trying to define a rule:

%MCC-E-NOTFOUND,  unsupported combination of verb, entity, partition

Using MCC V1.3, on VMS 6.0, the rule syntax follows:



$mana/ent
create domain .CONCENTRATORS RULE 21SDCA_CONC_BROKEN -
expression = ( CHANGE_OF ( CONCENTRATOR .CONCENTRATOR.21SDCA DEVICE STATE, -
OPERATING, *) , at every 00:20:00) ,-
alarm fired proc = mcc_common:mcc_alarms_mail-page_alarm.com ,-
alarm exception proc = mcc_common:mcc_alarms_mail-page_exception.com ,-
severity = CRITICAL ,-
category = "Concentrator / Multiple Segments may be down." ,-
description = "The Concentrator is not OPERATING." ,-
batch queue = "MCC_ALARMS" ,-
alarm fired parameter = "@sys$sysdevice:[mcc.rules]notify_dist_list.dat"
exit
$

What's going on ??????

ek
T.RTitleUserPersonal
Name
DateLines
6144.1Error while defining rules with concentratorAZUR::DURIFTue Oct 25 1994 04:1110
Hello,

Did you tried a
show CONCENTRATOR .CONCENTRATOR.21SDCA DEVICE STATE 
and
show CONCENTRATOR .CONCENTRATOR.21SDCA OPERATING

to check if the Access Module gives the answer

Benoit
6144.2Looks the way it should...SKEWER::KAUFMANNEd Kaufmann, 237-2893Tue Oct 25 1994 14:0015
I entered:


MCC> show concentrator .concentrator.21sdca device state

I got:

CONCENTRATOR LOCAL_NS:.concentrator.21sdca
AT 25-OCT-1994 13:59:59 Status

                           Device State = Operating

The other command you mentioned produces a syntax error.

ed k