diff options
Diffstat (limited to 'usr/src/man/man1m/bhyvectl.1m')
-rw-r--r-- | usr/src/man/man1m/bhyvectl.1m | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/usr/src/man/man1m/bhyvectl.1m b/usr/src/man/man1m/bhyvectl.1m deleted file mode 100644 index baa3667320..0000000000 --- a/usr/src/man/man1m/bhyvectl.1m +++ /dev/null @@ -1,85 +0,0 @@ -.\" Copyright (c) 2015 Christian Brueffer -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" Portions Copyright 2021 OmniOS Community Edition (OmniOSce) Association. -.\" -.Dd May 4, 2020 -.Dt BHYVECTL 1M -.Os -.Sh NAME -.Nm bhyvectl -.Nd "control utility for bhyve instances" -.Sh SYNOPSIS -.Nm -.Fl -vm= Ns Ar <vmname> -.Op Fl -create -.Op Fl -destroy -.Op Fl -get-stats -.Op Fl -inject-nmi -.Op Fl -force-reset -.Op Fl -force-poweroff -.Op Fl -checkpoint= Ns Ar <filename> -.Op Fl -suspend= Ns Ar <filename> -.Sh DESCRIPTION -The -.Nm -command is a control utility for active -.Xr bhyve 1M -virtual machine instances. -.Pp -.Em Note : -Most -.Nm -flags are intended for querying and setting the state of an active instance. -These commands are intended for development purposes, and are not documented here. -A complete list can be obtained by executing -.Nm -without any arguments. -.Pp -The user-facing options are as follows: -.Bl -tag -width ".Fl d Ar argument" -.It Fl -vm= Ns Ar <vmname> -Operate on the virtual machine -.Ar <vmname> . -.It Fl -create -Create the specified VM. -.It Fl -destroy -Destroy the specified VM. -.It Fl -get-stats -Retrieve statistics for the specified VM. -.It Fl -inject-nmi -Inject a non-maskable interrupt (NMI) into the VM. -.It Fl -force-reset -Force the VM to reset. -.It Fl -force-poweroff -Force the VM to power off. -.El -.Sh EXIT STATUS -.Ex -std -.Sh EXAMPLES -Destroy the VM called fbsd10: -.Pp -.Dl "bhyvectl --vm=fbsd10 --destroy" -.Sh SEE ALSO -.Xr bhyve 1M |