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.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

General Discussion

Create XDP Snapmirror using Powershell?

jimmer2880
6,601 Views

I'm attempting to create new snapmirror relationships with the XDP relationship type using powershell via New-NcSnapmirror.  However when I enter "XDP" as the relationship type, I get an error that XDP type is unknown.

 

DOT version: 9.1P15

 

Does anyone know the correct type?

1 ACCEPTED SOLUTION

donny_lang
6,578 Views

Try "vault" without the quotes as the type  - this will create a version-flexible SnapMirror relationship (when it is paired with a version-flexible SnapMirror policy). 

View solution in original post

5 REPLIES 5

donny_lang
6,579 Views

Try "vault" without the quotes as the type  - this will create a version-flexible SnapMirror relationship (when it is paired with a version-flexible SnapMirror policy). 

mbeattie
6,462 Views

Hi,

 

The type for XDP is "vault". You can use "Get-Help New-NcSnapmirror -full" to view the possible options for the -Type parameter :

 

-Type <String>
Specifies the type of SnapMirror relationship. Possible values: dp, ls, vault, restore, transition_data_protection.

/Matt

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

jim_ctr_merrell
6,377 Views


What volume type should I use?  Previously, I was using "DP" when creating the destination volumes.

 


-Type <String>
The type of the volume to be created. Possible values:

rw - read-write volume (default setting)
ls - load-sharing volume
dp - data-protection volume
dc - data-cache volume (FlexCache)

 

 

donny_lang
6,374 Views

The volume type is still "DP". 

jim_ctr_merrell
6,304 Views

thank you.   That worked.

Public