Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Can not restore to MS SQL Cluster

Updated: 21 May 2010 | 3 comments
jacksors's picture
0 0 Votes
Login to vote

I have a Microsoft Cluster running SQL 2005. I'm backing up files and directories off the server using the virtual SQL name as the client name I use to connect to the host to do backups. When I go to restore however, the restore job starts, says which tapes are required to do the restore and then sits there for 2 hours and times out. I can't perform any restores to the client.

I've even tried to select the virtual name and redirect to a differnt server and it does the same thing. Anyone ever seen anything like this before? Please help.

discussion Filed Under:

Comments

Marek Kedzierski's picture
09
Sep
2009
0 Votes 0
Login to vote

Could you post your restore

Could you post your restore script ?

Marianne van den Berg's picture
09
Sep
2009
0 Votes 0
Login to vote

If it's a large database, SQL

If it's a large database, SQL needs a LOT of time to prepare the big empty container before the restore can actually start. Increase the CLIENT_READ_TIMEOUT on the media server to AT LEAST 4 hours.
Ensure you have dbclient log on the SQL server.
Remember to drop down the timeout again once the restore is complete.

Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows.
Handy NBU links

Anton Panyushkin's picture
09
Sep
2009
0 Votes 0
Login to vote

I bet you use cluster name to

I bet you use cluster name to backup MS SQL instance, but you restore your data on a particalar node of the cluster. You should resort to alternate client restore in this case.
Please change to /usr/openv/netbackup/db/altnames directory and create the text file named as the node you want to restore to. add the name of MS SQL cluster to this file.