Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Verifying Whether VMs Are Running

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.