Trilio for Red Hat Virtualization
4.2
4.2
  • About Trilio for RHV
  • Trilio for RHV Architecture
  • Trilio for RHV 4.2 Release Notes
  • Trilio 4.2 Support Matrix
  • Deployment Guide
    • General requirements
    • Certificates required for TVR
    • Preparing the Installation
    • Installing the Trilio Controller Cluster
    • Configuring the Trilio Controller Cluster
    • Installation of RHV extensions
    • Post Installation Health-Check
    • Maintaining the Trilio Controller Cluster
    • Add/Delete worker-nodes
    • Uninstall Trilio
    • Upgrade Trilio
  • User Guide
    • Required RHV User roles
    • Workloads
    • Preparing for Application Consistent backups
    • Snapshots
    • Restores
    • File Search
    • Snapshot mount
  • ADMIN GUIDE
    • The appliance service account
    • Configure the Trilio appliance login banner
    • Reset the Trilio GUI password
    • Shutdown/Restart the Trilio Appliance
    • Admin Panel
    • email alerts
    • Reporting
  • Troubleshooting
    • Important TVM Logs
    • Important RHV-Manager Logs
    • Important RHV-Host Logs
Powered by GitBook
On this page
  • Verify no snapshots or restores are running
  • Stop all Trilio processes
  • Main processes workloadmanager
  • Secondary processes MySQL and RabbitMQ
  • Shutdown/Restart the Appliance

Was this helpful?

Export as PDF
  1. ADMIN GUIDE

Shutdown/Restart the Trilio Appliance

To gracefully shut down the Trilio Appliance the following steps are recommended.

Not following this guide and just sending the shutdown command to the Trilio appliance through the RHV-M GUI/API or through the CLI is working without errors. The automated stopping of all Trilio services will extend the shutdown process by up to 25 minutes.

Verify no snapshots or restores are running

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.

Stop all Trilio processes

Main processes workloadmanager

The following commands will stop the main processes of the Trilio appliance.

systemctl stop wlm-api
systemctl stop wlm-scheduler
systemctl stop wlm-workloads
systemctl stop tvault-config-api
systemctl stop tvault-object-store

Secondary processes MySQL and RabbitMQ

The Trilio solution is using MySQL and RabbitMQ. It is not required but recommended to gracefully stop these services too before restarting the Appliance.

systemctl stop mysql
rabbitmqctl stop

Shutdown/Restart the Appliance

Restarting through CLI of the appliance requires root privileges. The rhv_nw user will get enabled for this feature in a future update.

After the services have been stopped the Appliance can be restarted or shut down using standard Linux commands.

reboot
shutdown

PreviousReset the Trilio GUI passwordNextAdmin Panel

Last updated 9 months ago

Was this helpful?