Termination of Agent Started by Using a Command

(1) Start the command prompt, and then move to the following directory:

{Agent installation directory}/bin

(2) Execute the following command (batch file):

Termination of Agent on Receiving Side

> agentctl -r stop 
stop_receiver is called. 
receiver agent accept the request to stop. [000]

Termination of Agent on Sending Side

> agentctl -s stop 
stop_sender is called. 
sender agent accept the request to stop. [000] 
registry server has been stopped. [100] <- Depending on the order in which Agents are terminated, this may not be output.

If the result above is output, the process was successful.

For details on the command, refer to Command Reference.

For details on the output log, refer to Log of Agent.