======================================================================
Halcyon Monitoring Solutions
www.HalcyonInc.com
Halcyon Neuron Event Manager
Version 1.1.5
README.install
======================================================================
Overview
======================================================================
This README.install file describes how to install and setup the
Halcyon Neuron Event Manager.
It consists of the following sections:
- Definitions
- Extracting the Distribution File
- Installation Instructions
. Ensure the Neuron Core is Running
. Server Packages (Solaris)
- Halcyon Forums
- Uninstallation Instructions
. Server Packages (Solaris)
- Install & Uninstall Logs
Definitions
======================================================================
Installation Host The host where the Halcyon Neuron Event Manager is
to be installed. This system must be a Solaris
host, and contain the package HALhmfcon (Halcyon
Neuron Core)..
Neuron Core The Halcyon Neuron Core is the framework that is
central to all Halcyon Neuron Integration products
as well as the Neuron Management Portal.
BASEDIR The base directory where the Halcyon Neuron
Core was installed. The default value is
/opt/HMF. To determine the value of BASEDIR run
the command (for Solaris 10+ zoned environment,
run the following command in a non-sparse root
zone):
# echo "`pkgparam HALhmfcon BASEDIR`/HMF"
LOCALDIR The configuration and logfile directory of the
Halcyon Neuron Core. By default this is
/var/opt/HMF
To determine [LOCALDIR] after installation,
issue the command (for Solaris 10+ zoned
environment, run the following command in a
non-sparse root zone):
# pkgparam HALhmfcon LOCALDIR
Extracting the Distribution File
======================================================================
The Halcyon Neuron Event Manager distribution file,
Halcyon_Neuron_Event_Manager_[version].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
/var/tmp
In this case, the procedure for extracting the distribution will be:
% su -
# cd /var/tmp
# gzip -d Halcyon_Neuron_Event_Manager_[version].tar.gz
# tar xvf Halcyon_Neuron_Event_Manager_[version].tar
Following the example above, the source directory [EXTRACT_DIR] would
be the following:
/var/tmp/Halcyon_Neuron_Event_Manager_[version]
Installation Instructions
======================================================================
There is one required step to install this product:
1. Install the Server host packages
1. Server Packages (Solaris)
----------------------------------------------------------------------
To install the "Halcyon Neuron Event Manager" packages on a Solaris
host, do the following:
1. Become the "root" user on the Solaris host
2. Extract the distribution file
3. Run the install script
% su -
# cd [EXTRACT_DIR] (i.e. /var/tmp/Halcyon_Neuron_Event_Manager_[version])
# ./Halcyon_Neuron_Event_Manager-install.sh
Halcyon Forums
======================================================================
Halcyon experts actively participate in the online Halcyon Forums. The
experts are constantly monitoring the forums, answering questions and
posting useful tips, tricks, and general knowledge base information.
Whether you have a technical question or just wish to expand our
knowledge base, this is the place for you.
http://forums.HalcyonInc.com
Uninstallation Instructions
======================================================================
This section explains how to uninstall the various Halcyon Neuron Core
components:
1. Uninstall the Server host packages
In general, the uninstall script can be used with no arguments to
uninstall any Halcyon product:
# [LOCALDIR]/uninstall/HALUninstall.sh
Uninstall Server Packages (Solaris)
----------------------------------------------------------------------
To uninstall the "Halcyon Neuron Event Manager" packages on a Solaris
host, do the following:
1. Become the "root" user on the Solaris host
2. Run the uninstall script with the appropriate parameters
% su -
# cd [LOCALDIR]/uninstall
# ./HALUninstall.sh -module Neuron_Event_Manager hmf
Install & Uninstall Logs
======================================================================
All Halcyon install and uninstall log files can be found in the
following directories:
[LOCALDIR]/install
[LOCALDIR]/uninstall/log
Installation Log
----------------
The name of the installation log for this product is the following:
Halcyon_Neuron_Event_Manager-install_[YYYYMMDD]-[HHMMSS].log
Uninstall Log
-------------
The following is the generic uninstall log file:
uninstall.log.[YYYYMMDD]-[HHMMSS]
---//---