How To Install pacemaker-cts.x86_64 on Amazon Linux 2

In this tutorial we learn how to install pacemaker-cts.x86_64 in Amazon Linux 2. pacemaker-cts.x86_64 is Test framework for cluster-related technologies like Pacemaker

Introduction

In this tutorial we learn how to install pacemaker-cts.x86_64 on Amazon Linux 2.

What is pacemaker-cts.x86_64

Test framework for cluster-related technologies like Pacemaker

We can use yum to install pacemaker-cts.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pacemaker-cts.x86_64.

Install pacemaker-cts.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pacemaker-cts.x86_64 using yum by running the following command:

sudo yum -y install pacemaker-cts.x86_64

How To Uninstall pacemaker-cts.x86_64 on Amazon Linux 2

To uninstall only the pacemaker-cts.x86_64 package we can use the following command:

sudo yum remove pacemaker-cts.x86_64

pacemaker-cts.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/python2.7/site-packages/cts
/usr/lib64/python2.7/site-packages/cts/CIB.py
/usr/lib64/python2.7/site-packages/cts/CIB.pyc
/usr/lib64/python2.7/site-packages/cts/CIB.pyo
/usr/lib64/python2.7/site-packages/cts/CM_ais.py
/usr/lib64/python2.7/site-packages/cts/CM_ais.pyc
/usr/lib64/python2.7/site-packages/cts/CM_ais.pyo
/usr/lib64/python2.7/site-packages/cts/CM_lha.py
/usr/lib64/python2.7/site-packages/cts/CM_lha.pyc
/usr/lib64/python2.7/site-packages/cts/CM_lha.pyo
/usr/lib64/python2.7/site-packages/cts/CTS.py
/usr/lib64/python2.7/site-packages/cts/CTS.pyc
/usr/lib64/python2.7/site-packages/cts/CTS.pyo
/usr/lib64/python2.7/site-packages/cts/CTSaudits.py
/usr/lib64/python2.7/site-packages/cts/CTSaudits.pyc
/usr/lib64/python2.7/site-packages/cts/CTSaudits.pyo
/usr/lib64/python2.7/site-packages/cts/CTSscenarios.py
/usr/lib64/python2.7/site-packages/cts/CTSscenarios.pyc
/usr/lib64/python2.7/site-packages/cts/CTSscenarios.pyo
/usr/lib64/python2.7/site-packages/cts/CTStests.py
/usr/lib64/python2.7/site-packages/cts/CTStests.pyc
/usr/lib64/python2.7/site-packages/cts/CTStests.pyo
/usr/lib64/python2.7/site-packages/cts/CTSvars.py
/usr/lib64/python2.7/site-packages/cts/CTSvars.pyc
/usr/lib64/python2.7/site-packages/cts/CTSvars.pyo
/usr/lib64/python2.7/site-packages/cts/__init__.py
/usr/lib64/python2.7/site-packages/cts/__init__.pyc
/usr/lib64/python2.7/site-packages/cts/__init__.pyo
/usr/lib64/python2.7/site-packages/cts/cib_xml.py
/usr/lib64/python2.7/site-packages/cts/cib_xml.pyc
/usr/lib64/python2.7/site-packages/cts/cib_xml.pyo
/usr/lib64/python2.7/site-packages/cts/environment.py
/usr/lib64/python2.7/site-packages/cts/environment.pyc
/usr/lib64/python2.7/site-packages/cts/environment.pyo
/usr/lib64/python2.7/site-packages/cts/logging.py
/usr/lib64/python2.7/site-packages/cts/logging.pyc
/usr/lib64/python2.7/site-packages/cts/logging.pyo
/usr/lib64/python2.7/site-packages/cts/patterns.py
/usr/lib64/python2.7/site-packages/cts/patterns.pyc
/usr/lib64/python2.7/site-packages/cts/patterns.pyo
/usr/lib64/python2.7/site-packages/cts/remote.py
/usr/lib64/python2.7/site-packages/cts/remote.pyc
/usr/lib64/python2.7/site-packages/cts/remote.pyo
/usr/lib64/python2.7/site-packages/cts/watcher.py
/usr/lib64/python2.7/site-packages/cts/watcher.pyc
/usr/lib64/python2.7/site-packages/cts/watcher.pyo
/usr/libexec/pacemaker/lrmd_test
/usr/share/doc/pacemaker-cts-1.1.23
/usr/share/doc/pacemaker-cts-1.1.23/COPYING
/usr/share/doc/pacemaker-cts-1.1.23/ChangeLog
/usr/share/licenses/pacemaker-cts-1.1.23
/usr/share/licenses/pacemaker-cts-1.1.23/GPLv2
/usr/share/pacemaker/tests/cts
/usr/share/pacemaker/tests/cts/CTSlab.py
/usr/share/pacemaker/tests/cts/HBDummy
/usr/share/pacemaker/tests/cts/LSBDummy
/usr/share/pacemaker/tests/cts/README.md
/usr/share/pacemaker/tests/cts/benchmark
/usr/share/pacemaker/tests/cts/benchmark/README.benchmark
/usr/share/pacemaker/tests/cts/benchmark/clubench
/usr/share/pacemaker/tests/cts/benchmark/control
/usr/share/pacemaker/tests/cts/cts
/usr/share/pacemaker/tests/cts/cts.supp
/usr/share/pacemaker/tests/cts/fence_dummy
/usr/share/pacemaker/tests/cts/lxc_autogen.sh
/usr/share/pacemaker/tests/cts/pacemaker-cts-dummyd
/usr/share/pacemaker/tests/cts/pacemaker-cts-dummyd.service

References

Summary

In this tutorial we learn how to install pacemaker-cts.x86_64 on Amazon Linux 2 using yum.