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
- Azure NetApp files (ANF)
- Provisioning Azure NetApp Files
- Mount NFS volumes on Client
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.
Back to the Top
Reference Architecture
Figure 1 : Azure Netapp files for Skytap
Back to the Top
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
Back to the Top
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.
Back to the Top
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.
Back to the Top
Region Availability
Back to the Top
Pricing
Here is sample pricing for 5TB capacity for each Service Level:
Back to the Top
Azure Documentation
https://docs.microsoft.com/en-us/azure/azure-netapp-files
Back to the Top
Provisioning Azure NetApp Files
Back to the Top
Create Azure NetApp account
(Subscription needs to whitelisted to use ANF)
Once Subscription is whitelisted, you are ready to create Pools and Volumes.
Back to the Top
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.
Back to the Top
Create Volumes
1) https://docs.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-create-volumes
Back to the Top
Mount NFS volumes on Client
Linux on Azure
(Mount Instructions for every volume can be found within Azure portal)
Back to the Top
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
Back to the Top
Next steps
Main Overview
Operational Excellence
Resiliency
Security