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.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

Script triggert by USV to shutdown NetApp

MPIMR
1,520 Views

Hello

I installed the PowerShell Toolkit on my PC to shutdown the  NetApp FAS2720

What is the first command in PS to load the Toolkit?

And where have I to run the command on the Cluster or each node?

Thanks in advance

 

1 REPLY 1

mbeattie
1,428 Views

Hi,

 

You can use the "Import-Module" CmdLet to load the PSTK though technically you don't need to as PowerShell Modules are automatically loaded these days. You would need to invoke the command against the cluster nodes, the process is documented here:

 

https://kb.netapp.com/on-prem%2Fontap%2FOHW%2FOHW-KBs%2FHow_to_perform_graceful_shutdown_and_power_up_of_all_ONTAP_nodes_in_a_cluster 

 

In theory it's possible to invoke the commands to shutdown until it reaches the bootloader prompt but i don't think you would be able to set then autoboot environment variable to off. Honestly there is a lot that could go wrong with trying to automate that process and it's probably not advisable

 

/Matt

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public