Running a CIM Plug-in on Red Hat Enterprise Linux 5
1.
For a 32-bit operating system, create the following symbolic link: cd /usr/lib. For a 64-bit operating system, create the following symbolic link: cd /usr/lib64.
2.
Search for libcrypto and libssl libraries as follows:
ls -lrt libcrypto*, ls -lrt libssl*
3.
If the files libcrypto.so.4 and libssl.so.4 are missing, manually create symbolic links as follows:
ln -s libcrypto.so libcrypto.so.4
ln -s libssl.so libssl.so.4For more information about CIM, see MegaRAID Storage Manager Support on the VMware ESXi Operating System.
If the .so files are not present in the /usr/lib directory, create a link with the existing version of the library. For example, if libcrypto.so.6 is present and libcrypto.so is not, create the link as follows:
ln -s libcrypto.so.6 libcrypto.so.4
On a 64-bit operating system, the system libraries are present in the /usr/lib64 directory by default. However, to support the CIM Plug-in, make sure that the libraries are also present in the /usr/lib directory by installing the appropriate RPMs.
DB09000202-21, Rev 2.2, July 2015 |
Copyright© 2015 by Avago Technologies. All rights reserved. |