Rename APP server
To rename APP server, do as follows:
Edit the
<path_to_installation_package>/config.ymlfile on APP server:Change the hostname of the server
app_hostnameto the new one.Stop all services by:
wfmanager stop allCheck the processes under owner and runtime user wfuser. There shouldn't be any still running.
Run the installation script one more time over the existing already.
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"