Sample Properties File | MPP with Applications | Teradata Vantage on VMware - Sample Properties File: MPP 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.04
Published
October 2021
Language
English (United States)
Last Update
2021-10-29
dita:mapPath
qbi1545241606156.ditamap
dita:ditavalPath
lyx1526581533412.ditaval
dita:id
B035-5958
Product Category
Cloud

You can use sample properties files to configure a four-vnode Vantage MPP system with Teradata Viewpoint, Server Management (CMIC), and Teradata DSC applications. Substitute values specific to your environment for the properties shown in the following common.IT.properties.json and node.IT.properties.json properties files.

Sample common.IT.properties.json File

{
    "TDsystemname": "TD_MPP",
    "domain":  "company.com",
    "public_vswitch":  "VM Network",
    "byn_vswitch1":  "byn_vswitch1",
    "byn_vswitch2":  "byn_vswitch2",
    "cmic_vswitch1":  "cmic_vswitch1",
    "cmic_vswitch2":  "cmic_vswitch2",
    "dsu_vswitch":  "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",
    "PublicSshKey":"",
    "Folder":  " ",   
    "enableHBA": "FALSE",
    "Tier": "ET",
    "EntitlementID": "72105e36-dc59-4abb-871f-5d617b59eb72",
    "LicensePeriodInYears": "1",
    "TeradataEmsURL": "https://slem.teradata.com/ems",
    "ViewpointMultiPurchased": "FALSE"
}

Sample node.IT.properties.json Properties File

For the latest template version numbers, see Templates.

[
    {
        "ESXiHost":  "esxi-1.company-domain.com",
        "OS_Datastore":  "esxi-1.datastore",
        "vmName":  "MPP-01",
        "eth0":  "10.25.23.170",
        "vmType":  "tpa",
        "Template":  "Vantage_Advanced_SQLE_XX.XX.xx.xx_SLES12_SP3_on_VMware"
    },
    {
        "ESXiHost":  "esxi-1.company-domain.com",
        "OS_Datastore":  "esxi-1.datastore",
        "vmName":  "MPP-02",
        "eth0":  "10.25.23.171",
        "vmType":  "tpa",
        "Template":  "Vantage_Advanced_SQLE_XX.XX.xx.xx_SLES12_SP3_on_VMware"
    },
    {
        "ESXiHost":  "esxi-1.company-domain.com",
        "OS_Datastore":  "esxi-1.datastore",
        "vmName":  "MPP-03",
        "eth0":  "10.25.23.172",
        "vmType":  "tpa",
        "Template":  "Vantage_Advanced_SQLE_XX.XX.xx.xx_SLES12_SP3_on_VMware"
    },
    {
        "ESXiHost":  "esxi-1.company-domain.com",
        "OS_Datastore":  "esxi-1.datastore",
        "vmName":  "MPP-04",
        "eth0":  "10.25.23.173",
        "vmType":  "tpa",
        "Template":  "Vantage_Advanced_SQLE_XX.XX.xx.xx_SLES12_SP3_on_VMware"
    },
    {
        "ESXiHost":  "esxi-2.company-domain.com",
        "OS_Datastore":  "esxi-2.datastore01",
        "vmName":  "CMIC-NODE",
        "eth0":  "10.25.23.169",
        "vmType":  "cmic",
        "Template":  "Vantage_CMIC_XX.xx.xx.xx_SLES12_SP3_on_VMware"
    },
    {
        "ESXiHost":  "esxi-2.company-domain.com",
        "OS_Datastore":  "esxi-2.datastore03",
        "vmName":  "DSC-NODE",
        "eth0":  "10.25.23.240",
        "vmType":  "dsu",
        "Template":  "Vantage_DSC_XX.XX.xx.xx_SLES12_SP3_on_VMware"
    },
    {
        "ESXiHost":  "esxi-3.company-domain.com",
        "OS_Datastore":  "esxi-3.datastore02",
        "vmName":  "EM-NODE",
        "eth0":  "10.25.23.250",
        "vmType":  "em",
        "Template":  "Vantage_EM_XX.XX.xx.xx_SLES12_SP3_on_VMware"
    },
    {
        "ESXiHost":  "esxi-3.company-domain.com",
        "OS_Datastore":  "esxi-3.datastore02",
        "vmName":  "VP-NODE",
        "eth0":  "10.25.23.280",
        "vmType":  "vp",
        "Template":  "Vantage_Viewpoint_TDRest_XX.XX.xx.xx_SLES12_SP3_on_VMware"
]