Manual Pages


Table of Contents

NAME

na_system_health_config - Display system health configuration.

SYNOPSIS

system health config show [ -fields ] [ -instance ] [ -node ] [ -monitor ] [ -subsystem ] [ -health ] [ -monversion ] [ -context ] [ -pol-version ] [ -aggregator ] [ -resources ] [ -init-state ] [ -sub-pol-versions ]

DESCRIPTION

The system health config show command displays the configuration and status of each health monitor. The command shows a health status for each health monitor. The health status is an aggregation of the subsystem health for each subsystem that the health monitor monitors. For example, if a health monitor monitors two subsystems and the health status of one subsystem is "ok" and the other is "degraded", the health status for the health monitor is "degraded".

OPTIONS

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

Displays the fields specified.

| [-instance] }

Displays additional information on the health monitor configuration.

[-node {<nodename>|local}] - Node

Lists the health monitors present on the specified node.

[-monitor <hm_type>] - Monitor

Displays the health monitors with the specified monitor name.

[-subsystem <hm_subsystem>, ...] - Subsystem

Displays the health monitors with the specified subsystems.

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

Displays the health monitors with the specified health status.

[-mon-version <text>] - Monitor Version

Displays the health monitors with the specified monitor version.

[-pol-version <text>] - Policy File Version

Displays the health monitors with the specified health monitor policy version.

[-context {Node |Cluster}] - Context

Displays the health monitors with the specified running context.

[-aggregator <hm_type>] - Aggregator

Displays the health monitors with the specified aggregator.

[-resources <text>, ...] - Resource

Displays the health monitors with the specified resource name.

[-init-state
{Invalid|Initailizing|Initialized|Starting_Discovery|Starting_ReDiscovery|Discovery_Done_Partially|Discovery_Done}] Subsystem
Initialization Status

Displays the health monitors with the specified subsystem initialization state.

[-sub-pol-versions <text>] - Subordinate Policy Versions

Displays the health monitors with the specified subordinate policy version.

EXAMPLES

  This example displays information about health monitor configuration:

  node> system health config show

  Node          Monitor                Subsystem       Health
  ------------- ---------------------- --------------- ------------------
  csiptc-2240-23 node-connect          SAS-connect, HA-health, CIFS-NDO degraded

  This example displays additional information about health monitor configuration:

  node> system health config show -instance

                             Node: csiptc-2240-23
                          Monitor: node-connect
                        Subsystem: SAS-connect, HA-health, CIFS-NDO
                           Health: degraded
                  Monitor Version: 2.0
              Policy File Version: 1.0
                          Context: node_context
                       Aggregator: system
                         Resource: SasAdapter, SasDisk, SasShelf, HaNodePair,
                                   HaICMailbox, CifsNdoNode, CifsNdoNodeVserver
  Subsystem Initialization Status: initialized
      Subordinate Policy Versions: 1.0 SAS, 1.0 SAS multiple adapters, 1.0

SEE ALSO


Table of Contents