Manual Pages


Table of Contents

NAME

na_system_health_autosupport - View system health alert history

SYNOPSIS

system health autosupport trigger history show [ -fields ] [ -instance ] [ -monitor ] [ -alert-id ] [ -alertingresource ] [ -subsystem ] [ -indication-time ] [ -perceived-severity ] [ -autosupport-triggered ] [ -probable-cause ] [ -corrective-actions ] [ -asup-enable ]

DESCRIPTION

This command displays the alerts that triggered an AutoSupport message (true) or the alerts that did not trigger an AutoSupport message (false). The following fields are displayed in the output:
       o Monitor name
       o Subsystem
       o Alert identifier
       o Alerting resource
       o Severity
       o If an AutoSupport has been sent due to this alert

OPTIONS

{ [-fields <fieldname>, ...]

Displays the fields you specify.

| [-instance] }

Displays additional information about all of the alerts that were generated.

[-monitor <hm_type>] - Monitor

Displays AutoSupport trigger history with the specified monitor name.

[-alert-id <text>] - Alert ID

Displays the AutoSupport message triggered by the specified alert ID.

[-alerting-resource <text>] - Alerting Resource

Displays the AutoSupport message triggered by the specified alerting resource.

[-subsystem <hm_subsystem>] - Subsystem

Displays the AutoSupport message triggered by the specified subsystem.

[-indication-time <Date>] - Indication Time

Displays the AutoSupport message triggered at the indicated time.

[-perceived-severity <hm_perceived_sev>] - Perceived Severity

Displays the AutoSupport message triggered by alerts with the specified perceived severity.

[-autosupport-triggered {true|false}] - AutoSupport Triggered

Displays the alerts that generated AutoSupport messages.

[-probable-cause <hm_probable_cause>] - Probable Cause

Displays the alerts that were generated with the specified probable cause.

[-corrective-actions <text>] - Corrective Actions

Displays the AutoSupport alerts with the specified corrective actions.

[-asup-enable {true|false}] - Enable asup for this alert

Sets the value to enable or disable an AutoSupport message for this alert.

EXAMPLES

  This example displays information about the AutoSupport trigger history:

  node> system health autosupport trigger history show

  Node           Monitor                Subsystem         Alert ID
  ------------   ---------------------- ----------------- ----------------------
  csiptc-2240-23   node-connect         HA-health         StorageFailoverDisable
                                                          d_Alert
       Resource: ha_node_pair_info
       Severity: Major
      AutoSupport sent: true

  localhost      node-connect           HA-health         StorageFailoverDisable
                                                          d_Alert
       Resource: ha_node_pair_info
       Severity: Major
      AutoSupport sent: true


  This example displays info about the autosupport trigger history in detail:

  node> system health autosupport trigger history show -instance

                        Node: csiptc-2240-23
                     Monitor: node-connect
                    Alert ID: StorageFailoverDisabled_Alert
           Alerting Resource: ha_node_pair_info
                   Subsystem: HA-health
             Indication Time: Wed Oct 10 15:07:54 2012
          Perceived Severity: Major
       AutoSupport Triggered: true
              Probable Cause: Loss_of_redundancy
          Corrective Actions: Enable the storage failover feature on the node "csiptc-2240-23" using the command "storage failover modify -enabled true".
  Enable asup for this alert: true

                        Node: localhost
                     Monitor: node-connect
                    Alert ID: StorageFailoverDisabled_Alert
           Alerting Resource: ha_node_pair_info
                   Subsystem: HA-health
             Indication Time: Wed Oct 10 15:07:54 2012
          Perceived Severity: Major
       AutoSupport Triggered: true
              Probable Cause: Loss_of_redundancy
          Corrective Actions: Enable the storage failover feature on the node "csiptc-2240-23" using the command "storage failover modify -enabled true".
  Enable asup for this alert: true

SEE ALSO


Table of Contents