Changing the PATROL Agent's security level
The PATROL Agent and the TrueSight Integration Service must run on the same security level to successfully communicate in TLS mode. The following steps guide you to change the PATROL Agent's security level.
- Stop the PATROL Agent.
- (Microsoft Windows) Open the Services list, right-click the PATROL Agent service name, and select Stop.
(Unix) As a root user, go to the /etc/init.d directory, and run the following command:
#Syntax
./PatrolAgent {start|stop|restart|status} {portnum}
#Example
./PatrolAgent stop 9090
Navigate to the <ROOT_INSTALL_DIR>\common\security\config_v3.0 directory location and run the following command:
p7_change_security_level_x86-64.cmd -c AGENT_CON -l 4 -n BOTH -d Patrol3 -v _v3.0Perform the following sequence of steps to update the registry details in the PATROL Agent running on a Windows operating system:
- Go to Start > Run and type regedit. The registry editor dialog box is displayed as shown the following figure:
Navigate to the HKEY_LOCAL_MACHINE\SOFTWARE\BMC Software\PATROL Agent directory location, and update the esi_lib, esi_lib100, esi_lib80 parameter values as shown in the following figure, if you have set the security level to one of these values: 1,2,3,4, while running the p7_change_security_level_x86-64.cmd command.
- Go to Start > Run and type regedit. The registry editor dialog box is displayed as shown the following figure:
- Restart the PATROL Agent.
- (Microsoft Windows) Open the Services list, right-click the PATROL Agent service name, and select Start.
(Unix) As a root user, go to the /etc/init.d directory, and run the following command:
#Syntax
./PatrolAgent {start|stop|restart|status} {portnum}
#Example 1
./PatrolAgent start 9090
#Example 2: To start the PATROL Agent on all ports where they were running before stopping them with this script
./PatrolAgent start ALL
#'ALL' value is invalid with the 'stop' Action.
Where to go from here
Once you update the PATROL Agent's security level, verify the workflow diagram to ensure all the relevant tasks to enable TLS mode are performed.