FRAMES | NO FRAMES Description | Parameters | Example
URL:http://server:port/arcgis/admin/clusters/create
HTTP Method:POST
Parent Resource:Clusters
Required Privileges:Administrator

Description

Creating a new cluster involves defining a clustering protocol that will be shared by all server machines participating in the cluster. All server machines that are added to the cluster must be registered with the site.

The clustering protocol and the initial list of server machines are optional. In this case, the server picks the default clustering protocol and selects the port numbers such that they do not conflict with other configured ports on the server machine.

Once a cluster has been created you can add more machines (to increase the compute power) or remove them (to reduce the compute power) dynamically.

Parameters

Parameter Description
clusterName The name of the cluster. This must be a unique name within a site.
machineNames An optional comma-separated list of server machines to be added to this cluster.
tcpClusterPort A TCP port number that will be used by all the server machines to communicate with each other when using the TCP clustering protocol. This is the default clustering protocol. If this parameter is missing, a suitable default will be used.
f The response format. The default response format is html.
Values: html | json

Example

http://server:port/arcgis/admin/clusters/create
clusterName=MapsCluster
machineNames=SERVER1.DOMAIN.COM,SERVER2.DOMAIN.COM
tcpClusterPort=5000