HP Insight Dynamics 6.2 Integrity CMS Installation and Configuration Guide

Procedure 3-8 Manual installation of HP-UX agents
1. Copy the desired depot files (file.depot) from the depot directory on the CMS to /var/
tmp on the managed system. Or, if you are using a Software Distributor depot server, copy
the depot files to the depot server.
2. Install the desired depots using the swinstall command, as shown in the following
example. If you are using a Software Distributor depot server, replace the source part of the
command with the server location of the depot.
Example 3-1 Install the Utilization Provider on an HP-UX system
# /usr/sbin/swinstall -s /var/tmp/up.depot UtilProvider
3. Repeat the previous step for each of the agents that you want to install.
Procedure 3-9 Manual installation of Linux agents
1. Copy the desired tar files (file.tar) from the depot directory on the CMS to /var/tmp
on the managed system.
2. Copy the agent installation script install-agent.sh from the CMS to /var/tmp on the
managed system. On an HP-UX CMS, this script is located in /opt/vse/lbin. On a
Windows CMS it is in install-path\lbin, where install-path is the directory where
Insight Dynamics is installed (by default, this directory is C:\Program Files\HP\Virtual
Server Environment).
3. Install the agent software using the install-agent.sh script, as shown in the following
example.
Example 3-2 Install the HPVM Provider on a Red Hat Enterprise Linux 4 (Integrity) system
# cd /var/tmp
# tar -xvf hp.com-hpvm.tar
# rpm -U hpvm-4.1.0-1-rhel4.ia64.rpm
4. Repeat the previous step for each of the agents that you want to install.
Procedure 3-10 Manual installation of Windows agents
1. Copy the desired Windows install files (file.msi) from the depot directory on the CMS
to C:\ on the managed system.
2. Install the agent software using the msiexec command, as shown in the following example.
Example 3-3 Install the Utilization Provider on a 32–bit Windows system
C:\> c:
C:\> cd \
C:\> msiexec /I WMIUtilProvider32.msi /norestart
This command installs the agent interactively using the GUI and does not perform a reboot
after installation. To install the agent with no interaction (quiet mode) and without using
the GUI, use the /qn option on the msiexec command. For information about other
command options, use the /help option.
3. Repeat the previous step for each of the agents that you want to install.
Procedure 3-11 Manual installation of vseassist command on Windows systems
1. Copy the file setupva.exe from the depot directory on the CMS to the managed system.
2. Run setupva.exe on the managed system to install vseassist.
22 Installation