Increasing Operational Efficiency With Kasten K10 V6.0

Image
We are excited to announce the release of Kasten K10 version 6.0, the latest and most advanced version of our industry-leading platform that provides enterprise-grade Kubernetes data protection and application mobility. This release helps customers scale their cloud native data protection efficiently. Kubernetes deployments are growing at an unprecedented rate. Gartner predicts that by 2027, more than 90% of global organizations will be running containerized applications in production. However, today’s market conditions are scarred with financial uncertainty and a shortage of cloud native skills. Therefore, you must ensure operational efficiencies are in place to unleash the full potential of your cloud native environments while protecting your data. Additionally, security remains an imperative as organizations focus on keeping their businesses running. With this release, we also continue to innovate in this growing ecosystem, so that you can take advantage of the best-of-breed inn...

Use Snapshots to backup SMB File Shares on your NetApp ONTAP system

update notice:
The information in this blog post has been updated on April 1st, 2022.

Since Veeam Backup & Replication version 10, it’s possible to back up NAS shares with the SMB (CIFS) and NFS protocol. One of the challenges with backing up large file shares is doing so in a consistent state. This blog post shows how to create a consistent backup of an SMB share hosted on a NetApp ONTAP based storage.

NetApp storage snapshot, Microsoft VSS snapshot or Storage Integration?

Veeam offers three ways to back up a NetApp ONTAP SMB share in a consistent state.

  1. With NetApp storage integration
  2. From a NetApp storage snapshot (without integration)
  3. With Microsoft remote VSS snapshot

Using the storage integration is the easiest way to get the latest state with very few configuration steps.

Using an alternative snapshot path allows complex scenarios like backing up from a SnapMirror/SnapVault location but it involves scripting or a schedule on NetApp to create and delete the snapshots.

Veeam Backup & Replication can also leverage Microsoft VSS snapshots to trigger a NetApp snapshot or it can use a pre-defined snapshot path (see figure 1).

VSS snapshot in Veeam Backup & Replication.
Figure 1: VSS snapshot in Veeam Backup & Replication.

Backup with Storage Integration Snapshots

Step 1: Add a storage system to the Storage Infrastructure

Veeam Backup & Replication allows you to back up NAS Shares by leveraging native storage snapshots for certain systems. The advantage is that you are not dependent on SMB 3.0 with an Active Directory Domain membership or scripting to make the use of snapshots.

Make sure you meet the required permissions and check the prerequisites on the Veeam Helpcenter pages before adding a storage system.

You can find the detailed process for adding a NetApp ONTAP storage system in the Helpcenter.

During the wizard for adding or editing a NetApp ONTAP storage system, enable at least the NAS filer option (see figure 2).

Figure 2: Enable NAS filer option.

Enable SMB as a protocol to use (see figure 3) and if required, you can specify to only scan for certain volumes. The selection for the Backup Proxies to use should be matching to your infrastructure design.

Figure 3: Enable SMB protocol option.

Step 2: Add a NAS Filer to the Inventory

One the storage system is added to the Storage Infrastructure in Veeam Backup & Replication, you need to add it as a NAS Filer to the File Shares in the Inventory -> File Shares section.

Please see the Helpcenter for detailed steps on how to add a NAS Filer. Select the previously added NetApp storage system (see figure 4) during the wizard.

Figure 4: Selection of NAS Filer.

The NetApp ONTAP storage system is now added to the storage infrastructure and as a NAS filer. With this step done, it can be used as a source for NAS File Backup Jobs.

Backup from a Microsoft VSS snapshot

In some situations, customers prefer not to use storage system credentials in Veeam Backup & Replication. For SMB shares on NetApp ONTAP based systems, Microsoft remote VSS can be used to back up from a consistent state. With the Microsoft Remote VSS, no scripting is required. Veeam Backup & Replication triggers a Microsoft remote VSS snapshot and NetApp translates this into a NetApp storage snapshot. This simplifies configuration and is configured in three steps.

Step 1: Enable Microsoft VSS on the NetApp storage

