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

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

Теги

 

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

HPE MSA Event Descriptions

Скачал полезный документ для администраторов СХД. Помогает траблшутить HP MSA. Описывает все типы ошибок и информационных сообщений. Содержит рекомендации по действиям сисадмина в том или ином случае.

Теги

HPE Proliant Gen9 — добавляем опцию в UEFI Boot Order list

Некоторые операционные системы умеют прописывать себя в список загрузки. Oracle Linux 7.6 без проблем при инсталляции ставит себя на первое место в списке загрузочных устройств. А некоторые ОС не умеют, например, ESXi 6.0. Ускоряем загрузку ОС. Добавим опцию в UEFI Boot Order list на серверах HPE Proliant Gen9.

Теги