| Andrew,
Don't be confused by the DNS image versions when doing analyze/image.
There are only two versions of DECdns in use today. They are V1.1 and
V2.0.
DECdns V2.0 requires DECnet Phase V extensions. You can have a DECdns
V2.0 server node using V1.1 format of the repository, so, if you know
what you are doing, you could potentially have a V2.0 server and a V1.1
server in the same namespace. Unless you are a glutton for punishment,
I would recommend against it.
DECdns is not trivial. You must spend at least as much time learning
DNS as you would learning Polycenter Network Manager (DECmcc). There
are several notes in this conference that deal with DNS issues. I
advise you to check them out.
I also advise you to make a call to the support center and request a
DNS expert. Ask questions. Read manuals. Give up your personal life.
To quickly answer your questions:
The DNS client software comes with VMS. Simply include the
"@SYS$STARTUP:DNS$CLIENT_STARTUP.COM" command in your system startup
procedure on VMS after first executing the DNS$CHANGE_DEFAULT_FILE.COM
procedure to point to a DNS server node on the network.
You may have more than one DNS server in your namespace. The namespace
is composed of clearinghouses which reside on the server nodes (look in
SYS$SYSROOT:[DNS$SERVER] on the DNS server nodes. The *_CH.DNS files
are the clearinghouses. There is one clearinghouse per server.
Directories are in clearinghouses. Objects, groups, links, and other
directories are in directories.
You may reach any DNS server via the DECnet transport on a LAN or
extended LAN.
Be sure you use the MCC_DNS_SETUP.COM procedures to create directories
and backtranslation links, etc.
READ, READ, READ. PRAY, PRAY, PRAY.
Several weeks of cursing, rebuilding namespaces, re-installing DNS, and
populating namespaces with PNM entities will make you a guru. You will
be worshipped and some may even buy you lunch or name their children
after you.
-Dan
|