Skip to main content
Version: v22.0

DxOdyssey Linux Installation Commands Reference Guide

Introduction​

This guide is command reference for installing DxOdyssey and its dependencies on Linux. For a more detailed installation guide, view the Installation Quick Start Guide for Linux.

Install Dependencies​

Install Updates​

sudo yum update

Ensure Hostname is Set and Unique​

hostname
sudo hostnamectl set-hostname <name>

Set Host Resolution for All Nodes and Vhosts​

sudo nano /etc/hosts

Install .NET Runtime 6.0​

Install Remaining Dependencies​

sudo yum install zip

Install Product​

Install the DxOdyssey Repository Configuration File​

Install the repository configuration file.

info

Replace the <distro> parameter in the example below with rhel7, centos7, rhel8 or rhel9 to install the correct package for your OS.

sudo yum install https://repos.dh2i.com/<distro>/retail/repo.rpm

Install​

sudo yum install dxodyssey

Configure Using DxCLI​

Activate Server License​

dxcli activate-server AAAA-BBBB-CCCC-DDDD

Set Cluster Passkey - First Node Installation​

dxcli gateway-group-set-secret

Activate Second Server​

dxcli activate-server AAAA-BBBB-CCCC-DDDD

Join Cluster​

dxcli join-gateway-group

References​