Enabling TLS server certificate validation between BMC Helix Continuous Optimization Agents and the Gateway Server
Before you begin
Make sure you meet the following requirements:
- You have administrator privileges to complete the installation of the Gateway Server and Agent.
- The computer on which you are installing these components is not running AIX 7.1 Operating System.
To enable and configure TLS during installation
Follow the steps described to install the remote components or upgrade these remote components by following the steps described in Upgrading the Gateway Server and Upgrading the Continuous Optimization Agent. Make sure that you use the TSCO_ConsoleSilentInstallOptions.txt file for the Gateway Server when using it with TrueSight Capacity Optimization.
- Start the Gateway Server and Agent.
TLS communication between the two components is enabled based on the configuration settings set in the preceding steps. Verify the status by parsing the service daemon logfiles.
For details about logfiles, see Working with Gateway Server and Agent logfiles..
To enable and configure TLS after installation
- Stop all the services of the Gateway Server and Agent.
- (Linux/UNIX) Perform the following steps on computers where these components are installed:
- To list the Gateway Server processes, run this command: ps -ef | grep udrCollectMgr, and kill the listed processes.
- To stop the Gateway Server, the Agent and the Service daemon, run the following commands:
- $BEST1_HOME/bgs/scripts/stopGeneralManager
- $BEST1_HOME/bgs/scripts/bgsagent_stop
- (Linux) su root -c "systemctl stop bgssd"
or
(UNIX) $BEST1_HOME/bgs/bin/bgssd.exe -k
- (Windows) Perform the following steps:
- Open Task Manager and stop the BGS_SDService process.
- Stop allied bgscollect and bgsagent processes.
- (Linux/UNIX) Perform the following steps on computers where these components are installed:
Assign appropriate values to the SECURITY_LEVEL parameter in the $BEST1_HOME/local/setup/Agent.cfg file.
- Restart all services of the Gateway Server and Agent.
- (Linux/UNIX) Run the following commands:
- (Linux) su root -c "systemctl start bgssd"
or
(UNIX) $BEST1_HOME/bgs/bin/bgssd.exe -s - $BEST1_HOME/bgs/bin/bgsagent
- $BEST1_HOME/bgs/scripts/startGeneralManager
- (Linux) su root -c "systemctl start bgssd"
- (Windows) To start the Agent, open Task Manager and start the BGS_SDService process.
- (Linux/UNIX) Run the following commands:
Verify the status by parsing the service daemon logfiles.
For details about logfiles, see Working with Gateway Server and Agent logfiles..