Expand EBS Storage | Teradata VantageCloud Enterprise on AWS (DIY) - Expanding EBS Storage - Teradata® VantageCloud Enterprise on AWS

VantageCloud Enterprise on AWS (DIY) Installation and Administration Guide - 2.4

Deployment
VantageCloud
Edition
Enterprise
Product
Teradata® VantageCloud Enterprise on AWS
Release Number
2.4
Published
June 2023
Language
English (United States)
Last Update
2023-06-30
dita:mapPath
kma1662437965174.ditamap
dita:ditavalPath
nat1649317391363.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.