Installing the Integration Service silently

This page provides information about performing a silent installation of the Integration Service and contains the following topics and references:

Installing the Integration Service on Microsoft Windows silently 

For silent installation, you must encrypt the passwords and use the encrypted passwords in the .options file. For more information about encrypting the passwords that are required for silent installation, see Encrypting passwords in the options file.

Perform the following steps to install the Integration Service and the Infrastructure Management Remote cell:

  1. Navigate to the TSIMAgent.zip file available in the installationDirectory\pw\pronto\web\html\download\win32_agent directory and extract its contents. 

  2. Customize the bmc_tsim_is_install.options file as required, which is available in the extracted zipped folder.
  3. Open the command prompt with the Run as administrator option. Navigate to the install.cmd file, which is available in the extracted zipped folder.
  4. Run the following command to install an Integration Service on the local computer by using the bmc_tsim_is_install.options file:

    install.cmd -i silent -DOPTIONS_FILE="<fullyQualifiedPath>\bmc_tsim_is_install.options"

    where fullyQualifiedPath indicates the complete path where you have saved the bmc_tsim_is_install.options file. If the fullyQualifiedPath parameter contains a space in it, the path must be enclosed within double quotes.

     

    Example

    install.cmd -i silent -DOPTIONS_FILE="C:\Program Files\Agent Installation\bmc_tsim_is_install.options"

Note

Installation-related information is not displayed on the console when silent installation begins. However, installation occurs in the background. The installation progress is logged in a temporary folder during installation. Go to Start > Run, enter %temp% in the Open box, and refer the tsim_agent_install.log file.

Installing the Integration Service on Linux and Remote Cell on Linux, IBM AIX, or Solaris silently 

For silent installation, you must encrypt the passwords and use the encrypted passwords in the .options file. For more information about encrypting the passwords that are required for silent installation, see Encrypting passwords in the options file.

Perform the following steps to install Integration Service on Linux and cell on Linux, IBM AIX, or Solaris operating systems:

  1. Navigate to the TSIMAgent.zip file available in the following directory and extract its contents. 
    • (Linux) installationDirectory/pw/pronto/web/html/download/linux_agent
    • (Solaris) installationDirectory/pw/pronto/web/html/download/solaris_agent
    • (AIX) installationDirectory/pw/pronto/web/html/download/aix_agent
  2. Customize the bmc_tsim_is_install.options file as required, which is available in the extracted zipped folder.
  3. Open the command prompt with the Run as administrator option. Navigate to the install.cmd file, which is available in the extracted zipped folder.
  4. Run the following command to install an Integration Service on the local computer by using the bmc_tsim_is_install.options file:
     

    ./install.sh -i silent -DOPTIONS_FILE="<fullyQualifiedPath>/bmc_tsim_is_install.options"

    where fullyQualifiedPath indicates the complete path where you have saved the bmc_tsim_is_install.options file. If the fullyQualifiedPath parameter contains a space in it, the path must be enclosed within double quotes.

    Example

    ./install.sh -i silent -DOPTIONS_FILE="/temp directory/bmc_tsim_is_install.options"

Note

Installation-related information is not displayed when silent installation begins. However, installation occurs in the background. Open /tmp or /var/tmp and refer the tsim_agent_install_log.txt file for the installation progress details.

Related topics

Installing Infrastructure Management silently

Installing Infrastructure Management

Was this page helpful? Yes No Submitting... Thank you

Comments