Skip to main content
Version: v22.0

Linux Installation Command Reference Guide

Introduction​

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

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 udisks2

Install the Product​

Install the DxEnterprise 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 dxenterprise

Configure Using DxCLI​

Activate Server License​

dxcli activate-server AAAA-BBBB-CCCC-DDDD --accept-eula

Set Cluster Passkey - First Node Installation​

dxcli cluster-set-secret

Activate Second Server​

dxcli activate-server AAAA-BBBB-CCCC-DDDD --accept-eula

Join Cluster​

dxcli join-cluster

Additional Information​