NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Microsoft Virtualization Discussions

Blink disks

BTIMMONS7
11,554 Views

Is there a way to blink the disk led using the DataOntap PowerShell commands? Being near the same as blink_on 2b.18 using an SSH connection.

Thanks is advance.

1 ACCEPTED SOLUTION

billyd
11,554 Views

Set-NAShelfLight has a -disk option to turn on an individual disk.

Sent from wireless

View solution in original post

3 REPLIES 3

JGPSHNTAP
11,554 Views

You can use invoke-nassh "blink"

BTIMMONS7
11,554 Views

Thanks, but I found a way to identify the disk using the DataOnTap Powershell commands.

I used the Set-NaShellLight -channel 2b -shelf # -bay #

Set-NaShellLight -channel 2b -shelf # -bay # -off (turns them off)

Works Great.

billyd
11,555 Views

Set-NAShelfLight has a -disk option to turn on an individual disk.

Sent from wireless

Public