Skip to main content
Version: Archive

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

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 udisks2

Install Product

Download the DxEnterprise Repository Configuration File

info

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 dxenterprise

Configure Using DxCLI

Activate Server License

dxcli activate-server AAAA-BBBB-CCCC-DDDD

Set Cluster Passkey - First Node Installation

dxcli cluster-set-secret

Activate Second Server

dxcli activate-server AAAA-BBBB-CCCC-DDDD

Join Cluster

dxcli join-cluster

Additional Information