How To Install libstoragemgmt.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libstoragemgmt.x86_64 on Amazon Linux 2.
What is libstoragemgmt.x86_64
The libStorageMgmt library will provide a vendor agnostic open source storage application programming interface (API) that will allow management of storage arrays. The library includes a command line interface for interactive use and scripting (command lsmcli). The library also has a daemon that is used for executing plug-ins in a separate process (lsmd).
We can use yum to install libstoragemgmt.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libstoragemgmt.x86_64.
Install libstoragemgmt.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 libstoragemgmt.x86_64 using yum by running the following command:
sudo yum -y install libstoragemgmt.x86_64
How To Uninstall libstoragemgmt.x86_64 on Amazon Linux 2
To uninstall only the libstoragemgmt.x86_64 package we can use the following command:
sudo yum remove libstoragemgmt.x86_64
libstoragemgmt.x86_64 Package Contents on Amazon Linux 2
/etc/lsm
/etc/lsm/lsmd.conf
/etc/lsm/pluginconf.d
/run/lsm
/run/lsm/ipc
/usr/bin/lsmcli
/usr/bin/lsmd
/usr/bin/simc_lsmplugin
/usr/lib/systemd/system/libstoragemgmt.service
/usr/lib/tmpfiles.d/libstoragemgmt.conf
/usr/lib64/libstoragemgmt.so.1
/usr/lib64/libstoragemgmt.so.1.6.1
/usr/share/bash-completion/completions/lsmcli
/usr/share/doc/libstoragemgmt-1.6.1
/usr/share/doc/libstoragemgmt-1.6.1/COPYING.LIB
/usr/share/doc/libstoragemgmt-1.6.1/README
/usr/share/man/man1/lsmcli.1.gz
/usr/share/man/man1/lsmd.1.gz
/usr/share/man/man1/simc_lsmplugin.1.gz
/usr/share/man/man5/lsmd.conf.5.5.gz
References
Summary
In this tutorial we learn how to install libstoragemgmt.x86_64 on Amazon Linux 2 using yum.