(Conditional) If NetApp will be used as an NFS Server

You can use Azure's NetApp service as an NFS server. You must first have registered your subscription to use the NetApp Resource provider. See Register for NetApp Resource Provider before you proceed. Contact your Azure admin for help with the process if necessary.

This section has these parts:

  1. Creating the NetApp Account

  2. Setting Up the NetApp Capacity Pool

  3. Creating and Preparing the Volume

  4. Configuring and Create the Volumes

 

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: Preparing the Jump Host Virtual Machine