Enabling Node Failure Recovery - Teradata Software for Azure

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

Product
Teradata Vantage on Azure
Release Number
5.01
Published
July 2018
Language
English (United States)
Last Update
2018-07-18
dita:mapPath
kmk1523992471627.ditamap
dita:ditavalPath
TeradataAzure_PubCloud_5.01_5.01.01.ditaval
dita:id
B035-2810
lifecycle
previous
Product Category
Cloud
You must create a service principal before enabling the node failure recovery feature. See Creating an Azure Active Directory Application and the Service Principal.
When the failed node is stopped, you may lose the diagnostic information.
  1. From the Azure portal, note the private IP and either the public IP or private DNS of the Teradata Database VM.
  2. Log on to the VM using the authentication type you chose when deploying the VM.
  3. Switch to the root user environment.
    # sudo su -
  4. Enable the node failure recovery feature and enter responses to the prompts.
    1. Run tdc-feature-init without arguments.
      # tdc-feature-init
    2. Enter the client ID of your service principal.
    3. Enter the secret key of your service principal.
    4. Enter the tenant of your service principal.
    5. Enter your Azure subscription ID.
    Credentials validation succeeded displays. Service principal details are written to /etc/opt/teradata/tdconfig/service_principal_config.json.
  5. While the feature runs, do the following:
    1. Check /var/log/tdc-nodestart-PMA-ID.log for errors.
    2. Check /var/log/messages for messages.
    3. Check /var/log/boot.log for information.
  6. After the feature finishes, go to the Azure portal to check the deployment logs to see if the deployment of the replacement node was successful.