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/tmp
mkdir /opt/local/repos/centos/7.9/
cd /opt/local/repos/centos/
ln -s 7.9 7
tar -C /opt/local/repos/centos/7 -xvzf /opt/tmp/co79-x86_64-base-20210618.tar.gz
mkdir -p /opt/local/repos/centos/7/updates/x86_64
tar -C /opt/local/repos/centos/7/updates/x86_64 -xvf /opt/tmp/co79-x86_64-updates-20240227.tar
yum -y install createrepo
createrepo -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 update
rm -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/tmp
sha256sum -c fsiinst__<distribution>__<version>__osv<os version>.tar.sha256
tar -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/pxe
yum 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