General services Information
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
A special "fake service" start-all is used to autostart applications after boot and 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
install_precheck_190424140332
install_encrypt_190424133049
install_preinstall_190424140250
install_install_190425083232
install_check_190425083928
Location of logs
The logs for each individual application are stored in INSTALL_DIR/supervisord/log/<app-name>.log.