Ask Question

Your network has had long power outages that have caused Hyper-V servers to shut down after the UPS battery is drained. When power returns, the Hyper-V servers restart automatically, but the VMs don't start. You need to make sure the VMs start when the host starts.

What should you do?

a. Change the VMs' BIOS settings.

b. Write a script on the host that starts the VMs automatically when the host starts.

c. Reinstall Integration Services.

d. Change the automatic start action setting on the VMs.

+1
Answers (1)
  1. 25 December, 18:13
    0
    The correct option to the following question is an option (d) Change the automatic start action setting on the VMs.

    Explanation:

    To configure VMs.

    Firstly, we have to confirm that the VMs are configured or not for the auto-start by using shell, if not then open the shell and type and write the following command 'Get-VM - VMname * | Select-Object VMname, AutomaticStartAction' Then, you have to type the following command if you want to start it automatically,'Get-VM - VMname * | Set-VM - AutomaticStartAction Start'.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Your network has had long power outages that have caused Hyper-V servers to shut down after the UPS battery is drained. When power returns, ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers