I have a problem, my remote site does not have the same IP scheme as we do in the protected site. So during the recovery plan I have a manual step where I ask my network admins to change the DNS record to point to the proper ip for the remote site. In order to make sure IPs don't get used I have devised a plan that the server dns will actually be "servername-protected", and a cname "servername" will point to the "servername-protected" dns entry. When we want to failover we repoint the cname to the dns entry for "servername-remote".
This way everyone can always point to the cname entry "servername", but this is manual. Anyone have a good scripted way to do this....also we are using infoblox for ip address management. Thanks in advance