This article provides steps to install EMC Navisphere Agent on an ESX 2.5 or 3.x host.
Symptoms:
Attempting to install naviagentcli using the command ESX_install.sh naviagentcli fails
An error indicates that the navicli is already installed.
Environment
VMware ESX Server 2.5.x VMware ESX Server 3.5.x VMware ESX Server 3.0.x
Resolution
To install the EMC Navisphere Agent on an ESX 2.5 or 3.x host:
Log in to the ESX host as root using SSH.
Determine where there is a past installation of the Naviagent installed using the command:
rpm -qa | grep navi
If there is an older version of the software installed, uninstall it first:
Remove the naviagent RPM with the command:
rpm -e naviagent- <version>
where <version> is the old version
Remove the naviintool with the command:
rpm -e naviinitool*
Remove the navcli with the command:
ESX_uninstall.sh
Mount the CD-ROM and cd to the installation directory.
Install the Host Agent and CLI packages with the command:
rpm -ivh naviagentcli.rpm
Start and stop the service with the commands:
/etc/init.d/naviagent start
/etc/init.d/naviagent stop
Additional Information
Note: If you install the NaviAgent on an ESX host, it automatically registers on the Clariion so there is no need for manual registration. However, you need to add the host to the corresponding Storage Group.