Modifying Configuration Files on a Windows Server - Teradata Ecosystem Manager

Teradata Ecosystem Manager Installation, Configuration, and Upgrade Guide for Customers

Product
Teradata Ecosystem Manager
Release Number
15.11
Published
May 2016
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
may1467305870890.ditamap
dita:ditavalPath
3203_ICUCustomer_em_1511.ditaval.ditaval
dita:id
B035-3203
lifecycle
previous
Product Category
Analytical Ecosystem
  1. To verify that IPv6 is enabled, contact the server using ping6.
  2. Identify the IPv6 address of the server: ipconfig. The output includes the information you need. For example:
    IP Address............: fe80::250:56ff:fe86:167e
    Where fe80::250:56ff:fe86:167e is the IPv6 address.
  3. On a Windows 2003 or 2008 system, edit two files:
    1. Edit the $EM_HOME/conf/transport.properties file:
      msm.amq.brokerURL=failover:(tcp://[IPv6 Address A]:61616,tcp://[IPv6 Address B]:61616)?randomize=false&maxReconnectDelay=25&maxReconnectAttempts=2
      Where [IPv6 Address] is the IPv6 address of a remote server. The default port number for the Active MQ service is 61616. For example:
      msm.amq.brokerURL=failover:(tcp://sdll0019Machine:61616,tcp://sdvsue7014Machine:61616)?randomize=false&maxReconnectDelay=25&maxReconnectAttempts=2
    2. Edit the $WINDOWS\system32\Drivers\etc\hosts file to add the following:
      IPv6 Address A   Host A   COP entry A 
      IPv6 Address A   Host B   COP Entry B
      Where [IPv6 Address] is the IPv6 address of a remote server. For example:
      fe80::250:56ff:fe86:48e2%4 sdll0019Machine sdll0019MachineCOP2
      fe80::250:56ff:fe86:40cd%4 sdvsue7014Machine sdvsue7014MachineCOP3