Regroup Using the cluster_util Script

The cluster_util script can issue a regroup command to all nodes that are reachable and recycle their connections while setting the timekeeper. This does not require a cluster reboot.

The cluster_util command-line parameters for repairing a cluster node are described in Using the cluster_util Program .

To re-group using the cluster_util

1. From the computer where TDV is installed, open a DOS window or UNIX terminal.
2. Navigate to the <TDV_install_dir>/bin directory.
3. Run the cluster_util script using .bat for Windows or .sh for UNIX. For example:
./cluster_util.sh 
–regroup
-user <username>
-password <password>
-server <cluster server hostname>
[-port <cluster server port>]

Replace the information in the angle brackets with the appropriate information for a TDV server in the cluster. Information in square brackets is optional. The node indicated as the <cluster server hostname> becomes the timekeeper node if it is not already the timekeeper node.

For Example

./cluster_util.sh –regroup –user admin –password admin –server localhost –port 9400