<?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>vizz.info &#187; oracle enterprise</title>
	<atom:link href="http://vizz.info/category/oracle-enterprise/feed/" rel="self" type="application/rss+xml" />
	<link>http://vizz.info</link>
	<description>virtualisation information about vm host &#38; guest technologies (OpenVZ &#38; Xen etc)</description>
	<lastBuildDate>Wed, 08 Sep 2010 18:41:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oracle GNU/Linux 5.2 and Oracle Xen VM Server 2.1.2</title>
		<link>http://vizz.info/2008/11/oracle-gnulinux-52-and-oracle-xen-vm-server-212/</link>
		<comments>http://vizz.info/2008/11/oracle-gnulinux-52-and-oracle-xen-vm-server-212/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 17:14:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[download]]></category>
		<category><![CDATA[oracle enterprise]]></category>
		<category><![CDATA[oracle xen vm]]></category>
		<category><![CDATA[vm guest]]></category>
		<category><![CDATA[vm host]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://vizz.info/?p=177</guid>
		<description><![CDATA[Oracle GNU/Linux 5.2 and Oracle Xen VM Server 2.1.2 ISOs are now available for download from:
http://www.oracle.com/virtualization

Oracle Enterprise Linux Release 5 Update 2
http://edelivery.oracle.com/linux
Oracle VM Server 2.1.2
http://edelivery.oracle.com/oraclevm
Oracle VM Manager 2.1.2
http://edelivery.oracle.com/oraclevm

and you can get some Oracle Xen VM templates from

http://www.oracle.com/technology/products/vm/templates.html

]]></description>
		<wfw:commentRss>http://vizz.info/2008/11/oracle-gnulinux-52-and-oracle-xen-vm-server-212/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Hat RHEL, CentOS, OEL 4 &amp; 5 SAN filesystems go readonly !</title>
		<link>http://vizz.info/2008/06/red-hat-rhel-5-centos-5-oel-5-san-filesystems-go-readonly/</link>
		<comments>http://vizz.info/2008/06/red-hat-rhel-5-centos-5-oel-5-san-filesystems-go-readonly/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 09:00:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[oracle enterprise]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://vizz.info/?p=135</guid>
		<description><![CDATA[Apparently there is a problem in the kernel used in Red Hat RHEL 4&#38;5, CentOS 4&#38;5, OEL 4&#38;5, SUSE, Ubuntu 7 and other GNU/Linux distributions that causes EXT2 EXT3 filesystems that are residing on SANs to randomly go read-only !
However if you are using kernel 2.6.18-53.1.21+ or  2.6.22+ you should be ok !
See Red Hat

https://rhn.redhat.com/errata/RHSA-2007-0014.html
http://kbase.redhat.com/faq/FAQ_85_10846.shtm
http://kbase.redhat.com/faq/FAQ_85_9610.shtm
https://bugzilla.redhat.com/show_bug.cgi?id=213921

See [...]]]></description>
		<wfw:commentRss>http://vizz.info/2008/06/red-hat-rhel-5-centos-5-oel-5-san-filesystems-go-readonly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto use yum excludes to prevent kernel updates breaking VMware kernel modules</title>
		<link>http://vizz.info/2008/02/howto-use-yum-excludes-to-prevent-kernel-updates-breaking-vmware-kernel-modules/</link>
		<comments>http://vizz.info/2008/02/howto-use-yum-excludes-to-prevent-kernel-updates-breaking-vmware-kernel-modules/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 11:53:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[oracle enterprise]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[vm guest]]></category>
		<category><![CDATA[vm host]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://vizzr.info/2008/02/15/howto-use-yum-excludes-to-prevent-kernel-updates-breaking-vmware-kernel-modules/</guid>
		<description><![CDATA[If you are using CentOS 5 , Oracle Enterprise 5 or Red Hat Enterprise 5 as a VMware host or guest you can edit /etc/yum.conf and add a line
exclude=kernel*
this should prevent yum updating your kernel and thus breaking vmware services modules in vmware server and vmware services modules in vmware guest tools
also see
http://www.linuxmanpages.com/man5/yum.conf.5.php
http://linux.die.net/man/5/yum.conf
]]></description>
		<wfw:commentRss>http://vizz.info/2008/02/howto-use-yum-excludes-to-prevent-kernel-updates-breaking-vmware-kernel-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Xen VM Server pre-built Xen VM guests now available</title>
		<link>http://vizz.info/2008/01/oracle-xen-dom0-vm-server-pre-built-xen-domu-guests-now-available/</link>
		<comments>http://vizz.info/2008/01/oracle-xen-dom0-vm-server-pre-built-xen-domu-guests-now-available/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 19:17:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle enterprise]]></category>
		<category><![CDATA[oracle xen vm]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vm guest]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pre-built]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://vizzr.info/2008/01/09/oracle-xen-dom0-vm-server-pre-built-xen-domu-guests-now-available/</guid>
		<description><![CDATA[Oracle have just released pre-built para-virtualised Xen domu guests of Oracle Unbreakable GNU/Linux and Oracle 11g DB available for download:

Oracle Xen VM Server Templates
Oracle Unbreakable Enterprise GNU/Linux VM guests
Oracle Database VM guests

]]></description>
		<wfw:commentRss>http://vizz.info/2008/01/oracle-xen-dom0-vm-server-pre-built-xen-domu-guests-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualisation.Info virtualisation blog</title>
		<link>http://vizz.info/2007/11/virtualisationinfo-virtualisation-blog/</link>
		<comments>http://vizz.info/2007/11/virtualisationinfo-virtualisation-blog/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 09:05:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[openvz]]></category>
		<category><![CDATA[oracle enterprise]]></category>
		<category><![CDATA[oracle xen vm]]></category>
		<category><![CDATA[rPath]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://vizzr.info/2007/11/19/virtualisationinfo-virtualisation-blog/</guid>
		<description><![CDATA[http://www.virtualization.info/ continues to be a source of some of the best virtualisation articles available
http://www.virtualization.info/2007/01/hidden-risk-of-virtual-appliances.html
http://www.virtualization.info/2006/12/choosing-between-vmware-server-and-esx.html
http://www.virtualization.info/2007/11/thinsy-announces-7th-xen-based.html
http://www.virtualization.info/2007/11/red-hat-adopts-xen-31-in-its-new.html
http://www.virtualization.info/2007/11/whitepaper-understanding-full.html
( http://www.vmware.com/files/pdf/VMware_paravirtualization.pdf )
]]></description>
		<wfw:commentRss>http://vizz.info/2007/11/virtualisationinfo-virtualisation-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle VM</title>
		<link>http://vizz.info/2007/11/oracle-vm/</link>
		<comments>http://vizz.info/2007/11/oracle-vm/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 18:04:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle enterprise]]></category>
		<category><![CDATA[oracle xen vm]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[vm guest]]></category>
		<category><![CDATA[vm host]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://vizzr.info/2007/11/14/oracle-vm/</guid>
		<description><![CDATA[Oracle is entering the virtualization space with Oracle VM
http://www.oracle.com/technologies/virtualization/index.html
http://enterpriselinuxlog.blogs.techtarget.com/2007/11/12/oracle-vm-takes-on-everyone/
News broke this morning that Oracle is entering the virtualization space with Oracle VM. Toes were stepped on, canned analyst comments were issued via press release, and the virtualization space once again proved that it is hot, hot, hot and has no intention of settling down just [...]]]></description>
		<wfw:commentRss>http://vizz.info/2007/11/oracle-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
