The set tray serviceAllowedIndicator command turns on or turns off the Service Action Allowed indicator light on a power-fan canister, an interconnect-battery canister, or an environmental services module (ESM) canister.
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
To execute this command on an storage array, you must have the Storage Admin or Support Admin role.
If the storage array does not support the Service Action Allowed indicator light feature, this command returns an error. If the storage array supports the command but is unable to turn on or turn off the indicator light, this command returns an error.
To turn on or turn off the Service Action Allowed indicator light on the controller canister, use the set controller serviceAllowedIndicator command.
set tray [trayID]
(powerFan [(left | right | top | bottom)] |
interconnect |
esm [(left | right | top | bottom)]) |
battery [(left | right)] |
fanCanister [(left | right)] |
powerCanister [(top | bottom)] |
serviceAllowedIndicator=(on | off)
Parameter | Description |
---|---|
tray | The tray where the power-fan canister, the interconnect canister, the ESM canister, or the battery canister resides. Tray ID values are 0 to 99 . Enclose the tray ID value in square brackets ([ ]). If you do not enter a tray ID value, the tray ID of the controller tray is the default value. |
powerFan | The Service Action Allowed indicator light on the power-fan canister that you want to turn on or turn off. Valid power-fan canister identifiers are left , right , top , or bottom . Enclose the power-fan canister identifier in square brackets ([ ]). |
interconnect | The Service Action Allowed indicator light for the interconnect-battery canister. |
esm | The Service Action Allowed indicator light for an ESM canister. Valid ESM canister identifiers are left , right , top , or bottom . |
battery | The Service Action Allowed indicator light for a battery. Valid battery identifiers are left or right . |
fanCanister | The Service Action Allowed indicator light for a fan canister. Valid fan canister identifiers are left or right . |
powerCanister | The Service Action Allowed indicator light for a power canister. Valid power canister identifiers are top or bottom . |
serviceAllowedIndicator | The setting to turn on or turn off the Service Action Allowed indicator light. To turn on the Service Action Allowed indicator light, set this parameter to on . To turn off the Service Action Allowed indicator light, set this parameter to off . |
This command turns on the Service Action Allowed indicator light for the left ESM in tray 5 with the IP address of 155.155.155.155.
SMcli 123.145.167.214 123.145.167.215 -c "set tray [5]
ESM [left]
serviceAllowedIndicator=on;"