Glad I could help out.
Other things to consider about your Infrastructure are the use of DNS names when performing federation of your nodes... If you federate using the server name running your DMGR, and then you lose that server, you need to create a new DNS entry of the server name to route requests to it. If you use a DNS alias (devDMGR.yourcompany.com) and lose a server, you merely update the DNS entry and everything should continue to work without the funky access server1.yourcompany.com which actually points to server2.yourcompany.com. It's just cleaner in my opinion.
Also, is there a hard requirement for a hot backup of the DMGR jor could you get by with a cold backup and just perform a restore config on it? It sounds easy, but there's a lot to ensure is setup correctly in the first place when the DMGR was installed, as a word of caution...
Good luck!