Empezamos de lleno con el uso de vboxmanage utilizando la opción “list”.
El parámetro list aporta información relevante sobre el sistema y la información sobre configuraciones actuales que tengamos en virtualbox.
¿Qué veremos en esta entrada?
La opción list cuanta con múltiples subparámetros para listar varias tareas distintas, entre los subparámetros encontramos los siguientes:
1 2 3 4 | VBoxManage list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies| bridgedifs|hostonlyifs|dhcpservers|hostinfo| hostcpuids|hddbackends|hdds|dvds|floppies| usbhost|usbfilters|systemproperties |
Veamos a continuación cada una de ellas.
Antes de empezar a ver todos los ejemplos podemos visualizar el listado de dos formas distintas.
La primera de ellas es utilizando “vboxmanage list [parámetro]” para mostrar un listado simple, pero si queremos un listado detallado recurriremos a la opción “–long ó –l”.
- Vboxmanage list vms
Muestra el listado de las máquinas virtuales que tenemos creadas actualmente en virtualbox.
En el listado simple nos muestra las maquinas virtuales seguido del identificador del mismo (uuid).
Asimismo podemos usar la opción –long ó -l para mostrar toda la información de cada una de ellas.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 | Oracle VM VirtualBox Command Line Management Interface Version 3.2.8 (C) 2005-2010 Oracle Corporation All rights reserved. Name: Win1 Guest OS: DOS UUID: 1bb948e2-2a59-401b-8380-734648e388a0 Config file: C:\Users\comtecknet\.VirtualBox\Machines\Win1\Win1.xml Hardware UUID: 1bb948e2-2a59-401b-8380-734648e388a0 Memory size: 32MB Page Fusion: off VRAM size: 5MB HPET: off Number of CPUs: 1 Synthetic Cpu: off CPUID overrides: None Boot menu mode: message and menu Boot Device (1): Floppy Boot Device (2): DVD Boot Device (3): HardDisk Boot Device (4): Not Assigned ACPI: on IOAPIC: off PAE: off Time offset: 0 ms RTC: local time Hardw. virt.ext: on Hardw. virt.ext exclusive: off Nested Paging: on Large Pages: off VT-x VPID: on State: powered off (since 2010-09-09T11:18:36.000000000) Monitor count: 1 3D Acceleration: off 2D Video Acceleration: off Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Storage Controller Name (0): Controlador IDE Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Storage Controller Name (1): Dos Storage Controller Type (1): I82078 Storage Controller Instance Number (1): 0 Storage Controller Max Port Count (1): 1 Storage Controller Port Count (1): 1 Controlador IDE (0, 0): C:\Users\comtecknet\.VirtualBox\HardDisks\Win1.vdi (UUID: c398d61b-c6c8-4ff3-9e60-1f7e4cf2e432) Controlador IDE (1, 0): Empty Dos (0, 0): C:\Users\comtecknet\Desktop\Sistemas\ARCHIVOS NECESARIOS WINDOWS 1.0\ARCHIVOS NECESARIOS WINDOWS 1.0\DOS 3.30\dos330_1.IMA (UUID: 2004183c-4023-47c2-959e-26e921c24816) NIC 1: MAC: 08002770C485, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported speed: 0 Mbps, Boot priority: 0 NIC 1 Settings: MTU: 0, Socket( send: 64, receive: 64), TCP Window( send:64, receive: 64) NIC 2: disabled NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: PS/2 Mouse Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled Audio: enabled (Driver: DSOUND, Controller: AC97) Clipboard Mode: Bidirectional VRDP: disabled USB: enabled USB Device Filters: Shared folders: Guest: Configured memory balloon size: 0 MB Name: Windows 2003 Guest OS: Windows 2003 UUID: eee014fb-2994-4a88-94a1-bafe06a17ecb Config file: C:\Users\comtecknet\.VirtualBox\Machines\Windows 2003\Windows 2003.xml Hardware UUID: eee014fb-2994-4a88-94a1-bafe06a17ecb Memory size: 700MB Page Fusion: off VRAM size: 16MB HPET: off Number of CPUs: 1 Synthetic Cpu: off CPUID overrides: None Boot menu mode: message and menu Boot Device (1): Floppy Boot Device (2): DVD Boot Device (3): HardDisk Boot Device (4): Not Assigned ACPI: on IOAPIC: off PAE: off Time offset: 0 ms RTC: local time Hardw. virt.ext: on Hardw. virt.ext exclusive: off Nested Paging: on Large Pages: off VT-x VPID: on State: powered off (since 2010-10-17T11:18:05.000000000) Monitor count: 1 3D Acceleration: off 2D Video Acceleration: off Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Storage Controller Name (0): Controlador IDE Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Controlador IDE (0, 0): C:\Users\comtecknet\.VirtualBox\HardDisks\Windows 2003.vdi (UUID: 87df36d9-c4d0-49b5-b6ae-1c39883d5eeb) Controlador IDE (1, 0): C:\PROGRA~1\Oracle\VIRTUA~1\VBoxGuestAdditions.iso (UUID: f3ceaac7-8aa0-4072-99ec-bb4d30ae75fa) NIC 1: MAC: 080027F27D6E, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported speed: 0 Mbps, Boot priority: 0 NIC 1 Settings: MTU: 0, Socket( send: 64, receive: 64), TCP Window( send:64, receive: 64) NIC 2: disabled NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: PS/2 Mouse Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled Audio: enabled (Driver: DSOUND, Controller: AC97) Clipboard Mode: Bidirectional VRDP: enabled (Address 0.0.0.0, Ports 3389, MultiConn: off, ReuseSingleConn: off, Authentication type: null) Video redirection: disabled USB: enabled USB Device Filters: Shared folders: Guest: Configured memory balloon size: 0 MB Name: Mandriva 2010 Guest OS: Mandriva UUID: 4543ad6a-3982-4421-85e8-8a8d137bec46 Config file: C:\Users\comtecknet\.VirtualBox\Machines\Mandriva 2010\Mandriva 2010.xml Hardware UUID: 4543ad6a-3982-4421-85e8-8a8d137bec46 Memory size: 900MB Page Fusion: off VRAM size: 12MB HPET: off Number of CPUs: 1 Synthetic Cpu: off CPUID overrides: None Boot menu mode: message and menu Boot Device (1): Floppy Boot Device (2): DVD Boot Device (3): HardDisk Boot Device (4): Not Assigned ACPI: on IOAPIC: off PAE: off Time offset: 0 ms RTC: UTC Hardw. virt.ext: on Hardw. virt.ext exclusive: off Nested Paging: on Large Pages: off VT-x VPID: on State: powered off (since 2010-10-16T10:43:46.000000000) Monitor count: 1 3D Acceleration: off 2D Video Acceleration: off Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Storage Controller Name (0): Controlador IDE Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Storage Controller Name (1): Controlador SATA Storage Controller Type (1): IntelAhci Storage Controller Instance Number (1): 0 Storage Controller Max Port Count (1): 30 Storage Controller Port Count (1): 1 Controlador IDE (1, 0): C:\PROGRA~1\Oracle\VIRTUA~1\VBoxGuestAdditions.iso (UUID: f3ceaac7-8aa0-4072-99ec-bb4d30ae75fa) Controlador SATA (0, 0): C:\Users\comtecknet\.VirtualBox\HardDisks\Mandriva 2010.vdi (UUID: bc4abd8c-aefa-4c2a-a20a-fa7f52c34edc) NIC 1: MAC: 0800276565A9, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0 NIC 1 Settings: MTU: 0, Socket( send: 64, receive: 64), TCP Window( send:64, receive: 64) NIC 2: disabled NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: USB Tablet Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled Audio: enabled (Driver: DSOUND, Controller: AC97) Clipboard Mode: Bidirectional VRDP: disabled USB: enabled USB Device Filters: Shared folders: Guest: Configured memory balloon size: 0 MB Name: Windows XP Guest OS: Windows XP UUID: 70cc14e4-d5ac-4cb1-bc0b-7929d1526dff Config file: C:\Users\comtecknet\.VirtualBox\Machines\Windows XP\Windows XP.xml Hardware UUID: 70cc14e4-d5ac-4cb1-bc0b-7929d1526dff Memory size: 256MB Page Fusion: off VRAM size: 16MB HPET: off Number of CPUs: 1 Synthetic Cpu: off CPUID overrides: None Boot menu mode: message and menu Boot Device (1): Floppy Boot Device (2): DVD Boot Device (3): HardDisk Boot Device (4): Not Assigned ACPI: on IOAPIC: off PAE: off Time offset: 0 ms RTC: local time Hardw. virt.ext: on Hardw. virt.ext exclusive: off Nested Paging: on Large Pages: off VT-x VPID: on State: running (since 2010-10-18T16:03:19.344000000) Monitor count: 1 3D Acceleration: off 2D Video Acceleration: off Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Storage Controller Name (0): Controlador IDE Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Controlador IDE (0, 0): C:\Users\comtecknet\.VirtualBox\HardDisks\Windows XP.vdi (UUID: 7e372ec1-e857-4a9c-8d8a-4d629883f7be) Controlador IDE (1, 0): C:\PROGRA~1\Oracle\VIRTUA~1\VBoxGuestAdditions.iso (UUID: f3ceaac7-8aa0-4072-99ec-bb4d30ae75fa) NIC 1: MAC: 08002761E9BE, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported speed: 0 Mbps, Boot priority: 0 NIC 1 Settings: MTU: 0, Socket( send: 64, receive: 64), TCP Window( send:64, receive: 64) NIC 2: disabled NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: PS/2 Mouse Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled Audio: enabled (Driver: DSOUND, Controller: AC97) Clipboard Mode: Bidirectional VRDP: disabled USB: enabled USB Device Filters: Shared folders: Guest: Configured memory balloon size: 0 MB Name: Ubuntu 10-10 Guest OS: Ubuntu UUID: 4953e69d-9650-49ec-be5b-54acda72d6e9 Config file: C:\Users\comtecknet\.VirtualBox\Machines\Ubuntu 10-10\Ubuntu 10-10.xml Hardware UUID: 4953e69d-9650-49ec-be5b-54acda72d6e9 Memory size: 700MB Page Fusion: off VRAM size: 12MB HPET: off Number of CPUs: 1 Synthetic Cpu: off CPUID overrides: None Boot menu mode: message and menu Boot Device (1): Floppy Boot Device (2): DVD Boot Device (3): HardDisk Boot Device (4): Not Assigned ACPI: on IOAPIC: off PAE: off Time offset: 0 ms RTC: UTC Hardw. virt.ext: on Hardw. virt.ext exclusive: off Nested Paging: on Large Pages: off VT-x VPID: on State: powered off (since 2010-10-10T16:46:33.000000000) Monitor count: 1 3D Acceleration: off 2D Video Acceleration: off Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Storage Controller Name (0): Controlador IDE Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Storage Controller Name (1): Controlador SATA Storage Controller Type (1): IntelAhci Storage Controller Instance Number (1): 0 Storage Controller Max Port Count (1): 30 Storage Controller Port Count (1): 1 Controlador IDE (1, 0): C:\PROGRA~1\Oracle\VIRTUA~1\VBoxGuestAdditions.iso (UUID: f3ceaac7-8aa0-4072-99ec-bb4d30ae75fa) Controlador SATA (0, 0): C:\Users\comtecknet\.VirtualBox\HardDisks\Ubuntu 10-10.vdi (UUID: 8b929bd3-75e6-40d8-af6c-75af659b8f9b) NIC 1: MAC: 080027D82411, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0 NIC 1 Settings: MTU: 0, Socket( send: 64, receive: 64), TCP Window( send:64, receive: 64) NIC 2: disabled NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: USB Tablet Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled Audio: enabled (Driver: DSOUND, Controller: AC97) Clipboard Mode: Bidirectional VRDP: disabled USB: enabled USB Device Filters: Shared folders: Guest: Configured memory balloon size: 0 MB |
Al ser mucha la información podemos indicar los detalles de una máquina virtual concreta introduciendo su nombre, pero se hará en otro momento cuando utilizacen la opcion “showvminfo” de vboxmanage.
- Vboxmanage list runningvms
Muestra un listado con las máquinas virtuales que están activadas (correindo) actualmente en virtualbox. En esta lista muestra el nombre de la máquina virtual seguido del identificador (uuid).
A su vez podemos ver el listado detallado de las maquinas virtuales con la opción –long.
* Esta información es la misma que se muestra con la lista detallada de vboxmanage list vmw –long.
- Vboxmanage list ostypes
Muestra el listado completo de sistemas operativos que soporta virtualbox, además, incluye el nombre identificativo que se utilizará con el parámetro “modifyvm“.
A continuacion muestro el listado completo de sistemas operativos que soporta virtualbox (version 3.2.10).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | Oracle VM VirtualBox Command Line Management Interface Version 3.2.8 (C) 2005-2010 Oracle Corporation All rights reserved. ID: Other Description: Other/Unknown ID: Windows31 Description: Windows 3.1 ID: Windows95 Description: Windows 95 ID: Windows98 Description: Windows 98 ID: WindowsMe Description: Windows Me ID: WindowsNT4 Description: Windows NT 4 ID: Windows2000 Description: Windows 2000 ID: WindowsXP Description: Windows XP ID: WindowsXP_64 Description: Windows XP (64 bit) ID: Windows2003 Description: Windows 2003 ID: Windows2003_64 Description: Windows 2003 (64 bit) ID: WindowsVista Description: Windows Vista ID: WindowsVista_64 Description: Windows Vista (64 bit) ID: Windows2008 Description: Windows 2008 ID: Windows2008_64 Description: Windows 2008 (64 bit) ID: Windows7 Description: Windows 7 ID: Windows7_64 Description: Windows 7 (64 bit) ID: WindowsNT Description: Other Windows ID: Linux22 Description: Linux 2.2 ID: Linux24 Description: Linux 2.4 ID: Linux24_64 Description: Linux 2.4 (64 bit) ID: Linux26 Description: Linux 2.6 ID: Linux26_64 Description: Linux 2.6 (64 bit) ID: ArchLinux Description: Arch Linux ID: ArchLinux_64 Description: Arch Linux (64 bit) ID: Debian Description: Debian ID: Debian_64 Description: Debian (64 bit) ID: OpenSUSE Description: openSUSE ID: OpenSUSE_64 Description: openSUSE (64 bit) ID: Fedora Description: Fedora ID: Fedora_64 Description: Fedora (64 bit) ID: Gentoo Description: Gentoo ID: Gentoo_64 Description: Gentoo (64 bit) ID: Mandriva Description: Mandriva ID: Mandriva_64 Description: Mandriva (64 bit) ID: RedHat Description: Red Hat ID: RedHat_64 Description: Red Hat (64 bit) ID: Turbolinux Description: Turbolinux ID: Turbolinux Description: Turbolinux (64 bit) ID: Ubuntu Description: Ubuntu ID: Ubuntu_64 Description: Ubuntu (64 bit) ID: Xandros Description: Xandros ID: Xandros_64 Description: Xandros (64 bit) ID: Oracle Description: Oracle ID: Oracle_64 Description: Oracle (64 bit) ID: Linux Description: Other Linux ID: Solaris Description: Solaris ID: Solaris_64 Description: Solaris (64 bit) ID: OpenSolaris Description: OpenSolaris ID: OpenSolaris_64 Description: OpenSolaris (64 bit) ID: FreeBSD Description: FreeBSD ID: FreeBSD_64 Description: FreeBSD (64 bit) ID: OpenBSD Description: OpenBSD ID: OpenBSD_64 Description: OpenBSD (64 bit) ID: NetBSD Description: NetBSD ID: NetBSD_64 Description: NetBSD (64 bit) ID: OS2Warp3 Description: OS/2 Warp 3 ID: OS2Warp4 Description: OS/2 Warp 4 ID: OS2Warp45 Description: OS/2 Warp 4.5 ID: OS2eCS Description: eComStation ID: OS2 Description: Other OS/2 ID: MacOS Description: Mac OS X Server ID: MacOS_64 Description: Mac OS X Server (64 bit) ID: DOS Description: DOS ID: Netware Description: Netware ID: L4 Description: L4 ID: QNX Description: QNX |
- Vboxmanage list hdds | dvds | floppies.
Muestra la información de las imágenes de disco duro, dvd o disqueteras que tengamos configruadas actualmenten en virtualbox.
hdds: Muestra los discos duros que tenemos instalados y los que ya no se utilizan o hemos borrado. En cada disco duro muestra:
- Identificador de disco (uuid)
- Tipo de indentificador
- Formato del disco (generalmente VDI)
- Localización de la imagen en nuestro disco duro (ruta)
- El estado
- El tipo
- Si esta creado (esta opción solo es mostrado en los hdd no borrados).
dvd: Muestra las imagenes .ISO que tenemos asociodos a virtualbox.
En cada imagen que detecta muestra la siguiente información sobre él:
- El identificador de la imagen (uuid).
- El formato de la imagen (generalmente RAW).
- La localizacion de la imagen en nuestro disco duro (ruta).
- Estado, si está accesible o no. Osea, si existe en nuestro disco duro o lo hemos borrado.
- Tipo, permisos.
- En las imagenes accsesibles (existen) muestra en que máquinas vistuales se ha utilizado dicha imagen.
* Fijaros que hay una imagen que se utiliza en muchas máquinas virtuales, dicha imagen es VBoxGuestAdditions.iso, muy utilizada para poder maximizar a pantalla completa la maquina virtual.
floppies: Muestra la información de las imagenes de disquete que tengamos configurada en virtualbox.
En cada imagen de disquete muestra la siguiente información:
- Indentificador de la disquetera (uuid).
- Formato de la disquetera (generalmente RAW).
- Localizacion de la disquetera en nuestro disco duro (ruta).
- El estado.
- El tipo, permisos.
- Vboxmanage list hostdvds | hostfloppies | hostifs
Muestra la informacion de las imagenes de dvd (ISO), de disquete y de teargetas de red con el nombre utilizado para acceder a ellas desde dentro de virtualbox.
hostfloppies: Muestra la información de las imágenes de disquete para acceder a ellas desde dentro de virtualbox.
hostdvds: Muestra la información de las imágenes de dvd (iso) para acceder a ellas desde dentro de virtualbox.
En el listado nos informa el identificador (uuid) y del nombre si tuviera.
hostifs: Muestra la información de las targetas de red.
Encontramos bastante información sobre cada una de ellas, como el nombre de la targeta, la IP, la máscara de subred, si tenemos configruado DHCP, si es ethernet u otro tipo (wlan) entre otras cosas.
Hasta aquí con la primera parte de la opcion list de vboxmanage. Manaña veremos otros parámetros como la informacion de los usb, las propiedades del sistema, etc.
Entradas Relacinadas:














Gracias estaba buscando informacion de estos temas! financial help
scholarships
[...] VBoxmanage list, parte 1 de 2. [...]
[...] Aquí estamos con la segunda parte de l parámetro list de VBoxmanage, para las personas que aun no han leido la parte anterior lo pueden hacer desde el siguiente enlace. [...]