The capability to trigger VSS snapshots on a NetApp ONTAP system depends on the ONTAP version in use. For example, a fresh installed ONTAP 9.10.1 has it enabled per default for a new SVM (storage virtual machine/vServer), but it might be disabled on older versions or upgraded systems.

The configuration is based per SVM (storage virtual machine/vServer). The NetApp support center describes how to do it by running the following command with advanced privileges (see figure 5).

Set -privilege advanced
vserver cifs options modify -vserver <SVM name> -shadowcopy-enabled true 
Set -privilege admin
Figure 5: Enable VSS on SVM.

On the NetApp system, you can also se

Additionally, the volumes holding the SMB shares to be protected, need to have the snapdir-access option enabled.

To validate the status and enable the option of a volume you can use the following commands (see figure 6)

volume show -vserver <SVM> -volume <volume> -fields snapdir-access
volume modify -volume <volume> -snapdir-access true
Figure 6: Enable SnapDir Access on volume.

Step 2: Do a dry run with Windows command line

The dry run is an optional step, but I recommend doing it to make sure that the Veeam backup itself runs smoothly in step 3. The Windows built-in “diskshadow” tool allows to create VSS snapshots also on network shares. A Technet blogpost has all the details but it only takes a few commands to test:

1) Start an elevated CMD prompt (“Run as administrator”) and run diskshadow

2) In the diskshadow tool, run the following three commands (See figure 7)

Begin backup Add volume \\path-to-your\share Create
Figure 7: Creating a snapshot with diskshadow.

NOTE: In case you’re using an IP address instead of a DNS name for the server name, make sure that reverse DNS is configured correctly for that IP address. Otherwise, the VSS snapshot command will fail.

Step 3: Add the SMB share to the Inventory

Finally, we need to add the SMB share to Veeam Backup & Replication. When you add a new SMB share to the inventory, make sure you enable “Backup from a Microsoft VSS snapshot” (See figure 8).

Figure 8: Advanced setting for VSS.

To be able to use Remote VSS with SMB 3, the Windows OS machines acting as Veeam Backup Proxies for these Files Shares must be a member in the same Active Directory Domain as the NetApp SVM providing the shares.

Make sure to choose the desired Backup Proxies for this SMB Share (see figure 9).

 

Figure 9: Selection of Backup Proxies.

The storage system is now prepared, and the SMB file share added to the Veeam Backup & Replication Inventory. This can now be used for NAS File Backup Jobs.

NOTE: FlexGroup volumes currently do not support remote VSS.

Adding a NAS backup job

Create a File Backup Job according to your needs. Whether native storage integration or remote VSS is used, there is nothing special to configure, as it leverages the settings defined before.

With VSS integration, you can see the VSS snapshot creation in the job log (see figure 10).

 

Figure 10: VSS snapshot used during VSS NAS backup.

Similar output is available when using native storage integration (see figure 11).

Figure 11: Snapshot used during storage integration backup.

On the NetApp system, you can also see the snapshot on the NetApp (see figure 12).

Figure 12: NetApp snapshot in ONTAP System Manager.

After the backup job is finished, Veeam will delete this temporary NetApp snapshot automatically.

Summary

There are three options to do consistent backup of an SMB share from a NetApp ONTAP based storage. Native storage integration is the easiest to configure. Using Microsoft remote VSS snapshots is an alternative for those who want to avoid storing storage credentials in Veeam Backup & Replication. Last, but not least, any existing storage snapshot can be used as source (whether created by a script executed by Veeam, or an existing snapshot scheduled on NetApp).

Learn more about NAS Backup Solution.

The post Use Snapshots to backup SMB File Shares on your NetApp ONTAP system appeared first on Veeam Software Official Blog.



Original post here: Use Snapshots to backup SMB File Shares on your NetApp ONTAP system

Comments

Popular posts from this blog

How To Migrate a Veeam Backup & Replication Configuration Database to PostgreSQL

How to use a SOBR with Veeam Backup & Replication