A Communication Path is a mechanism that allows the three nodes to communicate with each other and to transfer the data (for data replication purposes) between nodes. In a typical setup and especially in an on-premise environment, multiple communication paths are required to avoid a single point of failure. In this example, the network card in each node, or network routers switching between these nodes can be a point of failure.
In a cloud environment, however, having one communication path between nodes may be good enough as the underlying network layer is abstracted (we don’t have visibility of these layers).
The next step is to define communication paths between all pairs of nodes.
- Ensure both nodes are listed under the hosts file.
- Open elevated terminal
- run “cat /etc/hosts”
- If nodes are not listed, run “vim /etc/hosts” and add them accordingly with the IP addresses in the listed format below
- Click “Create communication path”.
- Select the following values. In most cases, these values should already be filled and selected.
Local Server | cae-cx-amoel1 (node-a) |
Remote Server(s) | cae-cx-amoel2 (node-b) |
Device Type | TCP |
Local IP Address(es) | 172.17.107.68 |
Remote IP Address | 172.17.107.69 |
Priority | 1 |
- The summary of what has been configured will be displayed. Select “Next”.
- A communication path has now been defined.
Post your comment on this topic.