MegaRAID Storage Manager Online Help System

Installation > Uninstalling MegaRAID Storage Manager Software on Linux > Executing a CIM Plug-in on Red Hat Enterprise Linux 5

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

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

  1. cd /usr/lib on RHEL 5
  2. Search for libcrypto, libssl, and libsysfs libraries as follows:
  3. ls -lrt libcrypto*, ls -lrt libssl*, ls -lrt libsysfs*
  4. If the files libcrypto.so.4, libssl.so.4, and libsysfs.so.1 are missing, manually create sym links as follows:
  5. 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 MegaRAID Storage Manager on VMware for more information about CIM.

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


DB09-000202-04  37857-02  Rev. E  October 2010
Copyright© 2010 by LSI Corporation. All rights reserved.
You can find a list of the LSI U.S. distributors, international distributors, sales offices, and design resource centers on the LSI web site at:  http://www.lsi.com/cm/ContactSearch.do