What are the options for high availability when using COTG?
In this instance the server is virtual.
This is what I’m thinking are the various options:
The COTG repository is hosted in the cloud, so I’m assuming that Objectif Lune has redundancy build into that piece.
-
Reinstall from backups, reactivate and configure which is hardly High Availability
- Considering that everything is reconfigured, COTG would be the same
-
If on a virtual server, keep a clone snapshot and load the snapshot in event of failure, which is better
- Because this is a snapshot, COTG would be the same
- Clone can’t be running at the same time because they use the same serial number
-
Purchase and configure a backup license, manually switch to the backup server in event of failure
- Because this would be manually switched, COTG would be the same
- Both can be running at the same time due to separate license, but production can’t run through backup unless the production server goes down
- Could switch backup server IP Address to Production in even of failure
-
Utilize a Load Balancer configured to utilize a configured backup license server in event of a failure
- Both can be running at the same time due to separate license, but production can’t run through backup unless the production server goes down
- Not sure how COTG would work with a Load Balancer
- Assuming that their Load Balancer can be configured this way
-
Purchase another full license and utilize a Load Balancer that detects if a server is down and routes to the other server
- Not sure how COTG would work with a Load Balancer
- Assuming that their Load Balancer can be configured this way