Example: ktpass Commands for a Two Node Setup - Analytics Database - Teradata Vantage

Security Administration

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
Product Category
Teradata Vantage™

The following example shows the ktpass commands that set up a Teradata Vantage system that contains two nodes, node tdExample1-1 and tdExample1-2.

ktpass command for node tdExample1-1:

ktpass -princ EXAMPLE/tdExample1-1.corp12.example.com@corp12.EXAMPLE.COM
-mapuser tdExample1-1 -pass a$2Tya3 -ptype KRB5_NT_PRINCIPAL -out  domain_name.sys_name.keytab

ktpass command for node tdExample1-2:

ktpass -princ EXAMPLE/tdExample1-2.corp12.example.com@corp12.EXAMPLE.COM
-mapuser tdExample1-2 -pass a$2Tya3 -ptype KRB5_NT_PRINCIPAL -out
domain_name.sys_name.keytab –in  domain_name.sys_name.keytab 
If your system resides in multiple domains, you must generate separate keytab files with unique file names for the Active Directory KDC in each domain. Make a list of the files for use in Installing the Kerberos Keys.

For systems with more than two nodes, you may find it more efficient to incorporate the ktpass commands into a script.