Active Cluster Guide > The cluster_util Command-Line Program > The -join Subcommand
 
The -join Subcommand
You use the -join subcommand of cluster_util to add a TDV Server to an existing Active Cluster.
Example
./cluster_util.sh -server localhost -port 9410 -user admin -password admin
-join -memberServer localhost -memberPort 9400 -memberUser admin -memberPassword admin
 
This command joins the TDV Server named localhost at port 9410 to the cluster to which the server named localhost at port 9400 belongs. Because a server can belong to only one cluster, no cluster name is required.