IT-4614/IT CentOS 7.7 installation¶
Obtaining CentOS 7.7¶
Get the boot.iso file and burn it on a CD-R or create a bootable USB key with it. The md5
sum for the file is a4e58f81fed0a4762a7d7abc936d74ed
.
Installing CentOS 7.7¶
Booting up the above mentioned ISO file will start a graphical installer:
Welcome to CERN CentOS 7
: 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/Installation source
: Set the installation source to http://linuxsoft.cern.ch/cern/centos/7/os/x86_64/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/sda) 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 CentOS 7.7¶
Once the new installation of CentOS 7.7 is over and the server has been rebooted on it, the system shall be configured as follows:
- Login as
root
- Run
yum update
- Run
yum group install "Development tools"
- Run
yum install compat-gcc-44-gfortran compat-libstdc++-33 glibc-devel.i686 libstdc++.i686 libstdc++-devel.i686 compat-libf2c-34 lapack sharutils dstat fio stress-ng
- Reboot the server if a new kernel version has been deployed during the first yum update run.