CL Command Reference - STRCHTSVR
CL Command List > STRCHTSVR Reference
Description:
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:
. Cluster Resource Service must be active on the local node.
. All nodes specified in the NODE parameter must have Cluster Resource Services active.
. Requesting user profile must exist on all nodes specified in the NODE parameter.
. Requesting user must have change (*CHANGE) authority to the authorization list, if specified, on the current node as well as all nodes specified for the Node (NODE) parameter to perform the start.
Examples:
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.