Skip to main content
Version: Archive

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

yum update

Ensure Hostname is Set and Unique

hostname
hostnamectl set-hostname <name>

Set Host Resolution for All Nodes and Vhosts

nano /etc/hosts

Install .NET Core Runtime

Install Remaining Dependencies

yum install zip

Install Product

Download the DxOdyssey Repository Configuration File

note

Replace the <distro> parameter in the first command below with rhel7, centos7, or rhel8 to download the correct .conf file.

wget -O /etc/yum.repos.d/dh2i.repo https://repos.dh2i.com/<distro>/retail/repo.conf

Install

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