Installation : Installing MegaRAID Storage Manager Software on RHEL or SLES/SuSE Linux : Executing a CIM Plug-in on Red Hat Enterprise Linux 5

Executing a CIM Plug-in on Red Hat Enterprise Linux 5

* 

NOTE See the Glossary for information on CIM Plug-in on Red Hat Enterprise Linux 5

n

To execute a Common Information Model (CIM) plug-in on Red Hat Enterprise Linux 5, you must create the following symbolic links:

n

Use the cd /usr/lib command on RHEL 5.

n

Search for libcrypto, libssl and libsysfs libraries using the following command:

ls -lrt libcrypto*, ls -lrt libssl*, ls -lrt libsysfs*

n

If the files libcrypto.so.4, libssl.so.4, and libsysfs.so.1 are missing, manually create symbolic links as follows:

ln -s libcrypto.so libcrypto.so.4

ln -s libssl.so libssl.so.4

ln -s libsysfs.so libsysfs.so.1

See Installing and Supporting the MegaRAID Storage Manager Software on VMware for more information about CIM.

 

* 

NOTE 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 present, 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, for supporting the CIM plug-in, make sure that the libraries are also present in the /usr/lib directory by installing the appropriate RPMs.