The common.IT.properties.json file | Teradata Vantage on VMware - The common.IT.properties.json File - Teradata Vantage on VMware

Teradata Vantageā„¢ on VMware Developer Tier Getting Started Guide

Product
Teradata Vantage on VMware
Release Number
Deployer 3.04
Published
October 2021
Language
English (United States)
Last Update
2021-10-29
dita:mapPath
wua1545241606155.ditamap
dita:ditavalPath
aby1526581614426.ditaval
dita:id
B035-5938
Product Category
Cloud

The common.IT.properties.json file defines the VMware vSphere configuration settings common across all Vantage on VMware deployments. Configure the settings in this file initially, and verify or reconfigure each time something in the virtual environment changes.

Unless otherwise indicated, all property settings are required.

Property Category Properties Description
Teradata System Name TDsystemname Up to 15 alphanumeric characters, but cannot begin with a number. The system name is visible in Viewpoint.
Domain Setting domain The domain of the system being deployed which is placed into the /etc/hosts file.
Example:
  • domain:corp.company.com
Public (Customer) Port Groups public_vswitch The physical adapter with port group for the virtual network. The default setting is VM Network. This label is the name specified when you created the port group on the vSwitch.
Example:
  • public_vswitch:VM Network
BYNET Port Groups
  • byn_vswitch1
  • byn_vswitch2
BYNET port group labels. BYNET is required in MPP systems. The first port group is required in MPP systems. The second is for redundancy and performance in MPP systems. This label is the name specified when you create the port group on vSwitch in vSphere. The field must be empty for single-node/SMP systems.
CMIC Port Groups cmic_vswitch1

cmic_vswitch2

The labels of the Server Management (CMIC) port groups. The first is the primary connection to the CMIC. The second is for redundancy. This label is the name specified when you created the port group on the vSwitch.
DSC Port Group dsu_vswitch The label of the DSC switch. This label is the name specified when you created the port group on the vSwitch.
Public (Customer) Submask Setting public_submask The public submask name in dot-decimal notation.
Example:
  • public_submask:192.168.253.0
Public (Customer) Gateway Setting gateway The gateway name or IP address.
Example:
  • gateway:10.26.23.254
Domain Name System Settings

dns1

dns2

The DNS name or IP address.
Examples:
  • dns1:192.168.0.256
  • [Optional] dns2:192.168.1.256
External NTP Server Settings

ntp1

ntp2

The host name or IP address of the ntp1 server is required; the ntp2 server is optional.
Examples:
  • ntp1:time00.company.com
  • [Optional]ntp2:time01.company.com

You must configure the NTP servers if you plan to use the Temporal feature.

Time Zone Setting OSTimeZone [Optional] The time zone of the VM. Enter either a fixed time zone displacement from GMT or the time zone file name. See the file LinuxTimeZoneStrings.txt for the valid settings for OSTimeZone.

If Temporal is enabled and OSTimeZone is not enabled, then OSTimeZone will be automatically set to match the database time zone.

If you are not enabling Temporal, the database time zone syncs with the operating system.

The default time zone is US/Pacific.

Examples:
  • OSTimeZone=GMT+11
  • OSTimeZone=US/Eastern
Physical Disk Settings pdiskSizeGB The size of the Vantage system pdisks.
Example:
  • pdiskSizeGB:800
Temporal Settings Temporal

TemporalDaylightSavings

TemporalTimeDateWZControl

TemporalTimeZoneHour

TemporalTimeZoneMinute

TemporalTimeZoneString

If you plan to use Temporal, change the setting to true. If you do not plan to use it, accept the default of false. See Temporal Settings.
You must enable Temporal before deployment. If you do not enable it before deployment, you must redeploy the VM to enable it.
Example:
  • Temporal:false
  • TemporalDaylightSavings:false
  • TemporalTimeDateWZControl:0
  • TemporalTimeZoneHour:0
  • TemporalTimeZoneMinute:0
  • TemporalTimeZoneString:America Pacific
Other Vantage Feature Settings
  • Columnar
  • RowLevelSecurity
  • SecureZones
[Optional] Columnar, Row Level Security, and Secure Zones are Vantage features that can be enabled by setting the field values to true. If you do not plan to use a feature, accept the default value of false.
You must enable these features before deployment. If you do not enable them before deployment, you must redeploy the VM to enable it.
Mainframe Settings MainframeLHID The logical host ID for mainframe connectivity. The default is -1 to indicate the deployed system does not connect to a mainframe.
Example:
  • MainframeLHID:-1
Public (Customer) SSH Key PublicSshKey Use this property to pass your public SSH key to a Vantage system.

The key you provide will be added to the authorized keys file on every database node, except CMIC, and can be used for passwordless SSH.

Use the full path. For example:

PublicSshKey: C:\path_to_the_key\public_key_name.pub

Folder Setting Folder Folder name where the VM is being deployed on the vSphere server.
IP Address Setting IPAddressSetting Indicates whether to use a static or dynamic IP address.
For a two-node MPP deployment, the IP address must be static.
Host-Based Authentication (HBA) enableHBA

[Optional] Authenticates each node participating in internode communication and makes sure that data exchange/communication between the nodes is secure.

HBA is not in the common.IT.property.json file by default. It can be added by entering the variable, and then enabled by setting it to TRUE.