Manually Mounting ... Customized Partitioning Is Required during Centos/RHEL Install

Manually Mounting NFS Shared Storage... Customized Partitioning Is Required during Centos/RHEL Install

Product Line:  VERDE

Before starting, run the following on the home server as root (not the NAS/NFS):
# yum -y install nfs-utils nfs-utils-lib

After mounting NFS share and creating entry in /etc/fstab and installing VERDE,  files are created on shared storage.

Here are examples of manual mount commands:

# mount -t nfs -o rw,noatime 10.10.1.104:/nfs/VerdeNAS /home/vb-verde

mount -t nfs4 -o rw,noatime 192.168.0.15:/volume1/vbshare /home/vb-verde


Here are examples of /etc/fstab entry:


10.10.1.104:/nfs/VerdeNAS        /home/vb-verde              nfs          rw,noatime,nfsvers=3    0 0

192.168.0.15:/volume1/vbshare /home/vb-verde nfs4 rw,noatime 0 0

SPECIFIC TO AZURE:

UUID=1fb615ff-157a-473c-8cb4-8021638d1f71 /home/vb-verde ext4 defaults,nofail 1 2




    • Related Articles

    • When Testing Network, it Fails on NFS Mount

      Product Line:  VERDE ISSUE:  When mounting storage via the VERDE-MENU, and then running the Test Network, the test fails on NFS Mount... FAILURE writing test file (/home/vb-verde/verde-network-test.txt) to external But, when you test manually ...
    • How To Partition and Format Storage Devices in Linux

      Product Line:  VERDE ​ Introduction Preparing a new disk for use on a Linux system can be quick and easy. There are many tools, filesystem formats, and partitioning schemes that may complicate the process if you have specialized needs, but if you ...
    • External/Shared Storage - Minimal Requirements

      Product Line:  VERDE The shared storage is a key component of a VERDE cluster, the overall performance of the system will depend on its ability to deliver the required output. For this reason home built NFS servers are not supported as a viable ...
    • VERDEOS NAS Mount Instructions:

      Product Line: VERDE It is recommended that you set up your shared storage mount before installing and using VERDEOS.  But, it is possible to add the storage device post usage.  You'll need to backup all the data located in /home/.  /HOME/vb-verde is ...
    • VERDE/VERDEOS CIFS Mount Instructions

      Product Line:  VERDE To get CIFS storage working with RPM based installation on CentOS 7.x, use the following steps:   Install CentOS 7.x Install VERDE using RPM build packages Installed CIFS-UTILS using command yum install cifs-utils Stop VERDE ...