Installing Universal Collector

This section describes the procedure to install LogLogic® Universal Collector.

On Windows

Procedure

  1. Create the installation file, for example, silent.txt.
  2. Enter the following parameters in the installation file:
    • INSTALLER_UI=silent
    • USER_INSTALL_DIR=C:\\Program Files\\LogLogic\\Universal Collector
    • USER_INPUT_INSTALL_DATA_DIR=C:\\Program Files\\LogLogic\\Universal Collector
    • USER_INPUT_LGPL_URL=C:\\Users\\<user>\\Downloads\\xxx.lgpl.zip
    Note: The USER_INPUT_LGPL_URL is an optional parameter if you have already downloaded the endorsed .zip file from TIBCO.
  3. Configure LogLogic® Management Center Agent if you want to manage LogLogic® Universal Collector by using LogLogic® Management Center:

    org.ops4j.pax.url.mvn.repositories=https://mc.host.loglogic.com:7433/mc/repo

    configureMCAgent=1

    mcHost=mc.host.loglogic.com

    mcNotificationPort=21616

  4. Start the installation by using the following command:
    C:\Temp\UC>TIB_loguc_xxx_setup_windows.exe -f silent.txt

Result

The installation is complete.
Note: If the installation has not been completed successfully, open the Universal_Collector_Install_[Timestamp].log to check the error messages. This file is located in <UC_HOME>/logs.

On Linux

Procedure

  1. Open a shell program.
  2. Set the permission to the installer file by using the following command:
    chmod 755 <installer file>
  3. Create and complete the installation file, for example, silent.txt.
  4. Enter the following parameters and its values in the installation file:

    INSTALLER_UI

    USER_INSTALL_DIR

    USER_INPUT_INSTALL_DATA_DIR

    USER_INPUT_LGPL_URL

    The following parameter values are an example for a root user :

    INSTALLER_UI=silent

    USER_INSTALL_DIR=/opt/LogLogic/Universal_Collector

    USER_INPUT_INSTALL_DATA_DIR=/opt/LogLogic/Universal_Collector

    USER_INPUT_LGPL_URL=/root/Downloads/xxx.lgpl.zip

    Note: The USER_INPUT_LGPL_URL is an optional parameter if you have already downloaded the endorsed .zip file from TIBCO.
  5. Configure LogLogic® Management Center Agent if you want to manage LogLogic® Universal Collector by using LogLogic® Management Center:

    configureMCAgent=1

    mcHost=mc.host.loglogic.com

    mNotificationPort=21616

  6. Start the installation by using the following command:

    sh ./TIB_loguc_xxx_setup_linux.bin -f silent.txt

Result

The installation is complete.
Note: If the installation has not been completed successfully, open the Universal_Collector_Install_[Timestamp].log to check the error messages. This file is located in <UC_HOME>/logs.