Hi,
I have a short snapmirror question for the experts...
I try to set up a qtree snapmirror where the source is a snapshot (-s option) I couldn't find any example with a snapshot as source and every syntax I tried failed. The source should be a snapshot named snapshot.latest on volume testvol1.
what I tried:
snapmirror initialize -s snapshot.latest -S 3020:vol/testvol1/source_qtree 270:vol/testvol2/dest_qtree
can someone please post an example with a snapshout as source...
thanks a lot!
cheers, alex
Looks like you are missing a slash (/) before vol, i.e. snapmirror initialize -s snapshotname -S sourcefiler:/vol/sourcevol/qtreename destfiler:/vol/destvol/qtreename
Try this snapmirror initialize -s snapshot.latest -S 3020:/vol/testvol1/source_qtree 270:/vol/testvol2/dest_qtree
-G
On 8/21/07, Alexander Schalek ASchalek@bacher.at wrote:
Hi,
I have a short snapmirror question for the experts…
I try to set up a qtree snapmirror where the source is a snapshot (-s option)
I couldn't find any example with a snapshot as source and every syntax I tried failed.
The source should be a snapshot named snapshot.latest on volume testvol1.
what I tried:
snapmirror initialize -s snapshot.latest -S 3020:vol/testvol1/source_qtree 270:vol/testvol2/dest_qtree
can someone please post an example with a snapshout as source…
thanks a lot!
cheers,
alex
My mistake, I posted it wrong...
I get an error with your syntax as well, i.e. snapmirror initialize -s snapshotname -S sourcefiler:/vol/sourcevol/qtreename destfiler:/vol/destvol/qtreename
What I enter:
destfiler> snapmirror initialize -s testsnap7 -S sourcefiler:/vol/testvol7/mirror_qtree_src4 destfiler:/vol/mirror_qtree_dest/mirror_qtree_dest41
Tue Aug 21 18:55:30 CEST [replication.xfr.nonExistSnap:notice]: Transfer from sourcefiler:/vol/testvol7/mirror_qtree_src4 to destfiler:/vol/mirror_qtree_dest/mirror_qtree_dest41 : destination requested snapshot that does not exist on the source. Transfer aborted: destination requested snapshot that does not exist on the source.
sourcefiler> snap list testvol7 Volume testvol7 working...
%/used %/total date name ---------- ---------- ------------ -------- 43% (27%) 0% ( 0%) Aug 21 18:00 hourly.0 53% (27%) 0% ( 0%) Aug 21 16:00 hourly.1 60% (27%) 0% ( 0%) Aug 21 14:00 hourly.2 65% (27%) 0% ( 0%) Aug 21 12:00 hourly.3 69% (27%) 0% ( 0%) Aug 21 11:49 testsnap1
Probably I have to specify the source snapshot different?
alex
-----Ursprüngliche Nachricht----- Von: Sto Rage© [mailto:netbacker@gmail.com] Gesendet: Dienstag, 21. August 2007 18:50 An: Alexander Schalek Cc: toasters@mathworks.com Betreff: Re: snapmirror question
Looks like you are missing a slash (/) before vol, i.e. snapmirror initialize -s snapshotname -S sourcefiler:/vol/sourcevol/qtreename destfiler:/vol/destvol/qtreename
Try this snapmirror initialize -s snapshot.latest -S 3020:/vol/testvol1/source_qtree 270:/vol/testvol2/dest_qtree
-G
On 8/21/07, Alexander Schalek ASchalek@bacher.at wrote:
Hi,
I have a short snapmirror question for the experts...
I try to set up a qtree snapmirror where the source is a snapshot (-s option)
I couldn't find any example with a snapshot as source and every syntax I tried failed.
The source should be a snapshot named snapshot.latest on volume testvol1.
what I tried:
snapmirror initialize -s snapshot.latest -S 3020:vol/testvol1/source_qtree 270:vol/testvol2/dest_qtree
can someone please post an example with a snapshout as source...
thanks a lot!
cheers,
alex
Make sure the destination QTree does not exist before you start. Also, in your example you are missing the / after 3020: and 270: Otherwise it should work. I would suggest initializing without the -s option then do your updates with the -s option. ----- Original Message ----- From: Alexander Schalek To: toasters@mathworks.com Sent: Tuesday, August 21, 2007 12:19 PM Subject: snapmirror question
Hi,
I have a short snapmirror question for the experts.
I try to set up a qtree snapmirror where the source is a snapshot (-s option)
I couldn't find any example with a snapshot as source and every syntax I tried failed.
The source should be a snapshot named snapshot.latest on volume testvol1.
what I tried:
snapmirror initialize -s snapshot.latest -S 3020:vol/testvol1/source_qtree 270:vol/testvol2/dest_qtree
can someone please post an example with a snapshout as source.
thanks a lot!
cheers,
alex