i'd also am interested in this.
almost because i'm thinking of implementing a poor man's high availablity solution:
[vps1] & [vps2]
have concurrent copies of the exact same data ( user, web, etc ) that are synced on a weekly/nightly basis. but only [vps1] is turned on and active. [vps2] has all services turned off.
if one or the otherĀ fails for some reason, a manual dns change-over is done to point the dns server ips to the ip of vps2, but sentora needs to allow a way to 'change' the ip all it's services belong to, in a cli/scripted way.. that could be triggered as part of the manual failover routine, and restart all services afterwards.
for example, vps1 is rebooted or reassigned a new ip, how do you ensure sentora picks up and configures all the virtual hosts to now point to the new ip within the box?
almost because i'm thinking of implementing a poor man's high availablity solution:
[vps1] & [vps2]
have concurrent copies of the exact same data ( user, web, etc ) that are synced on a weekly/nightly basis. but only [vps1] is turned on and active. [vps2] has all services turned off.
if one or the otherĀ fails for some reason, a manual dns change-over is done to point the dns server ips to the ip of vps2, but sentora needs to allow a way to 'change' the ip all it's services belong to, in a cli/scripted way.. that could be triggered as part of the manual failover routine, and restart all services afterwards.
for example, vps1 is rebooted or reassigned a new ip, how do you ensure sentora picks up and configures all the virtual hosts to now point to the new ip within the box?