[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

4978.0. "member name to domain name" by TRN02::ROSSETTO () Thu Apr 29 1993 19:57

    Does somebody knows if it's possible to get a domain name from a member
    name? (I've got the member name and I want to know to which domain that
    member belongs).
    The problem I'm trying to solve is the following:
    I've got several domains and I've got a data collector in each domain.
    I use DCM and other applications that send messages to DECmcc. When I
    get allarm messages from DCM or the applications I want to send them to
    the appropriate data collector (the one sitting in the same domain as
    the entity with the problem). From DCM or the applications I only get
    the entity name (it could be a NODE4 or a REFERENCE type of entity).
    Can I get the domain name from the entity name without having to
    scan all the domains?
    Thanks for any help.
    antonio.
    
    P.S. - Also a more general question: having DECmcc to manage some
    thousand entities spread on some tens of domains, how can I locate a
    specific entity if I don't remember to which domain it belongs?? 
T.RTitleUserPersonal
Name
DateLines
4978.1Not very difficultRACER::daveAhh, but fortunately, I have the key to escape reality.Mon May 03 1993 10:1512
"Membership search" does this for the Iconic map, and I think the
code to do it went out with one of the kits as an example.

It is a fairly simple request, and a call to mcc via MCC_CALL is all that is
needed.

Note that you may get back a list of domains, as each object can be in more
than one domain at the same time.

Maybe one of our wizardly programmers could cobble up a simple command line
interface for membership search, if its not already there.

4978.2grazie!TRN02::ROSSETTOMon May 03 1993 13:432
    Thanks a lot,
    antonio7