Power Down a vSRX Virtual Firewall VM with Hyper-V
In situations where you need to modify the vSRX Virtual Firewall VM settings from Hyper-V, you must first perform a graceful shut down of the vSRX Virtual Firewall VM using the Shut Down command. The vSRX Virtual Firewall VM performs an orderly closing of all programs and attempts to shut off power to avoid data loss.
If you are using Microsoft PowerShell, use the Stop-VM
command to perform a graceful shutdown of the vSRX Virtual Firewall VM.
To gracefully shut down the vSRX Virtual Firewall instance on the Hyper-V host computer:
Log onto your Hyper-V host computer using the Administrator account.
Open the Hyper-V Manager by selecting Start > Administrative Tools > Hyper-V Manager.
Power down the vSRX Virtual Firewall instance in the Hyper-V Manager by selecting the vSRX Virtual Firewall VM from the list of virtual machines, and then ight-click and select Shut Down from the context menu (or select Action > Shut Down).
Power on the vSRX Virtual Firewall instance in the Hyper-V Manager by selecting the vSRX Virtual Firewall VM from the list of virtual machines, and then right-click and select Start from the context menu (or select Action > Start).
Note:If you are using Microsoft PowerShell, use the
Start-VM
command to start the vSRX Virtual Firewall VM.