Configure and Create the Volumes

To configure 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