VBoxHeadless Running Virtual Machines With VirtualBox On A Headless Debian/ubuntu Server Rumi, August 3, 2012December 4, 2017 I have implemented this on Debian 6 (Squeeze system) with the IP address 192.168.0.100 where I’m logged in as root. Installing VirtualBox To install VirtualBox 4.1 on our Debian server, we open /etc/apt/sources.list… added this line- deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free Use appropriate OS source list from https://www.virtualbox.org/wiki/Linux_Downloads Then we… Continue Reading
KVM Network Bridge configuration Rumi, March 9, 2012 # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo br1 eth1 br0 eth0 iface lo inet loopback Continue Reading
Virtual USB and VBoxusergroup Troubleshoot on Linux Host Rumi, December 16, 2011December 16, 2011 I faced USB issues on both Virtualbox installation on both Debian and CentOS linux host. I really didn't notice the urgency of vboxusers group in running VBox in headless mode! Anyway, following snippets of texts really did help me out solving my USB problems. All credits goes to the VBox… Continue Reading
VBoxHeadless – Running Virtual Machines With VirtualBox 4.0 On A Headless CentOS 5.6 Server Rumi, December 14, 2011December 14, 2011 This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless CentOS 5.6 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to… Continue Reading
Install Virtualbox Extension pack in command line Rumi, December 5, 2011December 14, 2011 – Open a command prompt as Administrator : Right-click on “Accessories\Command Prompt” and choose : Run As Administrator. – CD C:\Program Files\Oracle\VirtualBox – Make sure the ExtensionPack is located in the same directory – C:\Program Files\Oracle\VirtualBox>VBoxManage.exe extpack install Oracle_VM_Virt ualBox_Extension_Pack-4.0.4-70112.vbox-extpack C:\Program Files\Oracle\VirtualBox>VBoxManage.exe extpack install Oracle_VM_VirtualBox_Extension_Pack-4.0.4-70112.vbox-extpack 0%…10%…20%…30%…40%…50%…60%…70%…80%…90%…100% Successfully installed “Oracle VM… Continue Reading
Migrate existing Windows installations to VirtualBox Rumi, June 28, 2011June 28, 2011 Windows installations, unlike Linux, cannot easily be moved from one hardware to another. This is not just due to Microsoft's activation mechanism but the fact that the installed kernel and drivers depend on the actual hardware. This document explains the common pitfalls and how to workaround these. We assume that… Continue Reading
Virtualbox on Debian Wiki Rumi, May 27, 2011 VirtualBox is an x86 emulator developed by innotek (bought by Sun/Oracle) comparable to VMware. A version called VirtualBox Open Source Edition (OSE) is freely available as Open Source Software under the terms of the GNU General Public License (GPL). It is a relatively new program and still has some minor… Continue Reading
PHPVirtualbox on Virtualbox Rumi, May 23, 2011May 23, 2011 Unlike VMWare, VirtualBox guests are not global; they are owned by the user that creates them. Therefore, it is important to create a user account explicitly for this purpose. Create this user account BEFORE installing VirtualBox. Install VirtualBox from this account and perform all VirtualBox operations from this account. For… Continue Reading
Clone Virtualbox Guest in Linux Rumi, May 22, 2011 First off make sure your Guest virtual machine is shut down and not running or suspended and then run: $ VBoxManage clonevdi source.vdi target.vdi This may take a few minutes depending on the size of your VM Oracle VM VirtualBox Command Line Management Interface Version 3.2.8 (C) 2005-2010 Oracle Corporation… Continue Reading
Configure openfiler iscsi with vmware Rumi, May 14, 2011May 14, 2011 Once you have OpenFiler installed you can then access a web based management console which allows you to configure your new OpenFiler installation. Opening a web browser and pointing it to the IP address (ie: https://<IP of OpenFiler>:446> of the OpenFiler server you should be presented with a logon screen… Continue Reading