I apologize if my questions was discussed in the past but I couldnt find anything similar.
Trying to understand the best practices between NAS Clients configuration between Commvault and NetApp. Have NetApp storage systems running ONTAP 9.x and Commvault as the backup system. NDMP was configured and enabled and essentially want to send backups from volumes to tape.
In regards to the network/data flow I have two different types of information which I dont seem to fully understand.
Commvault tells me to use data "lifs" (http://documentation.commvault.com/commvault/v11_sp13/article?p=33802.htm)
- For any ONTAP version, when you configure a NAS client or when you configure a storage array, provide the host name or IP address of a data port (for example, e0A, or e0B), instead of using the management port (for example, e0M). If you use the management port, then reassign the host name or IP address of the management port to a data port on the file server.
NetApp tells me to use Intercluster lifs (https://www.netapp.com/us/media/tr-3920.pdf)
"In order for Commvault IntelliSnap for NetApp to discover volumes on an SVM, you must add the cluster management LIF of the cluster that contains the SVM to the CommCell console in the Array Management dialog box."
Isnt the Commvault statement controversial to what Netapp paper is saying?
Then I jumped into the NDMP Guide and read this: (https://library.netapp.com/ecm/ecm_download_file/ECMLP2494080)
You can perform NDMP backup from any LIF as permitted by the firewall policies. If you use a "data LIF", you must select a LIF that is not configured for failover. If a data LIF fails over during an NDMP operation, the NDMP operation fails and must be run again.
Page 48 says that the Data LIFs doesnt have access to tape.
Network Management Guide: https://library.netapp.com/ecm/ecm_download_file/ECMLP2492610 (Page 66)
Intercluster LIF: A LIF that is used for cross-cluster communication, "backup", and replication. You must create an intercluster LIF on each node in the cluster before a cluster peering relationship can be established. These LIFs can only fail over to ports in the same node. They cannot be migrated or failed over to another node in the cluster.
Few questions;
1- What is the best practice for NetApp as to NDMP Backup? Use or not Data LIF?
2- If Data LIFs can't access tape devices, how does the backup operation dumps the data into tape?
3- Am I missing something to fully understand the NDMP process/capabilities?
Thanks in advance.