8 VBoxManage [--list] [*|host|vmname [metric_list]] VBoxManage metrics disable [--list] [*|host|vmname [metric_list]] VBoxManage metrics collect [--period seconds] (default: 1) [--samples count] (default: 1) [--list] [--detach] [*|host|vmname [metric_list]] VBoxManage hostonlyif ipconfig name [--dhcp | --ipipv4 [--netmaskipv4 (def: 255.255.255.0)] | --ipv6ipv6 [--netmasklengthv6length (def: 64)]] create | remove name VBoxManage dhcpserver add|modify --netname network_name | --ifname hostonly_if_name [--ip ip_address --netmask network_mask --lowerip lower_ip --upperip upper_ip] [--enable | --disable] VBoxManage dhcpserver remove --netname network_name | --ifname hostonly_if_name VBoxManage extpack install tarball | uninstall [--force] name | cleanup Each time VBoxManage is invoked, only one command can be executed. However, a command might support several subcommands which then can be invoked in one single call. The following sections provide detailed reference information on the different commands. 8.3 VBoxManage list The list command gives relevant information about your system and information about VirtualBox’s current settings. The following subcommands are available with VBoxManage list: vms lists all virtual machines currently registered with VirtualBox. By default this displays a compact list with each VM’s name and UUID if you also specify --long or -l, this will be a detailed list as with the showvminfo command (see below). runningvms lists all currently running virtual machines by their unique identifiers (UUIDs) in the same format as with vms. ostypes lists all guest operating systems presently known to VirtualBox, along with the identifiers used to refer to them with the modifyvm command. hostdvds, hostfloppies, respectively, list DVD, floppy, bridged networking and host-only networking interfaces on the host, along with the name used to access them from within VirtualBox. 106
Previous Page Next Page