Configure and Create the Volumes
To configure and create the volumes:
- 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.
- Log in to the jump host.
- If not already present, install the NFS client by sudo:
# yum install nfs-utils if not present
- Get and unzip the file
cdf-deployer.zip
- 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