Is it possible to backup an SQL Database hosted on an Azure VM, to our internal DPM2012?

Posted by Florent Courtay on Server Fault See other posts from Server Fault or by Florent Courtay
Published on 2013-08-23T14:17:06Z Indexed on 2013/10/24 21:57 UTC
Read the original article Hit count: 228

Filed under:
|
|

I've got an SQL database on an azure VM (non domain) that i'd like to backup to our internal DPM 2012 server. I've installed the DPM agent on the Azure VM, setup DCOM to use only the ports 5000 to 5025 on both the VM and the DPM server, created the 135, 5000-5025, 5718 5719 endpoints on azure and on the VM's firewall.

When trying to add this agent to the DPM server, I end up with an error, "Unable to contact the protection Agent on server .cloudapp.net"

I know there is some sort of connection between them, as using a wrong password gives me an Invalid Credentials error.

The error seems to be DCOM related : When trying to connect to the Azure VM from the DPM server using VBEMTest, i get an Error "0x800706ba The RPC server is unavailable", but access is deneid when using wrong credentials )

What am i missing ? Has someone been able to achieve this kind of setup ?

Thanks for your help !

© Server Fault or respective owner

Related posts about backup

Related posts about Azure