The addUnityMgmtUser.sh script creates the user and updates the password to the current value for the unitymgmt user in the tdwallet. If the user already exists, the password is updated to the current value in tdwallet.
- Make sure you have DBC or equivalent access to create a new user and the run the required grants.
-
Add the unitymgmt user.
-
Enter the following if the customer used the unityPasswd tool:
# /opt/teradata/unity/scripts/addUnityMgmtUser.sh -s [system];
-
If the customer did not use the unityPasswd tool, specify the user and password to use to create the unitymgmt user (typically DBC).
# /opt/teradata/unity/scripts/addUnityMgmtUser.sh -s [system] -du dbc -dP dbc;
-
Enter the following if the customer used the unityPasswd tool: