Deleting UUID to propagate a changed password
You can change the password on a single API Security Enforcer (ASE) node and propagate the change to other nodes in the ASE cluster.
About this task
To do this, you must copy the /data
directory of the ASE node on which the password has been modified to the other nodes in the cluster.
The |
To propagate the changed password to all the nodes in an ASE cluster:
Steps
-
Change the password for the ASE node.
For more information, see Change Admin password.
-
Stop the ASE node.
For more information, see Stop ASE.
-
Run the
delete-uuid
script.Example:
/opt/pingidentity/ase# ./util/delete-uuid Deleting uuid 02cdf7b3-dfb7-4d5b-b9a1-171e89664d11 Success
-
Verify the successful deletion of UUID by re-executing the
delete-uuid
script.Example:
/opt/pingidentity/ase# ./util/delete-uuid uuid does not exist in database
-
Copy the
/data
directory to other nodes in the cluster.