Rename APP server
To rename APP server, do as follows:
On APP server, edit the
path_to_installation_package/config.ymlfile.Change the server hostname (app_hostname) to a new one.
Stop all services:
wfmanager stop allCheck the processes under the owner and runtime user: wfuser. There shouldn't be any processes running.
Run the installation script one more time over the existing one:
su - wfuser cd /opt/wf_installer/ ./install.sh install app ./install.sh check appRestart all services:
wfmanager restart allRedo the APP server postinstall procedure.
Run post-installation checks:
./install.sh check appWith these options, you can test OCR and RPA:
./install.sh check app -e test_rpa="true" -e test_ocr="true"