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.0- 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.