Skip to main content
Skip table of contents

Establish the HA Physical Configuration

HA systems must be configured to talk to each other across both a Public interface, which is the network connection that is visible to the log sources, as well as a Private Interface. The Private Interface is the network that has no visibility other than the two members of the cluster.

It is recommended that the Public interface for each node be connected to a different switch to avoid the switch becoming a single point of failure in the configuration.

Failure to do so results in both nodes going out of service when the switch goes down, and user intervention will be required to restore services.

Repeat the following steps on each HA system.

Set Static IP Addresses and Rename NICs

NIC1 on each system should be connected to the production network, and NIC4 on each system to each other using the provided crossover cable in a single site setup.

  • Crossover cable connecting Private interfaces on each
  • Use IP Addresses that are not used in the customer’s environment

The NICs should also be labeled Public or Private accordingly.

Ensure that the Public interface is set to a Private network type to allow appropriate Windows Firewall rules to be applied. In order to properly set the Network Type to Private

  1. Open an Administrative PowerShell console.
  2. Run PS C:\>$Profile = Get-NetConnectionProfile -InterfaceAlias Private
  3. Run PS C:\>$Profile.NetworkCategory = "Private"
  4. Run PS C:\>Set-NetConnectionProfile -InputObject $Profile

This procedure changes the Private Ethernet adapter Network Type to Private to allow for a more streamlined connection for LifeKeeper and DataKeeper services.

Set the Binding Order

If you are on a Gen5 appliance with Server 2016, this procedure does not apply and can be skipped. The installation script sets the configures the order or network interfaces automatically. There are no manual steps to take, as long as the network interfaces are named correctly. If you encounter problems, see the Microsoft documentation, Configure the Order of Network Interfaces.

NIC binding order MUST be set so that the Public NIC is the first one bound, and the Private NIC is the second one bound. To display the menu bar, press Alt.

Security Policy Considerations

If you encounter issues with the SIOS software not installing properly, you may need to add Debug permissions to the Administrator account. To do this:

  1. Click StartAdministrative Tools, and then Local Security Policy.
  2. Expand Local Policies.
  3. Select User Rights Assignment.
  4. Double-click Debug Programs and add the local administrator account.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.