![]() |
MegaRAID Storage Manager Online Help System |
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:
cd /usr/lib
on RHEL 5- Search for
libcrypto
,libssl
andlibsysfs
libraries as follows:ls -lrt libcrypto*
,ls -lrt libssl*
,ls -lrt libsysfs*
- If the files
libcrypto.so.4
,libssl.so.4
, andlibsysfs.so.1
are missing, manually create sym 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 MegaRAID Storage Manager on VMware for more information about CIM.
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 |