clean_down_members

Removes all members of a Coherence cluster whose status is down including the node and cache targets.

Format

emcli clean_down_members
      -coherence_cluster_name:<Coherence Cluster Target Name>      [-debug]

Options

  • coherence_cluster_name

    Fully qualified name of the Coherence cluster target.

  • debug

    Runs the verb in verbose mode for debugging purposes.

Example

This example deletes all members whose status is down in the TestCluster target.

emcli clean_down_members 
      -coherence_cluster_name:"TestCluster"