Restarting an ASE cluster
To ensure consistent cluster behavior, you should restart API Security Enforcer (ASE) cluster nodes, one node at a time.
Steps
-
Stop all the nodes in the cluster by running the following command on any ASE node in the cluster:
/opt/pingidentity/ase/bin/stop.sh cluster –u admin –p
-
Start the first node or management node in the cluster by running the following command:
/opt/pingidentity/ase/bin/start.sh
The first node or management node of the ASE cluster has the
peer_node
parameter empty in thecluster.conf
file. -
Verify the status of the node by running the
status
command. -
Start the next node in the cluster only after the status of the node changes to
started
.Example:
/opt/pingidentity/ase/bin/cli.sh status -u admin -p Status: started
-
Repeat steps 2 and 3 for all the other nodes in the cluster to complete the cluster restart.