PreviousNext

clearinghouse disable

Removes knowledge of the specified clearinghouse from the local server's memory. The syntax is:

clearinghouse disable clearinghouse_name_list

Description
The clearinghouse disable operation removes knowledge of the specified clearinghouse from the local server's memory. The clearinghouse_name_list argument is a list of names of one or more clearinghouses you want to disable. Use this command when relocating a clearinghouse. This command removes the name of the prefix of the clearinghouse files from the /opt/dcelocal/var/directory/cds/cds_files file and notifies the local CDS server that the clearinghouse is disabled. The clearinghouse entry is not removed from the namespace, nor are the data files associated with the clearinghouse removed. Returns an empty string on success.

Privileges Required
You must have w (write) permission to the CDS server on which the clearinghouse resides.

Examples
The following command disables the clearinghouse /.:/Paris2_CH so that it can be moved to another server:

dcecp> clearinghouse disable /.:/Paris2_CH
dcecp>