Hi,
I asked about snapmirror behavior with opion "abort" and "initialize".
Accoring to YIshikawa, snapmirror is to resume from the last checkpoint instead of from the scratch.
http://community.netapp.com/t5/Data-ONTAP-Discussions/To-suspend-snapmirror-in-the-middle-of-initialization/m-p/101801#M20626
I had a snapmirror initializing by "snapmirror initialize -S <src> <dest>"
Then I aborted the initialization by "snapmirror abort <dest>"
Then resumed by "snapmirror initialize -S <src> <dest>"
What happend was the snapmirror initilization started from the scratch. It didn't work as YIshikawa explained.
Was my operation wrong? Please find attached logs.
Can anybody instruct me how to suspend snapmirror initialization and restart from the checkpoint?
Here are logs.
---------------------------------------------------------------------------------------------------------------------------------
Before aborting:
<source filer>:dir_17 <dest filer>:dir_17 Uninitialized 516:54:09 Transferring (1811 GB done)
#snapmirror abort dir_17
When the snapmirror aborted.
<source filer>:dir_17 <dest filer>:dir_17 Uninitialized 516:55:20 Idle with restart checkpoint (at 1810 GB)
Then
#"snapmirror initialize -S <source filer>:dir_17 <dest filer>:dir_17
When I check after 5 hours
<source filer>:dir_17 <dest filer>:dir_17 Uninitialized 519:58:05 Transferring (28 GB done)
Currently
<source filer>:dir_17 <dest filer>:dir_17 Uninitialized 565:27:18 Transferring (662 GB done)
---------------------------------------------------------------------------------------------------------------------------------
Thank you in advance.
Mariko