I have 2 hardware servers with Microsoft windows server 2012 R2 standard. One of them is our production server and running on it our application. I was thinking to configure the second in a cluster to have a fail-over, but I need each server to work with it's own disks and have all data synchronized between these 2 servers. But windows clustering says that needs shared volumes, this is not an option to me because if main node goes down because of a power problem, on second node shared volumes will not be available.
So in fact I need a clone of the main server to the second in a cluster, such way if main goes down the second will be available.
Clustering is very good here, but I don't know how to synchronize disks between these 2 servers.
Is there any possibility to configure such an environment?