Using the admin API to temporarily promote the replica admin node
Use this method to promote the replica admin node to the primary admin node without requiring file system changes.
|
This promotion method is intended for DevOps environments only. |
Steps
-
Sign on to the replica admin PingAccess system and start a non-Internet Explorer (IE) browser.
-
Go to the API doc page at https://<host>:<replica-admin-port>/pa-admin-api/v3/api-docs/index.html and sign on.
Example:
https://localhost:9005/pa-admin-api/v3/api-docs/index.html
You can use the POST /adminConfig/replicaAdmin/status endpoint to check the status of the replica admin. For example, you can review the node’s identifier and check the last time its configuration was modified.
-
Click and expand the /adminConfig section, then expand POST /adminConfig/replicaAdmin/promote.
This endpoint is only available on the replica admin server, and only if the primary server is unavailable.
-
Fill out the configuration as necessary:
Property Description editRunPropertyFileIf set to
true, the admin API changes the value of thepa.operational.modeproperty fromCLUSTERED_CONSOLE_REPLICAtoCLUSTERED_CONSOLEin therun.propertiesfile.editPrimaryHostPortIf set to
true, the admin API updates the primary admin node’s configuration with the promoted replica admin node’s host:port value.editPrimaryHttpProxyIf set to
true, the admin API updates the primary admin node’s configuration with the promoted replica admin node’s HTTP Proxy value.editPrimaryHttpsProxyIf set to
true, the admin API updates the primary admin node’s configuration with the promoted replica admin node’s HTTPS Proxy value. -
Click Try it out.
Next steps
|
Changes last until you restart the promoted node. If you want the promoted replica node to remain the primary admin node, complete the Manually promoting the replica administrative node procedure after restarting the promoted node. Then complete Reinstating a replica administrative node after failing over. Otherwise, the promoted replica node will return to being the replica admin node. |