[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

3352.0. "Registration problem SSB Kit\" by RDGENG::GARDEN () Tue Jul 14 1992 07:01

    
    I have just installed the SSB V1.2.0 BMS software. I am using the same
    Alarms
    rules as before. When I brought up the Iconic Map and used the Domain
    B_ROUTERS
    , then the following error messages came up:-
    
    1. Map Window Message: One or more global entities is deregistered.
    Unable to
       display them.
    
    2. Map file and Domain Mismatch.
       Entities found in map file,but not in domain:
    
       NODE4 ENGR20
       NODE4 ENGR21
    
    3. Error attempting to create Notify Request for domain MCCULT_NS:
    
       14-juj-1992 09:35:17
    
       An error has occurred while determining the contents of the domain.
    
     If I now go into Notify Requests in the notification window and try to
     create using domain .B_ROUTERS , it then comes up with :-
                                                               
    
       ID: (new) state : disabled with Error.
    
     I have had a look at the two nodes (ENGR20 and ENGR21) in MCC , but it
     says that they are'nt registered.
    
     I have registered both under MCC ok. and then MC DNS$CONTROL:-
    
    DNS> SHO OBJ .ENGR20 KNO ATTR
     Attribute (Single) ___ DNA$NodeSynonym
     Attribute (Set) ______ DNA$TOWERS
     Attribute (Set) ______ DNS$ACS
     Attribute (Single) ___ DNS$Class
     Attribute (Single) ___ DNS$ClassVersion
     Attribute (Single) ___ DNS$UID
     Attribute (Single) ___ DNS$UTS
     Attribute (Set) ______ MCC_Class
     Attribute (Single) ___ MCC_REGISTRATION_STATE
     Attribute (Single) ___ MCC_UID
     Attribute (Set) ______ MCC_Version
    
    DNS> SHO OBJ .ENGR21 KNO ATTR
    DNS> SHO OBJ .ENGR21 KNO ATTR
     Attribute (Single) ___ DNA$NodeSynonym
     Attribute (Set) ______ DNA$TOWERS
     Attribute (Set) ______ DNS$ACS
     Attribute (Single) ___ DNS$Class
     Attribute (Single) ___ DNS$ClassVersion
     Attribute (Single) ___ DNS$UID
     Attribute (Single) ___ DNS$UTS
     Attribute (Set) ______ MCC_Class
     Attribute (Single) ___ MCC_REGISTRATION_STATE
     Attribute (Single) ___ MCC_UID
     Attribute (Set) ______ MCC_Version
    
    DNS>
    
    Now if I show a known good Router that is registered (ENGR23).
    
    DNS> SHO OBJ .ENGR23 KNO ATTR
     Attribute (Single) ___ DNA$NodeSynonym
     Attribute (Set) ______ DNA$TOWERS
     Attribute (Set) ______ DNS$ACS
     Attribute (Single) ___ DNS$Class
     Attribute (Single) ___ DNS$ClassVersion
     Attribute (Single) ___ DNS$UID
     Attribute (Single) ___ DNS$UTS
     Attribute (Set) ______ MCC_Class
     Attribute (Set) ______ MCC_DOMAIN_LIST
     Attribute (Single) ___ MCC_REGISTRATION_STATE
     Attribute (Single) ___ MCC_UID
     Attribute (Set) ______ MCC_Version
    
    DNS>
    
     I have noticed that the nodes i'm having problems with ,don't have the
    
     MCC_DOMAIN_LIST
    
     I have taken another known good node ENGR22 and deregistered /
    reregistered.
    
     It too, has lost the MCC_DOMAIN_LIST - see below.
    
    DNS> SHO OBJ .ENGR22 ATTR MCC_DOMAIN_LIST
     No information
    DNS> SHO OBJ .ENGR21 ATTR MCC_DOMAIN_LIST
     No information
    DNS> SHO OBJ .ENGR20 ATTR MCC_DOMAIN_LIST
     No information
    DNS> SHO OBJ .ENGR23 ATTR MCC_DOMAIN_LIST
      Member _ 0
                (Hexadecimal):
     aa 00 04 00 3d a9 80 2f 81 38 60 47 94 00 0d 00 01 09 62 5f 72 6f 75
    74 65 72 7
    3 00 00
                (ASCII and Hexadecimal):
     � 00 04 00 = � 80 / 81 8 ` G 94 00 0d 00 01 09 b _ r o u t e r s 00 00
      Timestamp _ 21-MAY-1992 11:14:05.08 aa-00-04-00-e8-b3
    DNS>
    
    When ENGR22 was registered before ok and had MCC_DOMAIN_LIST and the
    Line
    speed etc. were ok. I then deregistered the node from MCC and then re-
    registered it. Since that time , I appear to have lost MCC_DOMAIN_LIST.
    
    
     Can anybody throw some light on the problem !!?? Also , are we
    suppossed
     to deregister from MCC first or DNS and visa - versa??
    
     Kind Regards
     Ian Garden DTN 830 x 4016
                        
T.RTitleUserPersonal
Name
DateLines
3352.1Need to add member to DomainTRM::KWAKTue Jul 14 1992 09:4316
    
    RE: .0
    
    When you register a node4 from Iconic Map, the Iconic Map registers the
    node4, adds the node4 object to the current domain.
    
    In order to accomplish the same results from FCL, you need to do:
    	MCC> register node4 .foo syn foo
        MCC> create domain .yourdomain member .foo
    
    The second command will add MCC_DOMAIN_LIST attribute to the node4
    object .foo.
    
    
    William