Microsoft Virtualization Discussions

new-ncsnapmirror -type transition_data_protection

IANHOSKINSCNO
3,106 Views

I am trying to create a new snapmirror using new-ncsnapmirror

New-NcSnapmirror -SourceVserver 192.168.182.21 -SourceVolume cml_p_srvdesk -DestinationVserver netappsvmcml01 -DestinationVolume cml_p_srvdesk -type transition_data_protection

I get the error

New-NcSnapmirror : Failed to get information for Vserver 192.168.182.21. (entry doesn't exist)

Previous, I created a vserver transition peer as seen below

LocalVserver                                   MultiPathAddress                              NcController                                    SrcFilerName

------------                                          ----------------                                      ------------                                          ------------

netappsvmcml01                                                                                      netappcmlcl                                     192.168.182.21

This works via c-dot command line

netappcmlcl::> snapmirror create -source-path 192.168.182.21:cml_p_srvdesk -destination-path netappsvmcml01:cml_p_srvdesk -type tdp

Operation succeeded: snapmirror create for the relationship with destination "netappsvmcml01:cml_p_srvdesk".

1 ACCEPTED SOLUTION

IANHOSKINSCNO
3,106 Views

Changed context to using

new-ncsnapmirror -sourcelocation 1.1.1.1:cml_p_srvdesk -destinationlocation 2.2.2.2:cml_p_srvdesk_ -type transition_data_protection

View solution in original post

1 REPLY 1

IANHOSKINSCNO
3,107 Views

Changed context to using

new-ncsnapmirror -sourcelocation 1.1.1.1:cml_p_srvdesk -destinationlocation 2.2.2.2:cml_p_srvdesk_ -type transition_data_protection

Public