-
- Lurker
- Posts: 2
- Liked: never
- Joined: Mar 28, 2014 8:19 am
- Full Name: Donal Ward
- Contact:
Restoring virtual machine in Azure
Hi,
I've seen a post somewhere about restoring a VM to AWS which looked pretty convoluted.
I imagine that the minimum requirement would be to stand up a Veeam B&R server in Azure with access to a backup repository (these backups presumably created by Veeam Cloud Edition).
Would there be a way of restoring an entire VM ?
What I'm thinking here is that it could represent a low cost DR solution, obviously a lot more work involved setting up the environment to work in practice but in theory if we could restore a VM we should be able to add the other necessary components to get it to work.
Any ideas ?
D
I've seen a post somewhere about restoring a VM to AWS which looked pretty convoluted.
I imagine that the minimum requirement would be to stand up a Veeam B&R server in Azure with access to a backup repository (these backups presumably created by Veeam Cloud Edition).
Would there be a way of restoring an entire VM ?
What I'm thinking here is that it could represent a low cost DR solution, obviously a lot more work involved setting up the environment to work in practice but in theory if we could restore a VM we should be able to add the other necessary components to get it to work.
Any ideas ?
D
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Restoring virtual machine in Azure
Hello,
Thanks!
Yes, your backup server should have access to that repository, but also if you want to restore directly to Azure you would have to register Hyper-V hosts within the backup server in order to trigger a restore procedure.dward160 wrote:I imagine that the minimum requirement would be to stand up a Veeam B&R server in Azure with access to a backup repository (these backups presumably created by Veeam Cloud Edition).
Would there be a way of restoring an entire VM ?
Thanks!
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Restoring virtual machine in Azure
Veeam B&R does not support restoring a VM directly to Azure. This is simply impossible, because you cannot get access to Hyper-V hosts behind Azure to register those with Veeam B&R.
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Mar 28, 2014 8:19 am
- Full Name: Donal Ward
- Contact:
Re: Restoring virtual machine in Azure
Would it be possible to somehow reconstruct the VHD files and then import these into Azure ?
I know that it wouldn't be possible to register with Hyper-V hosts directly, just wondering if any other means of restoring a VM.
I know that it wouldn't be possible to register with Hyper-V hosts directly, just wondering if any other means of restoring a VM.
-
- VP, Product Management
- Posts: 6035
- Liked: 2860 times
- Joined: Jun 05, 2009 12:57 pm
- Full Name: Tom Sightler
- Contact:
Re: Restoring virtual machine in Azure
Sure, you can use Veeam to "Restore VM Files" to extract the VHD files themselves from the Veeam Backup (there is also a command line extract.exe and a small GUI Extract utility to do this as well), and once you have the VM files they can be imported into Azure using any of the normal Azure import processes.
-
- Novice
- Posts: 5
- Liked: 2 times
- Joined: Jul 12, 2013 3:47 am
- Full Name: Michael Baker
- Location: Perth, Western Australia
- Contact:
Re: Restoring virtual machine in Azure
It is possible although it is very nasty! And requires alot of effort, AWS can be fully automated if you know what your doing there as for Azure here is a very high level overview of what I done last time
The only issue I had is the machine needs to be Sysprep prior to the import and it can only be in vhd(In other words legacy format)they have to be converted to VHD prior. When I done it with a legacy VM it was pretty much
Start-VBRRestoreVMFiles
(Load the Azure powershell modules up)
Add-AzureVHD –Destination https://zure…/images/imported/import.vhd – LocalFilePath C:\VeeamFLR\import.vhd
Login to Azure (I haven’t been able to automate this piece)
Add the image to Azure to be used for future VM’s
Deploy the image (This is all painful as its in the Azure GUI) I am trying to work out the powershell commands when I get time
The only issue I had is the machine needs to be Sysprep prior to the import and it can only be in vhd(In other words legacy format)they have to be converted to VHD prior. When I done it with a legacy VM it was pretty much
Start-VBRRestoreVMFiles
(Load the Azure powershell modules up)
Add-AzureVHD –Destination https://zure…/images/imported/import.vhd – LocalFilePath C:\VeeamFLR\import.vhd
Login to Azure (I haven’t been able to automate this piece)
Add the image to Azure to be used for future VM’s
Deploy the image (This is all painful as its in the Azure GUI) I am trying to work out the powershell commands when I get time
If it doesn't work out of the box it doesn't mean its not possible
-
- Product Manager
- Posts: 20413
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Restoring virtual machine in Azure
It seems there is a way to connect PS instance to your Azure subscription. Once initial steps are done, you won't have to go over them again. Is this what you're after? Thanks.
-
- Novice
- Posts: 5
- Liked: 2 times
- Joined: Jul 12, 2013 3:47 am
- Full Name: Michael Baker
- Location: Perth, Western Australia
- Contact:
Re: Restoring virtual machine in Azure
Heh I know that bit but the deploy part is the painful bit what I posted was an email I sent to someone who works at Veeam several months ago thought it may be useful for others
If it doesn't work out of the box it doesn't mean its not possible
Who is online
Users browsing this forum: No registered users and 6 guests