Hi All,
We have some virtual machines that need to be replicated twice at exactly the same time on every weekday. We schedule them to start one after the other which is easy. The hard part is to get the first virtual machine to start at exactly 12:00pm and 5:00pm every weekday. We try to select periodically every 5 hours together with time period covering 12:00pm to 6:00pm every weekday. But for some reason, it sometimes starts at 12:00pm and sometimes it starts at 1:00pm. The second one sometimes runs, sometimes does not. Does anyone have better ideas to get this to work properly?
Thanks,
George.
-
- Novice
- Posts: 4
- Liked: 1 time
- Joined: Sep 29, 2014 7:23 pm
- Full Name: George Fang
- Contact:
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Replicate twice at exactly same time on every weekdays
Simple PS script being scheduled to take place twice a day should answer your requirements:
Thanks.
Code: Select all
Get-VBRJob -Name "Name of Job" | Start-VBRJob
-
- Novice
- Posts: 4
- Liked: 1 time
- Joined: Sep 29, 2014 7:23 pm
- Full Name: George Fang
- Contact:
Re: Replicate twice at exactly same time on every weekdays
Thanks for the message. Sure the powershell seems to work. It only works after I figure out how to create a powershell script like this
add-pssnapin veeampssnapin
Start-VBRJob -Job "0 Eagle" -RunAsync
in a file and then set up the executionpolicy (RemoteSigned) correctly together with correct scheduled task to get the replication job to replicate twice every weekday at exactly the same time. This may be very easy for some powershell users, not for me. Plus, we did not even install veeam powershell addon initially and to get that installed correctly in windows server 2008 box is yet another thing (needs powershell version 2.0 for example). So I say some of the simple scenarios like this should work out of the box and that would help me and possibly some other customers as well. However it is a great product in all the other areas that I know of so far.
George.
add-pssnapin veeampssnapin
Start-VBRJob -Job "0 Eagle" -RunAsync
in a file and then set up the executionpolicy (RemoteSigned) correctly together with correct scheduled task to get the replication job to replicate twice every weekday at exactly the same time. This may be very easy for some powershell users, not for me. Plus, we did not even install veeam powershell addon initially and to get that installed correctly in windows server 2008 box is yet another thing (needs powershell version 2.0 for example). So I say some of the simple scenarios like this should work out of the box and that would help me and possibly some other customers as well. However it is a great product in all the other areas that I know of so far.
George.
-
- Novice
- Posts: 4
- Liked: 1 time
- Joined: Sep 29, 2014 7:23 pm
- Full Name: George Fang
- Contact:
Re: Replicate twice at exactly same time on every weekdays
There is one more thing to this. Even if the script is correctly written as the following:
add-pssnapin veeampssnapin
Get-VBRJob -name "0 Eagle" | Start-VBRJob -RunAsync
It will not run through the task schedule until I googled to find out that it has to run as admin in windows server 2008.
http://forums.veeam.com/powershell-f26/ ... t6363.html
Hopefully this helps someone else like me.
add-pssnapin veeampssnapin
Get-VBRJob -name "0 Eagle" | Start-VBRJob -RunAsync
It will not run through the task schedule until I googled to find out that it has to run as admin in windows server 2008.
http://forums.veeam.com/powershell-f26/ ... t6363.html
Hopefully this helps someone else like me.
Who is online
Users browsing this forum: No registered users and 31 guests