When Testing Network, it Fails on NFS Mount

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 mounting the NFS, you can write to it without any problem. 

SOLUTION:  By default, UID 501 belongs to user vb-verde.  Make sure /home/vb-verde is owned by 501.  

Easiest way to do this is by making a subdirectory in your volume that you mount, otherwise it's hard to set permissions on the actual volume point.

For example: make subdirectory "verdehome" in your volume "/volume/vol0/data/", then set 501 on verdehome, then mount server:    /volume/vol0/data/verdehome. 


Additionally, create a route from the VERDE server to the NFS storage by going to the VERDE command line and pinging the NFS server ip.

    • Related Articles

    • When Testing Network, it Fails on CIFS Mount

      Product Line:   VERDE If you're attempting to mount CIFS/Windows storage device for VERDE's clustered environment, you MUST get “a route” established between the Cluster Master and the CIFS storage server before the mount is successful.  What you ...
    • 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 ...
    • 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 VDI Network Troubleshooting - Navigate via Table of Contents.

      Product Line:  VERDE Introduction: The information contained within this document refers to the networking aspects of the VERDE VDI software solution being installed via a set of RPMs (program modules) on top of CentOS7.  The following networking ...
    • 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 ...