relocate_bda_target
Relocates monitoring agents for BDA targets. Use it to relocate monitoring of a specific target to another agent on a destination host, or use it to relocate monitoring of all shared targets on a cluster to other agents on the same BDA rack.
Format
emcli relocate_bda_target
        -target="target_name" -dest_host="destination_host_name" | -all_shared 
        -cluster="cluster_name">Options
- 
                        target A target in the BDA network. 
- 
                        dest_host Name of the host where monitoring of the specified target is to be relocated. 
- 
                        all_shared Specifies to relocate monitoring of all shared targets in the named cluster. 
- 
                        cluster Name of the cluster for whom monitoring is to be relocated. 
Examples
Example 1
The following example relocates monitoring of the target hdfs_USA_acme to the agent on host acme101.com:
                  
emcli relocate_bda_target 
         -target="hdfs_USA_acme"
         -dest_host="acme101.com"
Example 2
The following example relocates monitoring of all shared targets on the cluster acme101 to other valid agents on the same BDA rack:
                  
emcli relocate_bda_target 
         -all_shared
         -cluster="acme101"