Configuring Integration Service to cell communication to enable TLS 1.2
The following section guides you to configure the Integration Service to Cell communication in TLS 1.2. Choose the appropriate configuration steps based on the type (local / remote) of the Integration Service and the cell used.
- Step 1:To configure the local Integration Service
- Step 2:To configure the remote Integration Service
- Step 3:To configure the local Cell
- Step 4:To configure the remote Cell
- Step 5:To start the servers
To configure the local Integration Service
Stop the Infrastructure Management Server by running the following command:
pw system stop- Using a text editor, open pronet.conf file located in <Infrastructure Management Server Install directory>\pw\custom\conf directory.
Comment out the instance of the code line having the encryptionkey value as mc as shown in the following code block:
#pronet.apps.is.cell.encryptionkey=mcSet the encryptionkey value to *TLS as shown in the following code block:
pronet.apps.is.cell.encryptionkey=*TLS- Save and close the file.
- Using a text editor, open mcell.dir file located in <Infrastructure Management Server Install directory>\pw\server\etc directory.
Comment out the instances of the code lines having the encryption key value as mc as shown in the following code block:
#Type <name> encryption key <host>/<port>
#cell cell_1 mc cell_1.bmc.com:1828
#cell HA_Cell mc primaryhost.bmc.com:1828 secondaryhost.bmc.com:1828Set the encryption key value to *TLS as shown in the following code block:
#Type <name> encryption key <host>/<port>
cell cell_1 *TLS cell_1.bmc.com:1828
cell HA_Cell *TLS primaryhost.bmc.com:1828 secondaryhost.bmc.com:1828
To configure the remote Integration Service
Logon to the computer where the remote Integration Service is installed, and stop the Integration Service (Unix) by running the following command:
pw is stop- To stop the Integration Service (Microsoft Windows), navigate to Start > Settings > Control Panel.
- Double-click the Services icon to launch the Services dialog box.
- Locate the BMC TrueSight Infrastructure Management Integration Service on the list of services, highlight, then click Stop.
- Click Yes to close the warning message that is displayed.
The status for the Integration Service changes from Started to (blank).
- Using a text editor, open pronet.conf file located in <Integration Service Install directory>\agent\pronto\conf directory.
Comment out the instance of the code line having the encryptionkey value as mc as shown in the following code block:
#pronet.apps.is.cell.encryptionkey=mcSet the encryptionkey value to *TLS the following code block:
pronet.apps.is.cell.encryptionkey=*TLS- Save and close the file.
- Using a text editor, open the mcell.dir file located in <Integration Service Install directory>\Agent\server\etc directory.
Comment out the instances of the code lines having the encryption key value as mc as shown in the following code block:
#Type <name> encryption key <host>/<port>
#cell cell_1 mc cell_1.bmc.com:1828
#cell HA_Cell mc primaryhost.bmc.com:1828 secondaryhost.bmc.com:1828Set the encryption key value to *TLS as shown in the following code block:
#Type <name> encryption key <host>/<port>
cell cell_1 *TLS cell_1.bmc.com:1828
cell HA_Cell *TLS primaryhost.bmc.com:1828 secondaryhost.bmc.com:1828- Save and close the file.
To configure the local Cell
Stop the cell service (Unix) by running the following command:
mkill -n cellname- To stop the cell service (Microsoft Windows), navigate to Start > Settings > Control Panel.
- Double-click the Services icon to launch the Services dialog box.
- Locate the BMC TrueSight Event Manager cell_name or BMC TrueSight Event Manager HA_CELL on the list of services, highlight, then click Stop.
- Click Yes to close the warning message that is displayed.
The status for the cell service changes from Started to (blank).
- Using a text editor, open mcell.conf file located in <Infrastructure Management Server Install Directory>\pw\server\etc\pncell_<TSIM_MACHINE_NAME> directory.
Comment out the instance of the code line having ServerTransportProtocol value as tcp as shown in the following code block:
#ServerTransportProtocol=tcpSet the properties as shown in the following code block:
ServerTransportProtocol=tls
ServerCertificateFileName=mcell.crt
ServerPrivateKeyFileName=mcell.key- Save and close the file.
To configure the remote Cell
- Logon to the computer where the remote cell is installed.
Stop the cell service (Unix) by running the following command:
mkill -n cellname- To stop the cell service (Microsoft Windows), navigate to Start > Settings > Control Panel.
- Double-click the Services icon to launch the Services dialog box.
- Locate the BMC TrueSight Event Manager cell_name or BMC TrueSight Event Manager HA_CELL on the list of services, highlight, then click Stop.
- Click Yes to close the warning message that is displayed.
The status for the cell service changes from Started to (blank).
- Using a text editor, open mcell.conf file located in <Remote Cell Install Directory>\Agent\server\etc\cell_name directory.
Comment out the instance of the code line having ServerTransportProtocol value as tcp as shown in the following code block:
#ServerTransportProtocol=tcpSet the properties as shown in the following code block:
ServerTransportProtocol=tls
ServerCertificateFileName=mcell.crt
ServerPrivateKeyFileName=mcell.key- Save and close the file.
To start the servers
Start the cell service (Unix) by running the following command:
mcell -n cellname- To start the cell service (Microsoft Windows), navigate to Start > Settings > Control Panel.
- Double-click the Services icon to launch the Services dialog box.
- Locate the BMC TrueSight Event Manager cell_name or BMC TrueSight Event Manager HA_CELL on the list of services, highlight, then click Restart.
- Click Yes to close the warning message that is displayed.
The status for the cell service changes to Started from (blank).
Start the Integration Service (Unix) by running the following command:
pw is start- To start the Integration Service (Microsoft Windows), navigate to Start > Settings > Control Panel.
- Double-click the Services icon to launch the Services dialog box.
- Locate the BMC TrueSight Infrastructure Management Integration Service on the list of services, highlight, then click Restart.
- Click Yes to close the warning message that is displayed.
The status for the Integration Service changes to Started from (blank).
Where to go from here
For more information about how to configure other communication channels to enable TLS 1.2, see Configuring-TrueSight-Infrastructure-Management-to-enable-TLS-1-2.