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

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

Теги

 

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

Zabbix шаблон для мониторинга сервера HP Proliant DL120 Gen9

Делюсь полезным шаблоном для мониторинга сервера  HP Proliant DL120 Gen9. Мониторим по IPMI. Шаблон делал сам. В шаблоне 5 приложений, 51 элемент данных, 7 триггеров и 1 график.

Теги

HPE ProLiant MicroServer Gen10 — установка ESXi 6.7

Установим на сервер HPE ProLiant MicroServer Gen10 операционную систему ESXi 6.7.

У меня на сервере настроен RAID:
HPE ProLiant MicroServer Gen10 - настройка RAID

Есть два варианта, куда устанавливать ОС. Можно установить на зеркальный RAID, для этого нужно проверить, видит ли его установщик. Второй вариант — на USB флешку. Мы проверим, видится ли RAID, но ОС я буду устанавливать на USB флешку.