Using NetApp as an NFS Server

You can use Azure's NetApp service as an NFS server. To request access to the service, see the Azure NetApp Files waitlist submission page. You must wait for an official confirmation email from the Azure NetApp Files team before continuing.

  1. Creating the NetApp Account
  2. Setting Up the NetApp Capacity Pool
  3. Creating and Preparing the Volume
  4. Configuring and Create the Volumes
  5. Next Step: Create and Attach the Data Disk to Nodes

 

Creating the NetApp Account

 

Setting Up the NetApp Capacity Pool

Creating and Preparing the Volume

 

Configuring and Create the Volumes

  1. Find your <mount_path_ip> and <mount_path_file_name> by navigating to your volume page. They were confirmed in the previous step after successful creation of the prepared volume. Note both of these parameters for later use.

  1. Log in to the jump host.
  2. If not already present, install the NFS client by sudo:
    # yum install nfs-utils if not present
  3. Get and unzip the file cdf-deployer.zip
  4. In the scripts folder, run the following command:
    # sudo ./createFileStore.sh <mount_path_ip> <mount_path_file_name>

Example:
sudo ./createFileStore.sh "10.1.2.4" "/nfs"

 

Next Step: Create and Attach the Data Disk to Nodes