Skip to content

Steps to install xcat_openbmc_py3 on RH8

zet809 edited this page Mar 29, 2019 · 2 revisions

The steps:

  1. install epel to generate epel repo
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
  1. create python3 dependencies pkgs repo: For PPC64le
cat <<EOF >/etc/yum.repos.d/fc28-ppc64le.repo
[fc28-ppc64le]
name=Fedora28 yum repository
baseurl=https://www.rpmfind.net/linux/fedora-secondary/releases/28/Everything/ppc64le/os/
enabled=1
gpgcheck=0
EOF

For x86_64:

cat <<EOF >/etc/yum.repos.d/fc28-x86_64.repo
[fc28-x86_64]
name=Fedora28 yum repository
baseurl=https://rpmfind.net/linux/fedora/linux/releases/28/Everything/x86_64/os/
enabled=1
gpgcheck=0
EOF
  1. install xcat-openbmc-py3 package
yum install -y http://xcat.org/files/xcat/xcat-dep/2.x_Linux/beta/xCAT-openbmc-py3-2.14.6-snap201903270354.noarch.rpm
  1. Config python before using openbmc related hardware control command:
# update-alternatives --config python

There are 2 programs which provide 'python'.

  Selection    Command
-----------------------------------------------
*  1           /usr/libexec/no-python
 + 2           /usr/bin/python3

Enter to keep the current selection[+], or type selection number: 2
  1. Then, command is ready:
# rpower f5u14 state
f5u14: on

News

History

  • Oct 22, 2010: xCAT 2.5 released.
  • Apr 30, 2010: xCAT 2.4 is released.
  • Oct 31, 2009: xCAT 2.3 released. xCAT's 10 year anniversary!
  • Apr 16, 2009: xCAT 2.2 released.
  • Oct 31, 2008: xCAT 2.1 released.
  • Sep 12, 2008: Support for xCAT 2 can now be purchased!
  • June 9, 2008: xCAT breaths life into (at the time) the fastest supercomputer on the planet
  • May 30, 2008: xCAT 2.0 for Linux officially released!
  • Oct 31, 2007: IBM open sources xCAT 2.0 to allow collaboration among all of the xCAT users.
  • Oct 31, 1999: xCAT 1.0 is born!
    xCAT started out as a project in IBM developed by Egan Ford. It was quickly adopted by customers and IBM manufacturing sites to rapidly deploy clusters.
Clone this wiki locally