|
Here I use the CentOS version 6.6, the latest version 2.8 xCAT use. In addition to ease of installation instructions are used throughout the root user.
Download Online yum repository files
cd /etc/yum.repos.d
wget http://sourceforge.net/projects/xcat/files/yum/2.8/xcat-core/xCAT-core.repo
wget http://sourceforge.net/projects/xcat/files/yum/xcat-dep/rh6/x86_64/xCAT-dep.repo
Installation xCAT
yum clean metadata
yum install -y xCAT
Check xCAT is installed correctly
source /etc/profile.d/xcat.sh
tabdump site
Installation xCAT UI
yum install -y php
yum install -y xCAT-UI-deps
yum install -y xCAT-UI
Then visit http: // / xcat and use linux root user login system. |
|
|
|