ONTAP Discussions

SVM-DR Powershell

mgmt-gateway
2,272 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
2,229 Views

Just curious if you tried the -passthru arg:

 

Invoke-NcSnapmirrorQuiesce svmname: -Passthru

 

View solution in original post

2 REPLIES 2

TMACMD
2,230 Views

Just curious if you tried the -passthru arg:

 

Invoke-NcSnapmirrorQuiesce svmname: -Passthru

 

mgmt-gateway
2,195 Views

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

Public