Back to the list of connectors

IBM AIX - LUN

Description

Provides LUN MPIO status information on IBM AIX systems.

Connector ID: IBMAIXLUN

Target

Typical platform: IBM POWER

Operating system: IBM AIX

Prerequisites

Leverages: IBM AIX lspath system command

Technology and protocols: System Commands

Examples

CLI

hws HOSTNAME -t rs6000 -f IBMAIXLUN --ssh -u USER

hws-config.yaml

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

Connector Activation Criteria

The IBM AIX - LUN connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is IBM AIX
  • The command below succeeds on the monitored host
    • Command: /usr/sbin/lspath
    • Output contains: fscsi (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
LUN
  • hw.lun.paths{type="available"}
  • hw.lun.paths{type="expected"}
  • hw.status{hw.type="lun",state="present"}
  • info
  • array_name
  • hw.lun.paths.limit{limit_type="degraded"}
  • wwn
No results.