Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just need some clarification on a couple of points around SnapMirror in synchronous or asynchronous mode:
1 - How can I set up SnapMirror to do asynchronous mirroring? Is there a setting somewhere I need to configure to tell SnapMirror to run asynchronously?
2 - What happens if a block does not get copied when using asynchronous mirroring? Does the whole lun or volume I am copying become corrupted as that 1 block is missing? How does NetApp work around this?
Many thanks
Oli
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How about you start with this : http://www.netapp.com/us/media/tr-3446.pdf and http://www.netapp.com/us/media/tr-3326.pdf
Q: How can I set up SnapMirror to do asynchronous mirroring? Is there a setting somewhere I need to configure to tell SnapMirror to run asynchronously?
A: It does Async by default. You have to make config entries for sync and semi-sync.
Q: What happens if a block does not get copied when using asynchronous mirroring? Does the whole lun or volume I am copying become corrupted as that 1 block is missing? How does NetApp work around this?
A: SnapMirror is a TCP\IP based technology, thus transmission is ensured based up the IP stack. If extra paranoid you enable checksums.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You set sync or asycn in /etc/snapmirror.conf. Default is async.
SnapMirror async transfers snapshots. Until snapshot is completely transferred you always see previous volume state. If there was error during transmission, it will retry from the last check point.
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How about you start with this : http://www.netapp.com/us/media/tr-3446.pdf and http://www.netapp.com/us/media/tr-3326.pdf
Q: How can I set up SnapMirror to do asynchronous mirroring? Is there a setting somewhere I need to configure to tell SnapMirror to run asynchronously?
A: It does Async by default. You have to make config entries for sync and semi-sync.
Q: What happens if a block does not get copied when using asynchronous mirroring? Does the whole lun or volume I am copying become corrupted as that 1 block is missing? How does NetApp work around this?
A: SnapMirror is a TCP\IP based technology, thus transmission is ensured based up the IP stack. If extra paranoid you enable checksums.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks guys. Appreciate your answers.
