
Downloads
Lenovo provides yum repositories of relevant software for managing HPC as well as scale out Linux installations in general. This includes xCAT and confluent.
Adding Repository for Red Hat Enterprise Linux
Select the repository appropriate for the major version, for Red Hat Enterprise Linux 8:
rpm -ivh https://hpc.lenovo.com/yum/latest/el8/x86_64/lenovo-hpc-yum-1-1.x86_64.rpm
For Red Hat Enterprise Linux 7.9:
rpm -ivh https://hpc.lenovo.com/yum/latest/el7/x86_64/lenovo-hpc-yum-1-1.x86_64.rpm
On a new Minimal Install without Red Hat Subscription Manager configured. You will need additional packages from the install media. Follow instuctions to add the install media as a repository on https://access.redhat.com/solutions/1355683.
Adding Repository for SuSE Linux Enterprise 15
rpm --import https://hpc.lenovo.com/yum/latest/suse15/x86_64/lenovohpckey.pub
zypper install https://hpc.lenovo.com/yum/latest/suse15/x86_64/lenovo-hpc-zypper-1-1.x86_64.rpm
Further, if using SuSE Linux Enterprise 15, it is required to enable the Python2 module (e.g. Python2-Module_15.3-0)
Adding Local Repository
If you cannot reach the repository from your target system, you can download the package from a system that can reach https://hpc.lenovo.com/downloads/ and then transfer and install the repositories locally on your target system.
The files may be browsed at https://hpc.lenovo.com/downloads/:
#On a system that can reach https://hpc.lenovo.com/downloads/
#Download the package for your specific OS version
wget https://hpc.lenovo.com/downloads/latest-el7.tar.xz
#or
wget https://hpc.lenovo.com/downloads/latest-el8.tar.xz
#or
wget https://hpc.lenovo.com/downloads/latest-suse15.tar.xz
#On your local system
#Create folder for the local repository
mkdir /mnt/local_repo
#Extract the repository
tar -xf latest-el8.tar.xz -C /mnt/local_repo
#or
tar -xf latest-suse15.tar.xz -C /mnt/local_repo
#Create lenovo-hpc.repo to point to the local repository
cd /mnt/local_repo/lenovo-hpc-el8/
#or
cd /mnt/local_repo/lenovo-hpc-suse15/
./mklocalrepo.sh
Further information
See the documentation for information on how to install and configure software provided in these repositories.