Back to the list of connectors

Oracle/Sun Fire F12K/F15K/F20K/F25K (SMS)

Description

Gives environmental information (temperatures, fans, etc.) and boards status on Sun Fire F12K, F15K, F20K and F25K servers.

Connector ID: SunF15K

Target

Typical platform: Oracle/Sun Fire F15K

Operating systems: Oracle Solaris, Out-of-Band

Prerequisites

Leverages: Sun SMS utilities installed on the System Controller (SC on F15K, etc.)

Technology and protocols: System Commands

Examples

CLI

hws HOSTNAME -t solaris -f SunF15K --ssh -u USER

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: solaris
  selectedConnectors: [ SunF15K ] # 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 Fire F12K/F15K/F20K/F25K (SMS) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is Oracle Solaris or Out-of-Band
  • The command below succeeds on the monitored host
    • Command: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/SUNWSMS/lib;export LD_LIBRARY_PATH;PATH=$PATH:/opt/SUNWSMS/bin;export PATH;which showplatform
    • Output contains: /showplatform$ (regex)
  • The command below succeeds on the monitored host
    • Command: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/SUNWSMS/lib;export LD_LIBRARY_PATH;PATH=$PATH:/opt/SUNWSMS/bin;export PATH;showplatform
    • Output contains: ^Platform Type: Sun Fire (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
Enclosure
  • hw.enclosure.energy
  • hw.status{hw.type="enclosure",state="present"}
  • model
  • type
  • vendor
Fan
  • hw.status{hw.type="fan",state="ok|degraded|failed"}
  • hw.status{hw.type="fan",state="present"}
  • sensor_location
Other Device
  • hw.status{hw.type="other_device",state="ok|degraded|failed"}
  • hw.status{hw.type="other_device",state="present"}
  • device_type
Power Supply
  • hw.status{hw.type="power_supply",state="ok|degraded|failed"}
  • hw.status{hw.type="power_supply",state="present"}
    Temperature Sensor
    • hw.status{hw.type="temperature",state="ok|degraded|failed"}
    • hw.status{hw.type="temperature",state="present"}
    • hw.temperature
    • sensor_location
    Voltage Sensor
    • hw.status{hw.type="voltage",state="ok|degraded|failed"}
    • hw.status{hw.type="voltage",state="present"}
    • hw.voltage
    • sensor_location
    No results.