Expand EBS Storage | Teradata Vantage on AWS (DIY) - Expanding EBS Storage - Teradata Vantage on AWS

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

Product
Teradata Vantage on AWS
Release Number
Q2 2020
Published
April 2020
Language
English (United States)
Last Update
2020-05-01
dita:mapPath
grn1554394452559.ditamap
dita:ditavalPath
mmb1554489626757.ditaval
dita:id
B035-2800
Product Category
Cloud
Prerequisite
  • Deploy a Vantage first
  • Read the requirements and limitations before proceeding.
If the storage expansion fails while you are running the utility, the system may have volumes that are greater in size than others. Re-run the utility with the same parameters. The process continues where it left off.
  1. Stop the database.
    # tpareset -y -x Shut down database to expand storage
    Putting the database in this state takes a few minutes.
  2. Wait for the database to shut down.
    # psh pdestate -w
    PDE state: DOWN/HARDSTOP
  3. Run the utility.
    # tdc-expand-storage --size value -y
    where:
    • value is the amount, in TB, you want to increase on the whole system. For example, if the current system has 5 TB, entering 5 increases the system to 10 TB.
    • -y is an optional command that bypasses the confirmation prompt. Use this command only if you know the configuration of the system.
    After the utility runs, Volume Change Successful! appears in the output.
  4. [Optional] From inside the instance, view /var/log/tdc-expand-storage.log for the status or troubleshooting issues.