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
  • Installing Redis
  • Creation of the base VMs
  • Required OS configuration

Was this helpful?

Export as PDF
  1. Deployment Guide

Preparing the Installation

PreviousCertificates required for TVRNextInstalling the Trilio Controller Cluster

Last updated 3 years ago

Was this helpful?

TrilioVault for RHV integrates tightly into the RHV environment itself. This integration requires preparation before the installation starts.

Installing Redis

TrilioVault is capable of parallel disk transfer from multiple RHV-Hosts at the same time.

This capability is requiring a task queue system, .

Python Celery requires a message broker system like RabbitMQ or Redis. TrilioVault uses the Redis message broker.

RHV does not include Redis, so installation is necessary.

Redis is not available from a Red Hat repository yet. The Fedora EPEL repository provides the needed packages.

The following steps install Redis:

  1. Add the Fedora EPEL Repository# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

  2. Install Redis # yum install redis

  3. Start Redis # systemctl start redis.service

  4. Enable Redis to start on boot # systemctl enable redis

  5. Check Redis status # systemctl status redis.service

Creation of the base VMs

The TrilioVault for RHV software Controller Cluster is getting installed on top of the 3 VMs, that need to be provided. These VMs need to fulfill the following requirements.

Ressource

Value

vCPU

6

RAM

16 GB

Disk

100 GB

Operating System

RHEL 8

These VMs can be created by any means.

Required OS configuration

The RHEL8 provided requires the following configuration.

  • Python3 installed

  • firewalld disabled

  • selinux disabled

Keeping the firewalld and selinux services enabled can lead to unstable Kubernetes cluster communication, which will then lead to failed TrilioVault services.

Python Celery