How To Install sblim-gather.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install sblim-gather.i686 on Amazon Linux 2.
What is sblim-gather.i686
Standards Based Linux Instrumentation for Manageability Performance Data Gatherer Base. This package contains the agents and control programs for gathering and providing performance data.
We can use yum to install sblim-gather.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install sblim-gather.i686.
Install sblim-gather.i686 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 sblim-gather.i686 using yum by running the following command:
sudo yum -y install sblim-gather.i686
How To Uninstall sblim-gather.i686 on Amazon Linux 2
To uninstall only the sblim-gather.i686 package we can use the following command:
sudo yum remove sblim-gather.i686
sblim-gather.i686 Package Contents on Amazon Linux 2
/etc/gatherd.conf
/etc/ld.so.conf.d/sblim-gather-i386.conf
/etc/reposd.conf
/usr/bin/gatherctl
/usr/bin/reposctl
/usr/bin/reposdump
/usr/lib/gather
/usr/lib/gather/mplug
/usr/lib/gather/mplug/libmetricIPProtocolEndpoint.so
/usr/lib/gather/mplug/libmetricKvm.so
/usr/lib/gather/mplug/libmetricLocalFileSystem.so
/usr/lib/gather/mplug/libmetricNetworkPort.so
/usr/lib/gather/mplug/libmetricOperatingSystem.so
/usr/lib/gather/mplug/libmetricProcessor.so
/usr/lib/gather/mplug/libmetricStorage.so
/usr/lib/gather/mplug/libmetricUnixProcess.so
/usr/lib/gather/mplug/libmetricXen.so
/usr/lib/gather/rplug
/usr/lib/gather/rplug/librepositoryIPProtocolEndpoint.so
/usr/lib/gather/rplug/librepositoryKvm.so
/usr/lib/gather/rplug/librepositoryLocalFileSystem.so
/usr/lib/gather/rplug/librepositoryNetworkPort.so
/usr/lib/gather/rplug/librepositoryOperatingSystem.so
/usr/lib/gather/rplug/librepositoryProcessor.so
/usr/lib/gather/rplug/librepositoryStorage.so
/usr/lib/gather/rplug/librepositoryUnixProcess.so
/usr/lib/gather/rplug/librepositoryXen.so
/usr/lib/libgather.so.0
/usr/lib/libgather.so.0.0.0
/usr/lib/libgatherutil.so.0
/usr/lib/libgatherutil.so.0.0.0
/usr/lib/libmcserv.so.0
/usr/lib/libmcserv.so.0.0.0
/usr/lib/librcserv.so.0
/usr/lib/librcserv.so.0.0.0
/usr/lib/librepos.so.0
/usr/lib/librepos.so.0.0.0
/usr/lib/librgather.so.0
/usr/lib/librgather.so.0.0.0
/usr/lib/librrepos.so.0
/usr/lib/librrepos.so.0.0.0
/usr/lib/systemd/system/gatherer.service
/usr/lib/systemd/system/reposd.service
/usr/lib/tmpfiles.d/sblim-gather.conf
/usr/sbin/gatherd
/usr/sbin/reposd
/usr/share/doc/sblim-gather-2.2.8
/usr/share/doc/sblim-gather-2.2.8/AUTHORS
/usr/share/doc/sblim-gather-2.2.8/COPYING
/usr/share/doc/sblim-gather-2.2.8/README
/usr/share/doc/sblim-gather-2.2.8/README.TEST
/usr/share/doc/sblim-gather-2.2.8/metricIPProtocolEndpoint.readme
/usr/share/doc/sblim-gather-2.2.8/metricKvm.readme
/usr/share/doc/sblim-gather-2.2.8/metricLocalFileSystem.readme
/usr/share/doc/sblim-gather-2.2.8/metricNetworkPort.readme
/usr/share/doc/sblim-gather-2.2.8/metricOperatingSystem.readme
/usr/share/doc/sblim-gather-2.2.8/metricProcessor.readme
/usr/share/doc/sblim-gather-2.2.8/metricUnixProcess.readme
/usr/share/doc/sblim-gather-2.2.8/metricXen.readme
/usr/share/doc/sblim-gather-2.2.8/reposd2csv.pl
/usr/share/man/man1/reposdump.1.gz
/usr/share/man/man5/gatherd.conf.5.gz
/usr/share/man/man5/reposd.conf.5.gz
/usr/share/man/man8/gatherctl.8.gz
/usr/share/man/man8/gatherd.8.gz
/usr/share/man/man8/reposctl.8.gz
/usr/share/man/man8/reposd.8.gz
/var/run/gather
References
Summary
In this tutorial we learn how to install sblim-gather.i686 on Amazon Linux 2 using yum.