discover_coherence

Discovers one or more non-managed Coherence clusters (Managed Coherence clusters are discovered as part of the WLS domain discovery process).

Format

emcli discover_coherence
      -input_file=coherence_discovery_file:file_path
      [-debug]

[ ]  indicates that the parameter is optional

Options

  • input_file

    Fully-qualified path to a CSV-formatted file containing one line of details per Coherence cluster. The structure of the CSV file is as follows:

    <Management Node host machine name>,
              <Management Node listen port>,
              <Management Node username - optional>,
              <Management Node password - optional>,
              <Management Node service name - optional>,
              <Agent url>	
    

    For example:

    host1.companyA.com,9910,,,,https://host1.companyA.com:3872/emd/main/,
    

    For information about the input_file parameter, see -input_file Syntax Guidelines.

  • debug

    Runs the verb in verbose mode for debugging purposes.

Examples

This example reads the my_clusters_info.csv file to determine the clusters to be added to Cloud Control.

emcli discover_coherence 
  -input_file=coherence_discovery_file:"c:\emcli\my_clusters_info.csv