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
- Next message: Tam O'Shanter: "Cluster backup"
- Previous message: Rodney R. Fournier [MVP]: "Re: What is the best backup solution for failover cluster SQL Server"
- In reply to: Rodney R. Fournier [MVP]: "Re: What is the best backup solution for failover cluster SQL Server"
- Next in thread: Tom Mongold: "Re: What is the best backup solution for failover cluster SQL Serv"
- Reply: Tom Mongold: "Re: What is the best backup solution for failover cluster SQL Serv"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Tam O'Shanter: "Cluster backup"
- Previous message: Rodney R. Fournier [MVP]: "Re: What is the best backup solution for failover cluster SQL Server"
- In reply to: Rodney R. Fournier [MVP]: "Re: What is the best backup solution for failover cluster SQL Server"
- Next in thread: Tom Mongold: "Re: What is the best backup solution for failover cluster SQL Serv"
- Reply: Tom Mongold: "Re: What is the best backup solution for failover cluster SQL Serv"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|