======================================================================
        Halcyon PrimeAlert (R) for Adapter for HP Openview
                          Version 1.0.0

                          README.install
======================================================================


Overview
======================================================================
This README.install file describes how to install and setup the
PrimeAlert Adapter for HP Openview.

It consists of the following sections:
   - Definitions
   - Extracting the Distribution
   - Installation Instructions
      . Server Packages
   - Uninstallation Instructions
      . Server Packages
   - Install & Uninstall Logs
   - Module Loading


Definitions
======================================================================
Server Host   The host where the Sun Management Center server is
              installed and running.  This system must be a Solaris
              host, and contain the package SUNWessrv.

Agent Host    A host where a Sun Management Center agent is
              installed and running.  This system must be a Solaris
              host, and contain the package SUNWesagt.

Console Host  A host where the Sun Management Center console is
              installed and running.  This system may be a Solaris or
              a windows host.  On Solaris it contains the package
              SUNWescon.


Extracting the Distribution
======================================================================
The PrimeAlert Adapter for HP Openview distribution file,

   HALsmxhpo_1.0.0.tar.Z OR
   HALsmxhpo_1.0.0.tar.gz

must be extracted on a UNIX host before any packages can be installed.
For example, assume that the distribution file has been copied to the
following directory:

   /tmp

In this case, the procedure for extracting the distribution will be:

   % su -
   # cd /tmp
   # uncompress HALsmxhpo_1.0.0.tar.Z OR 
     gzip -d HALsmxhpo_1.0.0.tar.gz
   # tar -xvf HALsmxhpo_1.0.0.tar

Following the example above, the source directory <EXTRACT_DIR> would
be the following: 

   /tmp/HALsmxhpo_1.0.0 


Installation Instructions
======================================================================
There is one required step to install this product:

   1. Install the server host packages


1. Server Packages (Solaris)
----------------------------------------------------------------------
To install the "PrimeAlert Adapter for HP Openview"  packages on the Sun
Management Center server host, do the following:

   1. Become the "root" user on the Sun Management Center server host
   2. Extract the distribution file
   3. Run the install script

   % su -
   # cd <EXTRACT_DIR> (i.e. /tmp/HALsmxhpo_1.0.0)
   # ./HALAdapterHPOpenview-install.sh

The following packages are installed or upgraded: 

   - HALmmshpo


Uninstallation Instructions
======================================================================
This section explains how to uninstall the PrimeAlert Adapter for 
HP Openview components:

   1. Uninstall the server host packages

In general, the uninstall script can be used with no arguments to 
uninstall any Halcyon PrimeAlert product:
 
   # /var/opt/SUNWsymon/uninstall/HALUninstall.sh

To manually uninstall the product, use the UNIX "pkgrm" command with
the name of the packages to be removed as arguments.  Refer to the 
"Installation Instructions" section to determine the various packages
installed. 

   # pkgrm <PKG_1> <PKG_2> ... <PKG_N>
   

Uninstall Server Packages
----------------------------------------------------------------------
To uninstall the PrimeAlert Adapter for HP Openview module packages
on the Sun Management Center server host, do the following:

   1. Become the "root" user on the Sun Management Center server host
   2. Run the uninstall script with the appropriate parameters

   % su -
   # cd /var/opt/SUNWsymon/uninstall
   # ./HALUninstall.sh -module AdapterHPOpenview server


Install & Uninstall Logs
======================================================================
All Halcyon PrimeAlert install and uninstall log files can be found 
in the following directories:
   
   /var/opt/SUNWsymon/install
   /var/opt/SUNWsymon/uninstall


   Installation Log
   ----------------
   The name of the installation log for this product is the following:

      HALAdapterHPOpenview-install_<YYYYMMDD>-<HHMMSS>.log


   Uninstall Log
   -------------
   The following is the generic uninstall log file:

      uninstall.log.<YYYYMMDD>-<HHMMSS>


Configuration
======================================================================
Please refer to the "Installation and Configuration" section in the 
help documentation for details on how to configure the adapter.  
Information on how to access the help documentation is available in 
the "README" file under the section "Help Documentation".

---//---