Manage services
important
It is strongly recommended to stop all services with the command wfmanager stop all each time you do any servers maintenance.
Wfmanager
The wfmanager utility is designed to facilitate management of WorkFusion applications.
To use the utility, login as <wf-user> and run the wfmanager command:
# Will show status of all applications
wfmanager status
# Start, stop, restart individual services
wfmanager start nginx
wfmanager restart nginx
wfmanager stop nginx
# Show log tail of an application
wfmanager tail nginx
# Start, stop, restart all at once
wfmanager start all
wfmanager restart all
wfmanager stop all
# Show status and start an interactive console.
# The console enables the user to run all the same commands without typing `wfmanager` every time.
wfmanager
tip
The command start-all is used to autostart applications after reboot. You don't need to control it manually.
Ansible installer logs
Installation logs are stored in PACKAGE_DIR/logs in the following format:
install_{ operation }_%year%month%day%hour%minute
For example:
ls -1 PACKAGE_DIR/logs
int_check_190913133556
int_install_190913131706
int_precheck_190913131706
Location of logs
The logs for each individual application are stored in INSTALL_DIR/supervisord/log/<app-name>.log.