Forgive me if I am missing something obvious but I am very new to servers and failover clustering. I haven't found a question that quite answers what I am looking for yet.
My goal is to make a VM run 100% (or near enough) of the time using two or more servers in a cluster. This is for an access control system hence why it needs to be up all the time and failback seamlessly, so client workstations may access this. From what I have read is exactly what failover cluster is designed to do and should be perfect for this.
I have 3 physical servers, 2 of them clustered and 1 the Domain Controller. Using iSCSI i have installed the VM in shared storage and can run it and connect to it via RDP on any of the nodes or the DC but when one of the nodes is disconnected. Each time this happens i see in the setting of the VM the virtual switch is not avaliable to use and have to make a new one so it will be avaliable for conenction.
Am I missing a hardware component? Is what I am trying to acheive actually possible?
Hardware Specifications. I am aware that these servers are very far apart in term of hardware but the application I am needing to run on the Vm is not very demanding.
Domain Controller,
Xeon E3-1230 V2, 16GB DDR3, 1TB HDD,
Node1,
Intel i9-10900, 32GB DDR4, Server 2019, 500GB SSD,
Node 2
Intel i5-9400F, 16GB DDR4, GTX 1660, 500GB SSD
Virtual Machine 4 cpu cores 8GB RAM 60GB Max hard drive size
Thank you in advance if anyone has any pointers for this.