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.

Software Development Kit (SDK) and API Discussions

Set-NcSnapmirror -MaxTransferRate is broken in 9.5p2

jim_ctr_merrell
2,655 Views

I used to use "Set-NcSnapmirror -MaxTransferRate" in 8.1, but it now appears to be broken in 9.5.   Does anyone know of a fix other than to use the invoke-ncssh as a work-around?

 

thanks in advance.

2 REPLIES 2

donny_lang
2,650 Views

What's broken about it, specifically? Can you post the command that you ran and the error ouptut that you get after running it?

jim_ctr_merrell
2,385 Views

PS C:\Windows\System32\WindowsPowerShell\v1.0> get-ncsnapmirror -DestinationLocation DstFiler:vault_DstFiler_VolName_vol | FL -Property *max*


CurrentMaxTransferRate :
MaxTransferRate : 0
CurrentMaxTransferRateSpecified : False
MaxTransferRateSpecified : True

 

PS C:\Windows\System32\WindowsPowerShell\v1.0> Set-NcSnapmirror -DestinationLocation DstFiler:vault_DstFiler_VolName_vol -MaxTransferRate 500

SourceLocation DestinationLocation Status MirrorState
-------------- ------------------- ------ -----------
DstFiler:VolName_vol DstFiler:vault_DstFiler_VolName... idle snapmirrored


PS C:\Windows\System32\WindowsPowerShell\v1.0> get-ncsnapmirror -DestinationLocation DstFiler:vault_DstFiler_VolName_vol | FL -Property *max*


CurrentMaxTransferRate :
MaxTransferRate : 0
CurrentMaxTransferRateSpecified : False
MaxTransferRateSpecified : True

 

***********************
FilerCluster::> snapmirror show -destination-path DstFiler:vault_DstFiler_VolName_vol -fields Throttle
source-path destination-path throttle
------------------------- ---------------------------------------------- ---------
DstFiler:SRVePO_vol DstFiler:vault_DstFiler_VolName_vol unlimited

 

Public