Posts tonen met het label virtualbox. Alle posts tonen
Posts tonen met het label virtualbox. Alle posts tonen

zondag 23 november 2014

Installation of Oracle Unbreakable Linux 6.6 on Virtual Box

Installation of Oracle Unbreakable Linux 6.6 on Virtual Box

Intro

This installation has been performed on VirtualBox 4.3.16 running on Win 7. Make sure that you have downloaded the OUL-iso from the Oracle Software Delivery Cloud prior to the installation . 

Create a vm in VirtualBox

Open VirutalBox and select Machine => New


Next give the vm a meaningfull name. This can be different from the actual hostname of the vm. Make sure that Type is Linux and Version is Oracle (64bit). 


Assing memory to the vm.


Select "Create a virtual hard drive now" and click Create.


Select VDI as file type and on the next screen select "Fixed Size"



Select 12G for the virtual hard drive and click Create.


The virtual hard drive will be created. This can take up several minuts depending on the hardware.


Now that the virtual machine is created we need to add a virtual cd/dvd. Right click on the vm and select settings.


Click on the "Add CD/DVD Device icon right of "Controller IDE " and select the iso downloaded from Oracle.



You can now start up the vm. The OUL installer will start up. Select "Install or upgrade an existing system"


Click "Next"


Select "English" and click "Next"


Select the appropriate keyboard-layout. I chose "Belgian BE Latin". Click "Next"


Select "Basic Storage Device" and click "Next"


 Select "Yes, Discard any data" ==> Next
 
 Hostname ==> racnode01.testdomain.com


Select the correct timezone and click "Next"


 Enter the password for the root-account.


 Select "Use All Space" and click "Next"


Select "Write changes to disk" ==> "Next"


 Select "Basic Server". If required you can install additional options later on. Click "Next"

The installation will start. This will take up 10-15 minutes.





zaterdag 4 oktober 2014

Installing Debian on Oracle VirtualBox

Installing Debian Linux on Oracle Virtualbox

Some experimentation done with Debian Linux on Oracle Virtualbox running on top of Win7. Oracle Virtualbox provides the perfect sandbox to play around. This complete installation will tape approx 1h to complete depending on the specifications of the host-server.

First, start of with creating a new virtual machine in Oracle Virtualbox. Start-up Oracle VM VirtualBox and click  on "New"


The "Create Virtual Machine" wizard will popup. Give the vm a meaningfull name like "Debian_Linux_VM". Type will be Linux and Version Debian (64bit). Click "Next"



The vm will be configured with 512 MB for this test. Click "Next"


 On the next screen select 'Create a virtual hard drive now' and click "Next"


 As Hard drive file type leave the default "VDI" and click "Next"


Select Fixed size and click "Next".

!! Be aware that you cannot resize a disk with fixed size after creation !!


Choose the size of the virtual hd (Here we choose 4GB). Click "Next"


Click Create and the virtual machine will be created :


 When the vm is created it will be powered off. We now need to attach the Debian installation cd to the virtual machine so we can perform the actual installation.

Select the virtual machine and click on Settings. In the settings window select Storage and then "Add CD/DVD drive"

 Select Choose disk


Select the file 'debian-7.6.0-amd64-DVD-1.iso'. The installation files can be obained at

http://cdimage.debian.org/debian-cd/7.6.0/amd64/bt-cd/



Check if the iso file is loaded and click 'OK'


Now we are ready to start the virtual machine up and perform the actual installation of Debian Linux . Select the vm and click on Start.


The following screen will appear. Select Install


First the default language needs to be selected. Here we'll go for english


 Next the territory....


 And the keyboard-layout



 On the following screen you need to enter the hostname which you will use.


For the purpose of our testing we are not going to provide a domain-name...so leave this blank


Enter a password for the root account.



The next couple of screens is used to create a normal user account....





The installer can use the entire virtual hd... so select the option "Guided - use entire disk"





Select "All files in one partition..."


"Finish partitioning and write changes to disk"


"Yes"


Select "No"


Select "No"






Also select "Debian descktop environment"...


Now the actual installation will take place....this will take a while


Install GRUB boot loader....


After this step the virtual machine is installed and can be used...select "Continue"

And Debian is starting up... :-)

and running....