[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

674.0. "alarm "category" support" by JETSAM::WOODCOCK () Tue Jan 29 1991 11:51

Hi,

I don't seem to have the same support for "category" in alarms that I
used to have. Is this a bug? This rule may be from a previous kit, do
I need to delete/recreate it?? If this isn't a bug what is category
being used for these days and with what syntax?

thanks in advance,
brad...
!
!
show mcc 0 alarms rule bbpk01_cir all char,with category=cir_events,-
in domain .pko-24
!
! The prompt is returned but NO info
!
!
!
show mcc 0 alarms rule bbpk01_cir all char,in domain .pko-24
!
! Proof that the rule has a category
!
!
!MCC 0 ALARMS RULE bbpk01_cir 
!AT 28-JAN-1991 13:30:54 Characteristics
!
!Examination of attributes shows:
!                               Category = "cir_events"
!                             Expression = (occurs(node4 BBPK01 circuit syn-* 
!                                          adjacent node * adjacency down))
!                     Perceived Severity = critical
!
!
exit
!
T.RTitleUserPersonal
Name
DateLines
674.1Try with "" this time..WAKEME::ANILTue Jan 29 1991 12:1813
Hi Brad,

You are missing the ""! Try the following:

show mcc 0 alarms rule bbpk01_cir all char,with category ="cir_events",-
in domain .pko-24

I tried at my end and it did work. And yes it did not work without the
quotes. Since Category is a Latin1String data type it needs the quotes
at the input end.

- Anil

674.2same results...no dataJETSAM::WOODCOCKTue Jan 29 1991 17:1631
Hi Anil,

Sorry I hadn't mentioned that I had tried this already. I get the same results.
The prompt is returned but there is no info.

show mcc 0 alarms rule bbpk01_cir all char, with category="cir_events",-
in domain .pko-24
!
!
!
!
!
!
!
!
show mcc 0 alarms rule bbpk01_cir all char, in domain .pko-24
!
!MCC 0 ALARMS RULE bbpk01_cir 
!AT 28-JAN-1991 19:07:20 Characteristics
!
!Examination of attributes shows:
!                               Category = "cir_events"
!                             Expression = (occurs(node4 BBPK01 circuit syn-* 
!                                          adjacent node * adjacency down))
!                     Perceived Severity = critical
!
!
exit
!


674.3Problem understood and QARedTOOK::ORENSTEINWed Jan 30 1991 13:3812
    Hi Brad,
    
    I can reproduce the problem.
    
    The FCL is not handling the WITH correctly.
    
    A QAR will be filed.
    
    Thank you for posting this problem.
    
    aud...
    
674.4work around: use domain rule interfaceTOOK::DITMARSPeteWed Jan 30 1991 14:1711
Hi,

FCL is indeed not performing the WITH processing correctly; specifically it
isn't passing down the IN DOMAIN qualifier during part of the WITH operation.

You can work around this problem by using the DOMAIN RULE interface, e.g.

MCC> show domain .pko-24 rule *, with category="cir_events"

Should do the trick.  I'm not sure if the fix can make it into FCL for V1.1
at this point, but thanks very much for pointing out the problem.
674.5works fine..thanksJETSAM::WOODCOCKWed Jan 30 1991 17:217
> You can work around this problem by using the DOMAIN RULE interface, e.g.

> MCC> show domain .pko-24 rule *, with category="cir_events"

Thanks for pointing out the option. This works fine.

brad...
674.6CLOSED -- fixed in final v1.1GOSTE::CALLANDERTue Feb 05 1991 16:504
    
    FYI -- this has made it into the final V1.1 kit.