I have 2 physical servers.
I need to have a failover system so when the first server fails it will activate the second server.
What i have done is:
On both physical servers i have installed hyper-v and created VMs to make DC in each one. Connected the physical servers as members of these DCs and made a cluster between the physical servers.
What i need to know is how can i make it 100% proof so that it fails over. I will install a postgresql server in a HD which is in the first server and will make it a ISCSI target which the second server sees.
Will that failover correctly with this scenario?
What can i do to make sure the system fails over and the users can connect if the system fails and i only have 2 servers?