register_forwarder_agents

Takes a list of agents and registers each agent as a forwarding agent.

Format

emcli register_forwarder_agents
      -agent_list="agent_list"

Options

  • agent_list

    List of agents that need to be registered as forwarders. The agents must be separated by space.

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.

Example

The following example registers agent1 and agent2 as forwarding agents.

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