Skip to main content
Element Software
A newer release of this product is available.

Update a replication relationship manually

Contributors netapp-pcarriga

You might need to update a replication relationship manually if an update fails because of a network error.

About this task

You must specify the Element source path in the form <hostip:>/lun/<name>, where “lun” is the actual string “lun” and name is the name of the Element volume.

Steps
  1. Update a replication relationship manually:

    snapmirror update -source-path <hostip:>/lun/<name> -destination-path <SVM:volume>|<cluster://SVM/volume>

    For complete command syntax, see the man page.

    Note

    The command fails if a common snapshot copy does not exist on the source and destination. Use snapmirror initialize to re-initialize the relationship.

    The following example updates the relationship between the source volume 0005 at IP address 10.0.0.11 and the destination volume volA_dst on svm_backup:

    cluster_src::> snapmirror update -source-path 10.0.0.11:/lun/0005 -destination-path svm_backup:volA_dst