Backup Exec: Transfer scheduled jobs, database and settings to a new backup server
by Ali on May.20, 2009, under Misc
Well… it’s quite easy especially if you are keeping the same server name (skip the SQL commands below and go right to transfer section). If not you will have to change your SQL instance name accordingly.
Start here if you’re changing the server name, otherwise skip the SQL commands below:
Open command prompt and type the following:
osql -E -S servername\BKUPEXEC
use bedb
UPDATE DataPartition SET PartitionName='SERVERNAME' WHERE PartitionID = 0
SELECT partitionname FROM datapartition
go
Then proceed with tranferring your db over to the new server. Two folders under Backup Exec installation folder are needed: Data and Catalogs. After backing up your current folders:
Stop all Backup Exec services. I’d open the console and go to Tools – Backup Exec Services and stop all.
Stop all SQL services in services console.
Copy the above folders to your new server and overwrite all existing files.
Run BEUtility.exe under Backup Exec folder. You will be prompted not to use the utility without supervision… right! Just click it away.
In the left pane click on All Media Servers, and in the right pane right click on your server name and click Copy Database.
Browse to bedb_dat.mdf (database file) and bedb_log.ldf (database log file) you just copied over from the old server.
Click OK and proceed with the transfer.
BEUtility will transfer your settings and detach/attach your database and start your BE services automatically. If not then start them manually.
If you don’t see an error message about unsuccessful db detach/attach and your services start in timely fashion then you should be able to see all your jobs, media, devices and even settings and encryption keys transferred to the new server.
To the extent possible under law, the creator has waived all copyright and related or neighboring rights to this work.
5 Comments for this entry
1 Trackback or Pingback for this entry
-
Downgrade Backup Exec 2012 to 2010 R3 | Jaydien Network Solutions
December 17th, 2012 on 2:21 PM[…] this I didnt do steps 10-16 and the BE services would not start correctly.  Thanks to owner of this blog I was able to follow their steps and get it going. Big […]
December 5th, 2009 on 11:37 AM
Thanks very much! Worked like a charm, even from 10.x to 12.x.
February 9th, 2010 on 1:29 PM
thanks a lot! ð
July 19th, 2010 on 5:31 AM
If you are getting “Physical Volume Library Drive not available.” errors when running a backup job to a “Backup to Disk” device after this procedure, simply disable/enable the device and all should be well again… ð
May 30th, 2012 on 2:20 AM
Hi. Has anyone tried to import a 10.x configuration file to BE 2012? (Which is version 14 and not 12.x)
May 30th, 2012 on 9:31 AM
I didn’t. Upgrade worked well, though.