AC 電源の喪失に対して、次のプロセスを実施しています。
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
システムは期待通りに動作し、各重要なポイントで電子メールを送信します。AC が回復すると、システム全体が正常に起動します。
私の懸念は、すべてがオフになる前に AC が復元されたために、このプロセスが最後まで継続しない場合に、このプロセスをどのように処理するかということです。たとえば、ホストがシャットダウンしない場合は、Hyper-V は起動せず、VM の起動をトリガーしません。
このような状況でシステムが自動的に再起動するように管理するためのベストプラクティスやアイデアはありますか?