link delete
Removes a link entry from CDS. The syntax is:
link delete link_name_list
Description The link delete operation removes a link entry from the Cell Directory Service. This task is usually done through a client application. The required
link_name_list argument is a list of one or more full CDS names of the link entry to be removed. Returns an empty string on success.
Privileges Required You must have d (delete) permission to the link entry, or administer permission to the directory that stores the link entry.
Examples The following command deletes the link /.:/sales/tokyo/price-server.
dcecp> link delete /.:/sales/tokyo/price-server dcecp>
|