Reinstating a replica administrative node after failing over
If you fail over to your replica administrative node, you must configure a new replica admin node.
About this task
If you want to then switch back to the original admin console, you must recreate it as a replica administrative node, then fail over to it. |
Steps
-
Install the new replica administrative node.
-
In the
run.properties
file, change the value forpa.operational.mode
toCLUSTERED_CONSOLE_REPLICA
.This property is case-sensitive.
-
In the PingAccess admin console, edit the primary and replica host configuration and download the new replica node’s bootstrap file:
-
Click Settings and go to Clustering → Administrative Nodes.
-
Change the Primary Administrative Node host name and port to the failed-over node.
-
Remove the Replica Administrative Node public key, then change the Replica Administrative Node host name and port to point to the new replica node.
If your key pair doesn’t include a wildcard, you can use the same host name as the original console to avoid having to recreate the console key pair and the
bootstrap.properties
files for each engine. -
Click Save & Download to download the bootstrap file for the replica administrative node.
-
-
Copy the downloaded file to the new replica administrative node’s
<PA_HOME>/conf
directory and rename it tobootstrap.properties
. -
Edit the
<PA_HOME>/conf/run.properties
file on the new replica administrative node and change the value ofpa.operational.mode
toCLUSTERED_CONSOLE_REPLICA
. -
Start the new replica node.
-
To verify that replication is complete, look for the message
Configuration successfully synchronized with administrative node
in the<PA_HOME>/log/pingaccess.log
file.