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.
- Make sure you have DBC or equivalent access to create a new user and run the required grants.
- Add the tdbcmgmt user.
- Type the following if you used the bcmPasswd tool:# /opt/teradata/bcm/scripts/addMgmtUser.sh -s [system];
- 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;
- Type the following if you used the bcmPasswd tool: