<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: My Profile</title>
	<atom:link href="http://blog.ronnyegner-consulting.de/about-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ronnyegner-consulting.de</link>
	<description>Ronny Egners Blog about Oracle, UNIX and EMC / Legato Networker</description>
	<lastBuildDate>Mon, 23 Aug 2010 06:12:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ronny Egner</title>
		<link>http://blog.ronnyegner-consulting.de/about-2/comment-page-1/#comment-1789</link>
		<dc:creator>Ronny Egner</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ronnyegner-consulting.de/?page_id=948#comment-1789</guid>
		<description>Yes, ASM checks disk headers on startup. I guess something corrupted the disk header. So you are unable to mount the diskgroup. You can query the disk header with kfed utility (check here: http://blog.ronnyegner-consulting.de/2009/09/21/building-the-kfed-utility/).</description>
		<content:encoded><![CDATA[<p>Yes, ASM checks disk headers on startup. I guess something corrupted the disk header. So you are unable to mount the diskgroup. You can query the disk header with kfed utility (check here: <a href="http://blog.ronnyegner-consulting.de/2009/09/21/building-the-kfed-utility/)" rel="nofollow">http://blog.ronnyegner-consulting.de/2009/09/21/building-the-kfed-utility/)</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.ronnyegner-consulting.de/about-2/comment-page-1/#comment-1788</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ronnyegner-consulting.de/?page_id=948#comment-1788</guid>
		<description>Your comment is awaiting moderation.

Hello

We recently suffered from a ASM diskgroup failiure on out standby DB(Solaris 10(x86)). The problem was corrupt ASM metadata. The wierd thing was the (standby) DG was only offlined after a delete statement was issued at our production site ( which was DataGuarded) to a standby site) which (according to oracle) accessed these corrupt ASM metadata block which offlined the (standby) DiskGroup.

My question to you is When trying to startup the ASM instance, how does it know it has corrupt ASM metadta, does it check them all on startup.

If not, is it still possible to start the ASM Instance, even with corrupt ASM Metadata( not an official way of course, Im looking for a hack!!!!!)

Many thanks

Frank</description>
		<content:encoded><![CDATA[<p>Your comment is awaiting moderation.</p>
<p>Hello</p>
<p>We recently suffered from a ASM diskgroup failiure on out standby DB(Solaris 10(x86)). The problem was corrupt ASM metadata. The wierd thing was the (standby) DG was only offlined after a delete statement was issued at our production site ( which was DataGuarded) to a standby site) which (according to oracle) accessed these corrupt ASM metadata block which offlined the (standby) DiskGroup.</p>
<p>My question to you is When trying to startup the ASM instance, how does it know it has corrupt ASM metadta, does it check them all on startup.</p>
<p>If not, is it still possible to start the ASM Instance, even with corrupt ASM Metadata( not an official way of course, Im looking for a hack!!!!!)</p>
<p>Many thanks</p>
<p>Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny Egner</title>
		<link>http://blog.ronnyegner-consulting.de/about-2/comment-page-1/#comment-22</link>
		<dc:creator>Ronny Egner</dc:creator>
		<pubDate>Tue, 27 Oct 2009 07:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ronnyegner-consulting.de/?page_id=948#comment-22</guid>
		<description>Hi Nikhil,
at least i will try.
I understand from your question that you want to build a 10g RAC with OEL 5.3 as operating system with some kind of virtualization (either VMWARE or Oracle VM).

So let me starting with some remarks:
- RAC mean at least TWO nodes (or systems); if you use virtualization you might get away with one system but that should be used for educational purposes only
- VMWARE (ESX or ESXi) is an operating system on it´s own. It is installed on the server (plus some management interface) just like an operating system. With the
VMWARE Management Console you create your virtual machines, start them and install the operating system there.
- Oracle VM is also installed like an operating system. If you installed OEL or Red Hat before you will notice the installer is the same and asking the same questions.
After installation you need to create VMs and install an operating system there.
- Note that RAC in virtualized environments is only supported on Oracle VM!

The Hardware needed for running a RAC is low: at least 2 Cores (one for each node) and at least 4 GB memory (2 GB for each node).
The 2 GB memory for each node are required for the operating system itself (1 GB) plus the clusterware components (1 GB). If you
need a database instance (of course you do) just add the amount of memory you need to each node. For the oracle application
component you also need some memory.

So my basic recommendation for starting would be: a Quad-Core-CPU with 16 GB memory for a two-node rac cluster.
Required space per node is approx 100 GB plus database size.


Ronny</description>
		<content:encoded><![CDATA[<p>Hi Nikhil,<br />
at least i will try.<br />
I understand from your question that you want to build a 10g RAC with OEL 5.3 as operating system with some kind of virtualization (either VMWARE or Oracle VM).</p>
<p>So let me starting with some remarks:<br />
- RAC mean at least TWO nodes (or systems); if you use virtualization you might get away with one system but that should be used for educational purposes only<br />
- VMWARE (ESX or ESXi) is an operating system on it´s own. It is installed on the server (plus some management interface) just like an operating system. With the<br />
VMWARE Management Console you create your virtual machines, start them and install the operating system there.<br />
- Oracle VM is also installed like an operating system. If you installed OEL or Red Hat before you will notice the installer is the same and asking the same questions.<br />
After installation you need to create VMs and install an operating system there.<br />
- Note that RAC in virtualized environments is only supported on Oracle VM!</p>
<p>The Hardware needed for running a RAC is low: at least 2 Cores (one for each node) and at least 4 GB memory (2 GB for each node).<br />
The 2 GB memory for each node are required for the operating system itself (1 GB) plus the clusterware components (1 GB). If you<br />
need a database instance (of course you do) just add the amount of memory you need to each node. For the oracle application<br />
component you also need some memory.</p>
<p>So my basic recommendation for starting would be: a Quad-Core-CPU with 16 GB memory for a two-node rac cluster.<br />
Required space per node is approx 100 GB plus database size.</p>
<p>Ronny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil Mistry</title>
		<link>http://blog.ronnyegner-consulting.de/about-2/comment-page-1/#comment-21</link>
		<dc:creator>Nikhil Mistry</dc:creator>
		<pubDate>Tue, 27 Oct 2009 06:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ronnyegner-consulting.de/?page_id=948#comment-21</guid>
		<description>Hi ronny,
I was wondering if you can advise me of buying a hardware for me to install oracle Application with 10gRAC on OEL 5.3 with oracle vmware.
is this system need to be bare bone or if there is window OS installed that can be wipedout and Linux can be installed?
I have implemented oracle apps and middleware on several unix system which was already configured by OS sysAdmin but never have done by myself on any bare bone Pc or server !!</description>
		<content:encoded><![CDATA[<p>Hi ronny,<br />
I was wondering if you can advise me of buying a hardware for me to install oracle Application with 10gRAC on OEL 5.3 with oracle vmware.<br />
is this system need to be bare bone or if there is window OS installed that can be wipedout and Linux can be installed?<br />
I have implemented oracle apps and middleware on several unix system which was already configured by OS sysAdmin but never have done by myself on any bare bone Pc or server !!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
