コマンドの場合

(1) ターミナル等のクライアントを起動し、以下のディレクトリに移動します。

{導入ディレクトリ}/bin

(2) 以下のコマンドを実行します。

集信 Agent 停止

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

配信 Agent 停止

# ./agentctl -s stop
stop_sender is called.
sender agent accept the request to stop. [000]
registry server has been stopped. [100] <- Agent の停止順によっては出力されない場合があります。

上記のように出力されれば成功です。

コマンドの詳細については、「コマンドリファレンス」を参照してください。

出力されるログについては、「Agent のログ」を参照してください。