fmw_discovery_prechecks

Checks if the host configuration is collected or not. If it is not yet collected, it initiates a configuration collection for the hosts.

Format

emcli fmw_discovery_prechecks
      -hostnames=<comma separated list of host names>

Options

  • hostnames

    CSV (Comma Separated Value) list of host names.

Exit Codes

0 if verb processing is successful.

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

Example

The following example checks if the host configuration is collected:

emcli fmw_discovery_prechecks      -hostnames="host1.example.com,host2.example.com"