Back to the list of connectors

LSI Logic - LsiUtil - RAID (Windows)

Description

Gives information about physical disks and volumes of LSI Logic SAS RAID controllers through the lsiutil utility.

Connector ID: LSIUtilWindows

This connector is superseded by:

This connector supersedes:

Target

Typical platform: Any system with LSI lsiutil

Operating system: Microsoft Windows

Prerequisites

Leverages: lsiutil

Technology and protocols: System Commands

This connector is not available for remote hosts (it is applicable to the local host only).

Examples

CLI

hws HOSTNAME -t win -f LSIUtilWindows --wmi -u USER

hws-config.yaml

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

Connector Activation Criteria

The LSI Logic - LsiUtil - RAID (Windows) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is Microsoft Windows
  • The command below succeeds on the monitored host
    • Command: for %i in (1,2,3,4,5,6,7,8,9) do lsiutil.exe -p%i -a 1,2,0 21
    • Output contains: ^PhysDisk [0-9] (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
Disk Controller
  • hw.status{hw.type="disk_controller",state="present"}
  • firmware_version
  • model
  • vendor
Logical Disk, RAID
  • hw.logical_disk.limit
  • hw.status{hw.type="logical_disk",state="ok|degraded|failed"}
  • hw.status{hw.type="logical_disk",state="present"}
  • raid_level
Physical Disk
  • hw.physical_disk.size
  • hw.status{hw.type="physical_disk",state="ok|degraded|failed"}
  • hw.status{hw.type="physical_disk",state="present"}
  • vendor
No results.