Link to home
Start Free TrialLog in
Avatar of noncexstanza
noncexstanzaFlag for United States of America

asked on

SQL Restore - Backup Exec 11d

I need some help with a Redirected SQL Restore.  I thought I had it down and when the restore job ran, what happened next is both unexplainable and unwanted.

I used a previous, successful B2D job as my restore point so I would not be touching the actual, production DB which was in use.  I configured the restore job to send the restore to a different folder/directory location than the original DB resides.  All permissions/credentials in place and working.  Windows Server 2003 SP2 and Symantec Backup Exec 11d.

So, when the restore job started it looked as if it were running but on the other end, what happened was it began to restore the LIVE DB, thus freezing out any users who were working in that live DB at the time.  Also, the restore job automatically(?) sent the restore to the original DB directory instead of the redirected path I had specified during the configuration/setup of the restore job.

I cannot - CANNOT - have something like that happen again but I DO need to run a successful SQL restore to prove to my boss and the higher-ups that we can restore the DB's if needed.  

SO - I am VERY novice when it comes to server side stuff and backups, but nonetheless, I have to figure this out....

Specific Questions I have:

Why did the restore job not restore the DB to the redirected location that I had specified during job setup?

Why did the restore job pull the live DB data instead of from the B2D job that I had specified during job setup?

Why did the live DB go "offline - restore in progress" when there was nothing (that I know of anyway) that told the restore job to even touch the live DB?

This is a huge issue here and I'm at a loss for what to do next, let alone understanding what went wrong before.

Any help you can provide would be greatly appreciated.

Thanks!
Avatar of St3veMax
St3veMax
Flag of United Kingdom of Great Britain and Northern Ireland image

When you restore a SQL Database; Under the 'Destination' - Microsoft SQL Redirection tab you also need to specify the server to redirect to, the database name (i.e. LiveData_RESTORE) and you also need to specify a path under destination which is NOT your live SQL data folder.

As by the sounds of things you didnt specify this; it would assume that from the backup selection you selected; it assumed as you didnt tell it otherwise to overwrite the existing database.

The database would go off-line as it cant be open when you're restoring it.

HTH
Avatar of noncexstanza

ASKER

The live DB's reside on Server 05 and the Backup Server (B2D jobs) are on Server 03.  

What I want to do is setup a SQL Restore using the B2D jobs stored on Server 03 and restore to a different directory on Server 03.  Doing so, should keep the live DB on Server 05 untouched. Right?

You should do; Just make sure you specify a different name and directory in the SQL Redirection area.

HTH
Question -

I heard that when running a redirected SQL restore that it MUST be redirected to a specific SQL Instance.  Server03 (our backup server) also has SQL 2005 running and the instance created by Backup Exec is named: BKUPEXEC.

Is it possible to run the redirected SQL restore to that SQL instance (BKUPEXEC)?  
ASKER CERTIFIED SOLUTION
Avatar of St3veMax
St3veMax
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial