August 19, 2013 at 10:46 pm
I have a SQL server 2008 r2 cluster enviroment. Due to space constraints on the storage drive i
had to move the backups from the shared storage drive to the local sql server. Now my server team has given me adequate space on the shared drive but from a best practice point of view i do not know whether it's better to keep the backups on shared drive or on the respective nodes local drive itself.
Any suggestions ?
August 19, 2013 at 11:15 pm
The shared drive is normally some pretty expensive high speed hardware. I'd rather put the backups on a simple and much less expensive network share somewhere. A couple of iSCSI drives in a separate rack will normally do. And, no... I'd never put the backups on a local drive on a cluster node because, if the cluster flops to the other node, you might not be able to get to the backups anymore.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2013 at 7:03 am
Not that Jeff's answer needs reinforcement, it sure can't hurt to repeat the fact that backing up to a local drive through some automated process (I assuming you're automating your backups) is likely to either fail when the cluster fails over, or, as Jeff said, you won't be able to retrieve needed backups after the fail over. Don't do that.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply