Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Verifying Whether VMs Are Running

date_range 19-Nov-20

To verify that the VMs are running after vMX is installed, use the virsh list command. The virsh list command displays the name and state of the VM. The state can be: running, idle, paused, shutdown, crashed, or dying.

You can stop and start VMs with the following virsh commands.

  • virsh destroy—Forcefully stop a VM while leaving its resources intact.

  • virsh start—Start an inactive VM that was defined previously.

footer-navigation