1. 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
  2. Start the first node or management node in the cluster by running the following command:
    /opt/pingidentity/ase/bin/start.sh
    Note:

    The first node or management node of the ASE cluster has the peer_node parameter empty in the cluster.conf file.

  3. Verify the status of the node by running the status command.
  4. Start the next node in the cluster only after the status of the node changes to started.
    /opt/pingidentity/ase/bin/cli.sh status -u admin -p 
    Status: started
  5. Repeat steps 2 and 3 for all the other nodes in the cluster to complete the cluster restart.