T.R | Title | User | Personal Name | Date | Lines |
---|
3007.1 | | TRM::KWAK | | Fri May 15 1992 16:51 | 12 |
|
You need the directories for "registered names".
For example, you issue the following Register command:
MCC> register bridge .mydir.foo address = 08-00-2b-00-11-12
You need to have directory called ".mydir" in your namespace.
You can use the same MCC_DNS_SETUP.COM command procedure to create
additional directories.
Terminal Servers needs .MCC_TERMINAL_SERVER_BackTranslation directory.
|
3007.2 | | HANNAH::B_COBB | | Sun May 17 1992 21:10 | 4 |
| I am registering from the iconic map. I do not give a directory but
just the name of the bridge I want to register.
Bill
|
3007.3 | Is ELM installed | GWTEAL::WOESTEMEYER | Why??...Why not!!! | Mon May 18 1992 09:22 | 9 |
| Bill,
Have you installed the ELM access module? DECmcc T1.2.7 does not
include any bridge access modules. See note 3.149 for ELM kit
location.
Steve
|
3007.4 | | HANNAH::B_COBB | | Mon May 18 1992 10:09 | 56 |
| yes, I installed ELM T1.2.7
Here is the output of the IVP
@MCC_ELM_IVP.COM;2
The IVP for DECmcc ELM T1.2.7 will now be run.
DECmcc (T1.2.7)
MCC 0 BRIDGE_AM
AT 18-MAY-1992 09:08:12
Test successful.
DECmcc (T1.2.7)
MCC 0 CONC_AM
AT 18-MAY-1992 09:08:35
Test successful.
DECmcc (T1.2.7)
MCC 0 FDDI_AM
AT 18-MAY-1992 09:08:51
Test successful.
DECmcc (T1.2.7)
MCC 0 STM_FM
AT 18-MAY-1992 09:09:12
Test successful.
DECmcc (T1.2.7)
MCC 0 FDDI_FM
AT 18-MAY-1992 09:09:35
Test successful.
DECmcc (T1.2.7)
MCC 0 ICONICMAP APPLICATION LAN_TOPOLOGY_PM
AT 18-MAY-1992 09:09:54
Test Successful
DECmcc ELM T1.2.7 Installation Successful
$
|
3007.5 | | HANNAH::B_COBB | | Tue May 19 1992 09:58 | 4 |
| Anyone have any idea what is happening here? All other modules work
i.e. TSAM and IP.
Thanks
|
3007.6 | Try some commands | TRM::KWAK | | Tue May 19 1992 17:25 | 12 |
|
RE: .5
Please issue the following command in FCL, and post the result:
MCC> show mcc 0 all char
Please issue the DCL command:
$ mcr dns$control sho dir . known child
$ mcr dns$control sho access dir .MCC_Bridge_BackTranslation
|
3007.7 | | HANNAH::B_COBB | | Wed May 20 1992 07:57 | 67 |
|
Here is the info requested.
MCC> show mcc 0 all char
MCC 0
AT 20-MAY-1992 06:55:58 Characteristics
Examination of Attributes Shows:
Component Version = T1.2.7
Component Identification = "DECmcc"
Namespace Selection = "DECdns"
Default Namespace Root Directory = ""
$ mcr dns$control sho dir . known child
Child ______ DNA_BACKTRANSLATION
Child ______ DNA_NODE
Child ______ DNA_NODESYNONYM
Child ______ DTSS_GlobalTimeServers
Child ______ MCC
Child ______ MCC_BRIDGE_BACKTRANSLATION
Child ______ MCC_CONCENTRATOR_BACKTRANSLATION
Child ______ MCC_FDDI_BACKTRANSLATION
Child ______ mcc_ip
Child ______ MCC_Sample_BackTranslation
Child ______ MCC_SNMP_BackTranslation
Child ______ MCC_STATION_BACKTRANSLATION
Child ______ MCC_TERMINAL_SERVER_BACKTRANSLATION
Child ______ MCC_UID
Child ______ RSM
Child ______ snmp
$ mcr dns$control sho access dir .MCC_Bridge_BackTranslation
Entry ______ ONTIME::SYSTEM _ (ONTIME_NS:.DNS$IV.ONTIME.SYSTEM)
Flags _____ NOPROPAGATE
Rights ____ READ WRITE DELETE TEST CONTROL
Entry ______ ONTIME::DNS$SERVER _
(ONTIME_NS:.DNS$IV.ONTIME.DNS$SERVER)
Flags _____ NOPROPAGATE
Rights ____ READ WRITE DELETE TEST CONTROL
Entry ______ ONTIME_NS:.ontime_ch
Flags _____ NOPROPAGATE
Rights ____ READ WRITE DELETE TEST CONTROL
Entry ______ ORATOR::SYSTEM _ (ONTIME_NS:.DNS$IV.ORATOR.SYSTEM)
Flags _____ PROPAGATE
Rights ____ READ WRITE DELETE TEST CONTROL
Entry ______ ORATOR::SYSTEM _ (ONTIME_NS:.DNS$IV.ORATOR.SYSTEM)
Flags _____ DEFAULT PROPAGATE
Rights ____ READ WRITE DELETE TEST
ORATOR is the system with MCC running and ONTIME is the DNS server.
Thanks for any help.
|
3007.8 | | TRM::KWAK | | Wed May 20 1992 10:17 | 24 |
|
re: .7
Were you running MCC from SYSTEM account on ORATOR?
If not, you don't have any access rights to the
.MCC_Bridge_Backtranslation directory.
When the user does not have any access rights to a directory and tries
to create an object or softlink (backtranslation link) in DECdns
namespace, the DECdns returns "%DNS-E-UNKNOWNENTRY, Requested entry
does not exist". The DECdns treates the protected directory as
"unknown directory".
Please try the following MCC command and post the result:
$ man/ent
MCC> regi refer .MCC_Bridge_Backtranslation.foo
MCC> deregi refer .MCC_Bridge_Backtranslation.foo
(The command will try to create and delete a DNS object
.MCC_Bridge_Backtranslation.foo)
William
|
3007.9 | | HANNAH::B_COBB | | Wed May 20 1992 14:21 | 6 |
| Correct on the access problem. That was it. We were running from
a different account. The error threw me since I was used to seeing
"NO RIGHTS TO PERFORM THE REQUESTED OPERATION" error when there are
access problems.
Thanks alot for the help.
|