Following steps are for the installation of the first deploy server. If you need more, e.g. a standby server, you can use fsi to install this server.
We have created an unatteded ISO with auto kickstart for CentOS. The local CentOS repository files (see below) can also be downloaded from our project servers - please feel free to ask us for help.
mkdir -p /opt/tmpmkdir /opt/local/repos/centos/7.9/cd /opt/local/repos/centos/ ln -s 7.9 7tar -C /opt/local/repos/centos/7 -xvzf /opt/tmp/co79-x86_64-base-20210618.tar.gzmkdir -p /opt/local/repos/centos/7/updates/x86_64tar -C /opt/local/repos/centos/7/updates/x86_64 -xvf /opt/tmp/co79-x86_64-updates-20240227.taryum -y install createrepocreaterepo -v /opt/local/repos/centos/7/updates/x86_64 ---- centos.repo ---- [centos] name=centos local file directory mirror -$releasever - Base baseurl=file:///opt/local/repos/centos/$releasever/os/$basearch/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-$releasever [updates] name=centos local file directory mirror -$releasever – Updates baseurl=file:///opt/local/repos/centos/$releasever/updates/$basearch/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-$releasever ---------------------
yum -y updaterm -f /etc/yum.repos.d/CentOS-*
There are two ways to install fsi on linux:
Check first if the CentOS repository is available - if not copy a mirror to the local server system.
fsiinst__<distribution>__<version>__osv<os version>.tar + sha256 file to /opt/tmp on the fsi server - more information about the distribution fsiinst tar filecd /opt/tmpsha256sum -c fsiinst__<distribution>__<version>__osv<os version>.tar.sha256tar -C /opt -xvf fsiinst__<distribution>__<version>__osv<os version>.tar/opt/install/fsiinst -a -c <configfile>If there is a new update you can install it with the single rpm or just download a new distribution file and restart the fsiinst script.
-s /opt/fsi/pxeyum install fsiportal* fsi-* or start with yum install fsiportal* and than name the fsi install packages you need for your server installations yum install fsi-xen620