|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, April 22, 2013 11:11 PM
Points: 250,
Visits: 706
|
|
Dear All,
Can someone clear out my doubts here?please
What is the meaning of Cold standby,Warm standby & Hot standby solutions ?
NOTE:Please provide me the examples for each of one.
Thanks in advance.
Regards, Ravi.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 11:38 PM
Points: 194,
Visits: 685
|
|
Hot standby is a server that will automaticaly failover if the primary server fails. You can get this using synchronous mirroring + witness (not sure if a cluster can be called a hot standby). Warm standby is a server that will not automaticaly failover and that may not have all the latest transactions. You can get it by using log shipping or asynch mirroring. Cold standby is just a spare machine that needs to be turned on, backup restored (or even full staging of the machine).
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, April 22, 2013 11:11 PM
Points: 250,
Visits: 706
|
|
Thanks for you reply !!
Regards, Ravichandra.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Today @ 6:28 AM
Points: 1,125,
Visits: 14,511
|
|
Oliiii (2/17/2011) Hot standby is a server that will automaticaly failover if the primary server fails. You can get this using synchronous mirroring + witness (not sure if a cluster can be called a hot standby). Warm standby is a server that will not automaticaly failover and that may not have all the latest transactions. You can get it by using log shipping or asynch mirroring. Cold standby is just a spare machine that needs to be turned on, backup restored (or even full staging of the machine).
I would call a cluster a "hot standby". Anything high availability model which "should" require no intervention in the event of failure would a hot standby.
Mirroring with a witness is a hot standyby. Mirroring without a witness is a warm standby.
|
|
|
|