Skip to content

MatterV Platform Installation Guide

This guide will help you understand the platform architecture and prepare for installation.

Platform Overview

MatterV platform consists of two main components:

MatterV Cluster

The management and orchestration component that controls and monitors all MatterV Hosts

MatterV Host

The hypervisor component that runs virtual machines on physical servers

Deployment Options

In production environments, we recommend installing MatterV Cluster and MatterV Host on separate machines:

MatterV Cluster

  • Install on a dedicated management server
  • Requires only one cluster instance per environment
  • Manages multiple MatterV Hosts

MatterV Host

  • Install on each physical server that will run virtual machines
  • Can be installed on multiple hosts
  • All hosts are managed by a single MatterV Cluster

System Requirements

MatterV Cluster Requirements

ComponentMinimum Requirement
Operating SystemRHEL 9.5, Rocky Linux 9.5, or AlmaLinux 9.5
Storage20GB free disk space
Memory8GB RAM
CPUx86 architecture, 8 cores

MatterV Host Requirements

ComponentMinimum Requirement
Operating SystemRHEL 9.5, Rocky Linux 9.5, or AlmaLinux 9.5
Memory16GB RAM
CPUx86 architecture, 8 cores

Combined Installation Requirements (Test/Evaluation)

ComponentMinimum Requirement
Operating SystemRHEL 9.5, Rocky Linux 9.5, or AlmaLinux 9.5
Storage40GB free disk space
Memory24GB RAM
CPUx86 architecture, 16 cores

Pre-Installation Checklist

Before proceeding with the installation, ensure:

  • Operating System

    • Verify you have a clean installation of one of the supported operating systems
    • Ensure the system is updated to the latest packages
  • Hardware Verification

    • For MatterV Host, verify virtualization is enabled:
Terminal window
# Check if CPU supports virtualization
grep -E 'vmx|svm' /proc/cpuinfo
# Verify virtualization is enabled in BIOS/UEFI
lsmod | grep kvm
  • Network Requirements

    • Ensure network connectivity between cluster and host components (if installing separately)

Installation Order

  • Install and configure MatterV Cluster first
  • Install MatterV Host(s)
  • Connect hosts to the cluster

Next Steps

After confirming all requirements are met, proceed to: