Azure NetApp Files for Skytap on Azure

This guide is provided “as-is”. Information and views expressed in this document, including URL and other Internet website references, may change without notice and usage of the included material assumes this risk.

This document does not provide you with any legal rights to any intellectual property in any product. You may copy and use this document for internal reference purposes.

Table of Contents

Azure NetApp Files for Skytap

Skytap customers are looking for a cost-effective Azure native shared files solution to share files across Azure and their Skytap environments which is secured and able to support both NFS and SMB protocols. Azure NetApp Files (ANF) solves most of these challenges and can therefore be a go-to solution for customers who are looking to have a shared files solution on Skytap.

Reference Architecture

Figure 1 – Azure Netapp files for Skytap

Azure NetApp files (ANF)

The Azure NetApp Files (ANF) service is an enterprise-class, high-performance, metered file storage service. It supports any workload type and is highly available by default. You can select service and performance levels and set up snapshots through the service.

Figure 2 – Storage Hierarchy for ANF

Performance

Azure NetApp Files supports three storage service levels: .

  • Ultra: provides up to 128 MiB/s of throughput per 1 TiB of volume quota assigned.
  • Premium: provides up to 64 MiB/s of throughput per 1 TiB of volume quota assigned.
  • Standard: provides up to 16 MiB/s of throughput per 1 TiB of volume quota assigned.

Protocols

Azure NetApp Files supports SMB 2.1 and SMB 3.1 (which includes support for SMB 3.0)*.

Azure NetApp Files supports NFSv3 and NFSv4.1.

* Requires active directory.

Region Availability

Pricing

Here is sample pricing for 5TB capacity for each Service Level:

Azure Documentation

https://docs.microsoft.com/en-us/azure/azure-netapp-files

Provisioning Azure NetApp Files

Create Azure NetApp account

(Subscription must be whitelisted to use ANF)

  1. https://docs.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-quickstart-set-up-account-create-volumes?tabs=azure-portal

    Once Subscription is whitelisted, you are ready to create Pools and Volumes.

Create Pools

  1. https://docs.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-set-up-capacity-pool
  2. Minimum 4 TB pool size allowed.
  3. Customer charged for complete pool size.

Create Volumes

1.https://docs.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-create-volumes

Mount NFS volumes on Client

Linux on Azure

(Mount Instructions for every volume can be found within Azure portal)

AIX on Skytap

  1. Check if AIX LPAR can reach NetApp volume IP - (check if VPN/ExR is configured and ready to use)

     showmount -e \<IP>
    

  2. Create required directory and Mount the filesystem

     mkdir -p \<mount point>
    

     mount \<remote IP>:/\<volumename>\<mount point>
    

     df -g \<mount point>
    

  3. List Files in NFS share.

     cd \<mount Point>
    

     ls -l