[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| 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 17: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.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 6144.1 | Error while defining rules with concentrator | AZUR::DURIF |  | Tue Oct 25 1994 04:11 | 10 | 
|  | 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.2 | Looks the way it should... | SKEWER::KAUFMANN | Ed Kaufmann, 237-2893 | Tue Oct 25 1994 14:00 | 15 | 
|  | 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
 |