Software Development Kit (SDK) and API Discussions

Set-NcSnapmirror -MaxTransferRate is broken in 9.5p2

jim_ctr_merrell
1,977 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
1,972 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
1,707 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