MicroStrategy ONE

Add Server to Cluster statement

Adds an Intelligence Server to the cluster.

Copy
ADD 
 SERVER "server_name" TO 
 CLUSTER;

where:

  • SERVER "server_name" is the name of the server to join the cluster, of type string.

Example

Copy
ADD SERVER "PROD_SRV" 
 TO CLUSTER;