T.R | Title | User | Personal Name | Date | Lines |
---|
4481.1 | Check if the entry is directory name or link name | TRM::KWAK | | Tue Feb 02 1993 08:53 | 12 |
| RE: .0
Check a DNS entry called NMBS:.A_ANTWERPEN, which may be a directory
name or softlink:
$ mcr dns$control
DNS> show directory NMBS:.A_ANTWERPEN
DNS> show link NMBS:.A_ANTWERPEN
If the DNS entry already exists, you have to use other name for your
domain. A DNS entry name has to be unique in the name space.
William
|
4481.2 | None of these! | BRSVMS::VDKERCKHOVE | Never say NEVER | Tue Feb 02 1993 09:26 | 6 |
| > Check a DNS entry called NMBS:.A_ANTWERPEN, which may be a directory
> name or softlink:
None of these exist in the namespace !
EricV.
|
4481.3 | Try more DNS commands | TRM::KWAK | | Tue Feb 02 1993 10:08 | 31 |
|
When you issue "MCC> create domain .A_ANTWERPEN" command, DECmcc will
do the following:
1. create DNS object .A_ANTWERPEN, and add many attributes to the
object,
2. create DNS object A_ANTWERPEN_MCC_EXT000, and add attributes to
the object.
The error "%DNS-E-ENTRYEXISTS" means that either .A_ANTWERPEN or
.A_ANTWERPEN_MCC_EXT000 already exists as a "DNS entry" in the namespace.
Does your namespace have Read-only replica of the root directory?
Try the following:
DNS> sho object .A_ANTWERPEN
DNS> sho object .A_ANTWERPEN_MCC_EXT000
DNS>! IF the above objects do not exist, let's try create DNS object
DNS> create object .A_ANTWERPEN
Object class? mcc
Class version? 1
Class minor version? 1
DNS> create object .A_ANTWERPEN_MCC_EXT000
Object class? mcc
Class version? 1
Class minor version? 1
Were the object creation successful?
William
|
4481.4 | Object creation in DNS also fails. | BRSVMS::VDKERCKHOVE | Never say NEVER | Tue Feb 02 1993 10:39 | 57 |
| Thanks for the ideas, William.
> Does your namespace have Read-only replica of the root directory?
no,
DNS> sho char dir .
Clearinghouses __________ ALLOWED
Convergence _____________ HIGH
Last successful update __ 2-FEB-1993 11:53:56.07
Directory copies:
Address _________________ L15S01 (12.80)
Replica Type ____________ Master
Clearinghouse ___________ NMBS:.l15s01_ch
and... object creation:
DNS> create object .A_ANTWERPEN
Object class? mcc
Class version? 1
Class minor version? 1
%DNS-E-ENTRYEXISTS, Creation not possible, entry already exists
DNS> sho obj .A_ANTWERPEN
%DNS-E-UNKNOWNENTRY, Requested entry does not exist
DNS> create object .A_ANTWERPEN_MCC_EXT000
Object class? mcc
Class version? 1
Class minor version? 1
%DNS-E-ENTRYEXISTS, Creation not possible, entry already exists
DNS> sho object .A_ANTWERPEN_MCC_EXT000
%DNS-E-UNKNOWNENTRY, Requested entry does not exist
DNS> sho dir . kno obj
Object _____ DNA_Registrar
Object _____ l15s01_ch
DNS> sho acc dir .
Entry ______ L15S01::SYSTEM _ (NMBS:.DNS$IV.L15S01.SYSTEM)
Flags _____ NOPROPAGATE
Rights ____ READ WRITE DELETE TEST CONTROL
Entry ______ L15S01::DNS$SERVER _ (NMBS:.DNS$IV.L15S01.DNS$SERVER)
Flags _____ NOPROPAGATE
Rights ____ READ WRITE DELETE TEST CONTROL
Entry ______ NMBS:.l15s01_ch
Flags _____ NOPROPAGATE
Rights ____ READ WRITE DELETE TEST CONTROL
Entry ______ NMBS:.dna_registrar
Flags _____ PROPAGATE GROUP
Rights ____ READ WRITE DELETE TEST CONTROL
I was L15S01::SYSTEM during this session.
|
4481.5 | | TOOK::KWAK | | Tue Feb 02 1993 17:31 | 8 |
|
RE: .4
Is your problem solved now?
If NOt, see Notes # 3713.5 for possible help.
William
|
4481.6 | the objects are in the indexed file ! | BRSVMS::VDKERCKHOVE | Never say NEVER | Wed Feb 03 1993 16:42 | 8 |
| RE: .5
Still isn't solved.
I dumped the dns namespace indexed file and there are records
with A_ANTWERPEN in them! I can't see them in dns$control.
EricV.
|
4481.7 | Try NOTED::DNS Notes conference | TOOK::KWAK | | Wed Feb 03 1993 17:00 | 9 |
|
It looks like that you (your account) do not have access to the DNS
object A_ANTWERPEN. You need to find an account which has all access
rights to the DNS object (plus MCC Domain Extension object) and to
have your account name added to the DNS object's ACL.
Maybe you can ask a question in NOTED::DNS notes conference.
William
|