Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Start Clustered Hash Table Server (STRCHTSVR) command is used to define a clustered hash table server on each cluster node specified in the NODE parameter. Successful completion of this command results in a job being started on each node defined in the cluster. Each node specified on the NODE parameter will be in the clustered hash table servers domain.
The clustered hash table server enables sharing and replicating data between cluster nodes using the Clustered Hash Table APIs. The data is stored within the clustered hash table server in non-persistent storage.
You can use the End Clustered Hash Table Server (ENDCHTSVR) command to end the clustered hash table server.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SERVER | Server | Communications name | Required, Positional 1 |
RSPTIMO | Request response timeout | 1-300, 60 | Optional |
AUTL | Authorization list | Name, *SERVER | Optional |
NODE | Node | Values (up to 20 repetitions): Communications name, *LOCAL | Optional |
Top |
Specifies the clustered hash table server to be started.
This is a required parameter.
Top |
Specifies the amount of time (in seconds) that the clustered hash table server has to complete a retrieve request. An error will be returned to the requestor of the retrieve if the clustered hash table server does not get a response before the specified length of time. This parameter is ignored when the current cluster version is 3 or greater.
Top |
Specifies an authorization list for the clustered hash table server. This defines the list of users authorized to start, end and connect to the clustered hash table server. An authorization list by the same name must exist on all nodes in the NODE parameter. The same authorization list name must be specified when starting a clustered hash table server that is already active on other nodes in the cluster.
Top |
Specifies the list of cluster nodes that compose the clustered hash table domain. A server job will be started on each of the cluster nodes specified. If the clustered hash table server already exists in the cluster, the cluster nodes specified will be added to the clustered hash table domain and a job will be started on the node specified. Nodes in this list must be unique.
The nodes must be active in the cluster.
Top |
Example 1: Starting a Local Clustered Hash Table Server
STRCHTSVR SERVER(CHTSVR1)
This command starts clustered hash table server CHTSVR1 only on the local node. There is no authority restriction on the clustered hash table server.
Example 2: Starting a Clustered Hash Table Server on Multiple Nodes
STRCHTSVR SERVER(CHTSVR2) AUTL(AUTHLIST) NODE(FRED BARNEY)
This command starts clustered hash table server CHTSVR2 on nodes FRED and BARNEY. The clustered hash table server has access restricted by authorization list AUTHLIST.
Top |
Top |