﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals / Oracle Forum / Oracle RAC - Real Application Clusters Forum </title><generator>InstantForum.NET v4.1.4</generator><description>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals</description><link>http://www.franklinfaces.com/</link><webMaster>no-reply@FranklinFaces.com</webMaster><lastBuildDate>Wed, 10 Mar 2010 05:44:22 GMT</lastBuildDate><ttl>20</ttl><item><title>Adding a voting disk online</title><link>http://www.franklinfaces.com/Topic155-45-1.aspx</link><description>In 10.2 RAC it is now possible to add a voting disk online in addition to specifying more than one voting disk during the ClusterWare install.In 10G R1 there was no software level mirroring of the voting disk.&lt;BR&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To add a voting disk:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111ff&gt;crsctl add css votedisk path&lt;/FONT&gt;&lt;BR&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To remove a voting disk:&lt;/STRONG&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#1111dd&gt;crsctl delete css votedisk path&lt;/FONT&gt;&lt;BR&gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;&lt;FONT color=#1111dd&gt;$ORA_CRS_HOME/bin/crsctl add css votedisk /dev/raw/raw4&lt;BR&gt;&lt;/FONT&gt;Cluster is not in a ready state for online disk addition&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;You have to use the force option in the above command due to &lt;BR&gt;Bug &lt;A href="https://metalink.oracle.com/metalink/plsql/f?p=130:15:12268830655410534615::::p15_database_id,p15_docid,p15_show_header,p15_show_help,p15_black_frame,p15_font:BUG,4898020,1,1,1,helvetica"&gt;&lt;FONT color=#de7008&gt;4898020&lt;/FONT&gt;&lt;/A&gt; ADDING VOTING DISK ONLINE CRASH THE CRS &lt;BR&gt;which is fixed in the 10.2.0.4 patchset. &lt;BR&gt;&lt;BR&gt;Before using the force option make sure the CRS stack is not up on any of the nodes.&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#1111dd&gt;ps -ef | grep d.bin | grep -v grep&lt;BR&gt;&lt;/FONT&gt;This command should retrun no rows.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#1111dd&gt;$ORA_CRS_HOME/bin/crsctl add css votedisk /dev/raw/raw4 -force&lt;/FONT&gt;&lt;BR&gt;Now formatting voting disk: /dev/raw/raw4&lt;BR&gt;successful addition of votedisk /dev/raw/raw4.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Make sure that the newly added disk can be seen from both nodes.&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111dd&gt;$ORA_CRS_HOME/bin/crsctl query css votedisk&lt;/FONT&gt;&lt;BR&gt;0. 0 /dev/raw/raw2&lt;BR&gt;1. 0 /dev/raw/raw4&lt;BR&gt;&lt;BR&gt;located 2 votedisk(s).&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#1111dd&gt;$ORA_CRS_HOME/bin/crsctl query css votedisk&lt;/FONT&gt;&lt;BR&gt;0. 0 /dev/raw/raw2&lt;BR&gt;1. 0 /dev/raw/raw4&lt;BR&gt;&lt;BR&gt;located 2 votedisk(s).&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;When deleting the newly added disks you should get the same error:&lt;/P&gt;&lt;P&gt;&lt;BR&gt;&lt;FONT color=#1111dd&gt;./crsctl delete css votedisk /dev/raw/raw4&lt;/FONT&gt;&lt;BR&gt;Cluster is not in a ready state for online disk removal&lt;BR&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111dd&gt;./crsctl delete css votedisk /dev/raw/raw4 -force&lt;BR&gt;&lt;/FONT&gt;successful deletion of votedisk /dev/raw/raw4.&lt;BR&gt;&lt;BR&gt;The force option should be used CAREFULLY only after the CRS stack&lt;BR&gt;is shutdown on all nodes. Failure to do so could result in OCR corruption.</description><pubDate>Tue, 08 Sep 2009 16:10:33 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>Deleting Nodes From Oracle Clusters on Windows-Based Platforms.</title><link>http://www.franklinfaces.com/Topic49-45-1.aspx</link><description>Execute the following procedures to delete nodes from Oracle clusters on Windows-based platforms.&lt;/P&gt;&lt;P&gt;Perform the following steps on a node &lt;EM&gt;other&lt;/EM&gt; &lt;EM&gt;than&lt;/EM&gt; the node you want to delete:&lt;/P&gt;&lt;OL type=1&gt;&lt;LI&gt;&lt;P&gt;Use the Database Configuration Assistant (DBCA) to delete the instance.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Use the Net Configuration Assistant (NetCA) to delete the listener.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If the node that you are deleting has an ASM instance, then delete the ASM instance using the &lt;CODE&gt;srvctl stop asm&lt;/CODE&gt; and &lt;CODE&gt;srvctl remove asm&lt;/CODE&gt; commands.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Run the command &lt;CODE&gt;srvctl stop nodeapps -n&lt;/CODE&gt; &lt;EM&gt;&lt;CODE&gt;nodename of the node to be deleted&lt;/CODE&gt;&lt;/EM&gt; to stop the node applications.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Run the command &lt;CODE&gt;srvctl remove nodeapps -n&lt;/CODE&gt; &lt;EM&gt;&lt;CODE&gt;nodename of the node to be deleted&lt;/CODE&gt;&lt;/EM&gt; to remove the node applications.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Stop &lt;CODE&gt;isqlplus&lt;/CODE&gt; if it is running.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Run the command &lt;CODE&gt;setup.exe -updateNodeList ORACLE_HOME=&lt;/CODE&gt;&lt;EM&gt;&lt;CODE&gt;Oracle_home&lt;/CODE&gt;&lt;/EM&gt; &lt;CODE&gt;ORACLE_HOME_NAME=&lt;/CODE&gt;&lt;EM&gt;&lt;CODE&gt;Oracle_home_name&lt;/CODE&gt;&lt;/EM&gt; &lt;CODE&gt;CLUSTER_NODES=&lt;/CODE&gt;&lt;EM&gt;&lt;CODE&gt;remaining nodes&lt;/CODE&gt;&lt;/EM&gt; where &lt;EM&gt;&lt;CODE&gt;remaining nodes&lt;/CODE&gt;&lt;/EM&gt; is a list of the nodes that are to remain part of the cluster.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Perform the following steps on the &lt;EM&gt;deleted&lt;/EM&gt; RAC node:&lt;/P&gt;&lt;OL type=1&gt;&lt;LI&gt;&lt;P&gt;Run the command &lt;CODE&gt;setup.exe -updateNodeList -local -noClusterEnabled ORACLE_HOME=&lt;/CODE&gt;&lt;EM&gt;&lt;CODE&gt;Oracle_home&lt;/CODE&gt;&lt;/EM&gt; &lt;CODE&gt;ORACLE_HOME_NAME=&lt;/CODE&gt;&lt;EM&gt;&lt;CODE&gt;Oracle_home_name&lt;/CODE&gt;&lt;/EM&gt; &lt;CODE&gt;CLUSTER_NODES=""&lt;/CODE&gt;. Note that you do not need a value for &lt;CODE&gt;""&lt;/CODE&gt; after the &lt;CODE&gt;CLUSTER_NODES=&lt;/CODE&gt; entry in this command. If you delete more than one node, then you must run this command on every deleted node to remove the Oracle home if you have a non-shared Oracle home (non-cluster file system) installation.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;On the same node, delete the Windows Registry entries and ASM services using Oradim.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;From the deleted RAC node, run the command &lt;CODE&gt;Oracle_home\oui\bin\setup.exe&lt;/CODE&gt; to start the Oracle Universal Installer (OUI). Select &lt;CODE&gt;Deinstall Products&lt;/CODE&gt; and select the Oracle home that you want to de-install.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Then to delete the CRS node, from a remaining node run the command &lt;CODE&gt;crssetup del -nn&lt;/CODE&gt; &lt;EM&gt;&lt;CODE&gt;node_name of the deleted node, node number&lt;/CODE&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Then run the command &lt;CODE&gt;setup.exe -updateNodeList ORACLE_HOME=&lt;/CODE&gt;&lt;EM&gt;&lt;CODE&gt;CRS home&lt;/CODE&gt;&lt;/EM&gt; &lt;EM&gt;&lt;CODE&gt;ORACLE_HOME_NAME=&lt;/CODE&gt;&lt;/EM&gt;&lt;EM&gt;&lt;CODE&gt;CRS home name&lt;/CODE&gt;&lt;/EM&gt; &lt;CODE&gt;CLUSTER_NODES=&lt;/CODE&gt;&lt;EM&gt;&lt;CODE&gt;remaining nodes&lt;/CODE&gt;&lt;/EM&gt; where &lt;EM&gt;&lt;CODE&gt;remaining nodes&lt;/CODE&gt;&lt;/EM&gt; is a list of the nodes that are to remain in the cluster.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Then on the deleted CRS node, run the command &lt;CODE&gt;setup.exe -updateNodeList -local -noClusterEnabled ORACLE_HOME=&lt;/CODE&gt;&lt;EM&gt;&lt;CODE&gt;CRS home&lt;/CODE&gt;&lt;/EM&gt; &lt;CODE&gt;ORACLE_HOME_NAME=&lt;/CODE&gt;&lt;EM&gt;&lt;CODE&gt;CRS home name&lt;/CODE&gt;&lt;/EM&gt; &lt;EM&gt;&lt;CODE&gt;CLUSTER_NODES=""&lt;/CODE&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Remove the Oracle home manually from the new node if the home is not shared and then manually remove the &lt;CODE&gt;HKLM/software/Oracle&lt;/CODE&gt; registry keys and the Oracle services. 7&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;After adding or deleting nodes from your Oracle Database 10&lt;EM&gt;g&lt;/EM&gt; with RAC environment, and after you are sure that your system is functioning properly, make a backup of the contents of the voting disk using the &lt;CODE&gt;dd.exe&lt;/CODE&gt; utility. The &lt;CODE&gt;dd.exe&lt;/CODE&gt; utility is part of the MKS toolkit.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description><pubDate>Fri, 16 Jan 2009 23:45:04 GMT</pubDate><dc:creator>Admin</dc:creator></item></channel></rss>