The OneCommand Utility User Manual
Page 10
Prerequisites
•
The LPFC driver version 7.4 or later must be loaded.
Procedures
To install the OneCommand Manager application CLI:
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.
CD to the directory to which you copied the rpm file.
4.
Install the rpm file. Type:
rpm -U elxocmcore-esxNN-<
kit version
>.<
arch
>.rpm
Where NN is 35 for an ESX 3.5 system. The rpm contents are installed in /usr/sbin/hbanyware. 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:
# rpm -U elxocmcore-esxNN-<
kit version
>.<
arch
>.rpm
Where NN is 35 for an ESX 3.5 system.
Uninstalling Older HBAnyware Kits on VMware
To uninstall an older HBAnyware Kit on VMware:
1.
Log into the ESX Server Host 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 35 for an ESX 3.5 system.
Note: In-band management (FC based management) is not supported on VMware ESX 3.5
servers. Use out-of band management (TCP/IP based management) to remotely
manage adapters on ESX 3.5 servers.
For VMware ESX 3.5 servers, the firewall on the ESX Server must be opened to man-
age systems remotely using TCP/IP-based management. To enable TCP port
#23333, run the following commands:
esxcfg-firewall --openPort 23333,tcp,in,OneCommand
esxcfg-firewall --openPort 23333,tcp,out,OneCommand
To verify that the correct port is open, run the following command:
esxcfg-firewall -q
The TCP port number can be changed. If it is not changed, the default is 23333
.
Refer to the VMware Server Configuration Guide for more details on how to configure
the ESX firewall.