run_auto_discovery
Run auto discovery on specified hosts.
Format
emcli run_auto_discovery
    -host="host1.example.com;host2.example.com;..."
    [-debug]
    [-separator="separator:attribute_name:character"]
    [-subseparator="subseparator:attribute_name:character"]Options
- 
                        -host List of hosts where auto discovery needs to be run. 
- 
                        -debug Generate debug messages. 
- 
                        
                        -separator By default multi-value input attributes use the semicolon ( ; ) character as separator.Specifying this option overrides the default separator value. Example: separator="<attribute_name=sep_char>" Where attribute_name is name of the attribute for which you want to override separator character and sep_char is new separator character 
- 
                        
                        -subseparator By default multi-value input attributes use the colon ( : ) character as the sub-separator. Specifying this option overrides the default sub-separator value. Example: subseparator="<attribute_name=sep_char" Where attribute_name is name of the attribute for which you want to override separator character and sep_char is new sub-separator character. 
Examples
Following command will run auto discovery on host named host01.example.com.
emcli run_auto_discovery -host="host01.example.com"
Following command will run auto discovery on hosts named host01.example.com and host02.example.com.
emcli run_auto_discovery -host="host01.example.com;host02.example.com"