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
  • Trilio binary overview
  • Configuring local DNS nameservers for wlm-workloads and wlm-api
  • Updating the Trilio Controller Cluster
  • Redeploy the Trilio Controller Cluster
  • Reset the Trilio Controller Cluster
  • Cleanup the Trilio Controller Cluster

Was this helpful?

Export as PDF
  1. Deployment Guide

Maintaining the Trilio Controller Cluster

The TrilioVault Controller Cluster can be maintained utilizing the TrilioVault deployment binary and the helm commands

Trilio binary overview

Provides all available commands of the Trilio binary.

triliovault --help

Configuring local DNS nameservers for wlm-workloads and wlm-api

In certain scenarios it might be necessary to set additional local DNS nameservers for the wlm-workloads and wlm-api pods.

This can be done through the Trilio binary

triliovault --add-host-entry

Updating the Trilio Controller Cluster

To update the Trilio Controller Cluster to the latest version available the helm commands are used on any of the Kubernetes Master Nodes. In case of a 3 node Cluster, all nodes are Kubernetes Master Nodes. In case of a 5 or more node Cluster, the first 3 nodes in the deployment.json are the master nodes.

To upgrade the cluster the following commands are run. It is required to reconfigure the Cluster after the upgrade.

helm repo update
helm upgrade tvr trilio/tvault --reset-values
helm upgrade mariadb trilio/mariadb -n trilio

Redeploy the Trilio Controller Cluster

Deletes the complete TrilioVault Controller cluster and all its artifacts before redeploying the same based on the last deployment. Requires a new configuration of the redeployed containers.

triliovault -t multinode -a redeploy -f deployment.json

Reset the Trilio Controller Cluster

Deletes the TrilioVault containers and redeploys the same. Requires a new configuration of the redeployed containers

triliovault -t multinode -a reset 

Cleanup the Trilio Controller Cluster

Deletes the complete Trilio Controller Cluster and all its artifacts.

triliovault -t multinode -a cleanup

PreviousPost Installation Health-CheckNextAdd/Delete worker-nodes

Last updated 9 months ago

Was this helpful?