I have no experience in failover cluster area. I am building system for users that create new ftp site (currently Windows FTP). What I am thinking of is calculating server usage and choose server with lowest usage and deploy site to that server.
What I don't know is how Failover cluster works, this system will be used on failover cluster servers.
My example server list:
Server 1 - FTP, Web
Server 2 - FTP, Email
Server 3 - Web, Email
Server 4 - FTP, DNS
Server 5 - FTP, DNS
That takes me to point: Do I need to calculate (ask servers for usage) and deploy on lowest or should I pick first one and that server deploy widely ftp site?
What happens on adding ftp site to server 1? Is site automatically "replicated" to server 2, 4, 5? Thats my main question.
If server automatically say other servers in cluster to add/create site with those bindings or not.
Thanks, I hope you understand what I am asking :/