-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Described Virtual Box setup in user guide (#236)
- Loading branch information
Showing
18 changed files
with
89 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# AI-Lab Virtual Machine Edition | ||
|
||
The AI-Lab Virtual Machine Edition offers two different VM images | ||
* VMware Virtual Machine Disk (VMDK) | ||
* Virtual Hard Disk by Microsoft (VHD) | ||
|
||
The following table shows which Hypervisor supports which image formats: | ||
|
||
| Hypervisor | VMDK | VHD | | ||
|---------------------|------|-----| | ||
| VMWare work station | yes | ? | | ||
| Virtual box | yes | yes | | ||
| Hyper-V | ? | yes | | ||
| WSL 2 | ? | ? | | ||
|
||
Notes for Hypervisors based on KVM/[QEMU](https://en.wikipedia.org/wiki/QEMU): | ||
* There multiple alternative UIs, see https://en.wikipedia.org/wiki/Libvirt#User_Interfaces. | ||
* File in format VHD or VMDK needs to be converted first, see | ||
* https://docs.openstack.org/image-guide/convert-images.html | ||
* https://linux.die.net/man/1/qemu-img | ||
|
||
## Instructions for specific operating systems and hypervisors | ||
|
||
* [Boxes (QEMU) on Linux operating system](qemu.md) | ||
* [Importing image format VMDK into Oracle Virtual Box on Windows](win-vbox.md) | ||
|
||
## Login | ||
|
||
See [Log in to AMI and VM Editions](../login-vm-and-ami.md) for logging into the system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Importing image format VMDK into Oracle Virtual Box on Windows | ||
|
||
## Preparation | ||
|
||
* [Download the VMDK image file](https://github.com/exasol/ai-lab/releases) for the latest version of the AI-Lab VM Edition | ||
* Download Oracle Virtual Box | ||
* Start Windows application _Oracle Virtual Box_ | ||
|
||
## Select Virtual machine Name and Operating System | ||
|
||
* Create a new virtual machine | ||
* Enter a name for your virtual machine, e.g. "Exasol-AI-Lab-1.0.0" | ||
* Select a folder to store the VM image to | ||
* Select operating system "Linux", e.g. version "Ubuntu 22.04" | ||
* Click button "Next" | ||
|
||
![](img/win-vbox/1.png) | ||
|
||
## Select Hardware | ||
|
||
* Select Base Memory > 8000 MB | ||
* Select > 2 CPUs | ||
* Click button "Next" | ||
|
||
![](img/win-vbox/2.png) | ||
|
||
## Select Virtual Hard disk | ||
|
||
* Select "Use an Existing Virtual Hard Disk File" | ||
* Select the path to the AI-Lab vmk image file | ||
|
||
![](img/win-vbox/3.png) | ||
|
||
## Review Summary | ||
|
||
![](img/win-vbox/4.png) | ||
|
||
## Adjust Network Settings in Oracle Virtual Box Manager | ||
|
||
* Check "Enable Network Adapter" | ||
* For "Attached to" select "NAT" | ||
* Select your Adapter Type, MAC Address, and maybe "Cable Connected" | ||
* Click button "Port Forwarding" | ||
* Forward port 49494 or the virtual machine to the same or any other free port on your Host machine | ||
|
||
![](img/win-vbox/5.png) | ||
|
||
## Run the Virtual Machine | ||
|
||
![](img/win-vbox/6.png) |