Owner's Manual
48 Adding and Removing Nodes
To Stop and Remove ASM From the Deleted Node
On one of the remaining nodes, perform the following steps:
1
Open a terminal window.
2
Ty p e :
srvctl stop asm -n <node_name>
,
where
<node_name>
is the node you want to remove from the cluster.
3
Ty p e :
srvctl remove asm -n <node_name>
,
where
<node_name>
is the node you want to remove from the cluster.
Deleting a Node From the Database Layer
1
On the node being deleted, log in as
oracle
.
2
Using the public name of the node you are deleting, enter the following
command. For example, if you are removing
node3-pub
,
srvctl stop nodeapps -n node3-pub
Ignore
error CRS-0210
that complains about the listener.
3
On the node being deleted, log in as
root
.
4
If you wish to remove the Oracle Database software, enter the following
command:
rm -rf <ORACLE_DB_HOME>/*
, where
<ORACLE_DB_HOME> is similar to
/u01/app/oracle/product/10.2.0./db_1
.