Active Cluster Guide > The cluster_util Command-Line Program > The -remove Subcommand
 
The -remove Subcommand
You use the -remove subcommand of cluster_util to remove a TDV Server from an Active Cluster. To remove an entire cluster, you remove all TDV Servers in the cluster, one at a time, using the same command. Removing the last server deletes the cluster.
Example
./cluster_util.sh -server localhost -port 9410 -user admin -password admin -remove
 
This command removes the TDV Server named localhost at port 9410 from the cluster to which it belongs. Because a server can belong to only one cluster, no cluster name is required.