Back to the list of connectors

Oracle/Sun ILOM (SSH)

Description

This connector provides hardware monitoring for the Sun Blades with ILOM cards via SSH.

Connector ID: SunILOMSSH

This connector is superseded by:

This connector supersedes:

Target

Typical platform: Oracle/Sun

Operating system: Out-of-Band

Prerequisites

Leverages: Sun/Oracle ILOM

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 management -f SunILOMSSH --ssh -u USER

hws-config.yaml

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

Connector Activation Criteria

The Oracle/Sun ILOM (SSH) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • The command below succeeds on the monitored host
    • Command: show /SYS -d properties
    • Output contains: product_name (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"}
  • model
  • vendor
Processor
  • hw.status{hw.type="cpu",state="ok|degraded|failed"}
  • hw.status{hw.type="cpu",state="present"}
  • model
  • vendor
Memory Module
  • hw.status{hw.type="memory",state="ok|degraded|failed"}
  • hw.status{hw.type="memory",state="present"}
  • model
  • vendor
Physical Disk
  • hw.status{hw.type="physical_disk",state="ok|degraded|failed"}
  • hw.status{hw.type="physical_disk",state="predicted_failure"}
  • hw.status{hw.type="physical_disk",state="present"}
    Temperature Sensor
    • hw.status{hw.type="temperature",state="ok|degraded|failed"}
    • hw.status{hw.type="temperature",state="present"}
    • hw.temperature
    • hw.temperature.limit{limit_type="high.critical"}
    • hw.temperature.limit{limit_type="high.degraded"}
    • sensor_location
    Voltage Sensor
    • hw.status{hw.type="voltage",state="ok|degraded|failed"}
    • hw.status{hw.type="voltage",state="present"}
    • hw.voltage
    • hw.voltage.limit{limit_type="high.critical"}
    • hw.voltage.limit{limit_type="low.critical"}
    • sensor_location
    No results.