Setup RHEL/CentOS for SCS
Required Version
Important
All SCS versions up to 1.6 support RHEL/CentOS 7 only. RHEL/Rocky Linux 8 requires SCS 1.7 or above.
SCS 1.7.x supports installation on both RHEL/CentOS 7 and RHEL/Rocky Linux 8.
SCS requires RHEL/CentOS 7 or RHEL/Rocky Linux 8 installed. RHEL/CentOS7 support is deprecated, and will no longer be supported past SCS 1.7.x.
System locale set to
LANG=en_US.UTF8
SCS may be installed in either a VM or bare-metal environment. See Hardware Selection for hardware requirements.
Caution
When running SCS within a virtual machine, care must be taken to restore proper network connectivity after restoring from a snapshot. After restoring from a snapshot, the following command should be run within the SCS VM to ensure SCS components have proper access to the network:
podman network reload --all
Verify CentOS Version
To verify the version of CentOS installed:
cat /etc/centos-release
Verify Red Hat Version
To verify the version of RHEL installed:
cat /etc/redhat-release
Verify Rocky Linux Version
To verify the version of Rocky Linux installed:
cat /etc/rocky-release
Partition Size
Following is the set of requirements for partitioning specific to the OS capacity.
Device | Mount | Partition Type | File System Type | Size | Options |
/dev/sda1 | /boot | GPT | xfs | 10 GiB | Bootable |
/dev/sda2 | / | GPT | xfs | 20 GiB | NA |
/dev/sda3 | /var/lib | GPT | xfs | 50 GiB | NA |
/dev/sda4 | /var/log | GPT | xfs | 30 GiB | NA |
/dev/sda5 | /var | GPT | xfs | >=40 GiB (expand to fill disk) | NA |
Additional Tools
Once the operating system has been installed and the partitions configured, install the Swarm support tools.
Info
These tools greatly assist the support process should assistance be required. Installing them is highly recommended!
Information About the Example Site
The table shown below contains information about the example site being set up:
Username | root | |
Password | datacore | |
Hostname | scs-lab1.datacore.internal | |
Application Network | IP Address | 172.16.33.10/24 |
Private Network | IP Address | 192.168.9.10/24 |
Private (Storage) Subnet | IP Address | 192.168.9.0/24 |
Network Gateway | 172.16.33.1 | |
NTP | 172.16.33.4,172.16.33.5 |
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.