ONTAP Discussions

Advice Creating SnapVault Relationship - No source Qtree

JRF
1,748 Views

Hoping someone can help.
 
Source filer: FAS2552; verrsion NetApp Release 8.2.2RC2 7-Mode
Destination filer: FAS2554; NetApp Release 8.2.2RC2 7-Mode
 
In Data OnTap 7-mode, I'm trying to create SnapVaults of an existing FlexVol volume on source filer to separate destination filer. The source FlexVol just holds a single LUN which itself stores a single VMFS datastore. The volume wasn't created with a qtree so the data doesn't sit inside one. Some sources on the Internet say a qtree is required on the source volume in order to create SnapVaults of it but I'm not sure this is the case.
 
I'm using the SnapVault Relationship Create Wizard in OnCommand System Manager 3.1.2 to create the snapvault relationship.


If I try to create the SnapVault relationship by selecting the source volume itself, I receive warning message "Are you sure you want to backup volume to a qtree... the resulting volume to qtree SnapVault relationship will not be importable by OnCommand Unified Manager" (full warning message shown in attached image). Does this mean I won't be able to restore from the SnapVaults without the source volume having a qtree? If not, is it possible for me to add a qtree to the source volume without destroying data and how can I get that data to "sit inside" that qtree (if that's required)? If so, I'm hoping someone can advise me on how I can do this.


Instead of selecting the source volume in the wizard, I've also got the option of selecting a "Non Qtree" sub entry (also shown in attached image file) and I don't receive a warning message when selecting that.
 
Unfortunately I don't have any existing SnapVault relationships I can check against.
 
Not sure if it is relevant... the source FlexVol volume has hourly and daily snapshots scheduled by the VSC vCenter plugin and these are snap-mirrored to the destination filer and work fine.

 

We don't need weekly snapshots/snapmirrors but do need to generate weekly SnapVaults of the FlexVol and have these stored only on the destination filer. The VSC plugin cannot be used used for this as we are not running Clustered Data ONTAP 8.2 or higher. This is why I'm trying to configure the SnapVaults in OnCommand System Manager.
 
Thanks in advance.

 

Anthony

1 REPLY 1

GrumpyOldMen
1,603 Views

If I remember correctly from the time I work with 7-mode.... Those are the steps you have to do....

 

During 7-mode I never used the GUI as not all options are available... So I always used the CLI...

 

On the source create a schedule what will be used by snapvault using following command :

==> snapvault snap sched create ....

On the destination you need to create a similar schedule...don't forget -x

==>snapvault snap sched create -x ....

(See https://library.netapp.com/ecmdocs/ECMP1635994/html/GUID-39D88901-D579-4883-8D5A-9E7793D82859.html)

Snapvault source could be a volume or a qtree... Destination is always a qtree...

Setting up the relationship between the systems is done by command snapvault start .... and is done on the destination!!!

https://library.netapp.com/ecmdocs/ECMP1368820/html/GUID-81CFB065-DFC6-4C13-A646-E57E18AD6A6A.html

 

 

 

Public