Перейти к основному содержанию

HP MSA 2040 — управление LED по SSH

HPE MSA 2040

Понадобилось удалённо ненадолго подсветить диск у СХД. В третьей версии GUI у HP MSA 2040 не смог найти интерфейс управления светодиодами дисков. Мдя. Пришлось воспользоваться CLI через SSH.

set led disk 1.18 off

Вот help в помощь:

# help set led
DESCRIPTION
Changes the state of the identification LED on a specified device. LEDs are
described in the User Guide.

MINIMUM ROLE
manage

INPUT
To set a disk LED:
set led
  disk <ID>
  enable|disable|on|off

To set the LEDs for an enclosure and its I/O modules:
set led
  [controller a|b]
  enable|disable|on|off
  enclosure <ID>

controller a|b
  Optional; for use with the enclosure parameter. Specifies the I/O module to
  locate. This affects the unit locator LED on the I/O module and the unit
  identification LED on the enclosure's right ear.

disk <ID>
  Specifies the disk to locate. For disk syntax, type "help syntax". This
  affects the Fault/UID LED.

enable|disable|on|off
  Specifies to set or unset the LED.

enclosure <ID>
  Specifies the enclosure to locate. This affects the unit identification LED
  on the enclosure's right ear and the unit locator LED on each I/O module.

EXAMPLE
Identify disk 5 in enclosure 1.

  # set led disk 1.5 on

Stop identifying enclosure 1.

  # set led enclosure 1 off

Identify controller B in enclosure 1.

  # set led enclosure 1 controller b on

hp msa led

Теги

 

Похожие материалы

Установка ESXi 6.0 Update 2

Простенькая статья с картинками по установке ESXi 6.0 Update 2 на сервер HPE Proliant DL360 Gen9. Устанавливать будем через KVM iLO. Для установки вам понадобится образ ISO, я использую VMware-ESXi-6.0.0-Update2-3620759-HPE-600.9.6.5.7-Dec2016.iso. Как видно из названия, образ специальный от HP, там уже имеются пакеты для Proliant серверов.