ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster ha modify

    Modify high-availability configuration of cluster management services

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The cluster ha modify command enables or disables cluster high availability in a two-node cluster. Enable high availability when performing some procedures, such as replacing hardware.

    This command is required to enable high availability if the cluster only has two nodes. Do not run this command in a cluster that has three or more nodes.
    Cluster high availability for two-node clusters differs from the storage failover technology used between two nodes for storage high availability.

    Parameters

    [-configured {true|false}] - HA Configured

    Use this parameter with the value true to enable high availability mode in the cluster. Use this parameter with the value false to disable high availability mode in the cluster.

    Examples

    The following example enables cluster high availability in a cluster.

    cluster1::> cluster ha modify -configured true
    Top of Page