Establishing Mount Points for the TMSS 855NAS-14D - BAR

Teradata Appliance Backup Utility Installation and User Guide

Product
BAR
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-07-13
dita:mapPath
dhb1488824663275.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-3134
lifecycle
previous
Product Category
Teradata Tools and Utilities
You must establish a mount point for each Teradata Database node that functions as an Appliance Backup Utility client.

The following steps must be performed on each node.

  1. Provide an external disk storage device mount point.
  2. Login to the Teradata Database node, create a directory, and set the permission to 777.

    In the following example, disks 1 - 4 are the mount point directories.

    # mkdir /var/abu_storage/disk1   chmod 777 /var/abu_storage/disk1
    # mkdir /var/abu_storage/disk2   chmod 777 /var/abu_storage/disk2
    # mkdir /var/abu_storage/disk3   chmod 777 /var/abu_storage/disk3
    # mkdir /var/abu_storage/disk4   chmod 777 /var/abu_storage/disk4
  3. Change the var/abu_storage/<mount point directory> owner to abuservice. # chown -R abuservice /var/abu_storage/<mount point directory>
  4. Login to the shared mounted NFS target, create multiple directories, and set the permission to 777.

    In the following example, disks 1 - 4 are the shared target directories.

    # mkdir /srv/nfs4/drive1/disk1   chmod 777 /srv/nfs4/drive1/disk1
    # mkdir /srv/nfs4/drive1/disk2   chmod 777 /srv/nfs4/drive1/disk2
    # mkdir /srv/nfs4/drive1/disk3   chmod 777 /srv/nfs4/drive1/disk3
    # mkdir /srv/nfs4/drive1/disk4   chmod 777 /srv/nfs4/drive1/disk4
  5. Mount the partition on the mount point directory. # mount <device partition 1> /var/abu_storage/<mount point directory>
    Teradata Corporation recommends using the read/write values in the following example, which uses Byn1-IP-Address.
    Node1# mount -t nfs rw,rsize=1048576,wsize=1048576 
    39.00.xxx.xxx:/srv/nfs4/drive1/disk1 /var/abu_storage/disk1
    Node2# mount -t nfs rw,rsize=1048576,wsize=1048576 
    39.00.xxx.xxx:/srv/nfs4/drive1/disk2 /var/abu_storage/disk2
    Node3# mount -t nfs rw,rsize=1048576,wsize=1048576 
    39.00.xxx.xxx:/srv/nfs4/drive1/disk3 /var/abu_storage/disk3
    Node4# mount -t nfs rw,rsize=1048576,wsize=1048576 
    39.00.xxx.xxx:/srv/nfs4/drive1/disk4 /var/abu_storage/disk4
    
    The following example uses 10GB cable link.
    Node1# mount -t nfs rw,rsize=1048576,wsize=1048576 
    192.168.xxx.xxx:/srv/nfs4/drive1/disk1 /var/abu_storage/disk1
    Node2# mount -t nfs rw,rsize=1048576,wsize=1048576 
    192.168.xxx.xxx:/srv/nfs4/drive1/disk2 /var/abu_storage/disk2
    Node3# mount -t nfs rw,rsize=1048576,wsize=1048576 
    192.168.xxx.xxx:/srv/nfs4/drive1/disk3 /var/abu_storage/disk3
    Node4# mount -t nfs rw,rsize=1048576,wsize=1048576 
    192.168.xxx.xxx:/srv/nfs4/drive1/disk4 /var/abu_storage/disk4
  6. Enable NFS server in YAST command line:
    1. Type mustang3:~ # yast
    2. Select Network Services > NFS Server and press Enter.
    3. Select Start > Next.
    4. On Directory to Export , press Ctrl+D to add a directory.
    5. Create a directory name, select OK , and press Enter. /srv/nfs4/drive1
    6. At the prompt The directory does not exist. Create it? select OK and press Enter.
    7. At the prompt Host Wild Card Default value is * , type *.
    8. At the options, add rw , no_root_squash , sync,no_subtree_check , then select OK , Finish , and press Enter.