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.2
Published
May 2021
Language
English (United States)
Last Update
2021-05-17
dita:mapPath
cce1618343956965.ditamap
dita:ditavalPath
zaj1618344123658.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.