Migrate Placement Groups | Teradata Vantage on AWS (DIY) - Migrating Placement Groups - 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
PrerequisiteYou must be granted the following permissions by your IAM administrator:
  • ec2:DescribePlacementGroup: Allows you to see if a placement group exists and to get information about it.
  • ec2:DeletePlacementGroup: Allows you to roll back if an issue occurs.
  • ec2:CreatePlacementGroup: Allows you to create a placement group to migrate new instances.
You can migrate placement groups as an alternative to scaling instances up or down manually if you do not want to stop the instances.
  1. Stop the database on a single instance in the system.
    # tpareset -x stop system
  2. Verify the database is stopped.
    # psh pdestate -w
    PDE state: DOWN/HARDSTOP
  3. Start the placement group migration.
    # tdc-migrate-placement-group --instance_type <desired instance type>
    where the desired instance type is r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, or r5.24xlarge.
    The old system remains running. The original instance names have -migrated appended to them.
  4. SSH into the system to verify the new instances are working as expected.
    After verifying the new system, you can stop or terminate the old instances.