User's Guide

The OneCommand Manager User Manual Page 16
1. Log into the ESX Server Host COS.
2. Copy the elxocmcore-esxNN-<kit version>.<arch>.rpm file to a directory on the install machine.
3. Change to the directory to which you copied the rpm file.
4. Install the rpm file. Type:
rpm -Uvh elxocmcore-esxNN-<kit version>.<arch>.rpm
Where NN is 40 for an ESX 4.0 system or 41 for an ESX 4.1 system. The rpm contents are
installed in /usr/sbin/ocmanager. The OneCommand Manager application CLI is also located in
this directory.
In a VMware ESX Server with an Existing HBAnyware CLI Kit Installed
To install the OneCommand Manager application CLI on a VMware system with an existing HBAnyware
CLI installed:
1. Install the rpm file by entering the following command all on one line at the comand prompt:
# rpm -Uvh elxocmcore-esxNN-<kit version>.<arch>.rpm
Where NN is 40 for ESX 4.0, 41 for an ESX 4.1 or 50 for an ESXi 5.0 system.
Uninstalling Older HBAnyware Kits on VMware
To uninstall an older HBAnyware Kit on VMware:
1. Log into the ESX Server COS.
2. Type: rpm -qa | grep elx and locate either of the following rpm files:
elxvmwarecorekit-<kit version>
Or
elxocmcore-esxNN-<kit version>
Where NN is 40 for ESX 4.0, 41 for an ESX 4.1 or 50 for an ESXi 5.0 system.
3. Type:
rpm -e elxvmwarecorekit-<kit version>
Or
rpm -e elxocmcore-esxNN-<kit version>
Where NN is 40 for ESX 4.0, 41 for an ESX 4.1 or 50 for an ESXi 5.0 system.
In Linux
Prerequisites
For existing systems install the following drivers 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 RHEL6 and SLES 11 SP1 operating systems.)
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
PPC and x86_64 builds require the 64bit version which is installed in
/usr/lib64.The i386 build requires the 32bit version which is installed in
/usr/lib.