Add tdbcmgmt User | Teradata Business Continuity Manager - Manually Adding the tdbcmgmt User to a Teradata System - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide - 2.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
2.00
Published
August 2024
ft:locale
en-US
ft:lastEdition
2025-01-31
dita:mapPath
sko1694443904278.ditamap
dita:ditavalPath
ft:empty
dita:id
otc1639627713801
lifecycle
latest
Product Category
Analytical Ecosystem

The addMgmtUser.sh script creates the user and updates the password to the current value for the tdbcmgmt user in the Teradata Wallet (tdwallet). If the user already exists, the password is updated to the current value in the Teradata Wallet.

  1. Make sure you have DBC or equivalent access to create a new user and run the required grants.
  2. Add the tdbcmgmt user.
    1. Type the following if you used the bcmPasswd tool:
      # /opt/teradata/bcm/scripts/addMgmtUser.sh -s [system];
    2. If you did not use the bcmPasswd tool, specify the user and password to create the tdbcmgmt user (typically DBC).
      # /opt/teradata/bcm/scripts/addMgmtUser.sh -s [system] -du dbc -dP dbc;