Summary
HowTo SnapMirror seeding using a mobile NetApp Storage Unit
Step By Step
SnapMirror Seeding - Using a Mobile NetApp Storage Controller
Introduction
The following procedure outlines the steps to use a mobile or temporary NetApp Storage Unit to seed a source filer’s volume at a local site to a destination filer’s volume at a remote site. Once the initial base backup of the NSB client runs, a SnapMirror initialize initiates from the temporary filer to create a SnapMirror relationship between the temporary and source filer’s volume. The temporary filer is then transported from the local site to a remote site. Another SnapMirror initialize initiates from the destination filer to create a SnapMirror relationship between the destination and temporary filer’s volume. Afterwards, a SnapMirror resync initializes from the destination filer to resynchronize the SnapMirror relationship between the destination filer’s volume and source filer’s volume.Volume Creation Prerequisites
Before performing the procedure below, the following volumes were created to their respective filers:- Source filer: srcFiler
- Temporary filer: tmpFiler
- Destination filer: dstFiler
- Source filer’s volume: srcVol
- Temporary filer’s volume: tmpVol
- Destination filer’s volume: dstVol
Procedure
- Run an initial base backup of a NSB client to the source filer’s volume, srcVol.
- Create a SnapMirror relationship between the source filer’s volume, srcVol, and temporary filer’s volume, tmpVol.
- Putty into the temporary filer.
- vol restrict tmpVol
- snapmirror initialize –S srcFiler:srcVol tmpFiler:tmpVol
- Once data transfer completes, break SnapMirror between the source filer’s volume, srcVol, and temporary filer’s volume, tmpVol.
- Putty into the temporary filer.
- snapmirror break tmpFiler:tmpVol
- Transport the temporary filer from the local site to the remote site.
- Create a SnapMirror relationship between the temporary filer’s volume, tmpVol and destination filer’s volume, dstVol.
- Putty into the destination filer.
- vol restrict dstVol
- snapmirror initialize –S tmpFiler:tmpVol dstFiler:dstVol
- Once data transfer completes, break the SnapMirror relationship between the temporary filer’s volume, tmpVol and destination filer’s volume, dstVol.
- Putty into the destination filer.
- snapmirror break dstFiler:dstVol
- Create a SnapMirror relationship between the source filer’s volume, srcVol, and destination filer’s volume, dstVol.
- Putty into the destination filer.
- Edit /etc/snapmirror.conf
- Add the following entry: srcFiler:srcVol dstFiler:dstVol - * * * *
- Restart SnapMirror.
- Putty into the destination filer.
- snapmirror off
- snapmirror on
- Break the Snapmirror relationship between the source filer’s volume, srcVol, and destination filer’s volume, dstVol, if SnapMirror for two volumes is not in a Broken-off state.
- Putty into the destination filer.
- snapmirror break dstFiler:dstVol
- Resynchronize SnapMirror between the source filer’s volume, srcVol, and destination filer’s volume, dstVol.
- Putty into the destination filer.
- snapmirror resync –S srcFiler:srcVol dstFiler:dstVol
- Delete the SnapMirror relationship between the source filer’s volume, srcVol, and temporary filer’s volume, tmpVol.
