<?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>SUSE &#38; openSUSE &#187; Virtualization</title>
	<atom:link href="http://www.susegeek.com/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susegeek.com</link>
	<description>Tips,Tricks, Tutorials,How Tos and Troubleshooting suse linux</description>
	<lastBuildDate>Wed, 30 Dec 2009 05:17:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.susegeek.com</link>
<url>http://www.susegeek.com/wp-content/mbp-favicon/favicon.ico</url>
<title>SUSE &amp; openSUSE</title>
</image>
		<item>
		<title>HowTo: Install configure KVM Virtualization &amp; run Guest OSes in openSUSE</title>
		<link>http://www.susegeek.com/virtualization/howto-install-configure-kvm-virtualization-run-guest-oses-in-opensuse/</link>
		<comments>http://www.susegeek.com/virtualization/howto-install-configure-kvm-virtualization-run-guest-oses-in-opensuse/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 19:05:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[guest-os]]></category>
		<category><![CDATA[intel-vmd]]></category>
		<category><![CDATA[intel-vt]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[kqemu]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[svm]]></category>
		<category><![CDATA[virtual-machine]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmx]]></category>

		<guid isPermaLink="false">http://www.susegeek.com/?p=916</guid>
		<description><![CDATA[Kernel-based Virtual Machine (KVM) is a Linux kernel virtualization infrastructure. KVM is a full virtualization solution for Linux on x86 hardware containing virtualization extensions Intel VT (vmx) or AMD-V (svm). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM also requires [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><strong>Kernel-based Virtual Machine (KVM)</strong> is a Linux kernel virtualization infrastructure. KVM is a full virtualization solution for Linux on x86 hardware containing virtualization extensions Intel VT (vmx) or AMD-V (svm). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM also requires a modified QEMU although work is underway to get the required changes upstream.</p>
<p>KVM is a free opensource virtualization software and is included in Linux Kernel version 2.6.20 and above. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc.</p>
<p><span id="more-916"></span><br />
<span style="text-decoration: underline;"><strong>Install &amp; use KVM in openSUSE</strong></span></p>
<p>The following procedure will take you through install and setup of KVM and creating/running a Virtual Machine on openSUSE.</p>
<p><em><span style="text-decoration: underline;"><strong>Hardware Requirements</strong></span></em></p>
<p>KVM depends on the X86 virtualization extensions on your Intel or AMD processor. To check the processor support for KVM,</p>
<p>On an Intel based hardware,</p>
<blockquote><p><strong>opensuse11:~ # grep vmx /proc/cpuinfo</strong><br />
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm ida<br />
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm ida</p></blockquote>
<p>On an AMD based hardware,</p>
<blockquote><p><strong>opensuse11:~ # grep svm /proc/cpuinfo</strong></p></blockquote>
<p><span style="text-decoration: underline;"><strong>Install KVM</strong></span></p>
<p>Add the following repositories for KVM and QEMU on your openSUSE 11.0</p>
<blockquote><p><strong>opensuse11:~ # zypper ar http://download.opensuse.org/repositories/Virtualization:/KVM/openSUSE_11.0/ &#8220;KVM Virtualization&#8221;</strong></p>
<p><strong>opensuse11:~ # zypper ar http://download.opensuse.org/repositories/Virtualization:/Qemu/openSUSE_11.0/ &#8220;QEMU Virtualization&#8221;</strong></p></blockquote>
<p>Now, we are ready to install KVM. Click &#8220;<em><strong>Computer &#8211; Install Software</strong></em>&#8220;, enter the password for root when prompted (if you are not a root user).<br />
<a href="http://www.susegeek.com/wp-content/uploads/2008/09/yast.png"><img class="alignnone size-medium wp-image-928" title="yast" src="http://www.susegeek.com/wp-content/uploads/2008/09/yast-246x300.png" alt="YaST" width="246" height="300" /></a><br />
In the filter select <strong>search</strong>, and search for <em>&#8220;kvm&#8221;</em> and click search. Select &#8220;<em><strong>kvm</strong></em>&#8221; and &#8220;<em><strong>kvm-kmp-default</strong></em>&#8221; and click Accept. Here it is important to ensure that the kernel version of your openSUSE 11.0 matches that of the &#8220;kvm-kmp-default&#8221; package version to get it work properly.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/09/kvm1.png"><img class="alignnone size-medium wp-image-917" title="kvm1" src="http://www.susegeek.com/wp-content/uploads/2008/09/kvm1-300x208.png" alt="" width="300" height="208" /></a></p>
<p>To find the installed version of Linux Kernel on your openSUSE:</p>
<blockquote><p><strong>saibaba@opensuse11:~&gt; uname -r</strong><br />
2.6.25.16-0.1-default</p></blockquote>
<p>Now, your &#8220;kvm-kmp-default&#8221; version (as on my install) should be <strong>75_2.6.25.16_0.1-7.1</strong> where &#8220;75&#8243; denotes the KVM version and the rest shows the kernel version.<br />
<a href="http://www.susegeek.com/wp-content/uploads/2008/09/kvm-kernelversion.png"><img class="alignnone size-full wp-image-926" title="kvm-kernelversion" src="http://www.susegeek.com/wp-content/uploads/2008/09/kvm-kernelversion.png" alt="" width="500" height="66" /></a><br />
Similary, from YaST search for <strong><em>qemu</em></strong> and select &#8220;<em><strong>kqemu-kmp-default</strong></em>&#8221; and &#8220;<em>qemu</em>&#8221; and click Accept. &#8220;<strong>QEMU</strong>&#8221; is a CPU emulator and &#8220;<strong>KQEMU</strong>&#8221; is the QEMU Accelerator Module increases the speed of QEMU when a PC is emulated on a PC.<br />
<a href="http://www.susegeek.com/wp-content/uploads/2008/09/kvm7.png"><img class="alignnone size-medium wp-image-923" title="kvm7" src="http://www.susegeek.com/wp-content/uploads/2008/09/kvm7-300x184.png" alt="" width="300" height="184" /> </a><a href="http://www.susegeek.com/wp-content/uploads/2008/09/kvm6.png"><img class="alignnone size-medium wp-image-922" title="kvm6" src="http://www.susegeek.com/wp-content/uploads/2008/09/kvm6-300x208.png" alt="" width="300" height="208" /></a><br />
This should complete the installation.</p>
<p><span style="text-decoration: underline;"><strong>Insert KVM Modules</strong></span></p>
<p>Insert the kvm modules as follows (as root)</p>
<p><em><strong>For Intel processors</strong></em></p>
<blockquote><p><strong>opensuse11:~ # modprobe kvm<br />
opensuse11:~ # modprobe kvm-intel</strong></p></blockquote>
<blockquote><p><em><strong>For AMD processors</strong></em></p>
<p><strong>opensuse11:~ # modprobe kvm<br />
opensuse11:~ # modprobe kvm-amd</strong></p></blockquote>
<p>To confirm the modules OK,</p>
<blockquote><p><strong>opensuse11:~ # lsmod | grep kvm</strong><br />
kvm_intel              67824  0<br />
kvm                   182936  1 kvm_intel</p></blockquote>
<p>However, this setting lost on a reboot.</p>
<p>To insert this module at boot time, Click <strong>Computer &#8211; YaST &#8211; System &#8211; &#8220;/etc/sysconfig editor&#8221;</strong>. This launches the sysconfig editor.<br />
<a href="http://www.susegeek.com/wp-content/uploads/2008/09/kvm-kernel-modules.png"><img class="alignnone size-medium wp-image-925" title="kvm-kernel-modules" src="http://www.susegeek.com/wp-content/uploads/2008/09/kvm-kernel-modules-300x208.png" alt="" width="300" height="208" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/09/kvm-kernel-modules1.png"><img class="alignnone size-medium wp-image-927" title="kvm-kernel-modules1" src="http://www.susegeek.com/wp-content/uploads/2008/09/kvm-kernel-modules1-300x187.png" alt="" width="300" height="187" /></a><br />
Click <em><strong>&#8220;+&#8221;</strong></em> next to <em><strong>&#8220;system&#8221;</strong></em> and then <em><strong>&#8220;+&#8221;</strong></em> next to <strong><em>Kernel</em></strong>. Click &#8220;<em><strong>MODULES_LOADED_ON_BOOT</strong></em>&#8220;, in the right-pane, enter &#8220;<strong>kvm kvm-intel kqemu</strong>&#8221; without quotes (&#8220;<strong>kvm kvm-amd kqemu</strong>&#8221; for AMD) in the setting box and click finish. Click OK on the confirmation window.</p>
<p>Now, we are all set to configure and run a guest OS on your openSUSE.</p>
<p><span style="text-decoration: underline;"><strong>Create Guest OS Disk image</strong></span></p>
<p>Create a disk image file on which the guest OS will be installed.</p>
<blockquote><p><strong>opensuse11:~ # qemu-img create -f qcow /vms/deb_disk.img 10G</strong></p></blockquote>
<p>In the above &#8220;10G&#8221; indicates the Virtual Disk Size to be 10GB in size. The /vms/vdisk.img is the disk image name and &#8220;qcow&#8221; is the file type.</p>
<p><span style="text-decoration: underline;"><strong>Install Guest OS</strong></span></p>
<blockquote><p><strong>opensuse11:~ # qemu-system-x86_64 -hda /vms/deb_disk.img -cdrom /media.iso -boot d  -m 512</strong></p></blockquote>
<p>where &#8220;-m 512&#8243; sets the memory allocation to 512M</p>
<p>&#8220;-cdrom /media.iso&#8221; is the CD image used to install the guest os<br />
and defaults to the &#8220;user&#8221; network type which is a simple way for your virtual machine to access to the host, to the internet or to resources available on your local network.</p>
<p>This should start the <strong>QEMU</strong> console to start the installation. Install the Guest OS as you normally would. Once the installation is complete. Close the console window.</p>
<p><span style="text-decoration: underline;"><strong>Start guest OS</strong></span></p>
<p>Start the  Guest OS as follows:</p>
<blockquote><p><strong>opensuse11:~ # qemu-system-x86_64 -hda /vms/deb_disk.img</strong></p></blockquote>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/09/kvm3.png"><img class="alignnone size-medium wp-image-919" title="kvm3" src="http://www.susegeek.com/wp-content/uploads/2008/09/kvm3-300x235.png" alt="" width="300" height="235" /></a><br />
This starts the guest OS installed on /vms/deb_disk.img with the default user network settings which is a simple way for your virtual machine to access to the host, to the internet or to resources available on your local network. The above command is equivalent to</p>
<blockquote><p><strong>opensuse11:~ # qemu-system-x86_64 -hda /vms/deb_disk.img -net nic -net user</strong></p></blockquote>
<p>There you go, you have your Guest OS up and running. Multiple Guest OSs can be installed as above and run simultaneously based on the system performance level.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.susegeek.com/monitoring/1-click-installs-for-nagios-addons-plugins-in-opensuse-11-0/" title="1-click installs for Nagios Addons &#038; plugins in openSUSE 11.0 (August 10, 2009)">1-click installs for Nagios Addons &#038; plugins in openSUSE 11.0</a> (3)</li>
	<li><a href="http://www.susegeek.com/monitoring/1-click-installs-for-nagios-in-opensuse-11-1/" title="1-click installs for Nagios in openSUSE 11.1 (August 10, 2009)">1-click installs for Nagios in openSUSE 11.1</a> (0)</li>
	<li><a href="http://www.susegeek.com/multimedia/abby-gui-addons-utilities-for-clivecclive/" title="abby GUI &#038; addons utilities for Clive/CClive (June 23, 2009)">abby GUI &#038; addons utilities for Clive/CClive</a> (1)</li>
	<li><a href="http://www.susegeek.com/office-productivity/abiword-free-opensource-word-processor-for-opensuse-linux/" title="AbiWord &#8211; Free opensource Word Processor for openSUSE Linux (September 11, 2008)">AbiWord &#8211; Free opensource Word Processor for openSUSE Linux</a> (2)</li>
	<li><a href="http://www.susegeek.com/multimedia/acetoneiso2-a-full-feature-rich-imageiso-tool-for-opensuse/" title="Acetoneiso2 &#8211; A full feature rich Image/ISO tool for openSUSE (August 22, 2008)">Acetoneiso2 &#8211; A full feature rich Image/ISO tool for openSUSE</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.susegeek.com/virtualization/howto-install-configure-kvm-virtualization-run-guest-oses-in-opensuse/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Install and Configure VMWare Server virtualization in openSUSE</title>
		<link>http://www.susegeek.com/virtualization/install-and-configure-vmware-server-virtualization-in-opensuse/</link>
		<comments>http://www.susegeek.com/virtualization/install-and-configure-vmware-server-virtualization-in-opensuse/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 21:35:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[bridged]]></category>
		<category><![CDATA[guest-os]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.susegeek.com/?p=362</guid>
		<description><![CDATA[
VMware Server is a free virtualization product for Windows and Linux servers. VMware Server is a robust yet easy to use server virtualization product and is based on proven virtualization technology. VMware can run on any standard x86 hardware and can support 64-bit guest operating systems including Windows Linux and Sun Solaris. VMware server can [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
VMware Server is a free virtualization product for Windows and Linux servers. VMware Server is a robust yet easy to use server virtualization product and is based on proven virtualization technology. VMware can run on any standard x86 hardware and can support 64-bit guest operating systems including Windows Linux and Sun Solaris. VMware server can support two-processor Virtual SMP, enabling a single virtual machine to span multiple physical processors.</p>
<p><span id="more-362"></span>The following procedure will take you through the process of install, configure, create and use virtual machines using VMware server.</p>
<p>The latest stable version of <em><strong>VMware Server 1.0.6 Build: 91981</strong></em>. You need to register and accept EULA with VMware to download the VMware server software and to obtain the activation key.</p>
<p>To register and download VMware server (RPM) , <a title="VMware Server download" href="http://register.vmware.com/content/eula-106.html" target="_self">click here</a></p>
<p>Once registered, download as follows:</p>
<blockquote><p><strong>opensuse11:~ # wget http://download3.vmware.com/software/vmserver/VMware-server-1.0.6-91891.i386.rpm</strong></p></blockquote>
<p>Once downloaded, change directory to the path where you downloaded the file and install as follows:</p>
<blockquote><p><strong>opensuse11:~ # yast2 -i VMware-server-1.0.6-91891.i386.rpm</strong></p></blockquote>
<p>This should start YaST package manager and install VMware server for you.</p>
<p>To confirm the installation,</p>
<blockquote><p><strong>opensuse11:~ # rpm -qa | grep -i vmware</strong><br />
VMware-server-1.0.6-91891</p></blockquote>
<p>Before starting the VMware server for the first time, we need to run the vmware-config.pl script to accept the EULA for VMware and then configure the required parameters for VMware as follows:</p>
<blockquote><p><strong>opensuse11:/home/saibaba/Desktop # /usr/bin/vmware-config.pl</strong><br />
Making sure services for VMware Server are stopped.</p>
<p>Stopping VMware services:<br />
Virtual machine monitor                                             done</p>
<p>Configuring fallback GTK+ 2.4 libraries.</p>
<p><span style="color: #ff0000;">In which directory do you want to install the mime type icons?<br />
[/usr/share/icons]</span></p>
<p><span style="color: #ff0000;">What directory contains your desktop menu entry files? These files have a<br />
.desktop file extension. [/usr/share/applications]</span></p>
<p><span style="color: #ff0000;">In which directory do you want to install the application&#8217;s icon?<br />
[/usr/share/pixmaps]</span></p>
<p>/usr/share/applications/vmware-server.desktop: warning: value &#8220;vmware-server.png&#8221; for key &#8220;Icon&#8221; in group &#8220;Desktop Entry&#8221; is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path<br />
/usr/share/applications/vmware-console-uri-handler.desktop: warning: value &#8220;vmware-server.png&#8221; for key &#8220;Icon&#8221; in group &#8220;Desktop Entry&#8221; is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path<br />
Trying to find a suitable vmmon module for your running kernel.</p>
<p>None of the pre-built vmmon modules for VMware Server is suitable for your<br />
running kernel.  <span style="color: #ff0000;">Do you want this program to try to build the vmmon module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</span></p>
<p>Using compiler &#8220;/usr/bin/gcc&#8221;. Use environment variable CC to override.</p>
<p>Your kernel was built with &#8220;gcc&#8221; version &#8220;4.3.1&#8243;, while you are trying to use<br />
&#8220;/usr/bin/gcc&#8221; version &#8220;4.3&#8243;. This configuration is not recommended and VMware<br />
Server may crash if you&#8217;ll continue. Please try to use exactly same compiler as<br />
one used for building your kernel. Do you want to go with compiler<br />
&#8220;/usr/bin/gcc&#8221; version &#8220;4.3&#8243; anyway? [no] yes</p>
<p><span style="color: #ff0000;">What is the location of the directory of C header files that match your running<br />
kernel? [/lib/modules/2.6.25.11-0.1-default/build/include]</span></p>
<p>Extracting the sources of the vmmon module.</p>
<p>Building the vmmon module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmmon-only&#8217;<br />
make -C /lib/modules/2.6.25.11-0.1-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-2.6.25.11-0.1-obj/x86_64/default&#8217;<br />
make -C /usr/src/linux-2.6.25.11-0.1 O=/usr/src/linux-2.6.25.11-0.1-obj/x86_64/default/. modules<br />
CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/hash.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o<br />
LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o<br />
LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko<br />
make[1]: Leaving directory `/usr/src/linux-2.6.25.11-0.1-obj/x86_64/default&#8217;<br />
cp -f vmmon.ko ./../vmmon.o<br />
make: Leaving directory `/tmp/vmware-config0/vmmon-only&#8217;<br />
The module loads perfectly in the running kernel.</p>
<p><span style="color: #ff0000;">Do you want networking for your virtual machines? (yes/no/help) [yes]</span></p>
<p>Configuring a bridged network for vmnet0.</p>
<p>The following bridged networks have been defined:</p>
<p>All your ethernet interfaces are already bridged.</p>
<p><span style="color: #ff0000;">Do you want to be able to use NAT networking in your virtual machines? (yes/no)<br />
[yes]</span></p>
<p>Configuring a NAT network for vmnet8.</p>
<p><span style="color: #ff0000;">Do you want this program to probe for an unused private subnet? (yes/no/help)<br />
[yes]</span></p>
<p>Probing for an unused private subnet (this can take some time)&#8230;</p>
<p>The subnet 172.16.56.0/255.255.255.0 appears to be unused.</p>
<p>The following NAT networks have been defined:</p>
<p><span style="color: #ff0000;">Do you wish to configure another NAT network? (yes/no) [no]</span></p>
<p><span style="color: #ff0000;">Do you want to be able to use host-only networking in your virtual machines?<br />
[yes]</span></p>
<p>Configuring a host-only network for vmnet1.</p>
<p><span style="color: #ff0000;">Do you want this program to probe for an unused private subnet? (yes/no/help)<br />
[yes]</span></p>
<p>Probing for an unused private subnet (this can take some time)&#8230;</p>
<p>The subnet 172.16.63.0/255.255.255.0 appears to be unused.</p>
<p>The following host-only networks have been defined:</p>
<p><span style="color: #ff0000;">Do you wish to configure another host-only network? (yes/no) [no]</span></p>
<p>Extracting the sources of the vmnet module.</p>
<p>Building the vmnet module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmnet-only&#8217;<br />
make -C /lib/modules/2.6.25.11-0.1-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-2.6.25.11-0.1-obj/x86_64/default&#8217;<br />
make -C /usr/src/linux-2.6.25.11-0.1 O=/usr/src/linux-2.6.25.11-0.1-obj/x86_64/default/. modules<br />
CC [M]  /tmp/vmware-config0/vmnet-only/driver.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/hub.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/userif.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/netif.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/bridge.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/procfs.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/smac_compat.o<br />
SHIPPED /tmp/vmware-config0/vmnet-only/smac_linux.x86_64.o<br />
LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
WARNING: could not find /tmp/vmware-config0/vmnet-only/.smac_linux.x86_64.o.cmd for /tmp/vmware-config0/vmnet-only/smac_linux.x86_64.o<br />
CC      /tmp/vmware-config0/vmnet-only/vmnet.mod.o<br />
LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.ko<br />
make[1]: Leaving directory `/usr/src/linux-2.6.25.11-0.1-obj/x86_64/default&#8217;<br />
cp -f vmnet.ko ./../vmnet.o<br />
make: Leaving directory `/tmp/vmware-config0/vmnet-only&#8217;<br />
The module loads perfectly in the running kernel.</p>
<p>The default port : 902 is not free. We have selected a suitable alternative<br />
port for VMware Server use. You may override this value now.<br />
Remember to use this port when connecting to this server.<br />
Please specify a port for remote console connections to use [904]</p>
<p>WARNING: VMware Server has been configured to run on a port different from the<br />
default port. Remember to use this port when connecting to this server.<br />
Shutting down xinetd:                                                 done<br />
Starting INET services. (xinetd)                                      done<br />
Configuring the VMware VmPerl Scripting API.</p>
<p>Building the VMware VmPerl Scripting API.</p>
<p>Using compiler &#8220;/usr/bin/gcc&#8221;. Use environment variable CC to override.</p>
<p>Installing the VMware VmPerl Scripting API.</p>
<p>The installation of the VMware VmPerl Scripting API succeeded.</p>
<p>Generating SSL Server Certificate</p>
<p><span style="color: #ff0000;">In which directory do you want to keep your virtual machine files?<br />
[/var/lib/vmware/Virtual Machines]</span></p>
<p>The path &#8220;/var/lib/vmware/Virtual Machines&#8221; does not exist currently. This<br />
program is going to create it, including needed parent directories. <span style="color: #ff0000;">Is this<br />
what you want? [yes]</span></p>
<p>Please enter your 20-character serial number.</p>
<p><span style="color: #ff0000;">Type XXXXX-XXXXX-XXXXX-XXXXX or &#8216;Enter&#8217; to cancel:  XXXXX-XXXXX-XXXXX-XXXXX</span></p>
<p>Starting VMware services:<br />
Virtual machine monitor                                             done<br />
Virtual ethernet                                                    done<br />
Bridged networking on /dev/vmnet0                                   done<br />
Host-only networking on /dev/vmnet1 (background)                    done<br />
Host-only networking on /dev/vmnet8 (background)                    done<br />
NAT service on /dev/vmnet8                                          done</p>
<p>The configuration of VMware Server 1.0.6 build-91891 for Linux for this running<br />
kernel completed successfully.</p></blockquote>
<p>This should complete the installation process and add VMware server console menu item under</p>
<p><em><strong>Applications &#8211; System &#8211; More Programs &#8211; VMware Server Console</strong></em></p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmwaremenu.png"><img class="alignnone size-medium wp-image-375" title="vmwaremenu" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmwaremenu-239x300.png" alt="VMware menu" width="239" height="300" /></a></p>
<p>Start VMware console from above or from command line as follows:</p>
<blockquote><p><strong>opensuse11:~ # vmware &amp;</strong></p></blockquote>
<p>Select &#8220;<strong>Localhost</strong>&#8221; and click <strong>Connect</strong>.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmwarelogin.png"><img class="alignnone size-full wp-image-374" title="vmwarelogin" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmwarelogin.png" alt="vmware console login" width="500" height="368" /></a></p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmwareconsole.png"><img class="alignnone size-medium wp-image-373" title="vmwareconsole" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmwareconsole-300x225.png" alt="VMware console" width="300" height="225" /></a></p>
<p>When you start VMWare console, most of the settings accepted during the conifguration can be altered. For instance, to change the Virtual Machines location from /var/lib/vmware/Virtual Machines to a new location say /home. Click &#8220;Edit host settings&#8221; and change from General tab.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vms.png"><img class="alignnone size-medium wp-image-370" title="vms" src="http://www.susegeek.com/wp-content/uploads/2008/08/vms-278x300.png" alt="Edit VMware settings" width="278" height="300" /></a></p>
<p><span style="text-decoration: underline;"><strong>Create Virtual Machine</strong></span></p>
<p>To create a new Virtual machine, click &#8220;<strong>Create a new virtual machine</strong>&#8220;. This starts a new Virtual Machine wizard to help you configure and add a Virtual Machine.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine1.png"> </a><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine2.png"><img class="alignnone size-medium wp-image-365" title="vmachine2" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine2-300x225.png" alt="Virtual machine config type" width="300" height="225" /></a><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine1.png"> <img class="alignnone size-medium wp-image-364" title="vmachine1" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine1-300x225.png" alt="Virtual Machine wizard" width="300" height="225" /></a></p>
<p>Select &#8220;<strong>Typical</strong>&#8221; and click <strong>Next</strong></p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmachin3.png"><img class="alignnone size-medium wp-image-363" title="vmachin3" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmachin3-300x225.png" alt="Virtual Machine type" width="300" height="225" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine4.png"><img class="alignnone size-medium wp-image-366" title="vmachine4" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine4-300x225.png" alt="Virtual machine Name and image location" width="300" height="225" /></a></p>
<p>Enter the name of the Virtual machine and set the location of the Virtual machine (if you wish to change from the default location, else accept the defaults shown)</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine6.png"><img class="alignnone size-medium wp-image-367" title="vmachine6" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine6-300x225.png" alt="Virtual machine Disk Size" width="300" height="225" /></a></p>
<p>Set the Disk Size and based on the disk space on your hard disk select or leave the option &#8220;<strong>Allocate all disk space now</strong>&#8220;. Enabling this allocates the set disk space as an Virtual Disk image file. This can improve performance once the VM is up and running however, this can cause delay in starting the Virtual Machine because of the file size. Not enabling creates a dynamic disk that grows as the guest operating system claims. I would recommended not enabling this feature. Once disk space is set, click <strong>Finish</strong></p>
<p>To start the Virtual machine, select the Guest OS and click the play button. Here we are installing SUSE Linux 10 SP2 as aguest operating system. Once installed fully and when the guest OS is up and running, we can install the VMware Tools by clicking &#8220;Install VMware Tools&#8221; from console VM menu. Click here for more information on installing VMware Tools for guest OS.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine7.png"><img class="alignnone size-medium wp-image-368" title="vmachine7" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmachine7-300x225.png" alt="Edit Virtual machine" width="300" height="225" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmsuse2.png"><img class="alignnone size-medium wp-image-372" title="vmsuse2" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmsuse2-300x217.png" alt="VMware running" width="300" height="217" /></a></p>
<p>To edit the Virtual machine and make changes like changin memory size, setting the Networking type (change from Bridged to NAT etc), select the Virtual machine and click &#8220;Edit Virtual machine settings&#8221;.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vmachines5.png"><img class="alignnone size-medium wp-image-369" title="vmachines5" src="http://www.susegeek.com/wp-content/uploads/2008/08/vmachines5-300x225.png" alt="Virtual machine Network edit" width="300" height="225" /></a></p>
<p><span style="text-decoration: underline;"><strong>64-bit Guest OS support</strong></span></p>
<p>If you have a 64-bit hardware then you can run 64-bit guest operating systems. To verify download the <strong>Processor Check Utility for 64-Bit Compatibility</strong> utility from VMware and run to check if your hardware allows you to run 64-bit guest operating systems.</p>
<blockquote><p><strong>opensuse11~ # wget http://download3.vmware.com/software/wkst/VMware-guest64check-5.5.0-18463</strong></p>
<p><strong>opensuse11:~ # ./VMware-guest64check-5.5.0-18463</strong><br />
This host is capable of running a 64-bit guest operating system under this<br />
VMware product.</p></blockquote>
<p>Hope this helps with getting you up and running with VMWare virtualization software!</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.susegeek.com/monitoring/1-click-installs-for-nagios-addons-plugins-in-opensuse-11-0/" title="1-click installs for Nagios Addons &#038; plugins in openSUSE 11.0 (August 10, 2009)">1-click installs for Nagios Addons &#038; plugins in openSUSE 11.0</a> (3)</li>
	<li><a href="http://www.susegeek.com/monitoring/1-click-installs-for-nagios-in-opensuse-11-1/" title="1-click installs for Nagios in openSUSE 11.1 (August 10, 2009)">1-click installs for Nagios in openSUSE 11.1</a> (0)</li>
	<li><a href="http://www.susegeek.com/multimedia/abby-gui-addons-utilities-for-clivecclive/" title="abby GUI &#038; addons utilities for Clive/CClive (June 23, 2009)">abby GUI &#038; addons utilities for Clive/CClive</a> (1)</li>
	<li><a href="http://www.susegeek.com/office-productivity/abiword-free-opensource-word-processor-for-opensuse-linux/" title="AbiWord &#8211; Free opensource Word Processor for openSUSE Linux (September 11, 2008)">AbiWord &#8211; Free opensource Word Processor for openSUSE Linux</a> (2)</li>
	<li><a href="http://www.susegeek.com/multimedia/acetoneiso2-a-full-feature-rich-imageiso-tool-for-opensuse/" title="Acetoneiso2 &#8211; A full feature rich Image/ISO tool for openSUSE (August 22, 2008)">Acetoneiso2 &#8211; A full feature rich Image/ISO tool for openSUSE</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.susegeek.com/virtualization/install-and-configure-vmware-server-virtualization-in-opensuse/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Virtual Box &#8211; How to Install &amp; Configure in openSUSE</title>
		<link>http://www.susegeek.com/virtualization/virtual-box-how-to-install-configure-in-opensuse/</link>
		<comments>http://www.susegeek.com/virtualization/virtual-box-how-to-install-configure-in-opensuse/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 16:59:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[xVM]]></category>

		<guid isPermaLink="false">http://www.susegeek.com/?p=321</guid>
		<description><![CDATA[
VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL).

VirtualBox [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL).</p>
<p><span id="more-321"></span></p>
<p>VirtualBox was recently taken over by Sun Microsystems and is available as Sun xVM VirtualBox. The latest stable version of VirtualBox is Sun xVM VirtualBox 1.6.</p>
<p><span style="text-decoration: underline;"><strong>Install virtualBox in openSUSE</strong></span></p>
<p>Installation of VirtualBox in openSUSE is made easy through the 1-click installation.</p>
<p>To install VirtualBox</p>
<p>click  <a title="VirtualBox 1-click install for openSUSE 11.0" href="http://software.opensuse.org/ymp/Virtualization:VirtualBox/openSUSE_11.0/virtualbox-ose.ymp" target="_self"><img class="alignnone size-medium wp-image-356" title="oneclick3" src="http://www.susegeek.com/wp-content/uploads/2008/08/oneclick3.png" alt="1-click install" width="162" height="46" /></a> for openSUSE 11.0</p>
<p>click <a title="VirtualBox 1-click install for openSUSE 10.3" href="http://software.opensuse.org/ymp/Virtualization:VirtualBox/openSUSE_10.3_Update/virtualbox-ose.ymp" target="_blank"><img class="alignnone size-medium wp-image-356" title="oneclick3" src="http://www.susegeek.com/wp-content/uploads/2008/08/oneclick3.png" alt="1-click install" width="162" height="46" /></a>for openSUSE 10.3</p>
<p>click <a title="VirtualBox 1-click install for openSUSE 10.2" href="http://software.opensuse.org/ymp/Virtualization:VirtualBox/openSUSE_10.2_Update/virtualbox-ose.ymp" target="_blank"><img class="alignnone size-medium wp-image-356" title="oneclick3" src="http://www.susegeek.com/wp-content/uploads/2008/08/oneclick3.png" alt="1-click install" width="162" height="46" /></a>for openSUSE 10.2</p>
<p><strong><span style="color: #99cc00;">[NOTE: </span></strong><a title="Enable 1-click install in openSUSE 10.2" href="http://www.susegeek.com/general/how-to-add-1-click-install-feature-in-opensuse-102/" target="_self"><strong><span style="color: #99cc00;">Click here</span></strong></a><strong><span style="color: #99cc00;"> to enable 1-click install support in openSUSE 10.2]</span></strong></p>
<p>This will download the YMP file and open it automatically with YaST Package Manager. The fist screen will prompt you to add the VirtualBox Repositories &amp; openSUSE update repositories. Click Next.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox1.png"><img class="alignnone size-medium wp-image-353" title="virtualbox1" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox1-300x200.png" alt="Add repositories" width="300" height="200" /></a></p>
<p>In the next Sofwtare installation window, click Next. And, again click next on the Summary window which informs of you of the addition of repositories and the installation of VirtualBox software. This will download and the repositories, then install VirtualBox software and required dependencies including the kernel module for VirtualBox (virtualbox-ose-kmp-default). Click &#8220;Finish&#8221; in the final installtion window.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox2.png"><img class="alignnone size-medium wp-image-354" title="virtualbox2" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox2-300x200.png" alt="VirtualBox install" width="300" height="200" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox3.png"><img class="alignnone size-medium wp-image-355" title="virtualbox3" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox3-300x200.png" alt="Install Summary" width="300" height="200" /></a></p>
<p><span style="text-decoration: underline;"><strong>Add Additional Packages</strong></span></p>
<p>You may also install the additional packages virtualbox-ose-guest-tools xorg-x11-driver-virtualbox-ose for video and mouse drivers for Xorg X11</p>
<p>To install additional packages,</p>
<p>From Computer, click Install Software and search for virtualbox. This should showup the above packages, select the packages and click Accept to install the packages. That should install all the required packages.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox30.png"><img class="alignnone size-medium wp-image-344" title="virtualbox30" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox30-300x200.png" alt="VirtualBox additional Packages" width="300" height="200" /></a></p>
<p><span style="text-decoration: underline;"><strong>Add user to vboxusers group</strong></span></p>
<p>If you want to run Virtualbox as a non-root user then you need to add the required users to the group &#8220;vboxusers&#8221;. The ownership info can be found in</p>
<p><strong>/etc/udev/rules.d/60-vboxdrv.rules</strong> file</p>
<blockquote><p><strong>opensuse11:/etc # cat /etc/udev/rules.d/60-vboxdrv.rules</strong><br />
KERNEL==&#8221;vboxdrv&#8221;, NAME=&#8221;vboxdrv&#8221;, OWNER=&#8221;root&#8221;, GROUP=&#8221;vboxusers&#8221;, MODE=&#8221;0660&#8243;</p></blockquote>
<p>To add user to the group, click <strong>Computer -  YaST &#8211; Security and Users &#8211; User and Group Management</strong>.<br />
<a href="http://www.susegeek.com/wp-content/uploads/2008/08/useredit.png"><img class="alignnone size-medium wp-image-322" title="useredit" src="http://www.susegeek.com/wp-content/uploads/2008/08/useredit-300x174.png" alt="Users and Group management" width="300" height="174" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/useredit2.png"><img class="alignnone size-medium wp-image-323" title="useredit2" src="http://www.susegeek.com/wp-content/uploads/2008/08/useredit2-300x200.png" alt="Edit user" width="300" height="200" /></a><br />
Select the user and click Edit and select the &#8220;Details&#8221; tab, under additional groups, select &#8220;vboxuser&#8221; and click OK and click Finish.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/useredit3.png"><img class="alignnone size-medium wp-image-357" title="useredit3" src="http://www.susegeek.com/wp-content/uploads/2008/08/useredit3-300x200.png" alt="Add user to vboxusers group" width="300" height="200" /></a></p>
<p>Failing to add the user to the group may result in the following error</p>
<p><span style="color: #ff0000;"><em>The VirtualBox kernel driver is not accessible to the current user. Make sure that the user has write permissions for /dev/vboxdrv by adding them to the vboxusers groups. You will need to logout for the change to take effect..<br />
VBox status code: -1909 (VERR_VM_DRIVER_NOT_ACCESSIBLE).<br />
</em></span><br />
<span style="text-decoration: underline;"><strong>Start VirtualBox</strong></span></p>
<p>VirtualBox should be available under Applications &#8211; System  as VirtualBox OSE.<br />
<a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox4.png"><img class="alignnone size-medium wp-image-327" title="virtualbox4" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox4-239x300.png" alt="Applications - System - VirtualBox OSE" width="239" height="300" /></a><br />
Starting VirtualBox for the first time will request you to register using Name and email address. Once registered, will lead you to the default VirtualBox Console window. From here you can control the Virtual machines, Virtual Disks, Edit settings of Virtual machines including adding/removing CDROM/images, changing network settings like NAT, memory Hard disk etc.<br />
<a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox5.png"><img class="alignnone size-medium wp-image-328" title="virtualbox5" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox5-300x214.png" alt="Virtual machine Registration" width="300" height="214" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox6.png"><img class="alignnone size-medium wp-image-329" title="virtualbox6" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox6.png" alt="Registration  Complete" width="276" height="157" /></a><br />
Creating New Virtual machine</p>
<p>To create a new Virtual Machine, click New. This will start the wizard, click Next.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox7.png"><img class="alignnone size-medium wp-image-330" title="virtualbox7" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox7-300x214.png" alt="Virtual machine wizard" width="300" height="214" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox8.png"><img class="alignnone size-medium wp-image-331" title="virtualbox8" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox8-300x204.png" alt="Wizard Welcome" width="300" height="204" /></a><br />
Enter the name for the Virtual machine and select the OS type. Support operating System types include windows, Linux 32/64/intel/amd, popular Linux distributions, Solaris, openSUSE and BSDs. here we choose openSUSE as the type of OS.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox9.png"><img class="alignnone size-medium wp-image-332" title="virtualbox9" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox9-300x204.png" alt="VM name and type" width="300" height="204" /></a></p>
<p>Set the memory size for the Virtual machine and click Next.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox10.png"><img class="alignnone size-medium wp-image-333" title="virtualbox10" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox10-300x204.png" alt="Set VM Memory" width="300" height="204" /></a><br />
In the next window, click New to create a new Hard Disk (if you copied or already created a Virtual Disk then you may choose to select the disk rather than creating a new one) and click Add. This will start the Virtual Disk wizard. Select the disk type. The type is purely based on your Disk space availability. If you have lots of space then can choose &#8220;Fixed-Size image&#8221;. This will create a Disk image file with a set size and can improve performance. Alternatively, choosing a Dynamic Expaning image&#8221; holds a small amount of local disk space and expands as more space is claimed by the guest OS. We choose a &#8220;Dynamic&#8221; image here. Enter the image name and set the size of the disk, click Next and Finish. This adds the new disk image.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox11.png"><img class="alignnone size-medium wp-image-334" title="virtualbox11" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox11-300x204.png" alt="Set VM Hard Disk" width="300" height="204" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox12.png"><img class="alignnone size-medium wp-image-335" title="virtualbox12" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox12-300x222.png" alt="Hard Disk Wizard" width="300" height="222" /></a></p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox13.png"><img class="alignnone size-medium wp-image-336" title="virtualbox13" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox13-300x204.png" alt="Hard Disk Wizard Welcome" width="300" height="204" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox14.png"><img class="alignnone size-medium wp-image-337" title="virtualbox14" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox14-300x204.png" alt="Image type" width="300" height="204" /></a></p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox15.png"><img class="alignnone size-medium wp-image-338" title="virtualbox15" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox15-300x204.png" alt="Hard Disk Size" width="300" height="204" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox16.png"><img class="alignnone size-medium wp-image-339" title="virtualbox16" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox16-300x204.png" alt="Hard Disk wizard complete" width="300" height="204" /></a></p>
<p>Click Next and Finish on the Virtual machine Wizard to complete adding the Virtual Machine.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox17.png"><img class="alignnone size-medium wp-image-340" title="virtualbox17" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox17-300x204.png" alt="VM Wizard " width="300" height="204" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox18.png"><img class="alignnone size-medium wp-image-341" title="virtualbox18" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox18-300x216.png" alt="VM Summary" width="300" height="216" /></a><br />
To change any of the settings of the VM, click settings and select the relevant option to change it accordingly. For instance, if you wish to change from NAT interface (NATs its IP address to the host IP) to Host interface (connects to the local subnet of the host using the host interface).</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox20.png"><img class="alignnone size-medium wp-image-342" title="virtualbox20" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox20-300x214.png" alt="VM Created" width="300" height="214" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox21.png"><img class="alignnone size-medium wp-image-343" title="virtualbox21" src="http://www.susegeek.com/wp-content/uploads/2008/08/virtualbox21-300x277.png" alt="Edit Network Settings" width="300" height="277" /></a></p>
<p>When you start the Virtual Machine, again comes a one time wizard to install and OS on your VM. This is optional. Click Next, Choose between CDROM/Floopy addition option and then CDROM or ISO image if CDROM is selected and click Next and click Finish.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vm1.png"><img class="alignnone size-medium wp-image-345" title="vm1" src="http://www.susegeek.com/wp-content/uploads/2008/08/vm1-300x248.png" alt="VM First run wizard" width="300" height="248" /></a> <a href="http://www.susegeek.com/wp-content/uploads/2008/08/vm2.png"><img class="alignnone size-medium wp-image-346" title="vm2" src="http://www.susegeek.com/wp-content/uploads/2008/08/vm2-300x248.png" alt="CDROM Mount" width="300" height="248" /></a></p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vm3.png"><img class="alignnone size-medium wp-image-347" title="vm3" src="http://www.susegeek.com/wp-content/uploads/2008/08/vm3-300x248.png" alt="Summary" width="300" height="248" /></a></p>
<p>Off you go, your Virtual Machine is up and running.</p>
<p><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vm4.png"><img class="alignnone size-medium wp-image-348" title="vm4" src="http://www.susegeek.com/wp-content/uploads/2008/08/vm4-300x244.png" alt="VM Starts" width="300" height="244" /></a><a href="http://www.susegeek.com/wp-content/uploads/2008/08/vm5.png"> <img class="alignnone size-medium wp-image-349" title="vm5" src="http://www.susegeek.com/wp-content/uploads/2008/08/vm5-300x244.png" alt="Ready to install" width="300" height="244" /></a></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.susegeek.com/monitoring/1-click-installs-for-nagios-addons-plugins-in-opensuse-11-0/" title="1-click installs for Nagios Addons &#038; plugins in openSUSE 11.0 (August 10, 2009)">1-click installs for Nagios Addons &#038; plugins in openSUSE 11.0</a> (3)</li>
	<li><a href="http://www.susegeek.com/monitoring/1-click-installs-for-nagios-in-opensuse-11-1/" title="1-click installs for Nagios in openSUSE 11.1 (August 10, 2009)">1-click installs for Nagios in openSUSE 11.1</a> (0)</li>
	<li><a href="http://www.susegeek.com/multimedia/abby-gui-addons-utilities-for-clivecclive/" title="abby GUI &#038; addons utilities for Clive/CClive (June 23, 2009)">abby GUI &#038; addons utilities for Clive/CClive</a> (1)</li>
	<li><a href="http://www.susegeek.com/office-productivity/abiword-free-opensource-word-processor-for-opensuse-linux/" title="AbiWord &#8211; Free opensource Word Processor for openSUSE Linux (September 11, 2008)">AbiWord &#8211; Free opensource Word Processor for openSUSE Linux</a> (2)</li>
	<li><a href="http://www.susegeek.com/multimedia/acetoneiso2-a-full-feature-rich-imageiso-tool-for-opensuse/" title="Acetoneiso2 &#8211; A full feature rich Image/ISO tool for openSUSE (August 22, 2008)">Acetoneiso2 &#8211; A full feature rich Image/ISO tool for openSUSE</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.susegeek.com/virtualization/virtual-box-how-to-install-configure-in-opensuse/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How to install VirtualBox Guest Additions for openSUSE guest OS</title>
		<link>http://www.susegeek.com/virtualization/how-to-install-virtualbox-guest-additions-for-opensuse-guest-os/</link>
		<comments>http://www.susegeek.com/virtualization/how-to-install-virtualbox-guest-additions-for-opensuse-guest-os/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 15:41:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Guest-Additions]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.susegeek.com/?p=64</guid>
		<description><![CDATA[
VirtualBox (now Sun xVM) Guest Additions are a set of drivers and utilities that are shipped as a subset of VirtualBox for the purpose of being installed inside a Guest Computer to improve its performance and cooperation with the rest of the Product.

If you are running openSUSE as a guest OS and want to install [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
VirtualBox (now Sun xVM) Guest Additions are a set of drivers and utilities that are shipped as a subset of VirtualBox for the purpose of being installed inside a Guest Computer to improve its performance and cooperation with the rest of the Product.</p>
<p><span id="more-64"></span></p>
<p>If you are running openSUSE as a guest OS and want to install the VirtualBox Guest Additions then follow the procedure below:</p>
<p><strong><span style="text-decoration: underline;">Install GNU C Compiler, Make and Kernel Source</span></strong></p>
<p>The VirtualBox Guest Additions require the GNU C compiler, make utility and the Kernel-Source packages to be installed if not previously installed.</p>
<p><strong><span style="text-decoration: underline;">Switch user to Root and install the packages</span></strong></p>
<blockquote><p><strong>saibaba@opensuse:~&gt; su -<br />
password:</strong></p>
<p><strong>opensuse:~# yast2 &#8211;install gcc gcc-c++ make kernel-source</strong></p></blockquote>
<p>This installs the GNU C, C++ compilers, Kernel-Source package and the make utility.</p>
<p>Now, from the host OS, on the Guest OS Virtualbox Devices menu, click &#8220;Install Guest Additions&#8230;&#8221; this mounts a virtual CD volume  on the openSUSE guest OS under</p>
<blockquote><p><strong>/media/cdrom/VBOXADDITIONS_&lt;version&gt;</strong></p></blockquote>
<p>here it is</p>
<blockquote><p><strong>/media/cdrom/VBOXADDITIONS_1.6.2_31466</strong></p></blockquote>
<p><strong><span style="text-decoration: underline;">Change directory to that window and run the install script</span></strong></p>
<blockquote><p><strong>opensuse:~# cd /media/cdrom/VBOXADDITIONS_1.6.2_31466/</strong></p>
<p><strong>opensuse:~# ./VBoxLinuxAdditions.run all</strong></p></blockquote>
<p>This should install the VirtualBox Guest Additions. Now restart the openSUSE guest OS for the additions to take effect. The Guest Additions improve guest performance and user experience including display settings etc.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.susegeek.com/monitoring/1-click-installs-for-nagios-addons-plugins-in-opensuse-11-0/" title="1-click installs for Nagios Addons &#038; plugins in openSUSE 11.0 (August 10, 2009)">1-click installs for Nagios Addons &#038; plugins in openSUSE 11.0</a> (3)</li>
	<li><a href="http://www.susegeek.com/monitoring/1-click-installs-for-nagios-in-opensuse-11-1/" title="1-click installs for Nagios in openSUSE 11.1 (August 10, 2009)">1-click installs for Nagios in openSUSE 11.1</a> (0)</li>
	<li><a href="http://www.susegeek.com/multimedia/abby-gui-addons-utilities-for-clivecclive/" title="abby GUI &#038; addons utilities for Clive/CClive (June 23, 2009)">abby GUI &#038; addons utilities for Clive/CClive</a> (1)</li>
	<li><a href="http://www.susegeek.com/office-productivity/abiword-free-opensource-word-processor-for-opensuse-linux/" title="AbiWord &#8211; Free opensource Word Processor for openSUSE Linux (September 11, 2008)">AbiWord &#8211; Free opensource Word Processor for openSUSE Linux</a> (2)</li>
	<li><a href="http://www.susegeek.com/multimedia/acetoneiso2-a-full-feature-rich-imageiso-tool-for-opensuse/" title="Acetoneiso2 &#8211; A full feature rich Image/ISO tool for openSUSE (August 22, 2008)">Acetoneiso2 &#8211; A full feature rich Image/ISO tool for openSUSE</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.susegeek.com/virtualization/how-to-install-virtualbox-guest-additions-for-opensuse-guest-os/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>
