[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

4647.0. "Notification w/o Iconic map ?" by ZPOVC::SINSPS () Mon Mar 08 1993 07:08

    Hi, I've a customer who wish to know if it's capable to startup the 
    notification service without starting up the iconic map.
    
    Thanks.
    
    - LEH
T.RTitleUserPersonal
Name
DateLines
4647.1TOOK::MINTZErik MintzMon Mar 08 1993 07:576
Notification is available through the command line interface as well.
But if the customer is looking to start the notification window, then
no, it is not possible without the iconic map.

-- Erik

4647.2exact command syntax, please ?ZPOVC::SINSPSTue Mar 09 1993 02:526
    re .1
    
    Could you tell me the exact command syntax and what my customer expect
    to see from FCL ? Sorry, if this sound silly to you.
    
    Thanks.
4647.3Some examples...ZTOIS1::VISTARenato VISTA, SIS Strasbourg, FranceTue Mar 09 1993 04:4040
    
    Hi,
    
    A possible usage of NOTIFICATION_FM via FCL interface could be
    
    1) to receive ALARM_FM messages (from rules) :
    
    MCC>NOTIFY DOMAIN <domain>
    
    (by default, expand option is true, but could be false)
    
    2) to receive NOTIFICATION_FM messages (asynchronous events from *SINK*
    processes) :
    
    MCC>NOTIFY DOMAIN <domain> ENTITY LIST=(NODE4 * CIRCUIT * ADJACENT NODE
    *), EVENT=(ADJACENCY UP)
    
    MCC>NOTIFY DOMAIN <domain> ENTITY LIST=(NODE4 * CIRCUIT * ADJACENT NODE
    *), EVENT=(ADJACENCY DOWN)
    
    MCC>NOTIFY DOMAIN <domain> ENTITY LIST=(SNMP * CHIPCOM),EVENT=(ANY
    EVENTS)
    
    ..etc...
    
    This list of commands may be performed in batch mode (with SYS$OUTPUT
    any VMS device -LTxxx,RTxxx,any file-, 
    or #manage < command_file >/dev/... for ULTRIX)
    
    Please note that, if you want this kind of batch process beeing kept
    alive and active, you have to finish the command list by 
    
    MCC>sho mcc 0 all char, AT EVERY=23:00:00	<--- this command will
    							never stop, so the
    							batch will continue...
    
    
    I hope this will help you.
    Renato
    
4647.4will try your suggestionsZPOVC::SINSPSTue Mar 09 1993 06:386
    re. 3
    
    Thanks for your detailed explanations, I'll ask my customer to try out
    your suggestions.
    
    - LEH