If I choose three node cluster without shared storage do I need two dedicated links between each node (in total: 6) or just one (in total: 3) ? I know that the requirements is to have at least two interconnects and lower number is not supported. But is it going to work if I decide to use just one interconnect ?
przemol
In a 3-node cluster you need 2 cables from each node connected to 2 independent switches. This gives you an HA service.
It'll work with single interconnects as well, but if your single switch should die, your service will as well, as all the nodes will then fail simultaneously.
So, either you want an HA service or not. Servers today come with lots of network ports anyway and switches do not cost that much.
Regards
Hartmut