Manual Pages


Table of Contents

NAME

na_system_health_subsystem - Display the health of subsystems

SYNOPSIS

system health subsystem show [ -fields ] [ -instance ] [ -subsystem ] [ -health ] [ -init-state ] [ -outstandingalert-count ] [ -suppressed-alert-count ]

DESCRIPTION

The system health subsystem show command displays the health status of each subsystem for which health monitoring is available. A subsystem's health status changes to "degraded" when a health monitor raises an alert. You can use the system health alert show command to display information about generated alerts.

OPTIONS

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

Displays only the fields you specify.

| [-instance] }

Displays additional information about the health status of subsystems.

[-subsystem <hm_subsystem>] - Subsystem

Displays the status of the specified subsystem.

[-health
{ok|ok-with-suppressed|degraded|unreachable|unknown}] - Health

Displays subsystems that have the specified health status.

[-init-state
{Invalid|Initailizing|Initialized|Starting_Discovery|Starting_Re-Discovery|Discovery_Done_Par- tially|Discovery_Done}] - Initialization State

Displays subsystems that have the specified initialization state.

[-outstanding-alert-count <integer>] - Number of Outstanding Alerts

Displays subsystems that have the specified number of outstanding alerts.

[-suppressed-alert-count <integer>] - Number of Suppressed Alerts

Displays subsystems that have the specified number of suppressed alerts.

EXAMPLES

  This example displays the health status of each subsystem:

  node> system health subsystem show

  Subsystem         Health
  ----------------- ------------------
  SAS-connect       ok
  HA-health         degraded
  CIFS-NDO          ok

  This example displays additional information about the health status of
  each subsystem:

  node> system health subsystem show -instance

                     Subsystem: SAS-connect
                        Health: ok
          Initialization State: initialized
  Number of Outstanding Alerts: 0
   Number of Suppressed Alerts: 0

                     Subsystem: HA-health
                        Health: degraded
          Initialization State: initialized
  Number of Outstanding Alerts: 2
   Number of Suppressed Alerts: 0

                     Subsystem: CIFS-NDO
                        Health: ok
          Initialization State: initialized
  Number of Outstanding Alerts: 0
   Number of Suppressed Alerts: 0

SEE ALSO


Table of Contents