[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

118.0. "Where is Reference info stored?" by NSSG::R_SPENCE () Wed May 02 1990 15:05

       
    
    Where is the reference information for an entity stored. I looked in
    DNS for it but it didn't jump out at me so I guess I missed it.
    
    For example;
    
    MCC> sho station nets all ref
    STATION CLAUDI_NS:.NETS
    Reference
    AT  2-MAY-1990 13:57:50
    
    
    Examination of attributes shows:
                        Implementation Desc = "VS 3100"
                                   Location = "LKG2-1, pole S2"
                               MAIL Account = "NETS::R_SPENCE"
                               Phone Number = "226-7991"
                                    Remarks = "FT1 Testing, 27-Apr-90"
                         Responsible Person = "Rob Spence"
                                  Text File = "nets::sys$manager:ident.txt"
    MCC>
     
    Where is all this info stored. Claudia was able to enter it all from
    the MCC director running on her system and I was able to view it so
    it seemed that it had to be stored in DNS but I can't find it using
    DNS$CONTROL.
    
    This info was put in the STATION entity class because I couldn't find
    anything in the NODE4 class documentation that let me add this info
    for a Node. Is there a way to add reference info for entity classes
    other than STATION?
    
    s/rob   
T.RTitleUserPersonal
Name
DateLines
118.1Reference info stored as mcc-defined attributesTOOK::NELSONThu May 03 1990 09:0522
Reference information is stored in the DECdns namespace, as you 
suspected.  We store it as MCC-define DNS attributes under the namespace 
entry.

You can't see it with dns$control due to a bug in the V1.* server.  Our 
attribute names are binary names.  The default `start' for the server's 
enumeration of attributes is an ascii null.  Since our names a binary, 
they collate before the ascii null and are not returned.

The V2.* server will remedy this.  Once we go to V2, you will be able to 
see the attributes - they will all start with MCC$, but since the names 
are binary, they won't make much sense to you.

Since we store the instance hierarchy as attributes under the global 
entry, we needed a way to carry class hierarcy information in the 
attribute names.  The names are restricted to 31 characters, so we had 
to go to a binary encoding to create attribute names that carried the 
information required.

...kjn

118.2That answers it. Thanks.NSSG::R_SPENCEThu May 03 1990 12:173
    Thanks. That clears up the mystery.
    
    s/rob