Use the consolidated installer to install the GIM client and other agents, such as the
S-TAP
(Software TAP), CAS (Configuration Auditing System), and FAM (File Activity Monitoring) on the
database server.
Before you begin
Download both the GIM and S-TAP installation packages from Fix
Central, and optionally CAS and FAM bundles.
About this task
The consolidated installer is supported on:
- AIX, Solaris, Linux (Red Hat, Linux for System z)
- Guardium central managers
- Guardium stand-alone systems
Procedure
- Use root access and create a directory on the
database server.
- Copy the shell installers for GIM
bundles such as BUNDLE_GIM, BUNDLE_STAP,
BUNDLE_CAS, BUNDLE_FAM to the new directory.
- Copy the script
consolidated_installer.sh to the same directory and make sure that this script
has the execute permission. (If not, then change it.)
- Run the
script.
./consolidated_installer.sh
--installdir <install dir> --tapip <ip or hostname> --gim_sqlguardip <ip or hostname>
--perl <perl dir> [--install_customed_bundles ][--failover_sqlguardip <ip or
hostname>][--allow_ip_hostname_combo <0|1>][–auto_set_gim_tapip]
- To also install BUNDLE_STAP, add the following parameters:
--stap_sqlguardip <ip or hostname> [--load-balancer-ip <load_balancer_ip>
--lb-app-group <app_group> --lb-mu-group <mu_group> --lb-num-mus <number_of_mus>
--ktap_allow_module_combos --use_discovery <0|1> --privatetapip
<tapip>]
- To also install BUNDLE_CAS, add the following parameters:
[--cas_sqlguardip <ip or hostname> ] --javadir <java directory, excluding the
/bin/java from the path>
- To also install BUNDLE_FAM, add the following parameters:
[--icm_url <icm url>] [--fam_port <fam port>] --fam_source_directories <comma
delimited directories.no spaces allowed>
- After the installation
is complete with a successful message, check that the modules are installed on the database server,
and that they are running.
The following example shows the command to check whether
the modules are installed on the database server,
- ps -eaf | grep gim: to check the GIM module
- ps -eaf | grep modules: to check the all modules
- Verify that the modules are
running. Go to , and verify that the
modules are installed.
- Go to
, and verify status for each
GIM bundle installation.
Results
First GIM is installed. GIM looks in the deploy folder for the files, and
then installs the other packages, all in the /deploy directory. The S-TAP with
all of its components is installed under the guardium installation directory along with the GIM.