This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HA with only 2 NICs in each node?

Hi there,
is it possible to use the internal NIC to build up an acitiv/passiv Cluster? 
Our dedicated server has only 2 NICs and I need to avoid downtimes, e.g. during firmwareupgrades or due to hardwarefailures.

But when I try to configure HA with WebAdmin I cannot choose any NIC for "SyncNIC".

thanks - Chris


This thread was automatically locked due to age.
  • Hi,
    I'm not certain, but maybe with VLANs.

    Barry
  • Thanks Barry for your reply.

    Do you mean VNICs? 
    VLANs itself seems not to be helpful as long as I cannot define any adapter as the Sync-NIC.

    thanks again - Chris
  • I guess you're right.

    Can you add a NIC (or swap one out for a dual-port)?

    Barry
  • Unfortunately I do not have the timeframe for such a long downtime anymore - I do host a copy of openseamap behind that machine for special navigation apps [:(]

    The planned second node has 4 Nics (2x1GB 2x10GB) - is it possible to install this server as a standalone one and move the whole config at once from the active server to the new one with a minimum of downtime? And if so, is there any how-two for that procedure?

    Then i would have all the time I need to pick out that machine from the rack and insert a NIC into it and start over building a HA-Cluster.

    Thanks - Chris
  • Hi,
    Setup the new server with the same or newer software (avoid 9.1 for now), import a configuration backup from the old server (and then reboot). Install a license.
    Make sure all the NICs are recognized, and make sure you know which NIC is which (use the MAC addresses on the NICs and in WebAdmin to verify. use 'ping -f' and look at the NIC lights if you're still not sure).

    Make sure you can reset all your switches and routers (including the ISP) if needed (due to potential MAC/ARP caching issues).

    Power up the new UTM, and move the network cables to it.

    Reset the switches/routers if needed.

    If it doesn't work, check the NIC order again. 
    If it still doesn't work, swap the cables back to the other UTM, and reset the switches/routers if needed.

    Barry
  •  (avoid 9.1 for now)


    So no 9.1.03.either?



    Make sure all the NICs are recognized, and make sure you know which NIC is which (use the MAC addresses on the NICs and in WebAdmin to verify. use 'ping -f' and look at the NIC lights if you're still not sure).


    I think, I would use /etc/udev/rules.d/70-persistent-net.rules to keep eth-devicenames, or is there something wrong with that and the Astaro/Sophos settings? 

    Thanks again - Chris
  • afaik, there are still some outstanding issues that haven't been fixed in 9.103.
    I've also seen at least a few reports in these forums of HA breaking on 9.1x

    I believe editing the udev rules is OK.

    Barry
  • update:
    editing udev rules was not helpful, the UTM seems to mark the external and internal NIC on another place and after restoring the backupfile everyting was messed up.
    After undoing the changes in udev the restore process went fine an "automagically" replaced the old "eth0" and "eth1" with the new "eth1" and "eth3"