We have the High Availability functionality in place using two production servers, prod1, prod2. To limit downtime while updating prod we would like use the following steps:
1. Force a fail over from prod1 to prod2, leaving the prod1 server powered up but not processing.
2. Update Cloverleaf on prod1.
3. Force a fail over on prod2, making prod 1 responsible for processing all connections.
4. Update Cloverleaf on prod2
5. Allow prod2 connections to come back up on prod2
Does anyone see cause for concern using the steps above to update our production servers?
Has anyone performed a system update using the technique above? If so could you please leave some feed back on how it worked for you?
Thank you very much for any details that can be provided!