Configure Additional EBS Storage for DSC | Teradata Vantage on AWS (DIY) - Configuring Additional EBS Storage for a DSC Instance - Teradata Vantage on AWS

Teradata Vantageā„¢ on AWS (DIY) Installation and Administration Guide

Product
Teradata Vantage on AWS
Release Number
2.3
Published
April 2022
Language
English (United States)
Last Update
2022-04-18
dita:mapPath
zra1648797736961.ditamap
dita:ditavalPath
nat1649317391363.ditaval
dita:id
B035-2800
lifecycle
previous
Product Category
Cloud
If the default size of any deployed DSC AMI is insufficient, you can add more EBS storage volumes to a running DSC instance.

This procedure describes how to configure the EBS block devices after adding the EBS storage volumes. This procedure is not for Amazon S3 storage.

  1. After adding more EBS storage volumes to a running DSC instance, configure the EBS block devices for use with the running DSA instance.
    # cd /opt/teradata/client/DSCVersion/dsa/commandline
    # dsu-part-create -d  device  -s  size  -m  path
    where:
    • device is the block device to partition.
      When deploying the instance, the block device is /dev/xvdd, even though the block device is /dev/sdd.
    • size is the partition size in GBs.
    • path is the directory in which to mount the device and where files are saved by the DSC application. If the directory does not exist, it is automatically created for you.
    For example, add a 2 TB storage drive:
    # dsu-part-create -d  /dev/xvdd  -s  2147.5  -m  /dsu/path1