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 |
A quick question re register operation, I registered a snanode child entity in a domain ap_test, then if I show all members in that domain the child entity does not appear... any explanations MCC> sho doma ap_test mem * Using default ALL IDENTIFIERS Domain LOCAL_NS:.ap_test Member LOCAL_NS:.ap_col_1 AT 1-JUL-1993 11:14:04 Identifiers Examination of attributes shows MemberName = LOCAL_NS:.ap_col_1 MCC> register snanode sscp06 link l0804, in domain ap_test SNAnode LOCAL_NS:.sscp06 Link L0804 AT 1-JUL-1993 11:14:46 Regsitration successful. MCC> sho doma ap_test mem * Using default ALL IDENTIFIERS Domain LOCAL_NS:.ap_test Member LOCAL_NS:.ap_col_1 AT 1-JUL-1993 11:14:53 Identifiers Examination of attributes shows MemberName = LOCAL_NS:.ap_col_1 MCC>
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5287.1 | I don't think ", in domain" works for register | CHEEKO::DITMARS | Pete | Tue Jul 13 1993 18:33 | 14 |
register y , in domain x is not (I think) the same thing as create domain x member y I'm not quite sure what the ", in domain" qualifier would do on a register command. It may well be ignored entirely. I believe only global entities can be created as domain members. You can, using the IMPM, add a non-global entity to a map... but it isn't really a member of the domain. This is inconsistent, but useful since the entity is fully managable and notifications will hit that entity just fine. You just can't see that non-global entity as being a member of the domain from the FCL. |