ONTAP 9.12.1 commands

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

    Delete system health alert

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

    Description

    The system health alert delete command deletes all the alerts on the cluster with the specified input parameters.

    Parameters

    -node {<nodename>|local} - Node

    Use this parameter to delete alerts generated on a cluster only on the node you specify.

    -monitor <hm_type> - Monitor

    Use this parameter to delete alerts generated on a cluster only on the monitor you specify.

    -alert-id <text> - Alert ID

    Use this parameter to delete alerts generated on a cluster only on the alert ID you specify.

    -alerting-resource <text> - Alerting Resource

    Use this parameter to delete alerts generated on a cluster on the alerting resource you specify.

    Examples

    This example shows how to delete an alert with the specified alert-id:

    cluster1::> system health alert delete -alert-id DualPathToDiskShelf_Alert -alerting-resource *
    Top of Page