To gracefully shut down the Trilio Appliance the following steps are recommended.
It is recommended to check in the RHV-M backups tab, that no snapshots or restores are running.
Stopping or restarting the Trilio appliance will cancel all running actively running backup or restore jobs. These jobs will be marked as errored after the system has come up again.
The following commands will stop the main processes of the Trilio appliance.
The Trilio solution is using MySQL and RabbitMQ. It is not required but recommended to gracefully stop these services too before restarting the Appliance.
After the services have been stopped the Appliance can be restarted or shut down using standard Linux commands.
systemctl stop wlm-api
systemctl stop wlm-scheduler
systemctl stop wlm-workloads
systemctl stop tvault-config-api
systemctl stop tvault-object-storesystemctl stop mysql
rabbitmqctl stopreboot
shutdown