How To Install sblim-gather-provider.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install sblim-gather-provider.x86_64
on Amazon Linux 2.
What is sblim-gather-provider.x86_64
The CIM (Common Information Model) Providers for the SBLIM (Standards Based Linux Instrumentation for Manageability) Gatherer.
We can use yum
to install sblim-gather-provider.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install sblim-gather-provider.x86_64.
Install sblim-gather-provider.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 sblim-gather-provider.x86_64
using yum
by running the following command:
sudo yum -y install sblim-gather-provider.x86_64
How To Uninstall sblim-gather-provider.x86_64 on Amazon Linux 2
To uninstall only the sblim-gather-provider.x86_64
package we can use the following command:
sudo yum remove sblim-gather-provider.x86_64
sblim-gather-provider.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/cmpi
/usr/lib64/cmpi/libOSBase_MetricDefForMEProvider.so
/usr/lib64/cmpi/libOSBase_MetricDefinitionProvider.so
/usr/lib64/cmpi/libOSBase_MetricElementCapabilitiesProvider.so
/usr/lib64/cmpi/libOSBase_MetricElementConformsToProfileProvider.so
/usr/lib64/cmpi/libOSBase_MetricForMEProvider.so
/usr/lib64/cmpi/libOSBase_MetricGathererProvider.so
/usr/lib64/cmpi/libOSBase_MetricHostedServiceProvider.so
/usr/lib64/cmpi/libOSBase_MetricIndicationProvider.so
/usr/lib64/cmpi/libOSBase_MetricInstanceProvider.so
/usr/lib64/cmpi/libOSBase_MetricLifeCycleProvider.so
/usr/lib64/cmpi/libOSBase_MetricPluginProvider.so
/usr/lib64/cmpi/libOSBase_MetricRegisteredProfileProvider.so
/usr/lib64/cmpi/libOSBase_MetricRepositoryServiceProvider.so
/usr/lib64/cmpi/libOSBase_MetricServiceAffectsElementProvider.so
/usr/lib64/cmpi/libOSBase_MetricServiceCapabilitiesProvider.so
/usr/lib64/cmpi/libOSBase_MetricServiceProvider.so
/usr/lib64/cmpi/libOSBase_MetricValueDefinitionProvider.so
/usr/lib64/cmpi/libOSBase_MetricValueProvider.so
/usr/lib64/cmpi/libOSBase_RepositoryPluginProvider.so
/usr/lib64/gather/cplug
/usr/lib64/gather/cplug/libcimplugIPProtocolEndpoint.so
/usr/lib64/gather/cplug/libcimplugKvm.so
/usr/lib64/gather/cplug/libcimplugLocalFileSystem.so
/usr/lib64/gather/cplug/libcimplugNetworkPort.so
/usr/lib64/gather/cplug/libcimplugOperatingSystem.so
/usr/lib64/gather/cplug/libcimplugProcessor.so
/usr/lib64/gather/cplug/libcimplugUnixProcess.so
/usr/lib64/gather/cplug/libcimplugXen.so
/usr/lib64/libOSBase_MetricUtil.so
/usr/lib64/libOSBase_MetricUtil.so.0
/usr/lib64/libOSBase_MetricUtil.so.0.0.0
/usr/share/sblim-gather
/usr/share/sblim-gather/Linux_IPProtocolEndpointMetric.mof
/usr/share/sblim-gather/Linux_IPProtocolEndpointMetric.registration
/usr/share/sblim-gather/Linux_KVMMetric.mof
/usr/share/sblim-gather/Linux_KVMMetric.registration
/usr/share/sblim-gather/Linux_LocalFileSystemMetric.mof
/usr/share/sblim-gather/Linux_LocalFileSystemMetric.registration
/usr/share/sblim-gather/Linux_Metric.mof
/usr/share/sblim-gather/Linux_Metric.registration
/usr/share/sblim-gather/Linux_MetricProfile.mof
/usr/share/sblim-gather/Linux_MetricProfile.registration
/usr/share/sblim-gather/Linux_NetworkPortMetric.mof
/usr/share/sblim-gather/Linux_NetworkPortMetric.registration
/usr/share/sblim-gather/Linux_OperatingSystemMetric.mof
/usr/share/sblim-gather/Linux_OperatingSystemMetric.registration
/usr/share/sblim-gather/Linux_ProcessorMetric.mof
/usr/share/sblim-gather/Linux_ProcessorMetric.registration
/usr/share/sblim-gather/Linux_Storage.mof
/usr/share/sblim-gather/Linux_Storage.registration
/usr/share/sblim-gather/Linux_UnixProcessMetric.mof
/usr/share/sblim-gather/Linux_UnixProcessMetric.registration
/usr/share/sblim-gather/Linux_XenMetric.mof
/usr/share/sblim-gather/Linux_XenMetric.registration
/usr/share/sblim-gather/provider-register.sh
/usr/share/sblim-gather/start_gathering.sh
/usr/share/sblim-gather/stop_gathering.sh
/var/lib/gather
References
Summary
In this tutorial we learn how to install sblim-gather-provider.x86_64
on Amazon Linux 2 using yum.