Run the setup script on each server or virtual machine

Content Intelligence Deploying the Example OVF

Version
2.2.x
Audience
anonymous
Part Number
MK-HCI003-15
ft:lastEdition
2023-10-23

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.