Setup NFS environment - OpenVisualCloud/CDN-Transcode-Sample GitHub Wiki

Table of Contents

Note: If there are two or more machines, make sure NFS server is just one, the others install NFS client.

Install the NFS server (master or slave nodes)

cd CDN-Transcode-Sample/script
sudo ./nfs_setup.sh

Install the NFS client(master or slave nodes)

Install the NFS client on Ubuntu

sudo apt-get install nfs-common

Install the NFS client on CentOS

sudo yum install nfs-utils