Configuring RSG - Teradata Meta Data Services

Teradata Meta Data Services

Product
Teradata Meta Data Services
Release Number
15.00
Published
February 2015
Language
English (United States)
Last Update
2018-09-27
dita:mapPath
B035-3045-114K/MDS_Installation_1500.ditamap
dita:ditavalPath
ft:empty
Product Category
Teradata Tools and Utilities
  1. For each node, edit the RSG configuration file, tdconfig_directory/rsg/rsg.cfg, to indicate where the DDL Gateway is installed and which node is the RSG master node:
    MDSGWYNODE=name_of_MDS_Gateway_node
    RSGMASTERNODE=name_of_RSG_master_node
    DEBUGTRACE=ON|OFF|REPLACE

    REPLACE causes the old RSG log file to be deleted and a new log file to be created at the next TPA reset.

    If the MDSGWYNODE or the RSGMASTERNODE value is NULL, RSG keeps trying to read the RSG configuration file, sleeping between tries.

  2. If the tdinfo utility indicates that the RSG vproc is not online, run the vprocmanager utility to set it offline and then online as follows:

    set xxxx offline

    set xxxx online

    where xxxx is the vproc ID.

    Repeat these steps for each RSG vproc.

    The vprocmanager utility cannot be used to set the state for Hot Standby Nodes.
  3. Run the dbscontrol utility and turn on the MDS is Enabled flag:

    modify general 38=TRUE

    write

    quit

  4. Restart the Teradata Database.