DO-33878/IT/LT Red Hat Enterprise Linux 8.7 installation¶
Obtaining Red Hat Enterprise Linux 8.7¶
Get the boot.iso file and burn it on a CD-R or create a bootable USB key with it. The SHA-256
checksum for the file is aae4bf807870613c8b566c80f7193446e018439662472c48992bafa2e4951353
.
Installing Red Hat Enterprise Linux 8.7¶
Booting up the above mentioned ISO file will start a graphical installer:
Welcome to Red Hat Enterprise Linux
: Select English and English (United States)Localization/Date & Time
: Select Europe/Zurich timezoneLocalization/Keyboard
: Select English (US)Localization/Language support
: Select English (United States)Software/Connect to Red Hat
: Login and register the system.Software/Installation source
: Set the installation source to 'Red Hat CDN'Software/Software selection
: Select minimal install in the base environment. No add-on shall be selected at this point in timeSystem/Installation destination
: Select the first solid-state-drive (/dev/nvme0n1) and leave the second one unused. Configure the partitioning as described hereSystem/Kdump
: Keep Kdump enabledSystem/Network & Hostname
: Configure the network to match your setup. Please note that Internet access is needed for the installation.System/Security policy
: No profile shall be selectedUser settings/Root password
: Set the root password and make sure to communicate it to CERN together with the tender bidUser settings/User creation
: No additional user shall be created at this point in time- Complete the installation and reboot on it
Configuring Red Hat Enterprise Linux 8.7¶
Once the new installation of Red Hat Enterprise Linux 8.7 is over and the server has been rebooted on it, the system shall be configured as follows:
- Login as
root
- Run
dnf update
- Run
subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms
- Run
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
- Run
dnf install fio stress-ng git bzip2 wget
- Run
pip3 install --upgrade pip
- Reboot the server if a new kernel version has been deployed during the first dnf update run.
For more software requirements, please also see the CPU Benchmark procedure.
Last update:
June 23, 2023