system controller bezel-led modify
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Modify the state of the bezel LED log (lit or unlit)
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system controller bezel-led modify
command controls the illumination state of the LED logo on the chassis bezel (lit or unlit) of a node. On platforms where two controllers in a high-availability (HA) configuration share the same chassis, any changes to the LED logo's illumination state are kept synchronized on both nodes.
Parameters
-node {<nodename>|local}
- Node-
The node whose bezel LED logo illumination state is being modified.
[-state {off|on|disconnected|unknown}]
- Bezel LED Logo State-
The bezel LED logo illumination state of the node. The possible values are: on (lit), off (unlit), disconnected. The default state is
on
.
Examples
The following example turns on the bezel LED logo:
cluster1::> system controller bezel-led modify -node node1 -state on
The following example turns off the bezel LED logo:
cluster1::> system controller bezel-led modify -node node1 -state off