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...") |
|||
| (One intermediate revision by the same user not shown) | |||
| 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 == | ||
| Line 30: | Line 36: | ||
yum install xCAT | yum install xCAT | ||
source /etc/profile.d/xcat.sh | source /etc/profile.d/xcat.sh | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | |||
| + | == 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. | ||
| + | |||
| + | <syntaxhighlight> | ||
| + | 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 | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | <syntaxhighlight> | ||
| + | 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 | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | <syntaxhighlight> | ||
| + | xcat-core/xCAT-rmc*.rpm xcat-core/xCAT-IBMhpc*.rpm xcat-core/xCAT-UI*.rpm | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 11:04, 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
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 --replacepkgsrpm -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 --replacepkgsxcat-core/xCAT-rmc*.rpm xcat-core/xCAT-IBMhpc*.rpm xcat-core/xCAT-UI*.rpm