Having some problems the last week or so with two of my nodes in my three node cluster. I believe it's heat related so want to install a new PCIe NIC that has a fan that I use in the node without problems. Given the cluster, and that one of the nodes has the corosync main IP, I want to know if my thought process on how to change interfaces is as I think. Here's my current interface config:
For the sake of this conversation, let's assume that the new card has NICs named en0 and en1. Can I just install it, change the interface config as follows, shutdown the node, swap the network cables to the new card, and reboot and all acts like nothing happened?
Code:
auto lo
iface lo inet loopback
iface enp9s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.8/24
gateway 192.168.1.1
bridge-ports enp9s0f0
bridge-stp off
bridge-fd 0
iface enx026662e2a00e inet manual
auto enp9s0f1
iface enp9s0f1 inet static
address 192.168.2.6/24
For the sake of this conversation, let's assume that the new card has NICs named en0 and en1. Can I just install it, change the interface config as follows, shutdown the node, swap the network cables to the new card, and reboot and all acts like nothing happened?
Code:
auto lo
iface lo inet loopback
iface enp9s0f0 inet manual
iface enx026662e2a00e inet manual
iface enp9s0f1 inet manual
iface en0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.8/24
gateway 192.168.1.1
bridge-ports en0
bridge-stp off
bridge-fd 0
auto en1
iface en1 inet static
address 192.168.2.6/24