Page created: 26 Jul 2021
|
Page updated: 14 Jan 2022
Install and configure PingAccess on each cluster node, including the administrative node, an optional replica administrative node, and one or more engine nodes. The initial node becomes the administrative node and is used to configure the rest of the cluster.
The configuration includes setting the
pa.operational.mode
property on each node. Do not modify this
property until directed to do so.
- Install PingAccess on each cluster node.
Perform steps 2-7 for the administrative node.
-
Open conf/run.properties in an editor and change the
pa.operational.mode
value toCLUSTERED_CONSOLE
. - Start PingAccess.
-
Create and assign a new key pair for the CONFIG QUERY listener.
-
Configure the administrative node settings.
-
Create and assign a new key pair for the ADMIN listener.
- Restart PingAccess.
Perform steps 8-11 for the replica administrative node, if one has been
configured.
-
Configure the replica administrative node settings.
- Extract replica1_data.zip in the PA_HOME directory.
-
Open conf/run.properties in an editor and change the
pa.operational.mode
value toCLUSTERED_CONSOLE_REPLICA
- Start PingAccess on the replica administrative node.
For each engine node, perform steps 12-18.
- Click Settings and then go to .
- Click Add Engine.
- After defining the engine's parameters, click Save & Download to download the engine configuration zip file.
- Copy <engine_name>_data.zip to the engine node.
- On the engine node, extract <engine_name>_data.zip in the <PA_HOME> directory.
-
On the engine node, open conf/run.properties in an editor
and change the
pa.operational.mode
value toCLUSTERED_ENGINE
. - Start PingAccess on the engine node.
Go to
to check your cluster's status. If everything is configured properly, the cluster engine nodes and optional replica administrative node should show a green status icon, indicating that the cluster is operational.You can optionally configure each node to run PingAccess as a service set to automatically run when the node is started. For more information about configuring PingAccess as a service, see the installation documentation.