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.

ONTAP Discussions

SVM-DR Powershell

mgmt-gateway
3,800 Views

I am currently looking to automate SVM-DR failover with powershell.   It seems the cmdlet Invoke-NcSnapmirrorQuiesce can only work on the volume level but not on SVM-DR level.  Does anyone know if there's any cmdlet that can allow you to break the SVM-DR snapmirror ? 

1 ACCEPTED SOLUTION

TMACMD
3,757 Views

Just curious if you tried the -passthru arg:

 

Invoke-NcSnapmirrorQuiesce svmname: -Passthru

 

View solution in original post

2 REPLIES 2

TMACMD
3,758 Views

Just curious if you tried the -passthru arg:

 

Invoke-NcSnapmirrorQuiesce svmname: -Passthru

 

mgmt-gateway
3,723 Views

That actually worked.  Thank you very much for your help.

Public