General Discussion

Create XDP Snapmirror using Powershell?

jimmer2880
4,066 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
4,043 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
4,044 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
3,927 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
3,842 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
3,839 Views

The volume type is still "DP". 

jim_ctr_merrell
3,769 Views

thank you.   That worked.

Public