Virtualbox linux import ova

Импорт и экспорт виртуальных машин с помощью командной строки

С экспортом и импортом виртуальных машин через графический интерфейс мы разобрались. Теперь разберемся, как сделать это через командную строку.

Во-первых используем команду vboxmanage list vms, чтобы определить название экспортируемой виртуальной машины

В Linux это будет выглядеть вот так:

$ vboxmanage list vms "W7x64" 99378e99-d5c4-4bea-87ab-ca5ab28febea> "W10x64" 409eaa40-59c2-4259-9188-eef7479f1b91> "Ubuntu" e9aa10d9-8aa3-4186-a39b-014b2c3589dc> 
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe list vms "W7x64" 99378e99-d5c4-4bea-87ab-ca5ab28febea> "W10x64" 409eaa40-59c2-4259-9188-eef7479f1b91> "Ubuntu" e9aa10d9-8aa3-4186-a39b-014b2c3589dc> 

Предположим, что мы хотим экспортировать виртуальную машину “W7x64”. Для этого используем vboxmanage export.

$ vboxmanage export W7x64 -o /media/machines/W7x64.ova 0%. 10%. 20%. 30%. 40%. 50%. 60%. 70%. 80%. 90%. 100% 
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe export W7x64 -o d:\W7x64.ova 0%. 10%. 20%. 30%. 40%. 50%. 60%. 70%. 80%. 90%. 100% 

Для импорта виртуальной машины мы будем использовать vboxmanage import.

$ vboxmanage import /media/machines/W7x64.ova 
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe import /media/machines/W7x64.ova 

Опция -n предложит параметры импорта. В любой непонятной ситуации используй vboxmanage –help 🙂

Scroll up

Источник

How To Use OVA Files with VirtualBox

VirtualBox, from Oracle, is an incredibly powerful tool that lets you create virtual machines on a Windows, Mac, Linux or Solaris PC (as long as the machine uses an Intel or AMD chip).

How To Use OVA Files with VirtualBox

Virtual machines are self-contained simulations of another computer running a different operating system without any additional hardware. Virtual machines can be used on the PC level or on the server level. Virtual servers run the same sort of applications that can run on a dedicated machine.

For example, you might have a mission-critical application that won’t run on Windows 10. You can still upgrade your computer to Windows 10 and then use VirtualBox to have Windows 7 running on a virtual machine on the same PC.

Web hosting services offer Virtual Private Servers (VPS’s) enabling the benefits of a dedicated server at a fraction of the cost because each customer has a “virtual server” rather than a dedicated “bare metal” server. There can be dozens of virtual servers running on each physical server.

On the PC level, you would likely install and configure virtual machines using OVA files that conform to the Open Virtualization Format. They usually come in two flavors, OVA or OVF and can be used in a number of virtualization apps including VirtualBox. If you want to use OVA files with VirtualBox, this tutorial is for you.

When you create a virtual machine (VM), the entire setup is contained within a single file. Rather than spreading files everywhere like traditional OS installations, the software encapsulates it into a self-contained file to keep everything tidy and in one place, ensuring that the VM has everything it needs to function. If that file conforms to the Open Virtualization Format, it will be usable in many VM applications, including VirtualBox and VMWare.

VirtualBox uses the .VDI format while VMware uses VMDK and VMX files among others. Both will play nicely with OVA files.

Using OVA Files with VirtualBox

To use OVA files with VirtualBox, you need to import them and let VirtualBox configure the file as it needs to. The process is quite straightforward.

  1. Download and install VirtualBox if you don’t have it already.
  2. Open VirtualBox and select File > Import Appliance…
  3. Now, select your OVA file in the import box and verify the settings in the center window.
  4. Make any changes if you need to in that center window.
  5. Click Import at the bottom.
  6. Allow VirtualBox to import the file and then configure it for use.

It may take a little while to import OVA files. I recently imported a new Mac OS image and it took over an hour. A previous Linux image took a mere ten minutes so you may or may not need to be patient waiting for VirtualBox to install the operating system on your virtual machine. The procedure is fairly reliable, though, so it is safe to go have a coffee or something while it’s working. Just let the setup process run until it’s finished.

