Upgrading the Integration Service and Remote Cell silently
Where you are in the Upgrade process
This topic presents upgrade procedure for the Integration Service and remote cell from an earlier version to the latest version. You can upgrade these components using the silent upgrade procedure, as described in this topic.
When you run the silent upgrade, only the components that are already installed on the computer are upgraded.
To upgrade the Integration Service and remote cell silently
Do the following:
- Ensure that you take a backup of the earlier installation directory of the Integration Service and remote cell. If they are installed on virtual machines, take snapshots of the virtual machines.
- Navigate to the TSIMAgent.zip file available in the installationDirectory\pw\pronto\web\html\download\win32_agent directory and extract its contents.
- Open and edit the bmc_tsim_is_upgrade.options file in a text editor.
Specify a valid directory for the Integration Service or remote cell:
-P installLocation=<INSTALL DIR><INSTALL DIR> is the installation location.
Enter the Integration Service and remote cell installation configuration information under User Input Properties.
-J name=valuename is the name of the parameter
value is the value for the parameterThe [confluence_table-plus] macro is a standalone macro and it cannot be used inline. Click on this message for details.
Consider the following scenarios with example parameters:
(Optional) If you have already migrated customized KB definitions to the new standard 11.0 KB, set the value of the MIGRATED_KB parameter to true and provide the path of the customized KB directory:
-J MIGRATED_KB=<true/false>
-J MIGRATED_KB_HOME=<KB migration path>Run the following command to upgrade the Integration Service on the local computer by using the bmc_tsim_is_upgrade.options file:
(Windows) install.cmd -i silent -DOPTIONS_FILE="<fullyQualifiedPath>\bmc_tsim_is_upgrade.options"
(Linux) ./install.sh -i silent -DOPTIONS_FILE="<fullyQualifiedPath>/bmc_tsim_is_upgrade.options"
where fullyQualifiedPath indicates the complete path where you have saved the bmc_tsim_is_upgrade.options file. The path must be enclosed within double quotes.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. Navigate to the Temp folder, and refer the tsim_agent_install.log file.
- To verify that the Integration Service is running:
- (Windows) ensure that the Integration Service Ver x.xbuild yyyy(portNumber) service status is started. If the Infrastructure Management Integration Service Ver x.xbuild yyyy(portNumber) service is not running, start it.
- (Linux) navigate to the installationDirectory/pw/pronto/bin/ directory, and run the pw agent status command. Verify that the tsim_agent process is listed. If the tsim_agent process is not listed, run the pw agent start command. This command restarts all the Integration Service processes.
- If any exceptions occur, check the following log files that are stored on the TrueSight Infrastructure Management Server at installationDirectory\pw\pronto\logs:
- TrueSight.log
- TSIMAgent.log
If you are not able to identify the problem, contact BMC customer support for assistance.
- On both Microsoft Windows and Solaris platforms, to verify that the cell is running, run the mcstat -n cellName command to check the cell's status. If the cell is not running, use the appropriate start procedure. (On Solaris, source the setup_env.sh file in the /installationDirectory/pw/server/bin directory to run the mcstat command.)
If you have any problems with the cell, see Cells troubleshooting
Restoring original security certificates for Integration Service
During the Integration Service upgrade, the installer automatically takes a backup of the keystore, and keystore password files in the <installationDirectory\Agent\backup_security_<oldversion> location. After the upgrade is completed, these backed up files are automatically restored to the following directory location.
- (Microsoft Windows) <installationDirectory>\pw\pronto\conf
- (Solaris or Linux) <installationDirectory>/pw/pronto/conf
Troubleshooting upgrade issues
If you face issues during upgrade, see Troubleshooting an Integration Service deployment.
Next step in the Upgrade process
Now that you have successfully upgraded Integration Service and cell, upgrade the other TrueSight Operations Management components as per your requirements. For instructions, see Upgrading.