SHARE |
|
Setting Up OpenVMS 7.1 DNS CLERK | by Bill Degnan - 06/06/2016 10:37 |
DNS Clerk
Manage namespace and clearinghouse characteristics for the DIGITAL Distributed Name Service (DECdns) clerk. dns clerk, known namespace, manual nameserver , remote clearinghouse I believe you set DNS using BIND in OPenVMS...checking stand by.,.. http://labs.hoffmanlabs.com/node/1533 "..With TCP/IP Services V5.0 and later, invoke the configuration tool: $ @SYS$MANAGER:TCPIP$CONFIG.COM With TCP/IP Services versions prior to V5.0, invoke the configuration tool: $ @SYS$MANAGER:UCX$CONFIG.COM You will want to select the so-called core environments configuration menus within the configuration tool to access the host name and the IP address(es) assigned to the network controllers, or to change the IP domain or subdomain for the host. If you are using DNS, you will want to coordinate the host name change with the organization maintaining your DNS servers. The /etc/hosts file? When reconfiguring hosts other than the OpenVMS host itself (described above), OpenVMS does not have a manually-edited configuration file; you'll be using a configuration utility to manage the host database. With TCP/IP Services V5.0 and later, invoke the configuration utility: $ TCPIP With TCP/IP Services versions prior to V5.0, invoke the configuration utility: $ UCX The commands to add and delete hosts are SET HOST and SET NOHOST, and these can be used to add host names to the OpenVMS analog of /etc/hosts file, and to set up aliases for these hosts. Here are some command examples: SET HOST host.example.com /ADDRESS=192.168.1.1 SET HOST host.example.com /ALIAS=www SET HOST host.example.com /NOALIAS=www SET NOHOST host.example.com See the HELP text within the utility for additional details. For all but the smallest networks, HoffmanLabs recommends DNS and not static host files and static definitions. ..." Reply |