enclosure beacon

Flashes the LEDs for a specific FRU in the Drive Enclosure.

SYNOPSIS

enclosure ‑beacon 
   ‑enclosure enclosure‑id‑or‑fqn
   [‑stop]
   [‑reverseBeacon]
   { ‑powerCoolingModule powerCoolingModule‑fru‑number
   | ‑diskDrive diskDrive‑fru‑number
   | ‑chassis chassis‑fru‑number
   | ‑iom io‑module‑fru‑number
      [‑sasPort sasPort‑fru‑number]
   }

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

Run the enclosure ‑beacon command to flash the LEDs of a Drive Enclosure or to flash the LEDs for a component of a Drive Enclosure. When replacing a failed component, flashing the LEDs helps the administrator to locate the component in the rack. If the component is powered off or missing, run the reverse beaconing command to flash all of the LEDs on the specified Drive Enclosure except for the component that you are replacing.

OPTIONS

enclosure

Specifies the fully qualified name (FQN) or unique identifier (ID) of the Drive Enclosure in which the FRUs to beacon are located. The FQN includes the chassis ID, which is displayed on the front of the Drive Enclosure.

stop

Stops the specialized LED beaconing request and returns all LED indicators to their normal function.

reverseBeacon

Flashes all LEDs except for the LEDs that are associated with the specified FRU.

powerCoolingModule

Specifies the power cooling module to beacon. Values are 0 and 1.

diskDrive

Specifies the slot number of the drive to beacon. Values are 0 to 23 for rotating media (performance or archive). Values are 0 to 18 for SSDs.

chassis

Specifies the FRU number for the chassis in the Drive Enclosure to beacon. The value for the chassis is 0.

iom

Specifies the FRU number for the I/O module to beacon. Valid values are 0 and 1.

sasPort

Specifies the SAS port on an I/O Module to beacon. The ‑sasPort option must be specified with the -iom option. SAS port values are 0, 1, and 2.

EXAMPLE

Task

Identify a failed drive that was prepared for replacement by flashing all the LEDs in the Drive Enclosure except for the LEDs of the failed drive.

Parameters
  • The name of theDrive Enclosure preceded by a forward slash: /⁠⁠⁠ENCLOSURE-01

  • The slot number of the failed drive: 22

$ fscli enclosure ‑beacon ‑enclosure /⁠ENCLOSURE-01 ‑reverseBeacon ‑diskDrive 22