Sample Property File: Single-Node with Applications - Teradata Vantage on VMware

Teradata Vantageā„¢ on VMware Base, Advanced, Enterprise Tiers Getting Started Guide

Product
Teradata Vantage on VMware
Release Number
Deployer 3.02.01
Published
February 2020
Language
English (United States)
Last Update
2020-02-14
dita:mapPath
hih1513715214615.ditamap
dita:ditavalPath
TDVMware_BAE_3.02.ditaval.ditaval
dita:id
B035-5958
lifecycle
previous
Product Category
Cloud

You can use sample property files to configure a Vantage single-node system with the Teradata Viewpoint and Server Management applications. Substitute values specific to your environment for the properties shown in the following common.IT.properties.json and node.IT.properties.json property files.

For the common.IT.properties.json properties file:
{
    "TDsystemname": "TD_Single",
    "domain":  "company.com",
    "public_vswitch":  "VM Network",
    "byn_vswitch1":  "",
    "byn_vswitch2":  "",
    "cmic_vswitch1":  "cmic_vswitch1",
    "cmic_vswitch2":  "cmic_vswitch2",
    "dsu_vswitch":  "",
    "public_submask":  "255.255.254.0",
    "gateway":  "16.25.27.254",
    "dns1":  "153.64.251.200",
    "dns2":  "153.65.8.10",
    "ntp1":  "time00.company.com",
    "ntp2":  "time01.company.com",
    "OSTimeZone": "US/Eastern",
    "PDisk_Datastore_Match":  "_data",
    "pdiskSizeGB":  "800",
    "uniqueDisks":  "TRUE",
    "PhysicalCoresPerTPA": "4",
    "Tim": "FALSE",
    "Temporal":  "FALSE",
    "TemporalDaylightSavings": "FALSE",
    "TemporalTimeDateWZControl": 0,
    "TemporalTimeZoneHour": 0,
    "TemporalTimeZoneMinute": 0,	
    "TemporalTimeZoneString": "America Pacific",
    "SecureZones": "FALSE",
    "RowLevelSecurity": "FALSE",
    "Columnar":  "FALSE",
    "SiteID":"",
    "MainframeLHID":"-1",
    "Folder":  " ",
    "Tier": "ET",
    "EntitlementID": "72105e36-dc59-4abb-871f-5d617b59eb72",
    "LicensePeriodInYears": "1",
    "TeradataEmsURL": "https://slem.teradata.com/ems"
}
For the node.IT.properties.json properties file. For the latest template version numbers, see Templates.
[
    {
        "ESXiHost":  "esxi-1.company-domain.com",
        "OS_Datastore":  "esxi-01.datastore",
        "vmName":  "TD_Single",
        "eth0":  "255.255.100.130",
        "vmType":  "tpa",
        "Template":  "Vantage_Advanced_SQL_Engine_16.20.xx.xx_SLES11_SP3_on_VMware"   
    },
    {
        "ESXiHost":  "esxi-1.company-domain.com",
        "OS_Datastore":  "esxi-01.datastore",
        "vmName":  "TD_SM",
        "eth0":  "255.255.100.131",
        "vmType":  "cmic",
        "Template":  "Teradata_CMIC_12.07.xx.xx_SLES11_SP3_on_VMware"
    },
    {
        "ESXiHost":  "esxi-1.company-domain.com",
        "OS_Datastore":  "esxi-01.datastore",
        "vmName":  "TD_VP",
        "eth0":  "255.255.100.132",
        "vmType":  "vp",
        "Template":  "Teradata_Viewpoint_16.20.xx.xx_SLES11_SP3_on_VMware"
    }  
]