Microsoft Virtualization Discussions

Script triggert by USV to shutdown NetApp

MPIMR
367 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
275 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