SMI-S Compliant RAID Controller - Windows
Description
This connector enables hardware monitoring for IBM ServeRAID disks through the IBM ServeRAID Manager Agent component of the IBM Director Agent version 5.20.x (or the 6.10.x common agent) which supports almost all IBM Netfinity and xSeries servers.
Enterprise Connector
This connector requires the Enterprise edition of MetricsHub.
Superseded Connector
This connector is superseded by:
Supersedes
This connector supersedes:
Target
Typical platform: SMI-S
Operating system: Microsoft Windows
Prerequisites
Leverages: IBM Director Agent 5.20.x / 6.10.x
Technology and protocols: WMI
Examples
CLI
metricshub HOSTNAME -t win -c +Director52ServeRAIDNT --wmi -u USER
metricshub.yaml
resourceGroups:
<RESOURCE_GROUP>:
resources:
<HOSTNAME-ID>:
attributes:
host.name: <HOSTNAME> # Change with actual host name
host.type: win
connectors: [ +Director52ServeRAIDNT ] # Optional, to load only this connector
protocols:
wmi:
username: <USERNAME> # Change with actual credentials
password: <PASSWORD> # Encrypted using metricshub-encrypt
Connector Activation Criteria
The SMI-S Compliant RAID Controller - Windows connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:
- The device type must be one of: NT
- The WMI query below succeeds:
- Namespace:
Automatic - Query:
SELECT Dedicated FROM CIM_ComputerSystem - Result contains:
\(^30|\)\|\(|30|\)\|\(^3|\)\|\(|3|\)\|\(^2|\)\|\(|2|\)(regex)
- Namespace:
- The WMI query below succeeds:
- Namespace:
Automatic - Query:
SELECT __PATH FROM CIM_DiskDrive
- Namespace:
- The WMI query below succeeds:
- Namespace:
Automatic - Query:
SELECT __PATH FROM CIM_StorageVolume
- Namespace:
Metrics
| Type | Collected Metrics | Specific Attributes |
|---|---|---|
| battery | hw.status{hw.type="battery", state="degraded|failed|ok"}hw.status{hw.type="battery", state="present"} | hw.parent.idhw.parent.typeidname |
| disk_controller | hw.status{hw.type="disk_controller", state="degraded|failed|ok"}hw.status{hw.type="disk_controller", state="present"} | bios_versioncontroller_numberdriver_versionfirmware_versionhw.parent.typeidmodelnameserial_numbervendor |
| logical_disk | hw.logical_disk.limithw.status{hw.type="logical_disk", state="degraded|failed|ok"} | hw.parent.idhw.parent.typeidnameraid_level |
| physical_disk | hw.physical_disk.sizehw.status{hw.type="physical_disk", state="degraded|failed|ok"}hw.status{hw.type="physical_disk", state="present"} | hw.parent.idhw.parent.typeidnameserial_numbervendor |