Mount the NAS | Teradata AppCenter - Mounting the NAS - Teradata AppCenter

Teradata® AppCenter Customer Installation and Upgrade Guide for vSphere

Product
Teradata AppCenter
Release Number
1.10
Published
June 2020
Language
English (United States)
Last Update
2020-07-02
dita:mapPath
ixs1586886570933.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1117
lifecycle
previous
Product Category
Analytical Ecosystem
Perform the following steps on all six nodes.
  1. Create a directory to serve as the mount point for the remote NFS share:
    $ mkdir -p /var/lib/docker/teradata/data
  2. Open the /etc/fstab file:
    $ vim /etc/fstab
  3. Add the following entry to the /etc/fstab file:
    <IP-ADDRESS-OF-NFS-SERVER-HERE>:<LOCATION-OF-FOLDER-ON-NFS-SERVER> /var/lib/docker/teradata/data nfs rw,defaults 0 0
  4. Mount the NAS:
    $ mount -a