|
How to install EMC Naviagent CLI on VMware ESX 3.5 |
|
To install the NaviAgents on an ESX host:
- Log in to the ESX host as root (Use Putty to SSH using a secondary account that has SSH permissions, then "su" to switch user to root)
- Run the following command to determine if there is any existing Host Agent software installed
rpm -qa | grep navi
- If there is an older version of the software installed, you must remove it. Run the following command to remove the older version
rpm -e naviagent -version
Where version is the version of the older software.
- Mount the CD-ROM and cd to the installation directory. (or upload the "naviagentcli-6.26.2.0.2-1.noarch.rpm" file using the VMware Datastore Browser)
- Run the following command to install the Host Agent and CLI packages:
# rpm -ivh naviagentcli.rpm or
# rpm -ivh naviagentcli-6.26.2.0.2-1.noarch.rpm
- Run the following commands to start and stop the service:
# /etc/init.d/naviagent start
# /etc/init.d/naviagent stop
|