Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/bhyvectl/bhyvectl.8
| Show All 36 Lines | |||||
| .Op Fl -destroy | .Op Fl -destroy | ||||
| .Op Fl -get-stats | .Op Fl -get-stats | ||||
| .Op Fl -inject-nmi | .Op Fl -inject-nmi | ||||
| .Op Fl -force-reset | .Op Fl -force-reset | ||||
| .Op Fl -force-poweroff | .Op Fl -force-poweroff | ||||
| .Op Fl -checkpoint= Ns Ar <filename> | .Op Fl -checkpoint= Ns Ar <filename> | ||||
| .Op Fl -suspend= Ns Ar <filename> | .Op Fl -suspend= Ns Ar <filename> | ||||
| .Op Fl -migrate= Ns Ar host Ns Op Cm \&, Ns Ar port | .Op Fl -migrate= Ns Ar host Ns Op Cm \&, Ns Ar port | ||||
| .Op Fl -migrate-live= Ns Ar host Ns Op Cm \&, Ns Ar port | |||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Nm | .Nm | ||||
| command is a control utility for active | command is a control utility for active | ||||
| .Xr bhyve 8 | .Xr bhyve 8 | ||||
| virtual machine instances. | virtual machine instances. | ||||
| .Pp | .Pp | ||||
| .Em Note : | .Em Note : | ||||
| Show All 33 Lines | |||||
| .Fl -checkpoint . | .Fl -checkpoint . | ||||
| The virtual machine will terminate after the snapshot has been | The virtual machine will terminate after the snapshot has been | ||||
| saved. | saved. | ||||
| .It Fl -migrate= Ns Ar host Ns Op Cm \&, Ns Ar port | .It Fl -migrate= Ns Ar host Ns Op Cm \&, Ns Ar port | ||||
| Warm migrate the virtual machine to a | Warm migrate the virtual machine to a | ||||
| .Ar host | .Ar host | ||||
| on the specified | on the specified | ||||
| .Ar port . | .Ar port . | ||||
| The default migration port is 24983. | |||||
| The virtual machine will be destroyed after the migration finishes. | |||||
| .It Fl -migrate-live= Ns Ar host Ns Op Cm \&, Ns Ar port | |||||
| Live migrate the virtual machine to a | |||||
| .Ar host | |||||
| on the specified | |||||
| .Ar port . | |||||
| Live migration requires the guest's memory to be wired (using | |||||
| .Fl S | |||||
| for | |||||
| .Xr bhyve 8) . | |||||
| The default migration port is 24983. | The default migration port is 24983. | ||||
| The virtual machine will be destroyed after the migration finishes. | The virtual machine will be destroyed after the migration finishes. | ||||
| .El | .El | ||||
| .Sh EXIT STATUS | .Sh EXIT STATUS | ||||
| .Ex -std | .Ex -std | ||||
| .Sh EXAMPLES | .Sh EXAMPLES | ||||
| Destroy the VM called fbsd10: | Destroy the VM called fbsd10: | ||||
| .Pp | .Pp | ||||
| Show All 21 Lines | |||||