I am working on a Veeam DR doc. I would like to be able to bring up the DR environment in a controlled manner to the point of only enabling the jobs I want to enable. I know it can be easily done by simply right clicking and disabling the jobs or by PowerShell script. My concern is jobs kicking off as soon as the DR instance is up and not being able to disable them before they start failing. Because before anything we need to validate the environment, proxies, repositories, etc. Simply failing over the prod system will mean ALL the services and processes will start when the system boots. The feedback I received from support is to stop the Veeam Backup Service. However, from what I understand I do not have the ability to disable jobs while the Veeam Backup Service is offline. Is there a scheduler service that can be stopped? Ideally, at least for the DR test, we would like to keep jobs from running yet be able to restore systems.
While an actual failover is something that should occur automatically, there are a number of steps/validations that need to happen before backups are resumed.
So the DR steps would be (Ideally):
- Fail over VBR and VDB servers.
- Verify access to VBR and VDB servers.
- Stop Veeam Backup Service (or any other that will still permit the succeeding steps.)
- Disable ALL configured enabled/scheduled jobs. Assuming that it is possible.
- Add Veeam Proxy Server(s).
- Add Veeam Repositories.
- Enable needed services to execute restores ONLY. Assuming that whatever services that are enabled WILL NOT kick off backup jobs.
- IF the services that are enabled will also control backup jobs, Disable ALL jobs.
I welcome your input.