When you select the OVA file to import, the main details of the VM appear in the center of the import box. You can change some details but not others. If you don’t change them here, you can modify some of them later in the main Settings menu within VirtualBox.

It is worth checking these settings as the machine that created the OVA file may have had fewer resources than the machine you’re importing to. It makes sense to allow the imported VM to have access to the maximum amount of resources so it can run faster.

Export from VirtualBox to OVA

By default, VirtualBox uses .VDI files for its VM images. As well as importing from an OVA file, it can export to an OVA file. It converts a .VDI to OVF which is interchangeable with OVA so you can freely use the image in a different computer or VM program.

  1. Go to File > Export Appliance… VirtualBox Menu
  2. Now, select the virtual machine that you want to export and then click Next. VirtualBox Export Menu
  3. Then, confirm or edit the details on the next screen and then click Next again. VirtualBox Export Menu 2
  4. Next, you can edit the descriptive information on this screen or just hit Export. VirtualBox Export Menu 3

VirtualBox will then create an OVA file which you can use in other VM software. The format options are all OVF, but OVA and OVF are the same things. The file suffix is .ova regardless of what option you select here.

Errors and Issues

OVA files are supposed to be universal but as usual, things aren’t as simple as that. Occasionally when you import an OVA file you will see errors. The syntax can vary but the error message will often say something like ‘Import failed because the image did not pass OVA or OVF conformance or virtual hardware compliance checks.’ If you see these errors, hit retry and the file will usually be imported as expected.

If the import fails more than twice, recheck the OVA file with the program that created it to make sure it hasn’t been corrupted.

VirtualBox Guest Additions

If you are using VirtualBox for the first time, or have installed fresh onto a new computer, you will need to install VirtualBox Guest Additions. This is a resource install with drivers and applications that enable the VM to work properly. For some reason, these files are never included in the default VirtualBox installation and have to be installed separately.

  1. Download VirtualBox Guest Additions from here. It is called the VirtualBox Oracle VM VirtualBox Extension Pack. It will likely have a version number but this changes all the time.
  2. Ensure DVD or shared drive is enabled in your virtual machine.
  3. Start your VM image.
  4. Select Install Guest Additions from the Devices menu of the VM.
  5. Let the process complete.

The Device menu is part of the VirtualBox menu, not the guest operating system. It will be at the top or bottom of the screen depending on how you configure your VMs. Once installed, your virtual machine’s operating system should be fully functional.

If you have any tips and tricks for using OVA files with VirtualBox, please comment below.

Источник

Как работать с VirtualBox OVA

kak-rabotat-s-virtualbox-ova

Что собой представляет система виртуализации VirtualBox Ova? Как происходит перемещение виртуальных машин между этим вариантом программного обеспечения? С этими вопросами приходится сталкиваться многим пользователям, кто впервые пробует возможности такого программного обеспечения. В данном случае нет ничего сложного. А потому, разобраться может каждый самостоятельно. Однако, чтобы избавить юзеров от лишних проблем, здесь предстоит наглядно разобрать все наиболее важные и значимые моменты.

Как работать

Как импортировать и экспортировать файлы Ova в VirtualBox

В настоящее время, машины VirtualBox перемещаются между устройствами в файлах формата Ova. Также, касательно данного процесса предстоит выделить следующие интересные моменты:

  1. В данном случае возможен лишь один способ импорта и экспорта комбинаций за счет встроенных в утилиту инструментов.
  2. Вы сможете переместить системные файлы только в том случае, когда исходное значение было отключено.
  3. Разумеется, для перемещения требуется создание соответствующей папки для записи всего необходимого перед экспортом.
  4. Происходит перенаправление не готовой полноценной системы, а своего рода ее архивированной части или конфигураций.
  5. Независимо от того, куда именно перемещаются данные, впоследствии требуется выполнение настройки ресурса.

Сама по себе процедура выполняется путем активации специальных команд, которые предусмотрены в главной программе.

Важно! Рассматривая, как импортировать и экспортировать виртуалку, вы также должны позаботиться о безопасности системных компонентов, и использовать для этого стандартный активный антивирус.

Импорт файлов Ova

