In the /opt/hci/ folder on each virtual machine, run the setup script:
sudo /opt/hci/bin/setup -i <static-ip-address-for-this-instances> -m<list-of-master-instance-IPs>
For example:
sudo /opt/hci/bin/setup -i 192.0.2.4 -m192.0.2.0,192.0.2.1,192.0.2.3
Note:
-
When installing a multi-instance system, make sure you specify the same list of master instance IP addesses on every instance that you are installing.
- Do not separate IP addresses with spaces.