Agent Startup by Using a Command
Start Agent by using a command.
If you start Agent this way, Agent processing will be forcibly terminated when you log out.
(1) Startup
a) Start the command prompt, and then move to the following directory:
{Agent installation directory}/bin
b) Execute the following command (batch file):
Agent Startup on Receiving Side
> agentctl -r start I120002 - Starting the receiving-side Agent was completed.
Agent Startup on Sending Side
> agentctl -s start I110002 - Starting the sending-side Agent was completed.
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.
(2) Verification of the startup
a) Start the command prompt, and then move to the following directory:
{Agent installation directory}/bin
b) Execute the following command (batch file):
Verification of Agent Startup on Receiving Side
> agentctl -r status status_receiver is called. receiver agent is ready to transfer. [002]
Verification of Agent Startup on Sending Side
> agentctl -s status status_sender is called. sender agent is ready to transfer. [002]
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.