Back to the list of connectors

EMC Isilon 8 (SSH)

Description

This connector discovers the status of an EMC Isilon Storage cluster 8.

Connector file name: MS_HW_EMCIsilon8.hdf

This connector is superseded by:

Target

Typical platform: EMC Isilon

Operating system: Storage System

Prerequisites

Leverages: EMC Isilon SSH interface

Technology and protocols: System Commands

This connector requires advanced privileges on the managed host for the commands below:

  • /usr/bin/isi_for_array
  • /usr/bin/isi

This connector therefore needs to run as root or you need to configure a privilege-escalation mechanism like sudo on the managed host to allow the monitoring account to run the commands listed above.

Sample of /etc/sudoers to allow the above commands to be run as root by the patrol account:

patrol ALL=(root) NOPASSWD: /usr/bin/isi_for_array
patrol ALL=(root) NOPASSWD: /usr/bin/isi

Connector Activation Criteria

The EMC Isilon 8 (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: if [ -f /usr/bin/isi ] ; then echo ms_hw_isi_found ; fi
    • Output contains: ms_hw_isi_found (regex)
  • The command below succeeds on the monitored host
    • Command: /bin/zsh -c " /usr/bin/isi_for_array /usr/bin/isi status -v"
    • Output contains: Cluster Name: (regex)

Monitors

Object Type Collected Parameters Discovered Properties
Enclosure (MS_HW_ENCLOSURE)
  • Status
  • Additional Information 1
  • Model
  • Serial Number
  • Type
  • Vendor
Battery (MS_HW_BATTERY)
  • Status
    Processor (MS_HW_CPU)
    • Status
      Fan (MS_HW_FAN)
      • Speed
      • Alarm Threshold
      Logical Disk, RAID (MS_HW_LOGICALDISK)
      • Status
      • Additional Information 1
      • Size
      Network Card, FC Port (MS_HW_NETWORK)
      • Link Status
      • Status
        Physical Disk (MS_HW_PHYSICALDISK)
        • Status
        • Firmware Version
        • Model
        • Serial Number
        • Size
        • Vendor
        Power Supply (MS_HW_POWERSUPPLY)
        • Status
          Temperature Sensor (MS_HW_TEMPERATURE)
          • Temperature
          • Alarm Threshold
          Voltage Sensor (MS_HW_VOLTAGE)
          • Voltage
          • Lower Threshold
          • Upper Threshold
          No results.