Back to the list of connectors

IBM Hardware Management Console (HMC) Version 7 or earlier

Description

Reports hardware errors that occured during the day and provides the status of the System Attention LED of all IBM AIX servers connected to the Hardware Management Console. An ALARM alert is triggered for a hardware problem that happened during the day and is automatically cleared at midnight.

Connector ID: IBMHMC

Target

Typical platform: IBM POWER

Operating system: Linux

Prerequisites

Leverages: IBM Hardware Management Console (HMC)

Technology and protocols: System Commands

This connector is not available for the local host (it is applicable to remote hosts only).

Examples

CLI

hws HOSTNAME -t linux -f IBMHMC --ssh -u USER

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: linux
  selectedConnectors: [ IBMHMC ] # Optional, to load only this connector
  ssh:
    username: <USERNAME> # Change with actual credentials
    password: <PASSWORD> # Encrypted using hws-encrypt

Connector Activation Criteria

The IBM Hardware Management Console (HMC) Version 7 or earlier connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is Linux
  • The command below succeeds on the monitored host
    • Command: lshmc -V
    • Output contains: version.*Version.*[4567] (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
Enclosure
  • hw.status{hw.type="enclosure",state="ok|degraded|failed"}
  • hw.status{hw.type="enclosure",state="present"}
  • info
  • model
  • serial_number
  • vendor
LED
  • hw.status{hw.type="led",state="ok|degraded|failed"}
  • hw.status{hw.type="led",state="present"}
    No results.