I'm using RPC, and the command appears to run the resync OK, but for some reason I see this error after running the resync command:
Invoke-NaSnapmirrorResync : Could not connect to myfiler on port 443 for protocol HTTPS.
At line:1 char:26
+ Invoke-NaSnapmirrorResync <<<< -Destination myvolume_sm
+ CategoryInfo : InvalidOperation: (myfiler:NaController) [Invoke-NaSnapmirrorResync], NaConnectionException
+ FullyQualifiedErrorId : ApiException,DataONTAP.PowerShell.SDK.Cmdlets.Snapmirror.InvokeNaSnapmirrorResync
I'm not sure why it's trying to connect with HTTPS, I don't use it (and I don't think it's allowed to my backup site). I am attempting this command over a WAN link to our backup site.
I'm using the the Toolkit version 1.4.0.122
Thanks!