Views: 5065
Last Modified: 22.03.2021
Start from installing Red Hat Enterprise Linux 8 (RedHat8) distribution package. Review selection of additional modules and extensions available for installation and select the server with minimum setting.
Attention: Further setup are based on this installation specifically.
When installation is complete, activate the subscription, otherwise system updates and preferences won't operate correctly:
subscription-manager register --username email_address --password password --auto-attach
Subscription is issued to an account. That's why, during activation, indicate email_address and password used for registration at the official RedHat website.
During authorization, you can use login, specified during registration instead of an email.
Only official repositories from RedHat can be used for installation.
dnf is used as the package manager. Update the system to the latest stable version. Disable selinux
su -
dnf update -y
echo 'SELINUX=disabled' > /etc/sysconfig/selinux
reboot