Tengo implementados los siguientes procesos para una pérdida de energía de CA:
UPS emails an "On battery" message
UPS sends a power loss shutdown event to the host OS (hyper-V server 2012 R2)
Host OS sends SNMP messages (via UPS software) to all vm servers to shutdown immediately
Host OS shuts down after time delay allowing vm servers to gracefully shutdown
UPS turns off after time delay allowing Host OS to gracefully shut down
When AC is restored, the UPS auto-starts and the host BIOS boots automatically
Host OS then turns on all vm's using Hyper-V auto-start
Each server including the host uses Group Policy to send emails for shutdown/startup
El sistema funciona exactamente como se desea, enviando correos electrónicos en cada punto clave. Todo el sistema se activa correctamente cuando se restablece la CA.
Mi preocupación es cómo manejar este proceso si no continúa hasta el final porque el aire acondicionado se restaura antes de que se apague todo. Por ejemplo, si el host nunca se apaga, Hyper-V nunca se iniciará y no activará el inicio de las máquinas virtuales.
¿Existen algunas mejores prácticas/ideas para gestionar y garantizar que el sistema se reinicie automáticamente en estas circunstancias?