1 – clerk
disable [node node-id] dns clerk This command stops the DECdns clerk on the specified node, causing all active communication with any DECdns server to be aborted and all client calls in progress to fail with an error. You can also enter this command through the dns$control utility. The clerk cache is copied to disk. When this procedure has completed, the clerk's State attribute is set to off. You must have the NET$MANAGE rights identifier (OpenVMS systems) or superuser privileges (Tru64 Unix systems). NOTE If you are disabling a clerk on a node where a server is running, make sure you disable the server first. The following command halts the DECdns clerk running on node .mfg.miranda: disable node .mfg.miranda dns clerk
2 – server
disable [node node-id] dns server 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 dns$control utility. You must have the NET$MANAGE rights identifier (OpenVMS systems) or superuser privileges (Tru64 Unix systems). The following command halts the DECdns server running on the .eng.abc node: disable node .eng.abc dns server
2.1 – clearinghouse
disable dns server clearinghouse clearinghouse-name Disables the specified clearinghouse. HP recommends that you issue this command locally only. When this procedure is completed, the State attribute is set to Off. You can also enter this command through the dns$control utility. You must have the NET$MANAGE rights identifier (OpenVMS systems) or superuser privileges (Tru64 Unix systems). The following command disables the .ny_ch clearinghouse on the local node: disable dns server clearinghouse .ny_ch