After deploying a DSC VM, you must log in to the VM and initialize DSC.
-
From the Azure portal, note the following of the Viewpoint VM:
- The private IP address.
- Either the public IP or public DNS, if applicable.
- Log on to the VM using the authentication type you chose when deploying the VM.
-
Switch to the root user environment.
# sudo su -
-
Initialize DSC on the VM, either interactively or non-interactively.
For either of the following options change the DSC repository password to the Azure VM ID.
Option Description Interactively - Run dsu-init without arguments.
# /opt/teradata/client/DSCversion/dsa/commandline/dsu-init
- Enter the private-DNS of the Viewpoint VM to be used with DSC at the prompt, which provides information for an internal Vantage repository that DSC uses to store its metadata.
Non-interactively - Run dsu-init with any arguments.
# /opt/teradata/client/DSCversion/dsa/commandline/dsu-init -v vp private-DNS
where vp private-DNS is the private-DNS of the Viewpoint VM to be used with DSC.Automated scripts initialize DSC on the VM without further input.
- Run dsu-init without arguments.
-
Obtain the DBC and DSUADMIN passwords.
The default setting of these passwords is only alphanumerics of this vmID.
-
Run vmuid.py.
# python /opt/teradata/client/DSCversion/dsa/commandline/vmuid.py
- Remove the dashes that resulted from running the script.
-
Run vmuid.py.
DSC is ready to use. The script sets the repository target group. The repository backup will be stored on the local machine at /var/opt/teradata/dsc/pathRepo. For information on how to configure systems, storage backup applications, and target groups for premium storage to run operational jobs, see
Teradata® DSA User Guide.