Back to the list of connectors[1]

IBM AIX - LUN Enterprise

Description

This connector provides LUN MPIO status information on IBM AIX systems.

Target

Typical platform: IBM POWER

Operating system: IBM AIX

Prerequisites

Leverages: IBM AIX lspath system command

Technology and protocols: Command Lines

Examples

CLI

metricshub HOSTNAME -t aix -c +IBMAIXLUN --ssh -u USER

metricshub.yaml

resourceGroups:
  <RESOURCE_GROUP>:
    resources:
      <HOSTNAME-ID>:
        attributes:
          host.name: <HOSTNAME> # Change with actual host name
          host.type: aix
        selectConnectors: [ IBMAIXLUN ] # Optional, to load only this connector
        protocols:
          ssh:
            username: <USERNAME> # Change with actual credentials
            password: <PASSWORD> # Encrypted using metricshub-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
lun
  • hw.lun.paths
  • hw.lun.paths.limit{limit_type="low.degraded"}
  • array_name
  • hw.parent.type
  • id
  • info
  • name
  • wwn
No results.