Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.43 KB

index.rst

File metadata and controls

59 lines (35 loc) · 1.43 KB

Quick Installation Guide

Choose a server outside your intended cluster to function as your control plane.

The control plane needs to be internet-capable with Github and a full OS installed.

Note

Omnia can be run on control planes running RHEL, Rocky Linux, and Ubuntu. For a complete list of versions supported, check out the Support Matrix .

For RHEL and Rocky Linux installations:

dnf install git -y

For Ubuntu installations:

apt install git -y

Note

Optionally, if the control plane has an Infiniband NIC installed on RHEL or Rocky Linux, run the below command:

yum groupinstall "Infiniband Support" -y

Once the Omnia repository has been cloned on to the control plane: :

git clone https://github.com/dell/omnia.git

Change directory to Omnia using: :

cd omnia
./prereq.sh

Run the script prereq.sh to verify the system is ready for Omnia deployment.

Note

The permisssions on the Omnia directory are set to 0755 by default. Do not change these values.

RunningInit/index LocalRepo/index InstallingProvisionTool/index PostProvisionScript BuildingClusters/index Platform/index addinganewnode reprovisioningthecluster ConfiguringSwitches/index ConfiguringStorage/index Benchmarks/index pullimagestonodes deletenode CleanUpScript