Veeam Backup and Symantec Backup Exec side by side


imageimage

In this post I will show you how easy it is to run Backup Exec Job when Veeam Backup is ready with his job.

First you have to configure your backup job. The only thing different to the “normal” configuration is the Schedule tab. Set the job to Run now. Submit the job and cancel the job.

image

You will see the job under the Job Setup.

image

Now we’re going to test the job. Open a command prompt and run the following command:

“C:\Program Files\Symantec\Backup Exec\bemcmd.exe” -o01 -jJobName_Backup

image

If everything went ok, the Backup job should be running now.

More information about bemcmd.exe can be found here: http://seer.entsupport.symantec.com and in one of my earlier posts: backup-exec-start-a-backup-job-from-the-commandline

Now there is only one thing we need to configure in Veeam Backup. Open the Veeam Backup Job. Go to the Backup Destination window and click on Advanced.

image

Enable the Run the following command check box and enter the bemcmd.exe commando which we used earlier in the command prompt. After that, enable the Run every 1 backup cycle checkbox too.

image

Now you’re ready to go! When the Veeam Backup job is ready, it will start the Backup job of Symante Backup Exec and writes the Veeam Backup file to the tape drive.

Advertisement

Backup Exec: 0xE000FE1F: The Device cannot be found


Sinds een change aan de backup server, een nieuw raid volume en een andere partitie indeling. Kreeg ik last van de onderstaande melding:

image

De F: schijf is niet meer ingebruik en zou dus niet meer in de backup mee moeten draaien.

Dus ik open de de backup job en zie dat bij de Selections de F: drive er niet tussen staat.

image

Maar bij de Resource Order, bleek de F: drive nog wel geselecteerd :-S

image

Om dit op te lossen, ga je weer terug naar Selections en klik dan op het tabblad View Selection Details. Selecteer hier de F:\*.* /SUBDIR en verwijder deze door op Delete te drukken.

image

Druk op OK om deze change door te voeren.

Conclusie: als je een fysieke harddisk verwijderd kijk dan ook even je selection lists door en pas het waar nodig aan. Scheelt je weer een error.

Backup Exec: Start a Backup Job from the Commandline


Today I found some information about the tool called bemcmd.exe. With this little tool you can run and create backup jobs in Symantec Backup Exec.

If you run bemcmd.exe /? >c:\bemcmd.txt a help file will be created. You can also download the file here: bemcmd.pdf

You can run a created job with the following command:

C:\Program Files\Symantec\Backup Exec\bemcmd.exe -o01 –j<backupjob>

image

As you can see, the backup job is started in Backup Exec.

image

BackupExec: Disable Corrupt Data Encounterd error.


Het kan zijn dat je Backup via Symantec Backup Exec in een error eindigt met de volgende foutmelding:

image

Deze melding kun je negeren. Hoe dit in zijn werk gaat lees je hier onder.

Voor Backup Exec 11/12

Als je deze melding wilt uitzetten voer je de volgende key in.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Backup Exec For Windows\Backup Exec\Engine\Backup]
"Fail Jobs On Corrupt Files"=dword:00000000

Als je deze melding wilt aanzetten voer je de volgende key in.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Backup Exec For Windows\Backup Exec\Engine\Backup]
"Fail Jobs On Corrupt Files"=dword:00000001

 

Voor Backup Exec 9/10

Als je deze melding wilt uitzetten voer je de volgende key in.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\VERITAS\Backup Exec\Engine\Backup]
"Fail Jobs On Corrupt Files"=dword:00000000

 
Als je deze melding wilt aanzetten voer je de volgende key in.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\VERITAS\Backup Exec\Engine\Backup]
"Fail Jobs On Corrupt Files"=dword:00000001

 

Bron: http://thebackroomtech.com/2008/12/04/howto-stop-backup-exec-from-failing-entire-backup-jobs-when-corrupt-files-are-encountered/