Last reviewed: 2019-03-26 |
The idea is to set up a new two node system and to keep the current two node system as a backup.
custom
folderlinux.config
Do this by running from old master node:
scp /usr/local/ubisecure/customerid/application/linux.config <new_master_node_user>@<new_master_node>: scp -r /usr/local/ubisecure/customerid/application/custom <new_master_node_user>@<new_master_node>: |
Then on new master node, run:
mv /home/<new_master_node_user>/custom /usr/local/ubisecure/customerid/application/ chown -R wildfly. /usr/local/ubisecure/customerid/application/custom chmod 644 /usr/local/ubisecure/customerid/application/custom/jndi.properties |
linux.config
file.Execute setup script on both nodes:
cd /usr/local/ubisecure/customerid/application ./setup.sh |
See Database Changes.