Re: What is the best backup solution for failover cluster SQL Server

From: Uttam Parui[MS] (uttamkp_at_online.microsoft.com)
Date: 12/01/04


Date: Wed, 01 Dec 2004 18:37:24 GMT

Hi Ashok,

Backing up your SQL database in a clustered environment is not different from a normal server (although it can be complex if the db is in terabyte range). You can still use the SQL Server Agent jobs/maintenance
plans to backup your database. More often than not, it is easiest to first back up to disk. Create a cluster disk share so in the event of a fail over, all nodes will have access to the backup share. Do NOT attempt to
backup to any LOCAL drives. After the database is backed up, it should be copied to another location, backed up to another medium such as tape, and then archived in an offsite location after it is tested and verified.

Apart from backing up your SQL Server databases, you need to backup your server cluster. You can use the Backup or Recovery Wizard to back up cluster nodes. For detailed information, please refer to

Backing up and restoring server clusters
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/sag_mscsusing_9.asp

Best Regards,

Uttam Parui
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit http://www.microsoft.com/security.

Microsoft highly recommends that users with Internet access update their Microsoft software to better protect against viruses and security vulnerabilities. The easiest way to do this is to visit the following websites:
http://www.microsoft.com/protect
http://www.microsoft.com/security/guidance/default.mspx



Relevant Pages

  • RE: How do I restore from mdf and ldf files?
    ... Tasks -> Backup Database ... Tasks -> Restore Database ... Windows 2003 Server with Latest Service Pack ... Pre-requisites for Sharepoint Backup and Restore: ...
    (microsoft.public.sharepoint.portalserver)
  • RE: ESENT Logging
    ... SBS server 2003 has a backup job that will ... 145881 How to Use Jetpack.exe to Compact a WINS or DHCP Database ... newsgroups so that they can be resolved in an efficient and timely manner. ...
    (microsoft.public.windows.server.sbs)
  • RE: ESENT Logging
    ... SBS server 2003 has a backup job that will ... 145881 How to Use Jetpack.exe to Compact a WINS or DHCP Database ... Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)
  • RE: Backups have Shadow Copy Problems
    ... and restarted the server. ... suggested and changed the recovery model to simple on the one database called ... I understand the issue to be: the backup task failed ... You back up data from a volume that contains a Microsoft SQL Server ...
    (microsoft.public.windows.server.sbs)
  • RE: Adventures in Server restore
    ... SP1 for exchange change the db jet and should fix this problem ... > I thought I'd pass on my experience in bringing back an exchange server ... I'm not sure what happened (but a online backup was going on) ... > persists then please restore the database from a previous backup. ...
    (microsoft.public.exchange.admin)

Loading