Windows: Installing S-TAP agent using the command line interface

The command-line installer provides a scriptable solution that is especially useful for managing large deployments.

Before you begin

Verify the following before you begin:
  • Review the Windows S-TAP installation requirements at Windows: Prerequisites: installing S-TAP.
  • Verify that your database server and operating system are supported.
  • Identify the IP address of the database server or domain controller where you will install the S-TAP, including any virtual IP addresses.
  • Identify the IP address of the Guardium system that will control the S-TAP.
  • Verify that the intended S-TAP installation directory is empty or does not exist.
  • Obtain the S-TAP module from either Fix Central, or your Guardium representative.

Procedure

  1. Log on to the database server using a system administrator account.
  2. Copy the installer to your database, and using the Windows Command Prompt, navigate to the Windows S-TAP installer directory. For example,
    cd c:\Windows-STAP-V10.5.0.89
    You should find a setup.exe executable in the installer directory.
  3. Install the S-TAP using the setup.exe executable with the appropriate parameters. The required parameters are:
    • INSTALLPATH, the default is used if you do not specify
    • TAPHOST
    • APPLIANCE
    All parameters, except INSTALLPATH, can be updated after the installation. A typical install command is:
    setup.exe -UNATTENDED -APPLIANCE 10.0.147.234 -TAPHOST 10.0.145.41
    where:
    • -UNATTENDED (required) invokes the command-line installer.
    • -APPLIANCE specifies the IP address of the Guardium system that will control the S-TAP.
    • -TAPHOST (required) specifies the client IP address where the S-TAP is being installed.
    For a complete description of the setup.exe executable and its parameters, see Windows: S-TAP command line installation parameters

What to do next

Verify that the S-TAP is communicating with the Guardium system by navigating to Manage > Activity Monitoring > S-TAP Control and reviewing the S-TAPs status and configuration.