Installing the gateway on Tivoli Netcool/OMNIbus V7.4.0

For Tivoli Netcool/OMNIbus V7.4.0, all gateways are installed using the Tivoli Netcool/OMNIbus installer.

You can install the gateway using any of the following:

The installation package and patches for the gateway are supplied as archives. The archive management application that you use to extract the files must be able to preserve the directory structure contained in the archive on extraction.

Note: If you are installing a 32-bit gateway on a system that runs a 64-bit UNIX or Linux operating system, you will need to install additional, 32-bit operating system libraries. See the IBM Tivoli Netcool/OMNIbus Installation and Deployment Guide for more information.

Obtaining the installation package

To obtain the installation package and prepare it for installation, use the following steps:

  1. Download the installation package for the gateway from the Passport Advantage Online Web site:

    http://www-306.ibm.com/software/howtobuy/passportadvantage/pao_customers.htm

  2. Make a backup of any existing configuration files that you want to retain.
  3. Extract the contents of the installation package to a temporary directory.

Now use one of the installation methods to install your gateway. In each case, the gateway is installed in the following directory:

  • On Linux and UNIX: $NCHOME/omnibus/gates
  • On Windows: %NCHOME%\omnibus\gates

The installation wizard

To install the gateway using the installation wizard:

  1. Run the installer for your operating system:
    • On Linux and UNIX: $NCHOME/omnibus/install/nco_install_integration
    • On Windows: %NCHOME%\omnibus\install\nco_install_integration
  2. When the installation wizard starts, specify the extracted directory that contains the README.txt file as the location of the gateway installation files.
  3. Accept the license conditions.

Console mode

To install the gateway in console mode:

  1. Run the installer for your operating system:
    • On Linux and UNIX: $NCHOME/omnibus/install/nco_install_integration -i console
    • On Windows: %NCHOME%\omnibus\install\nco_install_integration -i console
  2. When the text-based installer starts, specify the extracted directory that contains the README.txt file as the location of the gateway installation files.
  3. Accept the license conditions.

Silent mode

To install the gateway in silent mode:

  1. Create a text file named reponse.txt and add the following entries:
    PROBE_OR_GATE_LOCATION=README_directorypath
    LICENSE_ACCEPTED=true 

    where README_directorypath is the path to the directory containing the README.txt file in the extracted package.

  2. Run the installer for your operating system:
    • On Linux and UNIX: $NCHOME/omnibus/install/nco_install_integration -i silent -f response_path/response.txt
    • On Windows: %NCHOME%\omnibus\install\nco_install_integration -i silent -f response_path\response.txt

    where response_path is the full path to the response.txt file.