Как уже было сказано ранее, файлы в формате Ova, это своего рода архив комбинаций от виртуалки. Он расположен в заранее подготовленной папке. Для импортирования всего необходимого вам требуется запустить утилиту на своем новом устройстве. Затем открыть раздел «Файл». Далее пользователю предстоит найти вкладку «Импорт конфигураций». Здесь вы должны прописать точный путь к папке, в которой присутствует ранее созданный вариант виртуалки для перемещения. Запуская процедуру, вы также прописываете необходимые параметры для системы, а после дожидаетесь окончания загрузочного процесса. Разумеется, после того как все действия выполнены, вам также предстоит внести новые параметры сети. Делается это для того, чтобы работа виртуалки осуществлялась в корректном режиме без сбоев и ошибок. По завершению данной процедуры, также рекомендуется выполнить перезагрузку системы, чтобы все изменения вступили в силу.

Экспорт файлов Ova

Разумеется, перед тем как заниматься импортированием настроек, вы должны сохранить все для этого необходимое. Сам по себе процесс экспортирования проводится в несколько этапов. Прежде всего, вы должны полностью остановить работу виртуалки. Следующим шагом, создается папка, куда будут записываться текущие комбинации. Далее необходимо запустить утилиту на компьютере или ноутбуке, в зависимости от того, какое устройство используется. Здесь пользователя вновь интересует раздел «Файл». Только на этот раз ему нужно выбрать вкладку «Экспорт конфигураций». Далее, вытакже прописываете путь для сохранения текущих значений, после чего активируете режим записи. В самом конце останется только дождаться окончания загрузочного процесса, и можно переходить к копированию компонента на внешний носитель для последующего переноса на другое устройство. Также после экспортирования, рекомендуется проверить ресурс при помощи антивируса на наличие поврежденных компонентов, что позволит исключить вероятность появления сбоев и ошибок при правильном и последовательном выполнении действий.

Важно! Во время выполнения манипуляций, необходимо следить за тем, чтобы все процессы доводились до логического завершения, что позволит исключить вероятность создания битой копии.

В настоящее время вам вовсе не обязательно заниматься переустановкой системы, либо поиском других способов выхода из ситуации, когда ОС прекращает исправно работать, так как можно воспользоваться доступными виртуалками. Это в значительной мере позволяет экономить драгоценное время, а кроме того дает возможность работать сразу с несколькими вариантами операционных систем для своего программного обеспечения. Разумеется, здесь имеются некоторые нюансы, а также свои подводные камни, однако, разобравшись со всеми наиболее важными и значимыми моментами, пользователь сможет исключить зачастую ненужные временные затраты на конкретные действия.

Источник

Import VM Images in VirtualBox (OVA File)

Step 1: Go to the downloads directory of your system (default one) or to the location where you have saved the VM image. Step 2: Extract the VM zip file using WinZip or 7-Zip program. Extract Downloaded VM Archive FileStep 3: Open the VirtualBox. Open VirtualBoxStep 4: Go to file » Import Appliance. Import Virtual ApplianceStep 5: On the Import Virtual Appliance wizard, click the browse icon button to choose a VM file to import. Browse For Virtual ApplianceStep 6: Browse to the location where you have extracted the VM image. and then select the image and then click on Open. Choose Virtual Appliance To ImportStep 7: Change the name of the VM and other values if required. Change VM NameStep 8: Choose the hard disk location where you want the Virtual Machine(disks and configurations) to be saved and run and then click the Import button. Import VMStep 9: Agree to Software License Agreement. Accept License AgreementStep 10: VirtualBox will now start importing the VM image. Wait for the import to complete. VM Import In ProgressStep 11: Once the import is complete, you should see a new Virtual Machine in the VirtualBox. VM ImportedStep 12: If required, you can change the virtual machine’s resources like CPU, Memory, Network, and other settings by right-clicking on the virtual machine. Change VM Resource VM ResourceStep 13: You can now power on the virtual machine to start working on it. Start VMVirtual Machine Running On VirtualBox VM Running on VirtualBoxPlease share your feedback in the contact us / comments section.

Источник

Читайте также:  Find linux process start time
Оцените статью
Adblock
detector