enable_forwarder_agents

エージェントのリストを使用し、各エージェントをフォワーダ・エージェントとしてマークします。

書式

emcli enable_forwarder_agents
      -agent_list="agent_list"

[ ]  indicates that the parameter is optional.

オプション

  • agent_list

    フォワーダとして登録する必要があるエージェントのリスト。エージェントは空白で区切る必要があります。

終了コード

正常終了した場合は0。0以外の値は、verb処理が正常終了しなかったことを示します。

次の例では、agent1およびagent2を転送エージェントとして有効にします。

emcli enable_forwarder_agents 
      -agent_list="agent1 agent2..."