Replicate Cluster Nodes for Proficy Authentication and Configuration Hub
This topic describes how to replicate nodes for Proficy Authentication and
Configuration Hub in a failover setup.
About this task
In a failover setup, you have to create and maintain
identical instances of a computing node. These steps ensure that if the primary node fails,
the replica (duplicate node/s) is ready to take over.
Procedure
Copy/Paste Database Password from Latest to
Previous Installation:
Copy DATABASE_PASSWORD key value from the latest installation.
Log in to the node (in a cluster) where the latest installation was
performed.
In our example scenario, it is Node2.
Open Registry Editor.
On the Windows taskbar, type regedit in the search
box, then select Registry Editor (Desktop app) from the results.
Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache
Software Foundation\Procrun 2.0\UaaTomcat\Parameters.
Open the Environment key.
Copy the DATABASE_PASSWORD value.
Paste DATABASE_PASSWORD key value to a previous installation.
Log in to the node (in a cluster) where you performed the first
installation.
In our example scenario, it is Node1.
Repeat steps 1-b, 1-c, and 1-d.
Paste the DATABASE_PASSWORD value to overwrite the
existing value.
Copy/Paste UAA.yaml from Latest to Previous
Installation:
Copy the UAA.yaml file from the latest installation.
On Node2, navigate to C:\ProgramData\GE\Proficy
Authentication\uaa-config.
Copy the UAA.yaml file.
Overwrite the UAA.yaml file in the previous installation.
On Node1, navigate to C:\ProgramData\GE\Proficy
Authentication\uaa-config.
Paste the UAA.yaml file copied from Node2.
Copy/Paste Security Certificates from Latest
to Previous Installation:
Copy the security certificates from the latest installation.
On Node2, navigate to C:\Program Files\GE\Proficy
Authentication\httpd\conf\cert.
Copy the server.crt and server.key
files.
Overwrite the security certificates in the previous installation.
On Node1, navigate to C:\Program Files\GE\Proficy
Authentication\httpd\conf\cert.
Paste the server.crt and server.key files
copied from Node2.
After copying the certificates (to Node1), change server.crt
file extension to server.pem.
On Node1, open Certificate Management Tool from the
desktop shortcut.
Update the following field values as described:
Certificate File
Select the server.pem file created in the
earlier step (refer to step 6-c).
Key File
Select the server.key file.
Select Import to import the files.
Select Close to exit.
Results
After completing the steps, you should have successfully
replicated the nodes, ensuring synchronization between them.