[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

2000.0. "Unable to register in domain" by HOO78C::TIMMERMANS () Sun Dec 29 1991 20:02

I am unable to register an NODE4 entity in DOMAIN CONTROL , after a 
DEREGISTRATION or ERASE in DOMAIN DELTA-1 and registrate it in DOMAIN
CONTROL it always shows up in DOMAIN DELTA-1.
What is wrong here????

I am using DECmcc T1.2.4 with VMS Version 5.5, installed DECmcc using it's
local MIR database instead of DNS. Submitted the following command procedure:

$ MCC
DIR NODE4 VX0035, IN DOMAIN DELTA-1
DIR NODE4 VX0035, IN DOMAIN CONTROL
DEREGISTER NODE4 VX0035, IN DOMAIN DELTA-1
REGISTER NODE4 VX0035 SYNONYM VX0035, IN DOMAIN CONTROL
DIR NODE4 VX0035, IN DOMAIN DELTA-1
DIR NODE4 VX0035, IN DOMAIN CONTROL
ERASE NODE4 VX0035 , IN DOMAIN DELTA-1
REGISTER NODE4 VX0035 SYNONYM VX0035, IN DOMAIN CONTROL
DIR NODE4 VX0035, IN DOMAIN DELTA-1
DIR NODE4 VX0035, IN DOMAIN CONTROL
EXIT

This is it's log file:

$!
$! This command procedure is a framework for building an individual
$! login command procedure. It is executed every time that you log
$! into your account.
$!
$ mcc :== manage/enter
$  IF F$MODE() .NES. "INTERACTIVE" THEN GOTO ENDINTER
$ENDINTER:
$  IF F$MODE() .NES. "BATCH" THEN GOTO ENDBATCH
$!
$! Put commands you want executed only in batch mode between this comment
$! and the "ENDBATCH:" symbol.
$!
$
$ENDBATCH:
$!
$! Put commands that you want executed in any mode of login below.
$!
$!-------------------------------------------------------------------------
$ MCC
DECmcc (T1.2.4)

DIR NODE4 VX0035, IN DOMAIN DELTA-1
			    -------	
Node4 LOCAL_NS:.vx0035 
AT 29-DEC-1991 23:39:25 

Directory successful, entity has only been partially registered.
                        Registered Name = LOCAL_NS:.vx0035
                                   Name = VX0035
                                Address = 1.35
DIR NODE4 VX0035, IN DOMAIN CONTROL
			    -------
Node4 VX0035 
AT 29-DEC-1991 23:39:31 

The requested operation cannot be completed
            MCC Unhandled Service Reply = The requested operation cannot be 
                                          completed
                      MCC Routine Error = %MCC-E-INV_ENTITY, invalid entity 
                                          structure
DEREGISTER NODE4 VX0035, IN DOMAIN DELTA-1
				   -------
Node4 1.35 
AT 29-DEC-1991 23:39:38 

Deregistration Successful
REGISTER NODE4 VX0035 SYNONYM VX0035, IN DOMAIN CONTROL
						-------
Node4 LOCAL_NS:.vx0035 
AT 29-DEC-1991 23:39:38 

Partial registration success. Please retry later to complete the registration.
        Reason for Partial Registration = Node not currently accessible.
DIR NODE4 VX0035, IN DOMAIN DELTA-1
			    -------
Node4 LOCAL_NS:.vx0035 
AT 29-DEC-1991 23:39:45 

Directory successful, entity has only been partially registered.
                        Registered Name = LOCAL_NS:.vx0035
                                   Name = VX0035
                                Address = 1.35
DIR NODE4 VX0035, IN DOMAIN CONTROL
			    -------
Node4 VX0035 
AT 29-DEC-1991 23:39:47 

The requested operation cannot be completed
            MCC Unhandled Service Reply = The requested operation cannot be 
                                          completed
                      MCC Routine Error = %MCC-E-INV_ENTITY, invalid entity 
                                          structure
ERASE NODE4 VX0035 , IN DOMAIN DELTA-1

Node4 VX0035 
AT 29-DEC-1991 23:39:49 

All information about entity erased.
REGISTER NODE4 VX0035 SYNONYM VX0035, IN DOMAIN CONTROL
						-------
Node4 LOCAL_NS:.vx0035 
AT 29-DEC-1991 23:39:50 

Partial registration success. Please retry later to complete the registration.
        Reason for Partial Registration = Node not currently accessible.
DIR NODE4 VX0035, IN DOMAIN DELTA-1

Node4 LOCAL_NS:.vx0035 
AT 29-DEC-1991 23:39:52 

Directory successful, entity has only been partially registered.
                        Registered Name = LOCAL_NS:.vx0035
                                   Name = VX0035
                                Address = 1.35
DIR NODE4 VX0035, IN DOMAIN CONTROL
			    -------
Node4 VX0035 
AT 29-DEC-1991 23:39:53 

The requested operation cannot be completed
            MCC Unhandled Service Reply = The requested operation cannot be 
                                          completed
                      MCC Routine Error = %MCC-E-INV_ENTITY, invalid entity 
                                          structure
EXIT
  SYSTEM       job terminated at 29-DEC-1991 23:39:57.41

  Accounting information:
  Buffered I/O count:             172         Peak working set size:    7005
  Direct I/O count:               269         Peak page file size:     16919
  Page faults:                   5043         Mounted volumes:             0
  Charged CPU time:           0 00:00:23.81   Elapsed time:     0 00:00:41.82


Adrie Timmermans,
CS/EIS Holland
T.RTitleUserPersonal
Name
DateLines
2000.1REGISTER directive(s) are domain independentCHRISB::BRIENENDECmcc Bridge|Station|SNMP Management.Mon Dec 30 1991 13:0316
The REGISTER directive adds a new (typically global) entity to the namespace
(or attempts to complete the addition of an entity that was partially added
in a previous attempt). It does not add a new member to a domain.

The IN DOMAIN qualifier has no meaning when applied to the REGISTER directive
(at least no meaning that I'm aware of). 

The DEREGISTER and ERASE directives remove an existing entity from the
namespace. They also, as a byproduct, remove the targetted entity from
domains of which the target entity is a member.

It looks like either the DIRECTORY directive or the domain named "CONTROL"
has problems. Does domain CONTROL exist?

						Chris