[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
5627.0. "REGISTER NODE fails with NameSpace Access Denied" by KETJE::PACCO (Horum omnium fortissimi sunt Belgae) Thu Sep 30 1993 10:25
I have problems in DNS namespace access.
I have all required rights to register and deregister DECnet nodes
with the decnet_dns_register procedure (on ULTRIX).
However, trying inext to register the node from DECmcc to add mcc attributes
to the (existing) dns object, fails.
I execute: REGISTER NODE <fullname> synonym <synonym>
and during the registration I get "NameSpace Access Denied"
What is preventing the registration_fm to get all the node child
entities being registered? Is there something more the registration FM
is trying to do, beside the modification of attributes of the node
object in DNS ? The registration process did already something on
the dns node object as can be seen in DNS:
dns> sho obj bkc.m.rbkc01
SHOW
OBJECT bc:.bkc.m.rbkc01
AT 04-AUG-1993:11:55:34
DNA$NodeSynonym = rbkc01
DNA$Towers (set) = :
Tower 1 Floor 1 = 01 13 (null)
Tower 1 Floor 2 = 02 00 13 ncacn_dnet_nsp
Tower 1 Floor 3 = 04 (null)
Tower 1 Floor 4 = 06 49 00 04 aa 00 04 00 01 10 20
DNS$ACS (set) = :
Flags = none
Rights = read, write, delete, test, control
(V) Principal = bc:.gkk.m.origin.root
DNS$ACS (set) = :
Flags = propagate, group
Rights = read, write, delete, test, control
Group = bc:.dns_admin
DNS$ACS (set) = :
Flags = group
Rights = read, write, delete, test
Group = bc:.mcc_admin
DNS$ACS (set) = :
Flags = propagate, group
Rights = read, write, delete, test, control
Group = bc:.DNA_Registrar
DNS$ACS (set) = :
Flags = propagate
Rights = read, write, delete, test, control
(V) Principal = bc:.bkc.m.rbkc01.DNA$SessCtrl
DNS$ACS (set) = :
Flags = propagate
Rights = read, write, delete, test, control
(IV) Principal = rbkc01::DNA$SessCtrl
(V) Principal = bc:.DNS$IV.rbkc01.DNA$SessCtrl
DNS$ACS (set) = :
Flags = propagate
Rights = read, test
(V) Principal = bc:.*...
DNS$Class = DNA$Node
DNS$ClassVersion = 1.0
DNS$CTS = 1993-08-04-09:04:04.689/08-00-2b-2c-7b-28
DNS$UTS = 1993-08-04-09:29:19.314/08-00-2b-2c-7b-28
MCC_Class = %x01000000
MCC_DOMAIN_LIST = %x08002b2c791e097537b22bf595000c0001036d63630103626b630000
MCC_UID = %x6cd8ad119d90cc010000aa0004000504
MCC_Version = %xa68200089f817d0456010300
mcc_admin, the group under which the DECmcc platform is known
in the network, has read, write, delete and test on the objects, and
node softlinks; and has read,write, test access on their directories.
e.g.mcc_admin has read, write, test in .DNA_NodeSynonym
mcc_admin has read, write, delete, test in .DNA_NodeSynonym.rbkc01
From the iconic map SHOW NODE <node> ALL REFERENCE
gives "Not Registered Entity"
Doing a "REGISTER NODE <node>" tells "The entity is already registered
with MCC."
Kind regards,
Dominique.
T.R | Title | User | Personal Name | Date | Lines |
---|
5627.1 | Check your access in .DNA_BackTranslation.*.* | TOOK::KWAK | | Thu Sep 30 1993 18:23 | 10 |
|
RE: .0
When you register a node (phaseV), DECmcc also tries to create
a softlink in .DNA_BackTranslation.*.* directory in addition to
a softlink in .DNA_NODESYNONYM.
And, you need to have access rights in the .DNA_BackTranslation.*.*
directory.
William
|
5627.2 | Something more than DECnet_dns_register ? | KETJE::PACCO | Horum omnium fortissimi sunt Belgae | Fri Oct 01 1993 08:17 | 14 |
| William,
I had access in these directories, because I can do
decnet_dns_register register without any problem
decnet_dnsA_register deregister without any problem
After the register I also find the nodesynonym and backtranslation
link!
The problem is that DECmcc PhaseV AM seems to require something
more.
Regards,
Dominique.
|