Hello,
I have a pb with the powershell api invoke-nasnapmirrorupdate with the parameter -TransferRate. This parameter send only 0 whatever i put.
For Example in powershell window :
Invoke-NaSnapmirrorUpdate -Destination vol_dst_sm -MaxTransferRate 20
And here is the network capture :
<netapp version='1.0' xmlns='http://www.netapp.com/filer/admin'><snapmirror-update>
<destination-location>vol_dst_sm</destination-location>
<max-transfer-rate>0</max-transfer-rate>
</snapmirror-update></netapp>
The ontap version is 8.0.1 P2
Powershell version : 2.0
Someone has an idea ?
Thanks for advance