Hello Stratos,
Clustering DC is not recommended from MS http://technet2.microsoft.com/windowsserver/en/library/16a8fa56-8de9-4ea5-9c66-33605823bbc71033.mspx?mfr=true
Cluster IIS http://technet2.microsoft.com/windowsserver/en/library/1669a785-8732-4f5d-947b-31c9167e87961033.mspx?mfr=true
Cluster DHCP http://technet2.microsoft.com/WindowsServer/en/library/5df3d4e9-e846-413a-bd9a-99645ac580991033.mspx
Cluster FTP services http://technet2.microsoft.com/windowsserver/en/library/600c51cc-174f-45d3-8f4b-fa8c7615fb7d1033.mspx
Maybe it is possible to monitor the server and change ip with scripting but i think not on the way you think, because a running server needs an ip address and you can not have the same ip address 2 times.
For fault tolerance just use 2 DC's, both with DNS active directory integrated, both Global catalog and configure a 80/20 or 70/30 DHCP scope so that if you have a failure DHCP is still handing out addresses, until you activate the rest of the scope to the running DHCP server.
For file redundancy you can configure DFS with two folders with the same content that replicates the changes: http://www.microsoft.com/windowsserver2003/technologies/storage/dfs/default.mspx
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=5e547c69-d224-4423-8eac-18d5883e7bc2
Best regards
Myweb Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights.
[Quoted Text] > Hello ! > > I have Win2003R2 server running DHCP, IIS and applications: Syslog, > TFTP, > Time server. > Have an idea to buy a similar server and make full server redundancy. > It means that the second server should monitor primary server for > failures > and take the role of primary if it does not responds. At time when > failover > occures the standby server should have all DHCP, IIS records/configs > and > recent files from primary server. > Also if it is possible the standby server should take the same IP > address as > active server. > Need detailed guide how to configure both server ? Thanks for help. >
|