Previous Topic: Start or Stop the Agent on UNIX SystemsNext Topic: Command Line Startup Options


Service Startup Script for UNIX Systems

You can start, stop, or restart the agent automatically on UNIX systems using service startup scripts. It starts the agent on the port number that you specified during the installation.

The service script for all UNIX platforms is as follows:

CASYSEDGE/bin/sysedgectl [start|stop|status|restart|probe]

To start the agent from the command line on UNIX, run the following command from the Install_Dir/bin directory:

./sysedgectl start

The agent starts using the port that you specified during the installation and the default configuration files in the data directory of the agent installation.

You can also run the agent in the background using non-default options or non-default configuration files. For more information, see Command Line Startup Options.

Examples

cd $CASYSEDGE/bin
./sysedgectl start
./sysedgectl restart
./sysedgectl stop