Two node installation folder transfer on Linux - CustomerID

Transfer the installation folder from master node to slave node by giving for example the following commands.

mkdir -p /usr/local/ubisecure
scp -r root@<master node ip>:/usr/local/ubisecure/customerid /usr/local/ubisecure/

After this, we need to allow wildfly user to access the custom folder and jndi.properties:

chown -R wildfly. /usr/local/ubisecure/customerid/application/custom
chmod 644 /usr/local/ubisecure/customerid/application/custom/jndi.properties

On the slave node, modify the value proxy.local.url so it has the FQDN or IP address of this specific host, then perform the setup.sh.

cd /usr/local/ubisecure/customerid/application
nano linux.config
./setup.sh

This web page (including any attachments) may contain confidential, proprietary, or privileged information – not for disclosure without authorization from Ubisecure Inc. Copyright © 2022. All Rights Reserved.