-
- Enthusiast
- Posts: 35
- Liked: never
- Joined: May 14, 2010 9:33 am
- Full Name: Arnold
- Contact:
Noob question (Sorry) Veeam with Netbackup....
Firstly, hello Veeam World
We have just implemented a new Veeam solution which is currently in its testing phase. Everything is working well and as expected (which is always a good start )
I do however have one small question, I thought I stumbled across on this forum previously, but am unable to find it again. We will be backing up all our VMs using Veeam and the storing the VBK and VRB files on a fiber attached SATABeast for fast and easy restore. What we would also like to do is backup these flat files using NetBackup once Veeam has finished its bit.
My question is, is there a way to script the start of a NetBackup job straight after the Veeam job has finished? This way we don't have to second guess what time to set the NetBackup job for, in the hope that Veeam has finished.
Once again, sorry if this has already been answered
We have just implemented a new Veeam solution which is currently in its testing phase. Everything is working well and as expected (which is always a good start )
I do however have one small question, I thought I stumbled across on this forum previously, but am unable to find it again. We will be backing up all our VMs using Veeam and the storing the VBK and VRB files on a fiber attached SATABeast for fast and easy restore. What we would also like to do is backup these flat files using NetBackup once Veeam has finished its bit.
My question is, is there a way to script the start of a NetBackup job straight after the Veeam job has finished? This way we don't have to second guess what time to set the NetBackup job for, in the hope that Veeam has finished.
Once again, sorry if this has already been answered
-
- Novice
- Posts: 9
- Liked: never
- Joined: Nov 30, 2009 7:31 pm
- Full Name: Scott Lillis
- Location: Hartford, CT - USA
- Contact:
Re: Noob question (Sorry)
Arnold,
Absolutley. There is a post processing script that can be executed upon job completion.
If you select the advanced tab on the backup destination page you will see the a section on the bottom called Post Job activity that allows you to provide a script to execute once a job completes.
Your Veeam Account Executive or SE can also provide you with a white paper on integration with Netbackup.
You can also always schedule a Netbackup job to run automatically in a window outside Veeams backup window that will push your flat files to tape.
Absolutley. There is a post processing script that can be executed upon job completion.
If you select the advanced tab on the backup destination page you will see the a section on the bottom called Post Job activity that allows you to provide a script to execute once a job completes.
Your Veeam Account Executive or SE can also provide you with a white paper on integration with Netbackup.
You can also always schedule a Netbackup job to run automatically in a window outside Veeams backup window that will push your flat files to tape.
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Noob question (Sorry)
Hello Arnold,
Welcome to Veeam community forums! Just wanted to add that you can find more information on that by following the link below:
http://www.veeam.com/forums/viewtopic.p ... 08&p=11103
Hope it helps!
Welcome to Veeam community forums! Just wanted to add that you can find more information on that by following the link below:
http://www.veeam.com/forums/viewtopic.p ... 08&p=11103
Hope it helps!
-
- Enthusiast
- Posts: 35
- Liked: never
- Joined: May 14, 2010 9:33 am
- Full Name: Arnold
- Contact:
Re: Noob question (Sorry) Veeam with Netbackup....
Scott,
Thank you for the quick reply, I will try and obtain the white paper
We thought about setting up an automated job to backup the flat files, but not knowing what time Veeam will finish its process we did not want to risk the chance of Netbackup starting before Veeam stops.
Thank you for the quick reply, I will try and obtain the white paper
We thought about setting up an automated job to backup the flat files, but not knowing what time Veeam will finish its process we did not want to risk the chance of Netbackup starting before Veeam stops.
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Noob question (Sorry) Veeam with Netbackup....
Actually, with our proposed solution, Netbackup job is started by Veeam job itself (after Veeam job finishes successfully), so there is no risk of overlap.
-
- Enthusiast
- Posts: 35
- Liked: never
- Joined: May 14, 2010 9:33 am
- Full Name: Arnold
- Contact:
Re: Noob question (Sorry) Veeam with Netbackup....
Gents,
Thank you for your help, Gostev, I understand that using the Advanced option, Post job will allow Veeam to kick of the NetBackup process via a script (I am looking at something easy like a batch file ) thus stopping any chance of an overlap. I just need to find correct commands
It was more the suggestion of running NetBackup in a window outside the Veeam window that I was concerned about clashing
Thank you for your help, Gostev, I understand that using the Advanced option, Post job will allow Veeam to kick of the NetBackup process via a script (I am looking at something easy like a batch file ) thus stopping any chance of an overlap. I just need to find correct commands
It was more the suggestion of running NetBackup in a window outside the Veeam window that I was concerned about clashing
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Noob question (Sorry) Veeam with Netbackup....
I believe it is a single command:
Code: Select all
C:\Program Files\Veritas\NetBackup\bin>bpbackup.exe" -p MyTapeCopyJob -i
-
- Enthusiast
- Posts: 35
- Liked: never
- Joined: May 14, 2010 9:33 am
- Full Name: Arnold
- Contact:
Re: Noob question (Sorry) Veeam with Netbackup....
Gostev, most appreciated I will try this out, shows you how much experience I have had with NetBackup still we lives and learns
-
- Novice
- Posts: 6
- Liked: never
- Joined: Mar 31, 2010 7:42 am
- Full Name: Veerasekar
- Contact:
Re: Noob question (Sorry) Veeam with Netbackup....
We are looking a backup file to Tape. But, unfortunatelly Veeam directly not support. The batch file setup in the Advanced button.We have a plan to use ntbackup for Disk to Tape. Can you correct me wheather the following command works?
Disk2Tape.bat
-------------
@ ECHO OFF
ntbackup backup "C:/Backups/Ubuntu.vbk" /T "/dev/rmt/0"
DEL "C:/Backups/Ubuntu.vbk"
EXIT
Veera
Climb Inc,
http://www.climb.co.jp
Disk2Tape.bat
-------------
@ ECHO OFF
ntbackup backup "C:/Backups/Ubuntu.vbk" /T "/dev/rmt/0"
DEL "C:/Backups/Ubuntu.vbk"
EXIT
Veera
Climb Inc,
http://www.climb.co.jp
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Noob question (Sorry) Veeam with Netbackup....
Hi Veera, you can certainly use ntbackup to backup Veeam Backup files to tape. However, you should not delete previous backup files from disk, as this will make backup jobs fail. Let the backup files be deleted automatically by Veeam Backup, according to the retention policy set in the backup job settings. Thanks!
-
- Novice
- Posts: 6
- Liked: never
- Joined: Mar 31, 2010 7:42 am
- Full Name: Veerasekar
- Contact:
Re: Noob question (Sorry) Veeam with Netbackup....
Hi Gostev, Thank you for the information.
Who is online
Users browsing this forum: No registered users and 44 guests