Integrating components with TrueSight Infrastructure Management when configured for high availability
To integrate BMC Service Resolution with TrueSight Infrastructure Management when configured for high availability
You need to perform the following sequence of steps when you want to integrate BMC Service Resolution with the TrueSight Infrastructure Management operating in high availability mode. Perform these steps irrespective of the Infrastructure Management server being switched to high availability mode or Infrastructure Management server already operating in high availability mode.
- Log on to the computer that is operating as a primary node.
- Go to the command prompt, and change the directory to <Infrastructure Management InstallationDirectory>/integrations/EventIntegrator
- Run the it30.bat or it30.sh file with the enablebsr35 command:
- (Microsoft Windows) it30.bat enablebsr35
- (UNIX)
bash it30.sh enablebsr35
- Run the following command:
pw jproperties reload - Log on to the computer that is operating as the secondary node and perform steps 2-4.
- Using the loadbalancer URL, login to the Infrastructure Management server operator console.
- Clear your browser cache so that the new integration UI after enabling BMC Service Resolution is displayed.
- If you already have a BMC Service Resolution component integrated with the Infrastructure Management server, then perform steps 9-11, else go to step 12.
- Navigate to the Infrastructure Management server operator console, select Options>Administration.
Under Integrations with other BMC Products, click Edit.
The text fields are populated with the existing integrated component's configuration details.- Scroll down, and Click Apply for the relevant integration component.
This action ensures that the integration details are synchronized with the secondary node. If there is no existing integration with the BMC Service Resolution, and if you want to integrate the BMC Service Resolution component, then see BMC Service Resolution documentation to perform the integration.
To integrate the Atrium CMDB with TrueSight Infrastructure Management when configured for high availability
Perform the following procedure to integrate Atrium CMDB with TrueSight Infrastructure Management operating in high availability mode. Perform these steps irrespective of the Infrastructure Management server being switched to high availability mode or Infrastructure Management server already operating in high availability mode.
Integrating with Atrium CMDB by using the Operator Console
- Using the loadbalancer URL, login to the Infrastructure Management server operator console.
- Navigate to the Infrastructure Management server operator console and select Options>Administration.
- Under Integrations with other BMC Products, click Edit.
The text fields are populated with the existing integrated component's configuration details.
To ensure that the integration details are synchronized with the secondary server, scroll down, and click Apply for the relevant integration component.
Integrating with Atrium CMDB by using the command line option
Ensure that you run the integrate_atrium_cmdb command on both the primary and the secondary hosts in the following way:
- Navigate to the primary host and run the integrate_atrium_cmdb command.
- Stop the Infrastructure Management server on the primary host.
This will ensure that the secondary host becomes active. - Navigate to the secondary host and run the integrate_atrium_cmdb command.
To integrate the Impact Integration Web Services server with TrueSight Infrastructure Management when configured for high availability
Perform the following sequence of actions to integrate the Impact Integration Web Services server with the TrueSight Infrastructure Management operating in high availability mode. Before you start integrating, ensure that the Impact Integration Web Services server and the Infrastructure Management server are installed on separate computers.
Configure the Impact Integration Web Services server
- Log on to the computer where the BMC Impact Integration Web Services server is installed.
- Navigate to the <Impact Web Services installation directory>\tomcat\webapps\imws\WEB-INF\etc directory location.
- Using a text editor, open the mcell.dir file.
Add the code line as shown in the following code block, and save the file:
cell pncell_<Primary TSIM Node Hostname> mc <Primary TSIM Node Hostname>:1828;<Secondary TSIM Node Hostname>:1828
Configure the Infrastructure Management server
- Log on to the computer where the Infrastructure Management server that is operating as a primary server is installed.
- Using a text editor, open the mcell.dir file located in the <Infrastructure Management Server Install directory>\pw\server\etc directory.
Add the following line, and save the file:
gateway.imcomm IIWSGatewayServer mc 1859
To integrate MyIT with TrueSight Infrastructure Management operating when configured for high availability
- Log on to the computer where the BMC Impact Integration Web Services server is installed.
- Navigate to the <Impact Web Services installation directory>\tomcat\webapps\imws\WEB-INF\etc directory.
- Using a text editor, open the mcell.dir file.
Comment out the following line:
#cell mc pncell_tsim_primary_server:1828 tsim_secondary_server:1828Add the the following line, and save the file:
cell local mc pncell_tsim_primary_server:1828 tsim_secondary_server:1828