<?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>Aleksandar Gvozden Info &#187; Virtualizacija</title>
	<atom:link href="http://www.gvozden.info/category/informacione-tehnologije/virtualizacija/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gvozden.info</link>
	<description>Moje crtice... &#124; Otpor do pobede!</description>
	<lastBuildDate>Fri, 13 Jan 2012 09:54:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Linux Kernel 3.0 is out (with KVM and Xen included)</title>
		<link>http://www.gvozden.info/linux-kernel-3-0-is-out-with-kvm-and-xen-included/</link>
		<comments>http://www.gvozden.info/linux-kernel-3-0-is-out-with-kvm-and-xen-included/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 19:02:00 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Virtualizacija]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=531</guid>
		<description><![CDATA[Last week, Linux kernel father Linus Torvalds announced the release of version 3.0 of the Linux Kernel. This release does not introduce any binary incompatibility neither major changes. Virtualization.info already covered the 3.0 release with regards to the integration of both KVM and Xen in the mainline tree of the kernel sources. &#160; For Xen, this [...]<p><a href="http://www.gvozden.info/linux-kernel-3-0-is-out-with-kvm-and-xen-included/">Linux Kernel 3.0 is out (with KVM and Xen included)</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xen.org/"><img src="http://cdn1.virtualization.info/en/logos/xen.gif" alt="" /></a></p>
<p>Last week, Linux kernel father Linus Torvalds <a href="https://lkml.org/lkml/2011/7/21/455">announced</a> the release of version 3.0 of the Linux Kernel. This release does not  introduce any binary incompatibility neither major changes.</p>
<p>Virtualization.info already <a href="http://virtualization.info/en/news/2011/06/xen-and-kvm-both-included-in-upcoming-linux-3-0.html">covered</a> the 3.0 release with regards to the integration of both KVM and Xen in the mainline tree of the kernel sources.</p>
<p>&nbsp;</p>
<p>For Xen, this release means no more patches to the Linux kernel in  order to make Linux virtual machines run as guests. In fact, Xen is a  Type-1 hypervisor, so hosted operating systems need to have proper  support built-in to run smoothly on virtualized hardware. Until now, a  substantial Linux kernel patch had to be applied in order to add this  support in the linux guest.</p>
<p>KVM, instead, is a Type-2 hypervisor, which runs itself on top of and operating system.</p>
<p>A full list of Xen related changes in the Linux kernel can be found <a href="http://wiki.xensource.com/xenwiki/XenParavirtOps">here</a> on the Xen wiki.</p>
<p><a href="http://virtualization.info" target="_blank">http://virtualization.info</a></p>
<p><a href="http://www.gvozden.info/linux-kernel-3-0-is-out-with-kvm-and-xen-included/">Linux Kernel 3.0 is out (with KVM and Xen included)</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/linux-kernel-3-0-is-out-with-kvm-and-xen-included/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenServer &#8211; Adding a local Iso Storage</title>
		<link>http://www.gvozden.info/xenserver-adding-a-local-iso-storage/</link>
		<comments>http://www.gvozden.info/xenserver-adding-a-local-iso-storage/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 18:04:02 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Virtualizacija]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=509</guid>
		<description><![CDATA[Login to your Xenserver with ssh and create a iso folder mkdir -p /var/opt/xen/iso_import Then, create the ISO store like this xe sr-create name-label=&#8221;Local ISO&#8221; type=iso device-config:location=/var/opt/xen/iso_import/ device-config:legacy_mode=true content-type=iso &#8212; If You want to install Debian Lenny, as defined VM, maybe is better to use Remote URL: http://ftp.de.debian.org/debian/ XenServer &#8211; Adding a local Iso Storage [...]<p><a href="http://www.gvozden.info/xenserver-adding-a-local-iso-storage/">XenServer &#8211; Adding a local Iso Storage</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p><em>Login to your Xenserver with ssh and create a iso folder</em></p>
<blockquote><p>mkdir -p /var/opt/xen/iso_import</p></blockquote>
<p><em>Then, create the ISO store like this</em></p>
<blockquote><p>xe sr-create name-label=&#8221;Local ISO&#8221; type=iso  device-config:location=/var/opt/xen/iso_import/  device-config:legacy_mode=true content-type=iso</p></blockquote>
<p>&#8212;</p>
<p>If You want to install Debian Lenny, as defined VM, maybe is better to use Remote URL:</p>
<p><em>http://ftp.de.debian.org/debian/</em></p>
<p><a href="http://www.gvozden.info/xenserver-adding-a-local-iso-storage/">XenServer &#8211; Adding a local Iso Storage</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/xenserver-adding-a-local-iso-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing XenServer Tools on Ubuntu 10.04</title>
		<link>http://www.gvozden.info/installing-xenserver-tools-on-ubuntu-10-04/</link>
		<comments>http://www.gvozden.info/installing-xenserver-tools-on-ubuntu-10-04/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 14:37:04 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Virtualizacija]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xen server]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=388</guid>
		<description><![CDATA[Ukoliko želite da iskoristite sve mogućnosti ubuntu servera na xen virtualizaciji potrebno je da se instalira xenserver-tools alatka. Međutim, montiranje slike diska i pokretanje instalacije ne pomaže. Uradite po ovom uputstvu: http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04 Jedna napomena je da će trebati mnogo više pažnje ukoliko imate više diskova. Tada treba voditi računa o njihovim identifikacijama. Naravno, podrazumeva se [...]<p><a href="http://www.gvozden.info/installing-xenserver-tools-on-ubuntu-10-04/">Installing XenServer Tools on Ubuntu 10.04</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Ukoliko želite da iskoristite sve mogućnosti ubuntu servera na xen virtualizaciji potrebno je da se instalira <em>xenserver-tools</em> alatka. Međutim, montiranje slike diska i pokretanje instalacije ne pomaže.</p>
<p>Uradite po ovom uputstvu:</p>
<p><a href="http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04" target="_blank">http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04</a></p>
<p>Jedna napomena je da će trebati mnogo više pažnje ukoliko imate više diskova. Tada treba voditi računa o njihovim identifikacijama.</p>
<p>Naravno, podrazumeva se da ste kreirali snepšut (<em>snapshoot</em> &#8211; slika trenutnog stanja).</p>
<p>Ukoliko imate problema možete iskoristiti i sledeće uputstvo za instalaciju ubunta na xen server:</p>
<p><a href="http://www.isaaczarb.com/installing-ubuntu-9-04-pv-on-citrix-xenserver/" target="_blank">http://www.isaaczarb.com/installing-ubuntu-9-04-pv-on-citrix-xenserver/</a></p>
<p><a href="http://www.gvozden.info/installing-xenserver-tools-on-ubuntu-10-04/">Installing XenServer Tools on Ubuntu 10.04</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/installing-xenserver-tools-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.gvozden.info @ 2012-02-06 13:57:38 -->
