Difference between revisions of "Xcat:Install"
Jump to navigation
Jump to search
(Created page with "== Installation with Internet Connection == == Installation without Internet Connection == Download the Xcat and Xcat-deps tarballs and copy them to the management node. <b...") |
|||
| Line 1: | Line 1: | ||
== Installation with Internet Connection == | == Installation with Internet Connection == | ||
| + | |||
| + | Down load the yum repo files for xcat and xcat-deps. Copy them to the yum.repos.d folder | ||
| + | |||
| + | <syntaxhighlight> | ||
| + | yum install xCAT | ||
| + | </syntaxhighlight> | ||
== Installation without Internet Connection == | == Installation without Internet Connection == | ||
Revision as of 09:45, 28 October 2015
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 xCATInstallation 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.bz2Set up the local repos for installation
cd /root/xcat2/xcat-dep/<release>/<arch>
./mklocalrepo.sh
cd /root/xcat2/xcat-core
./mklocalrepo.shYou will also need to add the Linux Distro ISO as a local repo to install the required packages from Linux:
- LINK TO BE ADDED HERE #########
yum install xCAT
source /etc/profile.d/xcat.sh