Xcat:Install

From Define Wiki
Jump to navigation Jump to search

Installation with Internet Connection

Down load the yum repo files for xcat and xcat-deps. Copy them to the yum.repos.d folder

yum install xCAT

Installation without Internet Connection

Download the Xcat and Xcat-deps tarballs and copy them to the management node.

mkdir /root/xcat2
cd /root/xcat2
tar xjvf xcat-dep-*.tar.bz2
tar xjvf xcat-core-2.*.tar.bz2

Set up the local repos for installation

cd /root/xcat2/xcat-dep/<release>/<arch>
./mklocalrepo.sh
cd /root/xcat2/xcat-core
./mklocalrepo.sh

You will also need to add the Linux Distro ISO as a local repo to install the required packages from Linux:


          1. LINK TO BE ADDED HERE #########


yum install xCAT
source /etc/profile.d/xcat.sh


Install Xcat without Yum

This is not recommended as they are a large number of dependencies to be managed - but its here for completeness should you want to try it:

Again you will need to download the tarballs containing the RPMs are you suggested above.

cd /root/xcat2
rpm -Uvh xcat-dep/<release>/<arch>/*.rpm xcat-core/perl-xCAT*.rpm xcat-core/xCAT-2*.<arch>.rpm xcat-core/xCAT-client*.rpm
xcat-core/xCAT-nbroot-core*.rpm xcat-core/xCAT-server*.rpm --replacepkgs
rpm -Uvh xcat-dep/fedora9/x86_64/*.rpm xcat-core/perl-xCAT*.rpm xcat-core/xCAT-2*.x86_64.rpm xcat-core/xCAT-client*.rpm 
xcat-core/xCAT-nbroot-core*.rpm xcat-core/xCAT-server*.rpm --replacepkgs
xcat-core/xCAT-rmc*.rpm xcat-core/xCAT-IBMhpc*.rpm xcat-core/xCAT-UI*.rpm