grayfox587 wrote: » well at work i am getting the chance to turn our novell server into a windows 2003 backup server in case our main server crashes. Well i have been doing research and asking around and im not really sure, what to do or how to go at it. What i have discovered so far is what appears to be load balancing but can be used as a backup. If anyone is a pro on this and can point me in the right direction and tell me anything specific i need to do, it would be greatly appreciated they want the server to be completely the same, but i dont see how i can copy the drives without shutting the server down, but anyways any advice is truly appreciated, i need some sorry let me be a little more clear, what i mean by backup server is, if the main server fails, the other server takes over and provides access to the clients
sorry let me be a little more clear, what i mean by backup server is, if the main server fails, the other server takes over and provides access to the clients
Peibol wrote: » I think what he's trying to say is this: Server1 (the one actually at work) and then Server2(new one) He wants Server2 to be a clone(exactly the same as Server1) so if Server1 goes down, then Server2 comes into action and since it's the same, nothing would have change, kind of like when you have 2 hard drives on raid. That's what i think he is trying to say by backup, or maybe i'm wrong.
RobertKaucher wrote: » We get that much, but the devil is in the details. Different services will be made redundant in different ways. As far as DNS, DHCP and Active Directory go this will be pretty easy. Just make it a Domain Controller and GC. For DHCP create a scope on the "Backup Server" using the 80/20 rule. 80% of your available scope should go on the primary and 20% of the available addresses would go on the backup server. As far as file and print services go, this is where things will get sticky... Even DFS might not help you in this. How much does the data change? DFS is not well suited for highly dynamic data. What can you tell us about the amount of data and how often it changes?
RobertKaucher wrote: » Different services will be made redundant in different ways.
grayfox587 wrote: » 80/20 rule wouldn't that only handle 20% of users when the main server fails?, but yeah that's what i have seen while doing research, map out a different scope and such, is there any specific software that i need that recognizes when the main server fails?
dynamik wrote: » Exactly. Even within a single application, such as Exchange, there are different ways to make each type of role highly-available. You need to provide us with a detailed list of everything that server is doing. How much time does it have to be back up and running in, and how much data loss is tolerable? If you're only large enough to have a single server, I can almost guarantee that your budget is too small to provide instantaneous fail-over with no data loss. The 20% in the 80/20 rule is only to provide new addresses while the 80% server is down. Leases are valid for 8 days by default. However, I don't see any reason not to go 50/50 (and that's how I set mine up).
If you're only large enough to have a single server, I can almost guarantee that your budget is too small to provide instantaneous fail-over with no data loss.
RTmarc wrote: » Correct, and I agree with the 50/50 rule. That's always how I've done it. No reason to limit yourself to 80/20.