Important

   

This documentation space contains information about PATROL Agents when deployed in a BMC Helix Operations Management environment. If you are a TrueSight Operations Management user, see PATROL Agent 21.02. Open link

Starting the PATROL Agent on UNIX

This topic was edited by a BMC Contributor and has not been approved.  More information.

This section explains how to start the PATROL Agent on a UNIX computer.

Before you begin

Before you start the PATROL Agent for UNIX, make sure you have performed the following actions:

  • Verify that you are logged on the UNIX host where you want to start the PATROL Agent.
  • Verify that the port you want to use is available. To verify port availability, type the following command in the command line and press Enter:
    netstat -na | grep <portNo>
  • Verify that you have changed to the directory containing the PATROL Agent startup script.

Starting the PATROL Agent on UNIX with a script

The PatrolAgent script starts the PATROL Agent on the UNIX operating system. You can specify the communication port between the PATROL Console and the PATROL Agent.

Type the following command in the command line, and press Enter:

./OPT/PATROL/PATROL3/PatrolAgent -p <portNo>

where <portNo> indicates the TCP/IP communications port on which the PATROL Agent will accept connections from PATROL Console. A message notifies you that the PATROL Agent is bound to the TCP port you specified. The port number is optional. If no port number is indicated, use the default port number, 3181.

For a complete list of command line arguments, see Command line arguments for starting the PATROL Agent.

Starting the PATROL Agent for UNIX from the command prompt

You can run the following command to start the  PATROL Agent running as a service on Unix operating system:

/etc/rc.d/rc3.d/S50PatrolAgent start

Note

S50PatrolAgent is the name of the PATROL Agent service.

Was this page helpful? Yes No Submitting... Thank you

Comments