<?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>Oracle RAC, Virtualization and Exadata Expert</title>
	<atom:link href="http://www.dbaexpert.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbaexpert.com/blog</link>
	<description>Oracle ACE Director: Charles Kim</description>
	<lastBuildDate>Thu, 16 May 2013 13:18:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Setup udev rules with Red Hat 5/6 on VMware</title>
		<link>http://www.dbaexpert.com/blog/setup-udev-rules-with-red-hat-56-on-vmware/</link>
		<comments>http://www.dbaexpert.com/blog/setup-udev-rules-with-red-hat-56-on-vmware/#comments</comments>
		<pubDate>Thu, 16 May 2013 05:21:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASM]]></category>
		<category><![CDATA[Exadata]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[ASMLIB]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[udev rules]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=433</guid>
		<description><![CDATA[To work on VMware Fusion, set the following on the .vmx file; without this entry, the scsi_id command does not return any values by default. disk.EnableUUID = &#8220;TRUE&#8221;    Retrieve and generate a unique SCSI identifier with the scsi_id command: [root@rhel59dra ~]# /sbin/scsi_id -g -u -s /block/sdc 36000c29b80c12910ca4e6a95a1949d8b [root@rhel59dra ~]# /sbin/scsi_id -g -u -s /block/sdd 36000c29344da4eab5b78409de3706424 [...]]]></description>
				<content:encoded><![CDATA[<p><!--?xml version="1.0" encoding="UTF-8" standalone="no"?--></p>
<div style="font-family: Consolas;">To work on <strong>VMware Fusion</strong>, set the following on the .vmx file; without this entry<span style="font-family: 'Trebuchet MS';">, the scsi_id command does not return any values by default.</span></div>
<div style="font-family: Consolas;">disk.EnableUUID = &#8220;TRUE&#8221; </div>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;"><strong>Retrieve and generate a unique SCSI identifier with the scsi_id command:</strong></div>
<p><span style="font-family: Consolas;">[root@rhel59dra ~]# /sbin/scsi_id -g -u -s /block/sdc</span></p>
<div style="font-family: Consolas;">36000c29b80c12910ca4e6a95a1949d8b</div>
<div style="font-family: Consolas;">[root@rhel59dra ~]# /sbin/scsi_id -g -u -s /block/sdd</div>
<div style="font-family: Consolas;">36000c29344da4eab5b78409de3706424</div>
<div style="font-family: Consolas;">[root@rhel59dra ~]# /sbin/scsi_id -g -u -s /block/sde</div>
<div style="font-family: Consolas;">36000c291cd542d388fdee223fa90ca69</div>
<div style="font-family: Consolas;">[root@rhel59dra ~]# /sbin/scsi_id -g -u -s /block/sdf</div>
<div style="font-family: Consolas;">36000c296666187fd5223c0a34ca52f71</div>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;"><strong>Add entries to a custom udev rules file</strong></div>
<div style="font-family: Consolas;"><strong>[root@rhel59dra ~]# cat /etc/udev/rules.d/99-oracle-asmdevices.rules</strong></div>
<div style="font-family: Consolas;">
<div>KERNEL==&#8221;sd?1&#8243;, BUS==&#8221;scsi&#8221;, PROGRAM==&#8221;/sbin/scsi_id -g -u -s /block/$parent&#8221;, RESULT==&#8221;36000c29b80c12910ca4e6a95a1949d8b&#8221;, NAME=&#8221;ASMOCR01&#8243;, OWNER=&#8221;oracle&#8221;, GROUP=&#8221;dba&#8221;, MODE=&#8221;0660&#8243;</div>
<div>KERNEL==&#8221;sd?1&#8243;, BUS==&#8221;scsi&#8221;, PROGRAM==&#8221;/sbin/scsi_id -g -u -s /block/$parent&#8221;, RESULT==&#8221;36000c29344da4eab5b78409de3706424&#8243;, NAME=&#8221;ASMOCR02&#8243;, OWNER=&#8221;oracle&#8221;, GROUP=&#8221;dba&#8221;, MODE=&#8221;0660&#8243;</div>
<div>KERNEL==&#8221;sd?1&#8243;, BUS==&#8221;scsi&#8221;, PROGRAM==&#8221;/sbin/scsi_id -g -u -s /block/$parent&#8221;, RESULT==&#8221;36000c291cd542d388fdee223fa90ca69&#8243;, NAME=&#8221;ASMOCR03&#8243;, OWNER=&#8221;oracle&#8221;, GROUP=&#8221;dba&#8221;, MODE=&#8221;0660&#8243;</div>
<div>KERNEL==&#8221;sdf[0-9]&#8220;, BUS==&#8221;scsi&#8221;, PROGRAM==&#8221;/usr/bin/udevinfo -q name -p %p&#8221;, RESULT==&#8221;%k&#8221;, PROGRAM==&#8221;scsi_id -g -u -d /dev/$parent&#8221;, RESULT==&#8221;36000c296666187fd5223c0a34ca52f71&#8243;, NAME=&#8221;ASMDATA0%n&#8221;, OWNER=&#8221;oracle&#8221;, GROUP=&#8221;dba&#8221;, MODE=&#8221;0660&#8243;</div>
<div> </div>
<div>
<hr />Note:</div>
<div><strong>For disks with multiple partitions, the syntax in the udev rules are different.</strong></div>
<div>KERNEL==”sd[c-z]1″, BUS==”scsi”, PROGRAM=”/sbin/scsi_id -g -u -s /block/%P”, RESULT==”3*”, NAME=”ASM%c”, OWNER=”oracle”, GROUP=”dba”, MODE=”0660″</div>
<div> </div>
<div> </div>
<div><strong>To make sure that udev rules work:</strong></div>
<div>[root@rhel59dra ~]# udevtest /block/sdc/sdc1</div>
<div>[root@rhel59dra ~]# udevtest /block/sdd/sdd1</div>
<div>[root@rhel59dra ~]# udevtest /block/sde/sde1</div>
<div>[root@rhel59dra ~]# udevtest /block/sdf/sdf1    </div>
<div>[root@rhel59dra ~]# udevtest /block/sdf/sdf2    </div>
<div>[root@rhel59dra ~]# udevtest /block/sdf/sdf3    </div>
<div>[root@rhel59dra ~]# udevtest /block/sdf/sdf4    </div>
<div> </div>
<div><strong>Restart udev rules:</strong></div>
<div>RHEL 5: /sbin/udevcontrol reload_rules</div>
<div>RHEL 6: /sbin/udevadm control &#8211;reload-rules </div>
<div>/sbin/start_udev  </div>
<div> </div>
</div>
<div style="font-family: Consolas;"><strong>Verify that proper devices are created</strong></div>
<p><span style="font-family: Consolas;">[root@rhel59dra ~]# ls -l /dev/ASM*</span></p>
<div style="font-family: Consolas;">brw-rw&#8212;- 1 oracle dba 8, 81 May 15 23:45 /dev/ASMDATA01</div>
<div style="font-family: Consolas;">brw-rw&#8212;- 1 oracle dba 8, 82 May 15 23:45 /dev/ASMDATA02</div>
<div style="font-family: Consolas;">brw-rw&#8212;- 1 oracle dba 8, 83 May 15 23:45 /dev/ASMDATA03</div>
<div style="font-family: Consolas;">brw-rw&#8212;- 1 oracle dba 8, 84 May 15 23:45 /dev/ASMDATA04</div>
<div style="font-family: Consolas;">brw-rw&#8212;- 1 oracle dba 8, 33 May 15 23:45 /dev/ASMOCR01</div>
<div style="font-family: Consolas;">brw-rw&#8212;- 1 oracle dba 8, 49 May 15 23:45 /dev/ASMOCR02</div>
<div style="font-family: Consolas;">brw-rw&#8212;- 1 oracle dba 8, 65 May 15 23:45 /dev/ASMOCR03 </div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/setup-udev-rules-with-red-hat-56-on-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stored Proc to write to database alert logs</title>
		<link>http://www.dbaexpert.com/blog/stored-proc-to-write-to-database-alert-logs/</link>
		<comments>http://www.dbaexpert.com/blog/stored-proc-to-write-to-database-alert-logs/#comments</comments>
		<pubDate>Fri, 10 May 2013 13:40:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=429</guid>
		<description><![CDATA[Here&#8217;s a simple stored procedure that I&#8217;ve been using for about a decade.  From the application or from database triggers, if I want to record anything to the alert log, I can simply invoke this stored procedure and write error messages to the alert log. Most of the DBAs have implemented alert log scanners and [...]]]></description>
				<content:encoded><![CDATA[<p><!--?xml version="1.0" encoding="UTF-8" standalone="no"?--></p>
<p><span style="font-family: Consolas;">Here&#8217;s a simple stored procedure that I&#8217;ve been using for about a decade.  From the application or from database triggers, if I want to record anything to the alert log, I can simply invoke this stored procedure and write error messages to the alert log.</span></p>
<p><span style="font-family: Consolas;">Most of the DBAs have implemented alert log scanners and will send alert notifications if new ORA- error messages pop up in the alert log file.</span></p>
<blockquote>
<p><span style="font-family: Consolas;">create or replace procedure edba_write_alert</span></p>
<div style="font-family: Consolas;">( p_message varchar2,</div>
<div style="font-family: Consolas;">  p_oranum NUMBER default 20001)</div>
<div style="font-family: Consolas;">is</div>
<div style="font-family: Consolas;">begin</div>
<div style="font-family: Consolas;">dbms_system.ksdddt;</div>
<div style="font-family: Consolas;">dbms_system.ksdwrt(2, &#8216;ORA-&#8217;||to_char(p_oranum)||&#8217;: &#8216;||p_message);</div>
<div style="font-family: Consolas;">end;</div>
<div style="font-family: Consolas;">/</div>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;">grant execute on edba_write_alert to public; </div>
</blockquote>
<div style="font-family: Consolas;"> </div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/stored-proc-to-write-to-database-alert-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASM Recommended Init.ora parameters</title>
		<link>http://www.dbaexpert.com/blog/asm-recommended-init-ora-parameters-2/</link>
		<comments>http://www.dbaexpert.com/blog/asm-recommended-init-ora-parameters-2/#comments</comments>
		<pubDate>Fri, 10 May 2013 03:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASM]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=414</guid>
		<description><![CDATA[Prior to 11.2, the following set of init.ora parameters were recommended: *.db_cache_size=64m   *.large_pool_size=12M *.shared_pool_size=128M *.processes=300   Going forward with 11.2 and higher, oracle recommends setting memory_target to approximately 1.5 GB.  Also, you will notice that we are leveraging memory_target versus sga_target which insinuates that we are not using huge pages for ASM memory structures: [...]]]></description>
				<content:encoded><![CDATA[<p>Prior to 11.2, the following set of init.ora parameters were recommended:</p>
<blockquote>
<p>*.db_cache_size=64m  </p>
<p>*.large_pool_size=12M</p>
<p>*.shared_pool_size=128M</p>
<p>*.processes=300</p>
</blockquote>
<p> </p>
<p>Going forward with 11.2 and higher, oracle recommends setting memory_target to approximately 1.5 GB.  Also, you will notice that we are leveraging memory_target versus sga_target which insinuates that we are not using huge pages for ASM memory structures:</p>
<blockquote>
<p><strong>alter system set memory_target=1536m scope=spfile;</strong></p>
</blockquote>
<p> </p>
<p>The equation for the process parameters is:</p>
<p>Processes=25 + (10 + max number of concurrent database file creations, and file extend operations possible) * n.</p>
<p>Where n is the number of databases connecting to ASM.</p>
<p> </p>
<p>Posted by Charles Kim, Oracle ACE Director</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/asm-recommended-init-ora-parameters-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS Storage Appliance with Exadata</title>
		<link>http://www.dbaexpert.com/blog/zfs-storage-appliance-with-exadata/</link>
		<comments>http://www.dbaexpert.com/blog/zfs-storage-appliance-with-exadata/#comments</comments>
		<pubDate>Wed, 08 May 2013 14:49:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exadata]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[RMAN]]></category>
		<category><![CDATA[ZFSSA]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=413</guid>
		<description><![CDATA[Download the latest ZFS Storage Appliance with the Exadata This presentation was delivered at Collaborate 2013 and Dallas Oracle User Group 2013 by Charles Kim, Oracle ACE Director]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.dbaexpert.com/DOUG%20Exadata%20with%20ZFS%20Storage%20Appliance.pdf">Download the latest ZFS Storage Appliance with the Exadata</a></p>
<p>This presentation was delivered at Collaborate 2013 and Dallas Oracle User Group 2013 by Charles Kim, Oracle ACE Director</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/zfs-storage-appliance-with-exadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAC Add Node</title>
		<link>http://www.dbaexpert.com/blog/rac-add-node/</link>
		<comments>http://www.dbaexpert.com/blog/rac-add-node/#comments</comments>
		<pubDate>Wed, 08 May 2013 12:47:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RAC]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=392</guid>
		<description><![CDATA[Basic instructions for adding a new node to the RAC cluster:  1. First on the target node, create /u01/app/oraInventory (empty) and owned by oracle:dba 2. On the target node, make sure /u01/app/11.2.0 directory is created and empty. This directory needs to be owned as: oracle:dba 3. Run addnode.ksh (shown below) on an existing RAC node with [...]]]></description>
				<content:encoded><![CDATA[<p><!--?xml version="1.0" encoding="UTF-8" standalone="no"?--> <span style="font-family: Consolas; font-weight: bold; line-height: 14px; text-align: left;">Basic instructions for adding a new node to the RAC cluster: </span></p>
<div style="font-family: Consolas;"><span style="font-weight: bold; line-height: 14px; text-align: left;">1. First on the target node, create /u01/app/oraInventory (empty) and owned by oracle:</span><span style="line-height: 14px;">dba</span></div>
<p><span style="font-family: Consolas; line-height: 14px; text-align: left;">2. On the target node, make sure /u01/app/11.2.0 directory is created and empty. This directory needs to be owned as: oracle:dba </span><br style="font-family: Consolas; line-height: 14px; text-align: left;" clear="none" /><span style="font-family: Consolas; line-height: 14px; text-align: left;">3. Run addnode.ksh (shown below) on an existing RAC node with parameters replaced as oracle</span><br style="font-family: Consolas; line-height: 14px; text-align: left;" clear="none" /><span style="font-family: Consolas; line-height: 14px; text-align: left;">4. As instructed, execute root.sh on target node as root</span><br style="font-family: Consolas; line-height: 14px; text-align: left;" clear="none" /><br style="font-family: Consolas; line-height: 14px; text-align: left;" clear="none" /><strong style="font-family: Consolas;"><span style="line-height: 14px; text-align: left;">Here&#8217;s all the caveats: </span><br style="line-height: 14px; text-align: left;" clear="none" /></strong><span style="font-family: Consolas; line-height: 14px; text-align: left;">1. It is still buggy on the cluvfy side for 11.2.0.3. It had bugs in 11.2.0.2 also. I recall we had to set IGNORE_PREADDNODE_CHECKS to Y back then, and it looks like we still have to. </span><br style="font-family: Consolas; line-height: 14px; text-align: left;" clear="none" /><span style="font-family: Consolas; line-height: 14px; text-align: left;">2. /u01/app/oraInventory has to be pre-created and owned by oracle:dba and has to be completely empty </span><br style="font-family: Consolas; line-height: 14px; text-align: left;" clear="none" /><span style="font-family: Consolas; line-height: 14px; text-align: left;">3. /u01/app/11.2.0 needs to be owned by oracle:dba. The /u01/app/11.2.0/grid directory cannot exist … even as an empty directory. The addnode.sh script attempts to do a &#8220;mkdir grid&#8221; as oracle, and if it fails, it dies. </span><br style="font-family: Consolas; line-height: 14px; text-align: left;" clear="none" /><span style="font-family: Consolas; line-height: 14px; text-align: left;">4. It died on me twice at &#8220;crsctl start listener -n &#8220;target_node&#8221; &#8230; have to create default listener first</span><br style="font-family: Consolas; line-height: 14px; text-align: left;" clear="none" /><span style="font-family: Consolas; line-height: 14px; text-align: left;">5. I did not leverage the -noCopy method.  This working example will copy the Grid Home from source RAC node to the new RAC node via scp/ssh. I don&#8217;t think it is a big deal … added about 5 minutes to the overall time (see below). </span></p>
<blockquote style="font-family: Consolas; margin: 0px 0px 0px 40px; border: none; padding: 0px;">
<div><span style="line-height: 14px; text-align: left;">Copying to remote nodes (Saturday, May 4, 2013 8:52:50 PM CDT)</span></div>
<div><span style="line-height: 14px; text-align: left;"> &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.. 96% Done. </span></div>
<div><span style="line-height: 14px; text-align: left;">Home copied to new nodes </span></div>
<div><span style="line-height: 14px; text-align: left;">Saving inventory on nodes (Saturday, May 4, 2013 8:56:03 PM CDT) </span></div>
</blockquote>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;"><strong>Here&#8217;s my add node shell script: </strong></div>
<div style="font-family: Consolas;"><strong>+ASM1 &gt; cat addnode.ksh</strong></div>
<div style="font-family: Consolas;">
<div>export ORACLE_HOME=/u01/app/11.2.0/grid</div>
<div>export PATH=$ORACLE_HOME/bin:$PATH</div>
<div>cd $ORACLE_HOME/oui/bin</div>
<div> </div>
<div>export IGNORE_PREADDNODE_CHECKS=Y</div>
<div> </div>
<div>#./addNode.sh -silent &#8220;CLUSTER_NEW_NODES={rhel59drb}&#8221; &#8220;CLUSTER_NEW_VIRTUAL_HOSTNAMES={rhel59b-vip}&#8221; -noCopy</div>
<div>./addNode.sh -silent &#8220;CLUSTER_NEW_NODES={rhel59drb}&#8221; &#8220;CLUSTER_NEW_VIRTUAL_HOSTNAMES={rhel59drb-vip}&#8221; &#8220;CLUSTER_NEW_PRIVATE_NODE_NAMES={rhel59drb-priv}&#8221;</div>
<div> </div>
<div>
<div style="font-family: 'Trebuchet MS';">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div style="font-family: 'Trebuchet MS';"> </div>
</div>
<p>rhel59dra:/u01/app/oracle/deploy_rac</p>
<div><strong>+ASM1 &gt; ./addnode.ksh</strong></div>
<div>Starting Oracle Universal Installer&#8230;</div>
<div> </div>
<div>Checking swap space: must be greater than 500 MB.   Actual 3186 MB    Passed</div>
<div>Oracle Universal Installer, Version 11.2.0.3.0 Production</div>
<div>Copyright (C) 1999, 2011, Oracle. All rights reserved.</div>
<div> </div>
<div> </div>
<div>Performing tests to see whether nodes rhel59drb are available</div>
<div>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; 100% Done.</div>
<div> </div>
<div>.</div>
<div>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div>Cluster Node Addition Summary</div>
<div>Global Settings</div>
<div>   Source: /u01/app/11.2.0/grid</div>
<div>   New Nodes</div>
<div>Space Requirements</div>
<div>   New Nodes</div>
<div>      rhel59drb</div>
<div>         /: Required 6.47GB : Available 7.27GB</div>
<div>Installed Products</div>
<div>   Product Names</div>
<div>      Oracle Grid Infrastructure 11.2.0.3.0</div>
<div>      Sun JDK 1.5.0.30.03</div>
<div>      Installer SDK Component 11.2.0.3.0</div>
<div>      Oracle One-Off Patch Installer 11.2.0.1.7</div>
<div>      Oracle Universal Installer 11.2.0.3.0</div>
<div>      Oracle USM Deconfiguration 11.2.0.3.0</div>
<div>      Oracle Configuration Manager Deconfiguration 10.3.1.0.0</div>
<div>      Enterprise Manager Common Core Files 10.2.0.4.4</div>
<div>      Oracle DBCA Deconfiguration 11.2.0.3.0</div>
<div>      Oracle RAC Deconfiguration 11.2.0.3.0</div>
<div>      Oracle Quality of Service Management (Server) 11.2.0.3.0</div>
<div>      Installation Plugin Files 11.2.0.3.0</div>
<div>      Universal Storage Manager Files 11.2.0.3.0</div>
<div>      Oracle Text Required Support Files 11.2.0.3.0</div>
<div>      Automatic Storage Management Assistant 11.2.0.3.0</div>
<div>      Oracle Database 11g Multimedia Files 11.2.0.3.0</div>
<div>      Oracle Multimedia Java Advanced Imaging 11.2.0.3.0</div>
<div>      Oracle Globalization Support 11.2.0.3.0</div>
<div>      Oracle Multimedia Locator RDBMS Files 11.2.0.3.0</div>
<div>      Oracle Core Required Support Files 11.2.0.3.0</div>
<div>      Bali Share 1.1.18.0.0</div>
<div>      Oracle Database Deconfiguration 11.2.0.3.0</div>
<div>      Oracle Quality of Service Management (Client) 11.2.0.3.0</div>
<div>      Expat libraries 2.0.1.0.1</div>
<div>      Oracle Containers for Java 11.2.0.3.0</div>
<div>      Perl Modules 5.10.0.0.1</div>
<div>      Secure Socket Layer 11.2.0.3.0</div>
<div>      Oracle JDBC/OCI Instant Client 11.2.0.3.0</div>
<div>      Oracle Multimedia Client Option 11.2.0.3.0</div>
<div>      LDAP Required Support Files 11.2.0.3.0</div>
<div>      Character Set Migration Utility 11.2.0.3.0</div>
<div>      Perl Interpreter 5.10.0.0.2</div>
<div>      PL/SQL Embedded Gateway 11.2.0.3.0</div>
<div>      OLAP SQL Scripts 11.2.0.3.0</div>
<div>      Database SQL Scripts 11.2.0.3.0</div>
<div>      Oracle Extended Windowing Toolkit 3.4.47.0.0</div>
<div>      SSL Required Support Files for InstantClient 11.2.0.3.0</div>
<div>      SQL*Plus Files for Instant Client 11.2.0.3.0</div>
<div>      Oracle Net Required Support Files 11.2.0.3.0</div>
<div>      Oracle Database User Interface 2.2.13.0.0</div>
<div>      RDBMS Required Support Files for Instant Client 11.2.0.3.0</div>
<div>      RDBMS Required Support Files Runtime 11.2.0.3.0</div>
<div>      XML Parser for Java 11.2.0.3.0</div>
<div>      Oracle Security Developer Tools 11.2.0.3.0</div>
<div>      Oracle Wallet Manager 11.2.0.3.0</div>
<div>      Enterprise Manager plugin Common Files 11.2.0.3.0</div>
<div>      Platform Required Support Files 11.2.0.3.0</div>
<div>      Oracle JFC Extended Windowing Toolkit 4.2.36.0.0</div>
<div>      RDBMS Required Support Files 11.2.0.3.0</div>
<div>      Oracle Ice Browser 5.2.3.6.0</div>
<div>      Oracle Help For Java 4.2.9.0.0</div>
<div>      Enterprise Manager Common Files 10.2.0.4.3</div>
<div>      Deinstallation Tool 11.2.0.3.0</div>
<div>      Oracle Java Client 11.2.0.3.0</div>
<div>      Cluster Verification Utility Files 11.2.0.3.0</div>
<div>      Oracle Notification Service (eONS) 11.2.0.3.0</div>
<div>      Oracle LDAP administration 11.2.0.3.0</div>
<div>      Cluster Verification Utility Common Files 11.2.0.3.0</div>
<div>      Oracle Clusterware RDBMS Files 11.2.0.3.0</div>
<div>      Oracle Locale Builder 11.2.0.3.0</div>
<div>      Oracle Globalization Support 11.2.0.3.0</div>
<div>      Buildtools Common Files 11.2.0.3.0</div>
<div>      Oracle RAC Required Support Files-HAS 11.2.0.3.0</div>
<div>      SQL*Plus Required Support Files 11.2.0.3.0</div>
<div>      XDK Required Support Files 11.2.0.3.0</div>
<div>      Agent Required Support Files 10.2.0.4.3</div>
<div>      Parser Generator Required Support Files 11.2.0.3.0</div>
<div>      Precompiler Required Support Files 11.2.0.3.0</div>
<div>      Installation Common Files 11.2.0.3.0</div>
<div>      Required Support Files 11.2.0.3.0</div>
<div>      Oracle JDBC/THIN Interfaces 11.2.0.3.0</div>
<div>      Oracle Multimedia Locator 11.2.0.3.0</div>
<div>      Oracle Multimedia 11.2.0.3.0</div>
<div>      HAS Common Files 11.2.0.3.0</div>
<div>      Assistant Common Files 11.2.0.3.0</div>
<div>      PL/SQL 11.2.0.3.0</div>
<div>      HAS Files for DB 11.2.0.3.0</div>
<div>      Oracle Recovery Manager 11.2.0.3.0</div>
<div>      Oracle Database Utilities 11.2.0.3.0</div>
<div>      Oracle Notification Service 11.2.0.3.0</div>
<div>      SQL*Plus 11.2.0.3.0</div>
<div>      Oracle Netca Client 11.2.0.3.0</div>
<div>      Oracle Net 11.2.0.3.0</div>
<div>      Oracle JVM 11.2.0.3.0</div>
<div>      Oracle Internet Directory Client 11.2.0.3.0</div>
<div>      Oracle Net Listener 11.2.0.3.0</div>
<div>      Cluster Ready Services Files 11.2.0.3.0</div>
<div>      Oracle Database 11g 11.2.0.3.0</div>
<div>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div> </div>
<div> </div>
<div>Instantiating scripts for add node (Saturday, May 4, 2013 8:52:48 PM CDT)</div>
<div>.                                                                 1% Done.</div>
<div>Instantiation of add node scripts complete</div>
<div> </div>
<div>Copying to remote nodes (Saturday, May 4, 2013 8:52:50 PM CDT)</div>
<div>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..                                 96% Done.</div>
<div>Home copied to new nodes</div>
<div> </div>
<div>Saving inventory on nodes (Saturday, May 4, 2013 8:56:03 PM CDT)</div>
<div>.                                                               100% Done.</div>
<div>Save inventory complete</div>
<div>WARNING:</div>
<div>The following configuration scripts need to be executed as the &#8220;root&#8221; user in each new cluster node. Each script in the list below is followed by a list of nodes.</div>
<div>/u01/app/11.2.0/grid/root.sh #On nodes rhel59drb</div>
<div>To execute the configuration scripts:</div>
<div>    1. Open a terminal window</div>
<div>    2. Log in as &#8220;root&#8221;</div>
<div>    3. Run the scripts in each cluster node</div>
<div>   </div>
<div>The Cluster Node Addition of /u01/app/11.2.0/grid was successful.</div>
<div>Please check &#8216;/tmp/silentInstall.log&#8217; for more details.</div>
<div> </div>
<div> </div>
<div><strong>On the Target Node, execute root.sh:  </strong></div>
<div>
<div><span style="font-family: Consolas;">[root@rhel59drb db_backup]# /u01/app/11.2.0/grid/root.sh</span></div>
<div>Check /u01/app/11.2.0/grid/install/root_rhel59drb_2013-05-04_21-18-28.log for the output of root script</div>
</div>
<div> </div>
<p>[root@rhel59drb db_backup]# tail -f /u01/app/11.2.0/grid/install/root_rhel59drb_2013-05-04_21-18-28.log</p>
<div>    ORACLE_OWNER= oracle</div>
<div>    ORACLE_HOME=  /u01/app/11.2.0/grid</div>
<div>Entries will be added to the /etc/oratab file as needed by</div>
<div>Database Configuration Assistant when a database is created</div>
<div>Finished running generic part of root script.</div>
<div>Now product-specific root actions will be performed.</div>
<div>Relinking oracle with rac_on option</div>
<div>Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params</div>
<div>User ignored Prerequisites during installation</div>
<div>OLR initialization &#8211; successful</div>
<div>Adding Clusterware entries to inittab</div>
<div>CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node rhel59dra, number 1, and is terminating</div>
<div>An active cluster was found during exclusive startup, restarting to join the cluster</div>
<div>clscfg: EXISTING configuration version 5 detected.</div>
<div>clscfg: version 5 is 11g Release 2.</div>
<div>Successfully accumulated necessary OCR keys.</div>
<div>Creating OCR keys for user &#8216;root&#8217;, privgrp &#8216;root&#8217;..</div>
<div>Operation successful.</div>
<div>Preparing packages for installation&#8230;</div>
<div>cvuqdisk-1.0.9-1</div>
<p><strong>Configure Oracle Grid Infrastructure for a Cluster &#8230; succeeded</strong></p>
<div> </div>
<div>
<div style="font-family: 'Trebuchet MS';">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div style="font-family: 'Trebuchet MS';"> </div>
</div>
<p>+ASM1 &gt; crs_stat -t -v</p>
<div>HA Resource                                        Target     State            </div>
<div>&#8212;&#8212;&#8212;&#8211;                                        &#8212;&#8212;     &#8212;&#8211;            </div>
<div>ora.DATA.dg                                        ONLINE     ONLINE on rhel59dra</div>
<div>ora.FRA.dg                                         ONLINE     ONLINE on rhel59dra</div>
<div>ora.LISTENER.lsnr                                  ONLINE     ONLINE on rhel59dra</div>
<div>ora.LISTENER_SCAN1.lsnr                            ONLINE     ONLINE on rhel59drb</div>
<div>ora.LISTENER_SCAN2.lsnr                            ONLINE     ONLINE on rhel59dra</div>
<div>ora.LISTENER_SCAN3.lsnr                            ONLINE     ONLINE on rhel59dra</div>
<div>ora.LSNR_GTRRAC.lsnr                               ONLINE     ONLINE on rhel59dra</div>
<div>ora.OCR_VOTE.dg                                    ONLINE     ONLINE on rhel59dra</div>
<div>ora.asm                                            ONLINE     ONLINE on rhel59dra</div>
<div>ora.cvu                                            ONLINE     ONLINE on rhel59dra</div>
<div>ora.dtccrac.db                                     ONLINE     ONLINE on rhel59dra</div>
<div>ora.gsd                                            OFFLINE    OFFLINE          </div>
<div>ora.net1.network                                   ONLINE     ONLINE on rhel59dra</div>
<div>ora.oc4j                                           ONLINE     ONLINE on rhel59dra</div>
<div>ora.ons                                            ONLINE     ONLINE on rhel59dra</div>
<div>ora.registry.acfs                                  ONLINE     ONLINE on rhel59dra</div>
<div>ora.rhel59dra.ASM1.asm                             ONLINE     ONLINE on rhel59dra</div>
<div>ora.rhel59dra.LISTENER_RHEL59DRA.lsnr              ONLINE     ONLINE on rhel59dra</div>
<div>ora.rhel59dra.LSNR_GTRRAC_RHEL59DRA.lsnr           ONLINE     ONLINE on rhel59dra</div>
<div>ora.rhel59dra.gsd                                  OFFLINE    OFFLINE          </div>
<div>ora.rhel59dra.ons                                  ONLINE     ONLINE on rhel59dra</div>
<div>ora.rhel59dra.vip                                  ONLINE     ONLINE on rhel59dra</div>
<div>ora.rhel59drb.ASM2.asm                             ONLINE     ONLINE on rhel59drb</div>
<div>ora.rhel59drb.LISTENER_RHEL59DRB.lsnr              ONLINE     ONLINE on rhel59drb</div>
<div>ora.rhel59drb.LSNR_GTRRAC_RHEL59DRB.lsnr           ONLINE     ONLINE on rhel59drb</div>
<div>ora.rhel59drb.gsd                                  OFFLINE    OFFLINE          </div>
<div>ora.rhel59drb.ons                                  ONLINE     ONLINE on rhel59drb</div>
<div>ora.rhel59drb.vip                                  ONLINE     ONLINE on rhel59drb</div>
<div>ora.scan1.vip                                      ONLINE     ONLINE on rhel59drb</div>
<div>ora.scan2.vip                                      ONLINE     ONLINE on rhel59dra</div>
<div>ora.scan3.vip                                      ONLINE     ONLINE on rhel59dra </div>
<div> </div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/rac-add-node/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a local YUM repository from your CD/DVD</title>
		<link>http://www.dbaexpert.com/blog/create-a-local-yum-repository-from-your-cddvd/</link>
		<comments>http://www.dbaexpert.com/blog/create-a-local-yum-repository-from-your-cddvd/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 08:19:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=381</guid>
		<description><![CDATA[Mount the CD/DVD:  mount /dev/cdrom /mnt/cdrom Then trick the baseurl directives to point to the file instead of Oracle&#8217;s public yum server in the /etc/yum.repos.d/public-yum-ol6.repo/public-yum-el5.repo or /etc/yum.repos.d/public-yum-ol6.repo file: [root@ovmanager media]# mount /dev/cdrom /mnt mount: block device /dev/sr0 is write-protected, mounting read-only   [oracle@ovmanager yum.repos.d]$ pwd /etc/yum.repos.d   [oracle@ovmanager yum.repos.d]$ vi public-yum-el5.repo   [ol5_u8_base] name=Oracle Linux $releasever Update [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Mount the CD/DVD:  mount /dev/cdrom /mnt/cdrom</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Then trick the baseurl directives to point to the file instead of Oracle&#8217;s public yum server in the <span style="font-family: 'Trebuchet MS'; font-size: 12px;">/etc/yum.repos.d/public-yum-ol6.repo/</span><span style="font-family: Consolas;">public-yum-el5.repo or </span>/etc/yum.repos.d/public-yum-ol6.repo file:</span></p>
<blockquote>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"><!--?xml version="1.0" encoding="UTF-8" standalone="no"?--> <span style="font-family: Consolas;">[root@ovmanager media]# mount /dev/cdrom /mnt</span></span></p>
<div style="font-family: Consolas;">mount: block device /dev/sr0 is write-protected, mounting read-only</div>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;">[oracle@ovmanager yum.repos.d]$ pwd</div>
<div style="font-family: Consolas;">/etc/yum.repos.d</div>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;">[oracle@ovmanager yum.repos.d]$ vi public-yum-el5.repo</div>
<div style="font-family: Consolas;"> </div>
</blockquote>
<div style="font-family: Consolas;">
<blockquote><p>[ol5_u8_base]</p>
<div>name=Oracle Linux $releasever Update 8 installation media copy ($basearch)</div>
<div>#baseurl=http://public-yum.<a href="http://oracle.com/repo/OracleLinux/OL5/8/base/$basearch/">oracle.com/repo/OracleLinux/OL5/8/base/$basearch/</a></div>
<div>baseurl=file:///mnt/OL5.8/Server/</div>
<div>gpgkey=http://public-yum.<a href="http://oracle.com/RPM-GPG-KEY-oracle-el5">oracle.com/RPM-GPG-KEY-oracle-el5</a></div>
<div>gpgcheck=0</div>
<div>enabled=1 </div>
</blockquote>
</div>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Now you are ready to install packages from your local yum repository</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">By Charles Kim, Oracle ACE Director</span></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/create-a-local-yum-repository-from-your-cddvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle VM Discovering Server</title>
		<link>http://www.dbaexpert.com/blog/oracle-vm-discovering-server/</link>
		<comments>http://www.dbaexpert.com/blog/oracle-vm-discovering-server/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 08:08:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle VM]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=375</guid>
		<description><![CDATA[RIght click on Server Pools and select Discover Servers                 In the Discover Servers window, provide the agent password and list of hostnames or IP addresses:                                   Click on OK and you [...]]]></description>
				<content:encoded><![CDATA[<p>RIght click on Server Pools and select Discover Servers</p>
<p><img style="float: left;" src="http://www.dbaexpert.com/blog/wp-content/uploads/2013/04/discover-server.png" alt="Discover Server" width="600" height="208" border="0" /></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>In the Discover Servers window, provide the agent password and list of hostnames or IP addresses:</p>
<p><img style="float: left;" src="http://www.dbaexpert.com/blog/wp-content/uploads/2013/04/discover-servers2.png" alt="Discover-Server2" width="548" height="444" border="0" /></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Click on OK and you can check the status column as the servers are added to the pool.  Click on Details for additional information especially if you encounter issues.</p>
<p><img style="float: left;" src="http://www.dbaexpert.com/blog/wp-content/uploads/2013/04/discover-server3.png" alt="Discover Server 3" width="600" height="54" border="0" /></p>
<p> </p>
<p> </p>
<p>  </p>
<p>Like Magic, you will see the list of servers you just added: </p>
<p><img style="float: left;" src="http://www.dbaexpert.com/blog/wp-content/uploads/2013/04/discoverered-servers.png" alt="Discovered Servers" width="600" height="230" border="0" /></p>
<p> </p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/oracle-vm-discovering-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine WWN</title>
		<link>http://www.dbaexpert.com/blog/determine-wwn/</link>
		<comments>http://www.dbaexpert.com/blog/determine-wwn/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 07:37:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RAC]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=360</guid>
		<description><![CDATA[For those who are interested in knowing how to determine HBA port id (world-wide name &#8211; WWN) from a Linux box, see below.  Note is this is for RHEL/OEL 6.x.  5.x is quite different.  In our case its simple, we have one HBA, but the following can be used to walk thru it:   #lspci [...]]]></description>
				<content:encoded><![CDATA[<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">For those who are interested in knowing how to determine HBA port id (world-wide name &#8211; WWN) from a Linux box, see below.  Note is this is for RHEL/OEL 6.x.  5.x is quite different.  In our case its simple, we have one HBA, but the following can be used to walk thru it:</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></div>
<div style="font-family: 'Trebuchet MS';">
<div><span style="font-family: 'Trebuchet MS'; font-size: 12px;">#lspci | grep -i fibre</span></div>
<div><span style="font-family: 'Trebuchet MS'; font-size: 12px;"><strong><br /></strong></span></div>
<div><span style="font-family: 'Trebuchet MS'; font-size: 12px;"><strong>03:00.0</strong> Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 02)</span></div>
</div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">#systool -av -c fc_host</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Class Device = &#8220;host6&#8243;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">  Class Device path = &#8220;/sys/devices/pci0000:00/0000:00:1c.0/0000:<strong>03:00.0</strong>/host6/fc_host/host6&#8243;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    dev_loss_tmo        = &#8220;45&#8243;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    fabric_name         = &#8220;0xffffffffffffffff&#8221;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    issue_lip           = &lt;store method only&gt;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    max_npiv_vports     = &#8220;127&#8243;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    node_name           = &#8220;<strong>0x200000e08b93a654</strong>&#8220;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    npiv_vports_inuse   = &#8220;0&#8243;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    port_id             = &#8220;0&#215;000000&#8243;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    port_name           = &#8220;0x210000e08b93a654&#8243;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    port_state          = &#8220;Linkdown&#8221;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    port_type           = &#8220;Unknown&#8221;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    speed               = &#8220;unknown&#8221;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    supported_classes   = &#8220;Class 3&#8243;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    supported_speeds    = &#8220;1 Gbit, 2 Gbit, 4 Gbit&#8221;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    symbolic_name       = &#8220;QLE2460 FW:v5.03.07 DVR:v8.04.00.08.39.0-k&#8221;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    system_hostname     = &#8220;&#8221;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    tgtid_bind_type     = &#8220;wwpn (World Wide Port Name)&#8221;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    uevent              = </span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    vport_create        = &lt;store method only&gt;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">    vport_delete        = &lt;store method only&gt;</span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Thus WWN == <strong>20:00:00:e0:8b:93:a6:54</strong></span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;"><strong><br /></strong></span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;"><strong>By Nitin Vengurlekar and Charles Kim, Oracle ACE Director</strong></span></div>
<div style="font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS'; font-size: 12px;"><strong>Viscosity North America</strong></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/determine-wwn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OV Manager 3.2.1 Installation</title>
		<link>http://www.dbaexpert.com/blog/ov-manager-3-2-1-installation/</link>
		<comments>http://www.dbaexpert.com/blog/ov-manager-3-2-1-installation/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 07:32:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle VM]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=359</guid>
		<description><![CDATA[First task performed was to install RPMs, set kernel params and other OS configurations leveraging oracle&#8217;s oracle-rdbms-server-11gR2-preinstall package.   Second, we need to change the security limits for soft files to 8192 from 1024 # oracle-rdbms-server-11gR2-preinstall setting for nofile soft limit is 1024oracle soft nofile 8192 Then perform the installation: [root@ovmanager mnt]# ./runInstaller.sh Oracle VM Manager Release [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">First task performed was to install RPMs, set kernel params and other OS configurations leveraging oracle&#8217;s <span style="font-family: 'Trebuchet MS';">oracle-rdbms-server-11gR2-preinstall package.  </span></span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Second, we need to change the security limits for soft files to 8192 from 1024</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"># oracle-rdbms-server-11gR2-preinstall setting for nofile soft limit is 1024</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">oracle soft nofile 8192</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Then perform the installation:</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">[root@ovmanager mnt]# ./runInstaller.sh</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Oracle VM Manager Release 3.2.1 Installer</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Oracle VM Manager Installer log file:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">/tmp/ovm-manager-3-install-2013-04-25-205559.log</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Please select an installation type:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> 1: Simple (includes database if necessary)</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> 2: Custom (using existing Oracle database)</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> 3: Uninstall</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> 4: Help</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Select Number (1-4): 1</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Starting production with local database installation &#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Verifying installation prerequisites &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">*** WARNING: Recommended memory for the Oracle VM Manager server installation using Local MySql DB is 7680 MB RAM</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">One password is used for all users created and used during the installation.</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Enter a password for all logins used during the installation: </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Invalid password.</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Passwords need to be between 8 and 16 characters in length.</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Passwords must contain at least 1 lower case and 1 upper case letter.</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Passwords must contain at least 1 numeric value.</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Enter a password for all logins used during the installation: </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Enter a password for all logins used during the installation (confirm):</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Verifying configuration &#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Start installing the configured components:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> 1: Continue</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> 2: Abort</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Select Number (1-2): 1</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Step 1 of 9 : Database Software&#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing Database Software&#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Retrieving MySQL Database 5.5 &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Unzipping MySQL RPM File &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing MySQL 5.5 RPM package &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Configuring MySQL Database 5.5 &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing MySQL backup RPM package &#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Step 2 of 9 : Java &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing Java &#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Step 3 of 9 : Database schema &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Creating database &#8216;ovs&#8217; &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Creating user &#8216;ovs&#8217; for database &#8216;ovs&#8217;&#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Step 4 of 9 : WebLogic &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Retrieving Oracle WebLogic Server 11g &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing Oracle WebLogic Server 11g &#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Step 5 of 9 : ADF &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Retrieving Oracle Application Development Framework (ADF) &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Unzipping Oracle ADF &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing Oracle ADF &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing Oracle ADF Patch&#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Step 6 of 9 : Oracle VM &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Retrieving Oracle VM Manager Application &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Extracting Oracle VM Manager Application &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing Oracle VM Manager Core &#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Step 7 of 9 : Domain creation &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Creating Oracle WebLogic Server domain &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Starting Oracle WebLogic Server 11g &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Configuring data source &#8216;OVMDS&#8217; &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Creating Oracle VM Manager user &#8216;admin&#8217; &#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Step 8 of 9 : Deploy &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Deploying Oracle VM Manager Core container &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Deploying Oracle VM Manager UI Console &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Deploying Oracle VM Manager Help &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Granting ovm-admin role to user &#8216;admin&#8217; &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Set Log Rotation &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Disabling HTTP and enabling HTTPS&#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Configuring Https Identity and Trust&#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Configuring Weblogic parameters&#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Step 9 of 9 : Oracle VM Manager Shell &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Retrieving Oracle VM Manager Shell &amp; API &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Extracting Oracle VM Manager Shell &amp; API &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing Oracle VM Manager Shell &amp; API &#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Retrieving Oracle VM Manager Upgrade tool &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Extracting Oracle VM Manager Upgrade tool &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing Oracle VM Manager Upgrade tool &#8230;</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Retrieving Oracle VM Manager CLI tool &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Extracting Oracle VM Manager CLI tool&#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing Oracle VM Manager CLI tool &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Copying Oracle VM Manager shell to &#8216;/usr/bin/ovm_shell.sh&#8217; &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing ovm_admin.sh in &#8216;/u01/app/oracle/ovm-manager-3/bin&#8217; &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing ovm_upgrade.sh in &#8216;/u01/app/oracle/ovm-manager-3/bin&#8217; &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Enabling Oracle VM Manager service &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Shutting down Oracle VM Manager instance &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Restarting Oracle VM Manager instance &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Waiting for the application to initialize &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Oracle VM Manager is running &#8230;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Oracle VM Manager installed.</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Please wait while WebLogic configures the applications&#8230; This can take up to 5 minutes.</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installation Summary</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Database configuration:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Database type : MySQL</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Database host name : localhost</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Database name : ovs</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Database listener port : 49501</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Database user : ovs</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Weblogic Server configuration:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Administration username : weblogic</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Oracle VM Manager configuration:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Username : admin</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Core management port : 54321</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> UUID : 0004fb0000010000d9377c77e693f5e9</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Passwords:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">There are no default passwords for any users. The passwords to use for Oracle VM Manager, Database, and Oracle WebLogic Server have been set by you during this installation. In the case of a default install, all passwords are the same.</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Oracle VM Manager UI:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> https://ovmanager.viscosity-local.com:7002/ovm/console</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Log in with the user &#8216;admin&#8217;, and the password you set during the installation.</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Please note that you need to install tightvnc-java on this computer to access a virtual machine&#8217;s console.</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">For more information about Oracle Virtualization, please visit:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> http://www.oracle.com/virtualization/</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Oracle VM Manager installation complete.</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Please remove configuration file /tmp/ovm_configIjVxZx.</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">[root@ovmanager mnt]# rm /tmp/ovm_configIjVxZx</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">rm: remove regular file `/tmp/ovm_configIjVxZx&#8217;? y</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"><br /></span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Then install tightVNC RPM for java-base console access:</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">[root@ovmanager ~]# yum install tightvnc</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Loaded plugins: security</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Setting up Install Process</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Resolving Dependencies</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Running transaction check</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package tigervnc.x86_64 0:1.1.0-5.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Finished Dependency Resolution</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Dependencies Resolved</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">========================================================================================================================</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Package Arch Version Repository Size</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">========================================================================================================================</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> tigervnc x86_64 1.1.0-5.el6 ol6_UEK_base 257 k</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Transaction Summary</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">========================================================================================================================</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Install 1 Package(s)</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Total download size: 257 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installed size: 644 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Is this ok [y/N]: y</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Downloading Packages:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Running rpm_check_debug</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Running Transaction Test</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Transaction Test Succeeded</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Running Transaction</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : tigervnc-1.1.0-5.el6.x86_64 1/1 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : tigervnc-1.1.0-5.el6.x86_64 1/1</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installed:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> tigervnc.x86_64 0:1.1.0-5.el6</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> </span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Complete!</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"><br /></span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Lastly, make sure that you turn off IPTABLES.</span></p>
<p> </p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">[root@ovmanager ~]# service iptables status</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Table: filter</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Chain INPUT (policy ACCEPT)</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">num target prot opt source destination </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">1 ACCEPT all &#8212; 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">2 ACCEPT icmp &#8212; 0.0.0.0/0 0.0.0.0/0 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">3 ACCEPT all &#8212; 0.0.0.0/0 0.0.0.0/0 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">4 ACCEPT tcp &#8212; 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">5 REJECT all &#8212; 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited</span></p>
<p> </p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Chain FORWARD (policy ACCEPT)</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">num target prot opt source destination </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">1 REJECT all &#8212; 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited</span></p>
<p> </p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Chain OUTPUT (policy ACCEPT)</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">num target prot opt source destination</span></p>
<p> </p>
<p> </p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">[root@ovmanager ~]# service iptables stop</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">iptables: Flushing firewall rules: [ OK ]</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">iptables: Setting chains to policy ACCEPT: filter [ OK ]</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">iptables: Unloading modules: [ OK ]</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"><br /></span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;"><br /></span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">By Charles Kim, Oracle ACE Director and Nitin Vengurlekar</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/ov-manager-3-2-1-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle-rdbms-server-11gR2-preinstall</title>
		<link>http://www.dbaexpert.com/blog/oracle-rdbms-server-11gr2-preinstall/</link>
		<comments>http://www.dbaexpert.com/blog/oracle-rdbms-server-11gr2-preinstall/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 06:45:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General DBA]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=357</guid>
		<description><![CDATA[Starting from Oracle Database 11g Release 2, we no longer use the oracle-validated install.  Instead, we are supposed to leverage the new oracle-rdbms-server-11gR2-preinstall instead. [root@ovmanager yum.repos.d]# yum install oracle-rdbms-server-11gR2-preinstallLoaded plugins: securityol6_UEK_base &#124; 3.7 kB 00:00 &#8230; ol6_UEK_latest &#124; 3.7 kB 00:00 &#8230; ol6_latest &#124; 3.7 kB 00:00 &#8230; ol6_u4_base &#124; 3.7 kB 00:00 &#8230; Setting up [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Starting from Oracle Database 11g Release 2, we no longer use the oracle-validated install.  Instead, we are supposed to leverage the new oracle-rdbms-server-11gR2-preinstall instead.</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">[root@ovmanager yum.repos.d]# yum install oracle-rdbms-server-11gR2-preinstall</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Loaded plugins: security</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">ol6_UEK_base | 3.7 kB 00:00 &#8230; </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">ol6_UEK_latest | 3.7 kB 00:00 &#8230; </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">ol6_latest | 3.7 kB 00:00 &#8230; </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">ol6_u4_base | 3.7 kB 00:00 &#8230; </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Setting up Install Process</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Resolving Dependencies</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Running transaction check</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package oracle-rdbms-server-11gR2-preinstall.x86_64 0:1.0-7.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: glibc-devel for package: oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: compat-libstdc++-33 for package: oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: libstdc++-devel for package: oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: libaio-devel for package: oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: xorg-x11-xauth for package: oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: gcc for package: oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: xorg-x11-utils for package: oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: gcc-c++ for package: oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: compat-libcap1 for package: oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: ksh for package: oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Running transaction check</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package compat-libcap1.x86_64 0:1.10-1 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package compat-libstdc++-33.x86_64 0:3.2.3-69.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package gcc.x86_64 0:4.4.7-3.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: cpp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: cloog-ppl &gt;= 0.15 for package: gcc-4.4.7-3.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package gcc-c++.x86_64 0:4.4.7-3.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.7-3.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package glibc-devel.x86_64 0:2.12-1.107.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: glibc-headers = 2.12-1.107.el6 for package: glibc-devel-2.12-1.107.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.107.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package ksh.x86_64 0:20100621-19.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package libaio-devel.x86_64 0:0.3.107-10.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package libstdc++-devel.x86_64 0:4.4.7-3.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package xorg-x11-utils.x86_64 0:7.5-6.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: libdmx.so.1()(64bit) for package: xorg-x11-utils-7.5-6.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: libXxf86dga.so.1()(64bit) for package: xorg-x11-utils-7.5-6.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-utils-7.5-6.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package xorg-x11-xauth.x86_64 1:1.0.2-7.1.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: libXmuu.so.1()(64bit) for package: 1:xorg-x11-xauth-1.0.2-7.1.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Running transaction check</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package cpp.x86_64 0:4.4.7-3.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package glibc-headers.x86_64 0:2.12-1.107.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: kernel-headers &gt;= 2.2.1 for package: glibc-headers-2.12-1.107.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.107.el6.x86_64</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package libXmu.x86_64 0:1.1.1-2.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package libXxf86dga.x86_64 0:1.1.3-2.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package libXxf86misc.x86_64 0:1.0.3-4.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package libdmx.x86_64 0:1.1.2-2.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package mpfr.x86_64 0:2.4.1-6.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Running transaction check</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package kernel-headers.x86_64 0:2.6.32-358.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&gt; Package ppl.x86_64 0:0.10.2-11.el6 will be installed</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8211;&gt; Finished Dependency Resolution</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Dependencies Resolved</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">========================================================================================================================</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Package Arch Version Repository Size</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">========================================================================================================================</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> oracle-rdbms-server-11gR2-preinstall x86_64 1.0-7.el6 ol6_UEK_base 15 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installing for dependencies:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> cloog-ppl x86_64 0.15.7-1.2.el6 ol6_UEK_base 93 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> compat-libcap1 x86_64 1.10-1 ol6_UEK_base 17 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> compat-libstdc++-33 x86_64 3.2.3-69.el6 ol6_UEK_base 183 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> cpp x86_64 4.4.7-3.el6 ol6_UEK_base 3.7 M</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> gcc x86_64 4.4.7-3.el6 ol6_UEK_base 10 M</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> gcc-c++ x86_64 4.4.7-3.el6 ol6_UEK_base 4.7 M</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> glibc-devel x86_64 2.12-1.107.el6 ol6_UEK_base 973 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> glibc-headers x86_64 2.12-1.107.el6 ol6_UEK_base 604 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> kernel-headers x86_64 2.6.32-358.el6 ol6_UEK_base 2.3 M</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> ksh x86_64 20100621-19.el6 ol6_UEK_base 686 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> libXmu x86_64 1.1.1-2.el6 ol6_UEK_base 65 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> libXxf86dga x86_64 1.1.3-2.el6 ol6_UEK_base 24 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> libXxf86misc x86_64 1.0.3-4.el6 ol6_UEK_base 17 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> libaio-devel x86_64 0.3.107-10.el6 ol6_UEK_base 13 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> libdmx x86_64 1.1.2-2.el6 ol6_UEK_base 20 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> libstdc++-devel x86_64 4.4.7-3.el6 ol6_UEK_base 1.6 M</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> mpfr x86_64 2.4.1-6.el6 ol6_UEK_base 156 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> ppl x86_64 0.10.2-11.el6 ol6_UEK_base 1.3 M</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> xorg-x11-utils x86_64 7.5-6.el6 ol6_UEK_base 94 k</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> xorg-x11-xauth x86_64 1:1.0.2-7.1.el6 ol6_UEK_base 34 k</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Transaction Summary</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">========================================================================================================================</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Install 21 Package(s)</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Total download size: 27 M</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installed size: 62 M</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Is this ok [y/N]: y</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Downloading Packages:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Total 119 MB/s | 27 MB 00:00 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Retrieving key from file:///etc/yum.repos.d/RPM-GPG-KEY-oracle-ol6</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Importing GPG key 0xEC551F03:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Userid: &#8220;Oracle OSS group (Open Source Software group) &lt;build@oss.oracle.com&gt;&#8221;</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> From : /etc/yum.repos.d/RPM-GPG-KEY-oracle-ol6</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Is this ok [y/N]: y</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Running rpm_check_debug</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Running Transaction Test</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Transaction Test Succeeded</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Running Transaction</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : libstdc++-devel-4.4.7-3.el6.x86_64 1/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : mpfr-2.4.1-6.el6.x86_64 2/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : cpp-4.4.7-3.el6.x86_64 3/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : libXmu-1.1.1-2.el6.x86_64 4/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : 1:xorg-x11-xauth-1.0.2-7.1.el6.x86_64 5/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : libdmx-1.1.2-2.el6.x86_64 6/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : ksh-20100621-19.el6.x86_64 7/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : libXxf86dga-1.1.3-2.el6.x86_64 8/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : compat-libstdc++-33-3.2.3-69.el6.x86_64 9/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : libXxf86misc-1.0.3-4.el6.x86_64 10/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : xorg-x11-utils-7.5-6.el6.x86_64 11/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : libaio-devel-0.3.107-10.el6.x86_64 12/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : ppl-0.10.2-11.el6.x86_64 13/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : cloog-ppl-0.15.7-1.2.el6.x86_64 14/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : kernel-headers-2.6.32-358.el6.x86_64 15/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : glibc-headers-2.12-1.107.el6.x86_64 16/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : glibc-devel-2.12-1.107.el6.x86_64 17/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : gcc-4.4.7-3.el6.x86_64 18/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : gcc-c++-4.4.7-3.el6.x86_64 19/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : compat-libcap1-1.10-1.x86_64 20/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Installing : oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64 21/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : compat-libcap1-1.10-1.x86_64 1/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : cpp-4.4.7-3.el6.x86_64 2/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : kernel-headers-2.6.32-358.el6.x86_64 3/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : xorg-x11-utils-7.5-6.el6.x86_64 4/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : glibc-devel-2.12-1.107.el6.x86_64 5/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : ppl-0.10.2-11.el6.x86_64 6/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : gcc-4.4.7-3.el6.x86_64 7/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : libaio-devel-0.3.107-10.el6.x86_64 8/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : libXxf86misc-1.0.3-4.el6.x86_64 9/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : mpfr-2.4.1-6.el6.x86_64 10/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64 11/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : gcc-c++-4.4.7-3.el6.x86_64 12/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : compat-libstdc++-33-3.2.3-69.el6.x86_64 13/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : libXxf86dga-1.1.3-2.el6.x86_64 14/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : 1:xorg-x11-xauth-1.0.2-7.1.el6.x86_64 15/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : libstdc++-devel-4.4.7-3.el6.x86_64 16/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : ksh-20100621-19.el6.x86_64 17/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : libdmx-1.1.2-2.el6.x86_64 18/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : libXmu-1.1.1-2.el6.x86_64 19/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : cloog-ppl-0.15.7-1.2.el6.x86_64 20/21 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> Verifying : glibc-headers-2.12-1.107.el6.x86_64 21/21</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Installed:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> oracle-rdbms-server-11gR2-preinstall.x86_64 0:1.0-7.el6</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Dependency Installed:</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> cloog-ppl.x86_64 0:0.15.7-1.2.el6 compat-libcap1.x86_64 0:1.10-1 compat-libstdc++-33.x86_64 0:3.2.3-69.el6</span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> cpp.x86_64 0:4.4.7-3.el6 gcc.x86_64 0:4.4.7-3.el6 gcc-c++.x86_64 0:4.4.7-3.el6 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> glibc-devel.x86_64 0:2.12-1.107.el6 glibc-headers.x86_64 0:2.12-1.107.el6 kernel-headers.x86_64 0:2.6.32-358.el6 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> ksh.x86_64 0:20100621-19.el6 libXmu.x86_64 0:1.1.1-2.el6 libXxf86dga.x86_64 0:1.1.3-2.el6 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> libXxf86misc.x86_64 0:1.0.3-4.el6 libaio-devel.x86_64 0:0.3.107-10.el6 libdmx.x86_64 0:1.1.2-2.el6 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> libstdc++-devel.x86_64 0:4.4.7-3.el6 mpfr.x86_64 0:2.4.1-6.el6 ppl.x86_64 0:0.10.2-11.el6 </span><br /><span style="font-family: 'Trebuchet MS'; font-size: 12px;"> xorg-x11-utils.x86_64 0:7.5-6.el6 xorg-x11-xauth.x86_64 1:1.0.2-7.1.el6</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">Complete!</span></p>
<p><span style="font-family: 'Trebuchet MS'; font-size: 12px;">By Charles Kim, Oracle ACE Director and Nitin Vengurlekar</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/oracle-rdbms-server-11gr2-preinstall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
