I want to use powershell to making takeover,
I use the following command to make cluster1-01 to be takeover by cluster1-02
Invoke-NcClusterHaTakeover cluster1-02 -Confirm:$false
but it always make cluster1-01 boot into loader,
I Try to use [ storage failover takeover -ofnode cluster1-01 ] in ontap console,
but it is normal,the cluster1-01 not boot into loader,
what's wrong with my powershell command ?
Thanks