Está en la página 1de 3

RUTA

cd C:\Program Files\Oracle\VirtualBox

Listar MVs

VBoxManage list -s vms

Detalles de la MV

VBoxManage showvminfo Maquina1

Crear una MV

VBoxManage createvm --name Prueba --register --ostype Ubuntu_64

Modificar una MV

VBoxManage modifyvm Prueba --memory 2000 --graphicscontroller vmsvga --vram 20

Asignar Controlador SATA

VBoxManage storagectl Prueba --name SATA --add sata --portcount 1 --bootable on

Añadir disco virtual

VBoxManage storageattach Prueba --storagectl SATA --port 0 --type hdd --medium efd80aaa-5d0b-
49de-bfb2-01de56b7e654 --mtype multiattach

Configurar NIC en puente

vboxmanage modifyvm Prueba2021 --nic1 bridged

Configurar pantalla remota

vboxmanage modifyvm Prueba2021 --vrde on


vboxmanage modifyvm Prueba2021 --vrdeaddress localhost

vboxmanage modifyvm Prueba2021 --vrdeport 3001

vboxmanage modifyvm Prueba2021 --vrdemulticon on

vboxmanage modifyvm Prueba2021 --vrdevideochannel on

conraseña

VBoxManage modifyvm Prueba2021 --vrdeproperty VNCPassword=dc2021

Iniciar MV

VBoxManage startvm Prueba

Apagar MV

VBoxManage controlvm Prueba poweroff

Eliminar MV

unregistervm Prueba --delete vm

Instantaneas

VBoxManage snapshot Prueba take instantanea_1 --description=”Primera instantanea” --live

Configurar NIC en puente

VBoxManage modifyvm Prueba2021 --nic1 bridged

VBoxManage.exe list bridgedifs

VBoxManage modifyvm Maquina-1-uh --nic1 bridged --bridgeadapter1 nombreNIC

Iniciar sin interface grafica

VBoxManage startvm CafeconD --type headless


VBoxManage startvm "vmname" --type headless

Identificar IP

VBoxManage guestproperty get Prueba2021 /VirtualBox/GuestInfo/Net/0/V4/IP

VBoxManage storagectl
Especifica el tipo de bus del sistema al que se debe conectar la
controladora de almacenamiento.
VBoxManage storagectl --add

VBoxManage createmedium disk --filename <filename>

También podría gustarte