deregister_forwarder_agents

エージェントのリストを使用し、各エージェントを転送エージェントとして登録解除します。

書式

emcli deregister_forwarder_agents
      -agent_list="agent_list"
[ ]  indicates that the parameter is optional.

オプション

  • agent_list

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

終了コード

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

次の例では、agent1およびagent2を転送エージェントとして登録解除します。

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