Modifying the apiconfig.xml File - Teradata Ecosystem Manager

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

Product
Teradata Ecosystem Manager
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
zwe1470238783289.ditamap
dita:ditavalPath
3203_ICUCustomer_em_1600.ditaval.ditaval
dita:id
B035-3203
lifecycle
previous
Product Category
Analytical Ecosystem
The apiconfig.xml file is available on all servers.
  1. To verify that IPv6 is enabled, contact the server using ping6.
  2. Identify the IPv6 address and the interface.
    1. On a non-Windows server, type ifconfig. The output includes the information you need as shown in the following example:
      eth3:Ethernet&nbsp HWaddr 00:50:56:86:0B:77
      inet6 addr: fe80::250:56ff:fe86:167e Scope:Link
      Where eth3 is the interface and fe80::250:56ff:fe86:167e is the IPv6 address.
    2. On a Windows server, type ipconfig. The output includes the information you need as shown in the following example:
      Ethernet adapter Local Area Connection 2:
      IP Address............: fe80::250:56ff:fe86:167e
      Where 2 is the interface and fe80::250:56ff:fe86:167e is the IPv6 address.
  3. Specify the IPv6 address in the apiconfig.xml file by adding the following:
    <receiver>
      <host>IPv6 Address%Interface</host>
      <port>61616</port>
    </receiver>
    For example:
    <receiver>
      <host>fe80::250:56ff:fe86:167e%eth3</host>
      <port>61616</port>
    </receiver>

    The default port number for the Active MQ service is 61616.