ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage shelf location-led modify

    Modify the state of the shelf Location LED

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The storage shelf location-led modify command modifies the on/off state of the shelf location LED.

    Parameters

    -shelf-name <text> - Shelf Name

    This parameter specifies the shelf whose LED is to be turned on or turned off.

    [-led-status {on|off}] - Location LED

    This parameter specifies whether the shelf location LED needs to be turned on or turned off.

    Examples

    The following example turns on the shelf location LED of the specified shelf.

    cluster1::> storage shelf location-led modify -shelf-name 1.0 -led-status on
    
    Info: Shelf locate request successful for shelf "1.0".

    The following example turns off the shelf location LED of the specified shelf.

    cluster1::> storage shelf location-led modify -shelf-name 1.0 -led-status off
    
    Info: Shelf locate request successful for shelf "1.0".
    Top of Page