 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Virtualization Room &#187; VirtualBox</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/server-virtualization/tag/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/server-virtualization</link>
	<description>A SearchServerVirtualization.com and SearchVMware.com blog</description>
	<lastBuildDate>Fri, 10 May 2013 20:09:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Out-of-band boot order configuration with Sun xVM VirtualBox</title>
		<link>http://itknowledgeexchange.techtarget.com/server-virtualization/out-of-band-boot-order-configuration-with-sun-xvm-virtualbox/</link>
		<comments>http://itknowledgeexchange.techtarget.com/server-virtualization/out-of-band-boot-order-configuration-with-sun-xvm-virtualbox/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 21:13:21 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://servervirtualization.blogs.techtarget.com/2008/10/15/out-of-band-boot-order-configuration-with-sun-xvm-virtualbox/</guid>
		<description><![CDATA[The configuration for virtual machine (VM) tasks that involve booting from anything other than the virtual disk can be inconvenient. Sun xVM VirtualBox offers a functionality that allows the boot order to be configured outside of the VM. For VirtualBox guests, the boot order can be configured in the VM&#8217;s advanced options. The figure below [...]]]></description>
				<content:encoded><![CDATA[<p>The configuration for virtual machine (VM) tasks that involve booting from anything other than the virtual disk can be inconvenient. <a href="http://www.sun.com/software/products/virtualbox/" title="VirtualBox Product Page">Sun xVM VirtualBox</a> offers a functionality that allows the boot order to be configured outside of the VM. For VirtualBox guests, the boot order can be configured in the VM&#8217;s advanced options. The figure below shows a VM&#8217;s configured boot order properties.</p>
<p><img src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-2008-10-15-vboxboot1.jpg" alt="Figure 1" height="428" width="499" /></p>
<p>The limitation with this configuration is that the settings cannot be accessed through the VirtualBox interface while the VM is running, which makes advanced configuration a little difficult. Further, if the machine is in a saved state but not running, it cannot be configured. The vboxmanage command can perform this same configuration but it still requires offline access to the VM. VMware products have a BIOS for the VM, making configuration similar to that of a physical machine for boot order. With VirtualBox, there is not an accessible BIOS interface for the VM. During the boot process, however, there is a default option to access a boot menu by pressing F12. This functionality is shown below.</p>
<p><img src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-2008-10-15-vboxboot2.jpg" alt="Figure 1" height="646" width="497" /></p>
<p>By VirtualBox not having a VM BIOS in a conventional sense, all relevant configuration is accessible from the interface. The four standard boot classes of hard disk, network, floppy or optical drive can be configured in the interface as shown above or with the earlier mentioned vboxmanage command. The following command will configure the boot order of the Solaris-Test VM:</p>
<p><code>vboxmanage modifyvm Solaris-Test -boot1 disk</code></p>
<p>I&#8217;ve mentioned the <a href="http://servervirtualization.blogs.techtarget.com/2008/08/14/powerful-scripting-options-with-the-vboxmanage-command/" title="Blog post on Vboxmanage">vboxmanage command before</a> for amazing configuration options from the command line. In the case of boot configurations, virtual media (.ISO and .FLP files) can be configured as well.</p>
<p>Version 2.0.2 of VirtualBox was released on September 12, 2008. More information on Sun xVM VirtualBox can be found in the <a href="http://download.virtualbox.org/virtualbox/2.0.2/UserManual.pdf" title="VirtualBox User Guide">online user manual</a> at the VirtualBox website.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/server-virtualization/out-of-band-boot-order-configuration-with-sun-xvm-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun xVM VirtualBox 2.0 released with new features</title>
		<link>http://itknowledgeexchange.techtarget.com/server-virtualization/sun-xvm-virtualbox-20-released-with-new-features/</link>
		<comments>http://itknowledgeexchange.techtarget.com/server-virtualization/sun-xvm-virtualbox-20-released-with-new-features/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 14:04:43 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[Product announcements]]></category>
		<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://servervirtualization.blogs.techtarget.com/2008/09/09/sun-xvm-virtualbox-20-released-with-new-features/</guid>
		<description><![CDATA[Sun has released version 2.0 of the xVM VirtualBox workstation hypervisor. This major release offers new features including support for 64-bit guest operating systems, an improved GUI console, some performance enhancements, support for VHD disk images as well as some fixed issues from the previous 1.6.6 release. The installation of version VirtualBox 2.0 is seamless, [...]]]></description>
				<content:encoded><![CDATA[<p>Sun has released version 2.0 of the <a href="http://www.sun.com/software/products/virtualbox/">xVM VirtualBox</a> workstation hypervisor. This major release offers new features including support for 64-bit guest operating systems, an improved GUI console, some performance enhancements, support for VHD disk images as well as some fixed issues from the previous 1.6.6 release.</p>
<p>The installation of version VirtualBox 2.0 is seamless, quick and is still only a small download at 32 MB.  The version 2.0 series still lacks the robust native bridged networking offered by VMware products. Further, an upgraded Windows host will lose any bridged network interfaces and will need to be recreated as in prior upgrades of VirtualBox. If you are upgrading a previous version of VirtualBox and used bridged network interfaces, run this command to enumerate your devices:</p>
<p><img src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-2008-9-8-vbox2.jpg" alt="Enumerate Interfaces" height="163" width="481" /></p>
<p>Here is a previous <a href="http://servervirtualization.blogs.techtarget.com/2008/07/02/dissecting-bridged-network-functionality-on-sun-xvm-virtualbox-for-windows/" title="Creating network interfaces">blog entry about creating network interfaces</a>, which would need to be run again on the new environment. More information on version 2.0 of VirtualBox can be found in the <a href="http://download.virtualbox.org/virtualbox/2.0.0/UserManual.pdf" title="online user manual">online user manual</a> available on the VirtualBox website.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/server-virtualization/sun-xvm-virtualbox-20-released-with-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powerful scripting options with the VBoxManage command</title>
		<link>http://itknowledgeexchange.techtarget.com/server-virtualization/powerful-scripting-options-with-the-vboxmanage-command/</link>
		<comments>http://itknowledgeexchange.techtarget.com/server-virtualization/powerful-scripting-options-with-the-vboxmanage-command/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 16:33:22 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Virtualization platforms]]></category>
		<category><![CDATA[Virtualization strategies]]></category>

		<guid isPermaLink="false">http://servervirtualization.blogs.techtarget.com/2008/08/14/powerful-scripting-options-with-the-vboxmanage-command/</guid>
		<description><![CDATA[Sun xVM VirtualBox offers a powerful command-line interface (CLI) component, VBoxManage, which can perform most functions within VirtualBox. Having a robust CLI is key to automation and scripting, even in a workstation virtualization product. In my continued coverage of VirtualBox, this blog will highlight some of the parameters of VBoxManage with some examples and areas [...]]]></description>
				<content:encoded><![CDATA[<p>Sun xVM VirtualBox offers a powerful command-line interface (CLI) component, VBoxManage, which can perform most functions within VirtualBox. Having a robust CLI is key to automation and scripting, even in a workstation virtualization product. In my continued coverage of VirtualBox, this blog will highlight some of the parameters of VBoxManage with some examples and areas where this command can be of use.</p>
<p><strong>Modifyvm parameter</strong><br />
Probably one of the more versatile commands for VBoxManage is <code>modifyvm</code>. This parameter can set memory, operating system type, pae settings, monitor quantity, hardware inventory as well as snapshot configuration. Here is a sample command that sets a memory amount, makes the CD-ROM disk the first boot device and disables USB support:</p>
<p><code>vboxmanage modifyvm XP-TestSystem -memory 512 -boot1 dvd -usb off</code></p>
<p>The modifyvm parameter also has extended options such as BIOS display time, network interface driver type, host network interface assigned to the VM and enabling or disabling of the clipboard. Overall, modifyvm has over 50 parameters for an individual VM.</p>
<p><strong>Controlvm parameter</strong><br />
From an automation standpoint, the controlvm parameter would be used to start a VM at host system boot. Controlvm can also be used to attach USB or DVD devices. The entry below will disconnect the media of the two virtual Ethernet adapters and reset the power state:</p>
<p><code>vboxmanage controlvm XP-TestSystem reset setlinkstate1 off<br />
vboxmanage controlvm XP-TestSystem setlinkstate2 off</code></p>
<p>Note that in the case of an inventory of multiple devices of the same type, a separate entry would be required as in the case of disabling the network interface.</p>
<p><strong>Snapshot parameter</strong><br />
The snapshot parameter can be used to manage all elements of a snapshot. In the case of a frequently used test system, it may be a good idea to automate the change back to the base snapshot. The following command would revert a VM to the existing snapshot:</p>
<p><code>vboxmanage snapshot XP-TestSystem discardcurrent -state</code></p>
<p>This command cannot be executed while the VM is running, yet a leading with a power down <code>controlvm</code> parameter can get the system to a state where running the snapshot parameter will do the trick.</p>
<p><strong>Powerful Stuff</strong><br />
This is a very quick sample of what is capable with the VBoxManage command. I don&#8217;t know of anything that can be done in the interface that cannot be done with this command. VBoxManage commands also interact the same way across different platforms of xVM VirtualBox. This flexibility offers a compelling solution for an automated deployable solution at the zero-cost of xVM VirtualBox. The online user manual has the entire chapter 8 dedicated to the VBoxManage command, which can be downloaded from the <a href="http://www.virtualbox.org/download/1.6.4/UserManual.pdf">VirtualBox website</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/server-virtualization/powerful-scripting-options-with-the-vboxmanage-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun xVM Virtual Box expands reach with global OEM agreements</title>
		<link>http://itknowledgeexchange.techtarget.com/server-virtualization/sun-xvm-virtual-box-expands-reach-with-global-oem-agreements/</link>
		<comments>http://itknowledgeexchange.techtarget.com/server-virtualization/sun-xvm-virtual-box-expands-reach-with-global-oem-agreements/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 14:24:45 +0000</pubDate>
		<dc:creator>Bridget Botelho</dc:creator>
				<category><![CDATA[Embedded Virtualization]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[Virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Virtualization platforms]]></category>

		<guid isPermaLink="false">http://servervirtualization.blogs.techtarget.com/2008/08/13/sun-xvm-vitual-box-expands-reach-with-global-oem-agreements/</guid>
		<description><![CDATA[Santa Clara, California-based Sun Microsystems, Inc. announced a handful of multi-year original equipment manufacturer (OEM) agreements with Avanquest Software, Q-layer and Zenith InfoTech Ltd. to allow them to deliver Sun&#8217;s xVM VirtualBox virtualization platform. Sun xVM VirtualBox software is a component of Sun&#8217;s broader xVM virtualization and management software portfolio, which includes Sun xVM Ops Center, [...]]]></description>
				<content:encoded><![CDATA[<p>Santa Clara, California-based Sun Microsystems, Inc. announced a handful of multi-year original equipment manufacturer (OEM) agreements with Avanquest Software, Q-layer and Zenith InfoTech Ltd. to allow them to deliver <a href="http://www.virtualbox.org/" title="Virtual Box">Sun&#8217;s xVM VirtualBox </a>virtualization platform.</p>
<p>Sun xVM VirtualBox software is a component of Sun&#8217;s broader <a href="http://searchservervirtualization.techtarget.com/news/article/0,289142,sid94_gci1313513,00.html" title="xVM">xVM virtualization </a>and management software portfolio, which includes Sun xVM Ops Center, Sun xVM Server and the <a href="http://www.sun.com/software/vdi/index.jsp" title="Sun VDI">Sun Virtual Desktop Infrastructure </a>(VDI) Software. The xVM VirtualBox software is the free, entry-level offering into the Sun xVM platform.</p>
<p>Sun xVM VirtualBox supports whichever operating system and application stack a user chooses, and has a small enough footprint to be an embedded component in OEM equipment. </p>
<p>Since its release in January 2007, Sun xVM VirtualBox has surpassed 5 million downloads, and is the first free hypervisor to support all major host operating systems, including Mac OS X, Linux, Windows, Solaris and OpenSolaris.</p>
<p>The 20 megabyte download installs in less than 5 minutes, and has received positive <a href="http://www.sun.com/products-n-solutions/reviews/xvm.html" title="Sun xVM reviews">third-party reviews and awards</a>, and is being <a href="http://searchservervirtualization.techtarget.com/news/article/0,289142,sid94_gci1320756,00.html" title="TACC Sun xVM">used by the Texas Advanced Computing Center</a>, or TACC on part of its 4,000-node supercomputer.</p>
<p>La Garenne-Colombes, France-based Software publisher<a href="http://www.avanquest.com/" title="avanquest"> Avanquest Software </a>will produce and publish Sun xVM VirtualBox bundled with OpenSolaris and sell it in retail outlets in the UK, Germany, Italy, Spain and France. Beginning this fall, Avanquest will provide Mac users with a solution to run the Windows operating system through Sun xVM VirtualBox.Mountain View, Calif.-based <a href="http://www.qlayer.com/" title="Q layer">Q-Layer</a>, a provider of cloud computing through Virtual Private Data Centers (VPDC), is using Sun xVM VirtualBox to deliver virtualization capabilities for its customers.</p>
<p>Bombay, India-based <a href="http://www.zenithinfotech.com/" title="Zenith INfotech">Zenith InfoTech </a>Ltd., a managed services and business continuity software provider, has built its network attached storage appliance for small and medium-sized businesses using Sun xVM VirtualBox.</p>
<p>Sun xVM VirtualBox is available free of charge under a Personal Use License. OEMs have two options for licensing xVM VirtualBox: open source edition under GPLv2 or under a commercial license.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/server-virtualization/sun-xvm-virtual-box-expands-reach-with-global-oem-agreements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBox 1.6.4 upgrade fixes folder sharing, VRDP</title>
		<link>http://itknowledgeexchange.techtarget.com/server-virtualization/vbox-164-upgrade-fixes-folder-sharing-vrdp/</link>
		<comments>http://itknowledgeexchange.techtarget.com/server-virtualization/vbox-164-upgrade-fixes-folder-sharing-vrdp/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:05:31 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[Product announcements]]></category>
		<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://servervirtualization.blogs.techtarget.com/2008/08/04/vbox-164-upgrade-fixes-folder-sharing-vrdp/</guid>
		<description><![CDATA[Sun has released VirtualBox 1.6.4, and the upgrade process requires some forward planning. Version 1.6.4 is a collection of fixes to the previous release that mostly revolve around shared folders and the VRDP (VirtualBox Remote Desktop Protocol) implementation. Here is what you need to know if you are upgrading: During the upgrade installation, you are presented with [...]]]></description>
				<content:encoded><![CDATA[<p>Sun has released VirtualBox 1.6.4, and the upgrade process requires some forward planning. Version 1.6.4 is a collection of fixes to the previous release that mostly revolve around shared folders and the VRDP (VirtualBox Remote Desktop Protocol) implementation. Here is what you need to know if you are upgrading:</p>
<p>During the upgrade installation, you are presented with the familiar message about installing a device that has not passed Windows logo testing. These messages are common across virtualization platforms, as these drivers and devices enable the hypervisor to present the virtual machines. A typical message is shown below:</p>
<p><img width="396" src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-blog-2008-8-04-vbox164.jpg" alt="Windows message" height="308" /></p>
<p>After these messages are accepted, the installation will continue and allow you to access your existing VMs from the previous version that you may have. </p>
<p>The one unfortunate point of the upgrade process is that any host interfaces created on an existing installation of 1.6.2 or earlier will be removed by the upgrade process. Overall, I think VirtualBox&#8217;s networking implementation is a little short of both VMware Workstation and VMware Server&#8217;s VMware bridge protocol. Before you embark on the upgrade, I recommend you enumerate any host interfaces that you have created. Then, make a quick script in the following fashion that will recreate them with the same names you already have:</p>
<p><code>VBoxManage createhostif "VM-Bridge1"<br />
VBoxManage createhostif "VM-Bridge2"<br />
VBoxManage createhostif "VM-Bridge3"</code></p>
<p>Any VMs with a bridged interface will be configured to an invalid network interface after the upgrade to 1.6.4. I have an earlier blog posting about <a href="http://servervirtualization.blogs.techtarget.com/2008/07/02/dissecting-bridged-network-functionality-on-sun-xvm-virtualbox-for-windows/" title="Bridged networking on VirtualBox">bridged networking on VirtualBox</a>, and the commands and planning points are unchanged from 1.6.2 to 1.6.4.</p>
<p>The VMs will not need to be upgraded directly, but it would not hurt to get the 1.6.4 version of Guest Additions installed to optimize the corrected functionality between these two versions. Once the new version is installed, the systray icon and the <code>VBoxControl getversion </code>will show the 1.6.4 release.</p>
<p>Version 1.6.4 is still lean, at only 23 MB, it remains a ready to go virtualization platform and is still <a href="http://www.sun.com/software/products/virtualbox/index.jsp" title="xVM VirtualBox Product Page">freely available from the Sun website</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/server-virtualization/vbox-164-upgrade-fixes-folder-sharing-vrdp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seamless windows in Sun xVM VirtualBox</title>
		<link>http://itknowledgeexchange.techtarget.com/server-virtualization/seamless-windows-in-sun-xvm-virtualbox/</link>
		<comments>http://itknowledgeexchange.techtarget.com/server-virtualization/seamless-windows-in-sun-xvm-virtualbox/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 15:34:52 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization platforms]]></category>

		<guid isPermaLink="false">http://servervirtualization.blogs.techtarget.com/2008/07/28/seamless-windows-in-sun-xvm-virtualbox/</guid>
		<description><![CDATA[A product that provides a smooth transition between host and virtual machine helps when selecting a product for virtualization on a workstation. Sun xVM VirtualBox offers a seamless session that can make the transition between your guest and host quite transparent. The seamless window functionality is available on Windows and some Linux guest VMs for VirtualBox. The [...]]]></description>
				<content:encoded><![CDATA[<p>A product that provides a smooth transition between host and virtual machine helps when selecting a product for virtualization on a workstation. Sun xVM VirtualBox offers a seamless session that can make the transition between your guest and host quite transparent. The seamless window functionality is available on Windows and some Linux guest VMs for VirtualBox. The <a href="http://servervirtualization.blogs.techtarget.com/2008/07/09/guest-additions-installation-makes-the-grade-with-virtualbox/" title="Guest Additions blog entry">Guest Additions package</a> is required for both platforms to use the seamless window feature.</p>
<p>To enable the seamless window, press the host key (which is the right CTRL key by default) and the letter &#8216;L&#8217; together. VirtualBox will present the following information message before engaging the seamless Window functionality:</p>
<p><img width="315" src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-2008-7-27-seamless1.jpg" alt="Image 1" height="241" /></p>
<p>For Windows host systems, the VM will still reside as a separate window in the taskbar. When you select the VM in the taskbar, the active items are overlaid onto the host. For Windows systems, the guest VM desktop is not shown unless the show desktop command is sent. In the example below, a Windows Server 2008 guest VM is running in a seamless window on the Windows XP host:</p>
<p><img width="500" src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-2008-7-27-seamless2.jpg" alt="Image 2" height="310" /></p>
<p>This seamless functionality makes it feel less like a VM, and all keyboard and mouse operations are entirely smooth. To exit the seamless window feature, host key and the &#8216;L&#8217; key together will switch the VM back to a contained window. VirtualBox can also do mixed video modes in the seamless window quite well. For example, if the guest VM is running at a 16-bit color depth, and the host is running at a higher rate the lower rate is mixed in for the VM components well.</p>
<p>The seamless window feature has available in VirtualBox since version 1.5. More information on VirtualBox can be found online at the <a href="http://www.sun.com/software/products/virtualbox/index.jsp" title="Sun xVM VirtualBox website">Sun website</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/server-virtualization/seamless-windows-in-sun-xvm-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun xVM VirtualBox easily enables folder sharing</title>
		<link>http://itknowledgeexchange.techtarget.com/server-virtualization/sun-xvm-virtualbox-easily-enables-folder-sharing/</link>
		<comments>http://itknowledgeexchange.techtarget.com/server-virtualization/sun-xvm-virtualbox-easily-enables-folder-sharing/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 14:53:19 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://servervirtualization.blogs.techtarget.com/2008/07/23/sun-xvm-virtualbox-easily-enables-folder-sharing/</guid>
		<description><![CDATA[One of the features that make desktop virtualization packages attractive is the ability to move files from the host to the guest virtual machine without the use of a network. Sun xVM VirtualBox has this functionality, so let&#8217;s go through it for use on Windows systems. Enabling shared folders is fairly straight forward within VirtualBox, [...]]]></description>
				<content:encoded><![CDATA[<p>One of the features that make desktop virtualization packages attractive is the ability to move files from the host to the guest virtual machine without the use of a network. Sun xVM VirtualBox has this functionality, so let&#8217;s go through it for use on Windows systems.</p>
<p>Enabling shared folders is fairly straight forward within VirtualBox, but must be configured when the virtual machine (VM) is turned off. In the properties of the VM, the share is configured as shown in the figure below:</p>
<p><img width="498" src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-blog-7-22-vboxshfolder1.jpg" alt="Image 1" height="477" /></p>
<p>Once the VM is powered on with this configuration, it can now access this shared folder. For Windows clients, the shared folder will be visible in My Network Places as shown in the figure below:</p>
<p><img width="281" src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-blog-7-22-vboxshfolder2.jpg" alt="Image 2" height="87" /></p>
<p>The security permissions are available as read-only or full control for the share, and multiple shares can be made available to a VM. The shared folder is presented to the VM as a server name of VBOXSVR, so be sure not to use that name on your network. The VBOXSVR name does not resolve to an IP address but is provided to the VM by the installation of Guest Additions. You can also script out the use of a shared folder with the VBoxManage command as shown below:</p>
<p><code>VBoxManage sharedfolder add "XP-RedPill" -name "zzVirtualMachineShared" -hostpath "C:\zzVirtualMachineShared"</code></p>
<p>Using the scripted option can be helpful in assigning a single shared folder to multiple VMs on the same VirtualBox installation. VirtualBox allows a shared folder to be created as a transient share, which is removed when the VM is powered off. This option is either configured in the interface or denoted by using the &#8216;-transient&#8217; option in the VBoxManage command.</p>
<p>Sun xVM VirtualBox 1.6.2 is freely available for download from the <a href="http://www.sun.com/software/products/virtualbox/get.jsp" title="Download xVM - Give it a try!">Sun website</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/server-virtualization/sun-xvm-virtualbox-easily-enables-folder-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using USB device filters with Sun xVM VirtualBox</title>
		<link>http://itknowledgeexchange.techtarget.com/server-virtualization/using-usb-device-filters-with-sun-xvm-virtualbox/</link>
		<comments>http://itknowledgeexchange.techtarget.com/server-virtualization/using-usb-device-filters-with-sun-xvm-virtualbox/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 03:27:53 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://servervirtualization.blogs.techtarget.com/2008/07/14/using-usb-device-filters-with-sun-xvm-virtualbox/</guid>
		<description><![CDATA[A virtualization package is ready for prime time when it has a full array of device connectivity between the host and the guest virtual machine (VM). Let&#8217;s take a quick look at USB device redirection in Sun xVM VirtualBox 1.6.2. The USB device functionality has a nice feature that allows a selective mapping of USB devices [...]]]></description>
				<content:encoded><![CDATA[<p>A virtualization package is ready for prime time when it has a full array of device connectivity between the host and the guest virtual machine (VM). Let&#8217;s take a quick look at USB device redirection in Sun xVM VirtualBox 1.6.2.</p>
<p>The USB device functionality has a nice feature that allows a selective mapping of USB devices from the host to the guest. This can be beneficial if you want a USB device (such as a license key) to be available only to the guest VM and not the host, or vice versa. Within the VM&#8217;s configuration, you have the option to specify all devices or specified devices to be connected to the guest VM through USB device filters in the properties of the guest VM. These changes must be made offline, and for Windows hosts the VirtualBox USB controller needs to be added with the native driver. Likewise, the USB root hub that arrives via plug-and-play needs to be installed with the driver on the guest VM (which is automatic when guest additions is installed.) The figure below shows a specific device being permitted to be passed to the VM:</p>
<p><img width="494" src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-blog-2008-7-11-vboxusb1.jpg" alt="Figure1" height="478" /></p>
<p>The filter icons highlighted on the right side allow the VM to be presented with all USB devices, remove a filter and to add a filter that is based on user entered criteria or a selection among the currently installed devices. The filters are incredibly versatile as you could redirect certain devices by many factors to be available to the guest VM.</p>
<p>When a device is designated to go to the guest VM, it becomes unavailable to the host system. So there may be some practice issues to get used to losing a device when the VM is powered on. One note of caution is that the mouse and keyboard devices, if USB, are inherently made available to both the host and guest. However, if you add a device filter to add the USB mouse to the guest VM, the mouse would be only available to the guest VM.</p>
<p>Likewise, when the VM is powered off, the USB device will arrive back to the host and then be available for use. If snapshots are being used on the VM, the hardware inventory and specific configuration is managed in the snapshot, so USB filters will be deleted if you are reverting to a snapshot made before the filter was made.</p>
<p>Overall, this USB functionality is quite granular and a strong offering for desktop installation. More information on VirtualBox&#8217;s USB support can be found in the <a href="http://www.virtualbox.org/download/1.6.0/UserManual.pdf" title="Online user manual for VirtualBox">VirtualBox online user manual</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/server-virtualization/using-usb-device-filters-with-sun-xvm-virtualbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Guest Additions installation makes the grade with VirtualBox</title>
		<link>http://itknowledgeexchange.techtarget.com/server-virtualization/guest-additions-installation-makes-the-grade-with-virtualbox/</link>
		<comments>http://itknowledgeexchange.techtarget.com/server-virtualization/guest-additions-installation-makes-the-grade-with-virtualbox/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 15:31:27 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Virtualization platforms]]></category>

		<guid isPermaLink="false">http://servervirtualization.blogs.techtarget.com/2008/07/09/guest-additions-installation-makes-the-grade-with-virtualbox/</guid>
		<description><![CDATA[The Sun xVM VirtualBox Guest Additions host and guest driver integration suite optimizes the guest experience in a way similar to the VMware Tools installation. The virtualization suite installs within the guest operating system with a small footprint on most of the supported platforms within VirtualBox. Let&#8217;s take a quick look at how the Guest [...]]]></description>
				<content:encoded><![CDATA[<p>The Sun xVM VirtualBox Guest Additions host and guest driver integration suite optimizes the guest experience in a way similar to the VMware Tools installation. The virtualization suite installs within the guest operating system with a small footprint on most of the supported platforms within VirtualBox. Let&#8217;s take a quick look at how the Guest Additions installation considerations on a Windows guest system within VirtualBox.</p>
<p>The Guest Additions installation is launched via the virtual machine (VM) console from the devices menu. During this task, one of the VM&#8217;s optical drives will be directed to use the Guest Additions .ISO image kept locally. The install is vary straightforward, and the native drivers are updated with the optimized drivers for the video, fixed disk, audio, optical drive and other system components. The networking drivers will likely remain unchanged after installing the Guest Additions package within the VM. Among the unique features of VirtualBox compared to other products is the option to choose among four device types presented to the VM. The Intel Pro and AMD PCnet device options will have different compatibilities with various guest operating systems. Check out last week&#8217;s SearchServerVirtualization <a href="http://servervirtualization.blogs.techtarget.com/2008/07/02/dissecting-bridged-network-functionality-on-sun-xvm-virtualbox-for-windows/" title="VirtualBox Bridged Networking">blog entry about related networking topics</a> on VirtualBox.</p>
<p>Once Guest Additions is installed, the experience is markedly improved on the guest VM. The easy way to see if it is running is to look in the Windows system tray as shown in the figure below:</p>
<p><img width="370" src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-blog-2008-7-7-guestadditions1.jpg" alt="Seeing Guest Additions version" height="63" /></p>
<p>Note that hovering over the tray icon also gives you the version running on the guest operating system. That is a nice feature if you are using VMs created in VirtualBox 1.6.0 or another mixed environment. If you want to retrieve the current version of Guest Additions in a scripted fashion, the following command would be run:</p>
<p><code>VBoxControl getversion</code></p>
<p>This command is located by default in the Program Files\Sun\xVM VirtualBox Guest Additions path. VirtualBox commands are generally the same across platforms, so the same command on a Linux host would retrieve the version running locally.</p>
<p>Guest Additions is available on Windows NT, 2000, Server 2003, Vista and XP. Windows Server 2008 functions correctly in my experience, though it is not explicitly listed as a supported platform in the VirtualBox documentation. It is also is available for Linux and Solaris platorms.</p>
<p>Guest Additions is included with the VirtualBox 1.6.2 product and is <a href="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=innotek-1.6-G-F@CDS-CDS_SMI" title="Download VirtualBox">available for download from the Sun website</a>.</p>
<p><a href="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=innotek-1.6-G-F@CDS-CDS_SMI"></a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/server-virtualization/guest-additions-installation-makes-the-grade-with-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dissecting bridged-network functionality on Sun xVM VirtualBox for Windows</title>
		<link>http://itknowledgeexchange.techtarget.com/server-virtualization/dissecting-bridged-network-functionality-on-sun-xvm-virtualbox-for-windows/</link>
		<comments>http://itknowledgeexchange.techtarget.com/server-virtualization/dissecting-bridged-network-functionality-on-sun-xvm-virtualbox-for-windows/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 17:09:13 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[Sun xVM]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Virtualization management]]></category>
		<category><![CDATA[Virtualization platforms]]></category>

		<guid isPermaLink="false">http://servervirtualization.blogs.techtarget.com/2008/07/02/dissecting-bridged-network-functionality-on-sun-xvm-virtualbox-for-windows/</guid>
		<description><![CDATA[If you have not noticed, I have been on a Sun xVM VirtualBox kick recently. I think it is beneficial to virtualization administrators and managers to be familiar with at least two hypervisors &#8212; so why not learn more about xVM? VirtualBox has a smooth interface for a version 1 release, but the one area [...]]]></description>
				<content:encoded><![CDATA[<p>If you have not noticed, I have been on a Sun xVM VirtualBox kick recently. I think it is beneficial to virtualization administrators and managers to be familiar with at least two hypervisors &#8212; so why not learn more about xVM?</p>
<p>VirtualBox has a smooth interface for a version 1 release, but the one area that would require the most adjustment is the virtual networking. Let&#8217;s take a closer look at network functionality in VirtualBox.</p>
<p>Virtual networking on VirtualBox has a few key differences that VMware users would need to develop an understanding about before fully utilizing the potential of the product. The first difference is the concept of the virtual networking hardware. VirtualBox allows a virtual machine (VM) to have one of four network interface cards virtually assigned. These are the AMD PCNet PCI II, AMD PCNet FAST III, Intel Pro/1000 T and the Intel Pro/1000 MT. This array of virtual adapters allows a VM to have broad support for multiple operating systems, but the corresponding bridging functionality may make network administrators a little uneasy. </p>
<p><strong>Spanning Tree</strong><br />
For Windows systems, VirtualBox uses a spanning tree algorithm from the native operating system bridging that may cause issues on systems with multiple interfaces in managed network environments. The bridged network functionality puts the VMs on the same physical network as the VirtualBox host system. In this fashion, a VM would be able to retrieve a DHCP network from the physical network and interact as if it were placed on the network parallel to the host. Windows XP and Server 2003 products&#8217; bridging functionality is explained on the <a href="http://technet2.microsoft.com/windowsserver/en/library/8c6c4acb-49db-4d8a-844f-1fe31c4b2ded1033.mspx?mfr=true" title="Microsoft Bridging">TechNet website</a>.</p>
<p>Another key difference is that in order for a VM to use the bridged network is the addition of a bridging interface. Adding an interface is fairly straight forward with the use of the VBoxManage command. The following command would add a bridging interface named &#8220;VM-Bridge&#8221;:</p>
<p><code>VBoxManage createhostif "VM-Bridge"</code></p>
<p>Once this command is completed, the VM-Bridge interface is now present in the network connections inventory of the Windows control panel. Then a VM can be configured to use bridged networking with the newly created interface as shown in the figure below:</p>
<p><img width="497" src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-blog-2008-6-30-xvmbriding1.jpg" alt="VirtualBox Bridging" height="481" /></p>
<p>At this point, the VM-Bridge interface can transparently place the VM on the same network as the host when the Windows bridged connections are correctly configured. Note also that in the network configuration you can fully edit the MAC address of the VM. While exceptionally convenient, this can introduce risk for some environments and situations.</p>
<p>Now that we have gone through a quick look at VirtualBox&#8217;s implementation of bridging network connections for VMs, I would have to nudge the VMware products to be a little more seamless in the category of bridged networking. By having the VMware bridge protocol binding used instead of a separate series of adapters for the same purpose, VMware&#8217;s bridging fits better for most environments.</p>
<p>Make no mistake, the comprehensive VirtualBox networking implementation is fully competitive with VMware. There is much more to the VirtualBox networking implementation available for download in the <a href="http://www.virtualbox.org/download/1.6.0/UserManual.pdf" title="VirtualBox User Guide">online user guide in section 6</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/server-virtualization/dissecting-bridged-network-functionality-on-sun-xvm-virtualbox-for-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
