Used to initialize remote Hosts table at setup or with client with no database support
Host ID of remote Host
Address of remote host (IP or DNS entry)
Port associated with the Address of the remote Host
True if this Address Entry is for SSL mode
True if this Address Entry allows Admin access through R66 Protocol
True if this Address Entry is for a Client
GoldenGate Password File containing the password for this host
GoldenGate Password for this host
<?xml version="1.0" encoding="UTF-8"?>
<authent xmlns:x0="http://www.w3.org/2001/XMLSchema">
<comment>example for ServerA</comment>
<entry>
<hostid>hosta</hostid>
<address>127.0.0.1</address>
<port>6666</port>
<isssl>False</isssl>
<keyfile>D:\GG\R66\certs\test-passwd.ggp</keyfile>
</entry>
<entry>
<hostid>hostas</hostid>
<address>127.0.0.1</address>
<port>6667</port>
<isssl>True</isssl>
<admin>True</admin>
<keyfile>D:\GG\R66\certs\test-passwd.ggp</keyfile>
</entry>
<entry>
<hostid>hostb</hostid>
<address>127.0.0.1</address>
<port>6676</port>
<isssl>False</isssl>
<isclient>False</isclient>
<keyfile>D:\GG\R66\certs\test-passwd2.ggp</keyfile>
</entry>
<entry>
<hostid>hostbs</hostid>
<address>127.0.0.1</address>
<port>6677</port>
<isssl>True</isssl>
<admin>True</admin>
<key>a5847a6ebb2eb5230554eb160326e7b1f53a193d9c6ee1b0</key>
</entry>
<entry>
<hostid>test</hostid>
<address>127.0.0.1</address>
<port>6670</port>
<isssl>False</isssl>
<isclient>True</isclient>
<keyfile>D:\GG\R66\certs\test-passwd3.ggp</keyfile>
</entry>
<entry>
<hostid>tests</hostid>
<address>127.0.0.1</address>
<port>6670</port>
<isssl>True</isssl>
<admin>True</admin>
<isclient>True</isclient>
<keyfile>D:\GG\R66\certs\test-passwd3.ggp</keyfile>
</entry>
</authent>