Microsoft Virtualization Discussions

Blink disks

BTIMMONS7
8,394 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
8,394 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
8,394 Views

You can use invoke-nassh "blink"

BTIMMONS7
8,394 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
8,395 Views

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

Sent from wireless

Public