Stops the DECdns server on the specified node. The server is disabled after all transactions in process have completed. When this procedure is completed, the server's State attribute is set to off. You can also enter this command through the NCL interface. SYNOPSIS DISABLE [NODE node-id] DNS SERVER Argument node-id The name of the node. If you do not specify a node name, the local node is assumed. PRIVILEGES REQUIRED You must have the NET$MANAGE rights identifier (VMS systems) or superuser privileges (ULTRIX systems).
1 – example
The following command halts the DECdns server running on the .eng.abc node. dns> disable node .eng.abc dns server
2 – clearinghouse
Disables the specified clearinghouse on the specified node. When this procedure is completed, the State attribute is set to Off. You can also enter this command through the NCL interface. SYNOPSIS DISABLE [NODE node-id] DNS SERVER CLEARINGHOUSE clearinghouse-name Arguments node-id The name of the node. If you do not specify a node name, the local node is assumed. clearinghouse-name The name of the clearinghouse being disabled. PRIVILEGES REQUIRED You must have the NET$MANAGE rights identifier (VMS systems) or superuser privileges (ULTRIX systems).
2.1 – example
The following command disables the .ny_ch clearinghouse on the .eng node: dns> disable node .eng clearinghouse .ny_ch