refresh_coherence

Refreshes one or more Coherence clusters.

Format

emcli refresh_coherence        -input_file=coherence_refresh_file:file_path        [-debug]

[ ]  indicates that the parameter is optional

Options

  • input_file

    Fully-qualified path to a CSV-formatted file listing Coherence cluster target per line. For example:

    ClusterA 
    ClusterB 
    

    For more 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_name.csv file to determine the clusters to be refreshed to Cloud Control, and then refreshes them.

emcli refresh_coherence 
  -input_file=coherence_refresh_file:c:\emcli\my_clusters_names.csv