ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system health alert modify

    Modify system health alert

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

    Description

    The system health alert modify command suppresses alerts generated on the cluster and sets the acknowledgement state for an alert.

    Parameters

    -node {<nodename>|local} - Node

    Use this parameter to specify the node on which you want to change the state.

    -monitor <hm_type> - Monitor

    Use this parameter to specify the monitor name on which you want to change the state.

    -alert-id <text> - Alert ID

    Use this parameter to specify the alert ID on which you want to change the state.

    -alerting-resource <text> - Alerting Resource

    Use this parameter to specify the alerting resource name on which you want to change the state.

    [-acknowledge {true|false}] - Acknowledge

    Use this parameter to set the acknowledgement state to true or false.

    [-suppress {true|false}] - Suppress

    Use this parameter to set the suppress state to true or false.

    [-acknowledger <text>] - Acknowledger

    Use this parameter to set the acknowledger as the filter for setting state.

    [-suppressor <text>] - Suppressor

    Use this parameter to set the suppressor as the filter for setting state.

    Examples

    This example modifies the alert field states on the cluster:

    cluster1::> system health alert modify -node * -alert-id DualPathToDiskShelf_Alert -suppress true
    Top of Page