$ ! $ ! This file contains commands to register nodes in the DECdns Name Server. $ ! The commands are based on information from the DECdns local node file: $ ! $ ! SYS$SYSTEM:DECNET_LOC_NODE_DEFINITIONS.TXT $ ! $ ! The registration data can be edited and modified, based on your network $ ! needs. $ ! $ ! $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "Register all nodes defined in the local DECdns namespace" $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "You should check the node registration commands in this procedure" $ WRITE SYS$OUTPUT "to ensure that the nodes are registered into the correct DECdns" $ WRITE SYS$OUTPUT "directories. If necessary, edit this procedure and modify the" $ WRITE SYS$OUTPUT "node names so that the directories are correct." $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "It takes approximately 5 to 10 minutes to register 30 nodes, depending" $ WRITE SYS$OUTPUT "on the performance of the DECdns server system, and the amount of" $ WRITE SYS$OUTPUT "traffic on the network." $ WRITE SYS$OUTPUT "" $ INQUIRE CNT "* Do you wish to continue at this time (YES/NO, Def=YES)" $ WRITE SYS$OUTPUT "" $ IF CNT .NES. "" .AND. CNT .NES. "Y" .AND. CNT .NES. "YE" .AND. CNT .NES. "YES" THEN EXIT $ $ RUN SYS$UPDATE:DECNET_MIGRATE ! ! To change how nodes are registered, modify the following commands. ! ! The command format is: ! ! DNS_REGISTER fullname SYNONYM=synonym TYPE=type - ! ADDRESS=address IDP=prefix - ! overwrite - ! LOG=logfile ! ! The command parameters are: ! ! fullname - The node's DECdns full name, including all namespace ! directory information. The format is: ! ! namespace:.directories.name (for example CORP:.Bld1.Research ! ! synonym - The node's Phase IV synonym. This is a one-to-six character ! where the characters can be letters or digits, with at least ! one letter. The format is: ! ! name (for example, RESRCH). ! ! type - The node's type. This must be one of: ! ! PHASE_V - This is a DECnet-Plus node. ! PHASE_IV - This is a DECnet Phase IV node. ! ! address - The node's DECnet Phase IV address. Supply this parameter if ! and only if the type is Phase_IV. Do not supply this parameter ! if the type is PHASE_V. The format is: ! ! area.nodeid (for example, 3.102). ! ! prefix - The node's Phase IV address prefix. Supply this parameter if ! and only if the type is Phase_IV. Do not supply this parameter ! if the type is PHASE_V. The format is: ! ! afi:idi:predsp (for example, 49::). ! ! overwrite - This is an optional parameter. If present, it must be one of: ! ! OVERWRITE - Command will update any existing registration. ! NOOVERWRITE - Command will fail if node already registered. ! ! The default is NOOVERWRITE. ! ! logfile - This is an optional parameter. If present, all registration ! operations will be logged into the named file. The format is: ! ! filename (for example, NODE_REGISTRATIONS.LOG). ! DNS_REGISTER .DTV3 SYNONYM=ALPHA TYPE=5 NOOVERWRITE DNS_REGISTER .DTV4 SYNONYM=BETA TYPE=5 NOOVERWRITE DNS_REGISTER .CLUE SYNONYM=DTV3 TYPE=5 NOOVERWRITE DNS_REGISTER .DELTA SYNONYM=DELTA TYPE=4 NOOVERWRITE ADDRESS=01.0007 IDP=37::