Installing the Integration Service and Remote Cell silently
Where you are in the Installation process
This page provides this information:
Installing the Integration Service and Remote Cell on Microsoft Windows silently
Do the following:
- Navigate to the downloaded TSIMAgent.zip file and extract its contents.
Open and edit the bmc_tsim_is_install.options file. You can either retain the default values for the properties or change them, and save the file. The file defines the installation properties in the form of a prefix tag followed by a property name and value pair.
- Open the command prompt with the Run as administrator option. Navigate to the install.cmd file, which is available in the extracted zipped folder.
Run the following command:
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.The installation progress is not displayed on the console. However, installation occurs in the background. The installation progress is logged in a temporary folder.
- Go to Start > Run, enter %temp% in the Open box, and view the tsim_agent_install.log file.
Installing the Integration Service on Linux and Remote Cell on Linux, IBM AIX (version 11.3.01 only), or Solaris silently
BMC recommends that you use MobaXterm as the UI to install the Integration Service on Linux computers.
Do the following:
- Navigate to the downloaded TSIMAgent.zip file and extract its contents.
Apply executable rights to all the installation files by running the following command:
chmod -R 755 installationDirectoryFolderName
where installationDirectoryFolderName is the name of the folder that contains all the installation files.
For example, chmod -R 755 Disk1
Open and edit the bmc_tsim_is_install.options file. You can either retain the default values for the properties or change them, and save the file. The file defines the installation properties in the form of a prefix tag followed by a property name and value pair.
Run the following command:
./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.
The installation progress is not displayed on the console. However, installation occurs in the background. The installation progress is logged in a temporary folder.
- Open /tmp or /var/tmp and view the tsim_agent_install_log.txt file.
Next step in the Installation process
Step 5 Phase C Task 1 — Now that you have successfully installed the Integration Service and Remote Cell, you must download and deploy monitoring solutions.