Agent Startup by Using a Command

(1) Startup

a) Start the client of a terminal, etc., and then move to the following directory:

{Agent installation directory}/bin

b) Execute the following command:

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 client of a terminal, etc., and then move to the following directory:

{Agent installation directory}/bin

b) Execute the following command:

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.