|
Case 2: You have two servers - one is an IIS web server, one is a SQL
database server. You want to do real-time data replication for data
protection and Failover for the IIS web server, but you don't want to
buy additional machines.
- Set the Web server as the Primary Master station, the SQL
server as the Repli-Master station.
- Replicate the Web server files to the SQL server and
replicate the SQL server database files to the Web server.
- Set the SQL server as the Failover target so that when the Web server
fails, the SQL server will be activated to function as the Web server.
Manually switch back to the original Web server when it is fixed and
place back in the clustering.
|