Emulex OneCommand Manager Command Line Interface User Manual (P006980-01A Version 5.2, August 2011)

OneCommand Manager Command Line Interface User Manual Page 4
In Linux
Prerequisites
For new systems, the specific driver rpm file for your Linux version must be installed.
For existing systems, the following must be installed before installing the OneCommand Manager
application CLI:
On LP21000 series adapters and OneConnect FCoE adapters:
Linux driver version 8.2.0.33.3p or later (For RHEL5 and SLES10 operating systems.)
Linux driver version 8.3.5.X (For RHEL6and later and SLES 11 SP1and later operating
systems.)
On OneConnect NIC adapters:
The NIC driver.
The NIC driver must also be installed if the adapter personality is iSCSI-NIC or FCoE-NIC.
Use the latest or matching driver from the Emulex website.
Procedures
To install the OneCommand Manager CLI:
1. Copy the applications kit tar file to a directory on the installation machine.
2. Change (use cd command) to the directory to which you copied the tar file.
3. Untar the file:
tar zxvf elxocmcore-<supported_os>-<app_ver>-<rel>.tgz
4. Change (use cd command) to the core kit directory created in step 3.
cd elxocmcore-<supported_os>-<app_ver>-<rel>
5. Run the install.sh script.
./install.sh
Note: On RHEL 5.5 and later and RHEL 6 and later, the OneCommand Core rpm file requires the
"Libnl" library. This library is not installed by default, but can be obtained from the OS distribution
media.
For i386 RHEL 5.5, RHEL 5.6 and RHEL 6, use the 32bit libnl library.
For x86_64 RHEL 5.5, RHEL 5.6 and RHEL 6, use the 64bit libnl library.
For ia64 RHEL 5.5, RHEL 5.6 and RHEL 6, use the 64bit libnl library.
For PPC RHEL 5.5, RHEL 5.6 and RHEL 6, use the 32bit libnl library.
Note: The RHEL 6 Enterprise kit requires the intallation of the libstdc++-5.so library.
This library is available through the compat-libstdc++-33-3.2.3-68.<arch>.rpm or
later. The PPC64 and x86_64 builds require the 64bit version installed which is
installed in /usr/lib64.The i386 build requires the 32bit version installed which is
installed in
/usr/lib.