Maintenance
Steps and order how to reboot servers during the green zones or any other maintenance:
- Prerequisites
- Linux Servers
Prerequisites
- The steps are valid only to Linux Servers: DB, APP, APM, OCR, AutoML (Cluster).
- Windows Servers will be recovered automatically.
- RPA services use Task Scheduler task(s) to start automatically after the reboot.
- BI service is added to autostart.
- The steps below should be done by e.g.
wfuser.
Available Server roles:
- apm: APM server
- app: APP server
- db: DB server
- ocr: OCR server
- vds-master: AutoML Master server
- vds-slave: AutoML Agent server
note
The VDS acronym refers to a legacy Workfusion product called Virtual Data Scientist. AutoML (Automatic Machine Learning) is the name of the latest component that does was VDS did previously. All references to VDS are references to AutoML.
Linux Servers
Log into the servers in the following order and run the command below:
- APM
- OCR
- AutoML Agent server(s)
- AutoML Master server
- APP
- DB
Example:
wfmanager stop all
Reboot the servers in the following order:
- DB
- APP
- AutoML Master server
- AutoML Agent server(s)
- OCR
- APM
All services will come automatically. Log into each server and check services.
wfmanager status all
Run the check command.
cd <PACKAGE_DIR>/
./install.sh check <server_role>