FreeBSD Manual Pages
BHYVECTL(8) BSD System Manager's Manual BHYVECTL(8) NAME bhyvectl -- control utility for bhyve instances SYNOPSIS bhyvectl --vm=_vmname_ [--create] [--destroy] [--get-stats] [--inject-nmi] [--force-reset] [--force-poweroff] DESCRIPTION The bhyvectl command is a control utility for active bhyve(8) virtual ma- chine instances. Note: Most bhyvectl flags are intended for querying and setting the state of an active instance. These commands are intended for development pur- poses, and are not documented here. A complete list can be obtained by executing bhyvectl without any arguments. The user-facing options are as follows: --vm=_vmname_ Operate on the virtual machine _vmname_. --create Create the specified VM. --destroy Destroy the specified VM. --get-state Retrieve statistics for the specified VM. --inject-nmi Inject a non-maskable interrupt (NMI) into the VM. --force-reset Force the VM to reset. --force-poweroff Force the VM to power off. EXIT STATUS The bhyvectl utility exits 0 on success, and >0 if an error occurs. EXAMPLES Destroy the VM called fbsd10: bhyvectl --vm=fbsd10 --destroy SEE ALSO bhyve(8), bhyveload(8) HISTORY The bhyvectl command first appeared in FreeBSD 10.1. AUTHORS The bhyvectl utility was written by Peter Grehan and Neel Natu. BSD January 12, 2016 BSD
NAME | SYNOPSIS | DESCRIPTION | EXIT STATUS | EXAMPLES | SEE ALSO | HISTORY | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=bhyvectl&sektion=8&manpath=FreeBSD+11.0-RELEASE>