﻿<?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  / Deleting Nodes From Oracle Clusters on Windows-Based Platforms. / Latest Posts</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>Thu, 09 Feb 2012 11:18:15 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Deleting Nodes From Oracle Clusters on Windows-Based Platforms.</title><link>http://www.franklinfaces.com/Topic49-45-1.aspx</link><description>&lt;H3&gt;&lt;FONT color=#113333 face="arial, helvetica, sans-serif"&gt;ASM Instance Cleanup Procedures after Node Deletion on Windows-Based Platforms&lt;/FONT&gt;&lt;/H3&gt;&lt;P&gt;The delete node procedure requires the following additional steps on Windows-based systems to remove the ASM instances:&lt;/P&gt;&lt;OL type=1&gt;&lt;LI&gt;&lt;P&gt;If this is the Oracle home from which the node-specific listener named &lt;CODE&gt;LISTENER_nodename&lt;/CODE&gt; runs, then use NetCA to remove this listener and its CRS resources. If necessary, re-create this listener in another home.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If this is the Oracle home from which the ASM instance runs, then remove the ASM configuration by running the following command for all nodes on which this Oracle home exists:&lt;/P&gt;&lt;PRE class=oac_no_warn xml:space="preserve"&gt;srvctl stop asm -n node&lt;/PRE&gt;&lt;P&gt;Then run the following command for the nodes that you are removing:&lt;/P&gt;&lt;PRE class=oac_no_warn xml:space="preserve"&gt;srvctl remove asm -n node&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If you are using a cluster file system for your ASM Oracle home, then run the following commands on the local node:&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;PRE class=oac_no_warn xml:space="preserve"&gt;rd -s -q %ORACLE_BASE%\admin\+ASMdelete %ORACLE_HOME%\database\*ASM*&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If you are not using a cluster file system for your ASM Oracle home, then run the &lt;CODE&gt;delete&lt;/CODE&gt; command mentioned in the previous step on each node on which the Oracle home exists.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Run the following command on each node that has an ASM instance:&lt;/P&gt;&lt;PRE class=oac_no_warn xml:space="preserve"&gt;oradim -delete -asmsid +ASMnode_number&lt;FONT color=#113333 face="Times New Roman"&gt;Note:&lt;/FONT&gt;  &lt;P&gt;&lt;FONT face="arial, helvetica, sans-serif"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;Oracle recommends that you back up your voting disk and OCR files after you complete the node deletion process.&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;</description><pubDate>Fri, 16 Jan 2009 23:48:58 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>
