Removing a Node from a 10gR1 RAC Cluster (Doc ID 269320.1)
Removing a Node from a 10gR1 RAC Cluster (Doc ID 269320.1)
Note: This article is only relevant for 10gR1 RAC environments.
PURPOSE
-------
The purpose of this note is to provide the user with a document that
can be used as a guide to remove a cluster node from an Oracle 10gR1 Real
Applications environment.
SCOPE & APPLICATION
-------------------
This document can be used by DBAs and support analysts who need to
either remove a cluster node or assist another in removing a cluster
node in a 10gR1 Unix Real Applications environment.
REMOVING A NODE FROM A 10gR1 RAC CLUSTER
--------------------------------------
If you have to remove a node from a RAC 10gR1 database, even if the node
will no longer be available to the environment, there is a certain
amount of cleanup that needs to be done. The remaining nodes need to
be informed of the change of status of the departing node. If there are
any steps that must be run on the node being removed and the node is no
longer available those commands can be skipped.
The most important 3 steps that need to be followed are;
A. Remove the instance using DBCA.
B. Remove the node from the cluster.
C. Reconfigure the OS and remaining hardware.
Here is a breakdown of the above steps.
A. Remove the instance using DBCA.
--------------------------------------
1. Verify that you have a good backup of the OCR (Oracle Configuration
Repository) using ocrconfig -showbackup.
2. Run DBCA from one of the nodes you are going to keep. Leave the
database up and also leave the departing instance up and running.
3. Choose "Instance Management"
4. Choose "Delete an instance"
5. On the next screen, select the cluster database from which you
will delete an instance. Supply the system privilege username
and password.
6. On the next screen, a list of cluster database instances will
appear. Highlight the instance you would like to delete then
click next.
7. If you have services configured, reassign the services. Modify the
services so that each service can run on one of the remaining
instances. Set "not used" for each service regarding the instance
that is to be deleted. Click Finish.
8. If your database is in archive log mode you may encounter the
following errors:
ORA-350
ORA-312
This may occur because the DBCA cannot drop the current log, as
it needs archiving. This issue is fixed in the 10.1.0.3
patchset. But previous to this patchset you should click the
ignore button and when the DBCA completes, manually archive
the logs for the deleted instance and dropt the log group.
SQL> alter system archive log all;
SQL> alter database drop logfile group 2;
9. Verify that the dropped instance's redo thread has been removed by
querying v$log. If for any reason the redo thread is not disabled
then disable the thread.
SQL> alter database disable thread 2;
10. Verify that the instance was removed from the OCR (Oracle
Configuration Repository) with the following commands:
srvctl config database -d
|
|
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1250753/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Remote Diagnostic Agent (RDA) - RAC Cluster Guide (Doc ID 359395.1)REMGUIIDE
- Remove a node from Oracle10g RAC cluster and add back for IBM AIXREMOracleIBMAI
- No Response from the Server, Does it Hang or Spin? (Doc ID 68738.1)Server
- RMAN Restore Performance from Tape is Very Poor (Doc ID 850988.1)RESTORM
- How to free space from an ASM diskgroup? (Doc ID 1553744.1)ASM
- RMAN Duplicate Database From RAC ASM To RAC ASM [ID 461479.1]DatabaseASM
- Script: To remove Chained Rows from a Table (Doc ID 1019556.6)REMAI
- RAC加入新節點 - Add Node to Your Oracle RAC 10g Cluster on LinuxOracleLinux
- Cluster Verification Check Fails With exectask: not found (Doc ID 1271177.1)AI
- “tar: Removing leading `/’ from member names”的錯誤REM
- node Cluster 模組分析
- IMPSHOW2SQL - Extracting SQL from an EXPORT file (Doc ID 29765.1)SQLExport
- TECH: Getting a Stack Trace from a CORE file on Unix (Doc ID 1812.1)
- Node js 叢集(cluster)JS
- Reinstall ASM or DB HOME on One RAC Node From the Install Media_864614.1ASM
- How To Replicate Data from Oracle to Postgres Using GoldenGate (Doc ID 1544137.1OracleGo
- Oracle Grid/RAC 11.2.0.4 on Oracle Linux 7 (Doc ID 1951613.1)OracleLinux
- “getfacl: Removing leading '/' from absolute path names”解決辦法REM
- Restore Controlfile from SBT Tape Fails RMAN-6172 (Doc ID 1314134.1)RESTAI
- RAC Instance Crash with ORA-600: [Kjbmprlst:Shadow] (Doc ID 740028.1)
- Tutorial: Add a node to SQL cluster on RHELSQL
- 深入淺出 Node.js ClusterNode.js
- Error: The cluster is not configured or is not running on node NODE_NAMEError
- Removing Sessions in Killed Status on Unix (文件 ID 274216.1)REMSession
- RAC轉換至RAC One Node
- 從原始碼分析Node的Cluster模組原始碼
- ImportError: cannot import name 'get_ora_doc' from partially initialized moduleImportErrorZed
- 【RAC】Oracle 12c以及以上版本的diagsnap是什麼? (Doc ID 2469643.1)Oracle
- 管理RAC中的OCR(Oracle Cluster Register)Oracle
- Oracle RAC(Cluster)的重構(整理)(1)Oracle
- Oracle RAC(Cluster)的重構(整理)(2)Oracle
- Oracle RAC(Cluster)的重構整理(3)Oracle
- WINNT: How to Remove Oracle Fail Safe From a Windows NT Cluster ServerREMOracleAIWindowsServer
- Removing 10g Database,Software from AIX, HP-UX, Linux, Sun and Tru64_275493.1REMDatabaseAILinux
- 19. Remove Nth Node From End of ListREM
- 修改vip (Doc ID 276434.1)
- How To Setup ASM (11.2) On An Active/Passive Cluster (Non-RAC). [ID 1296124.1]ASM
- Removing People 題解REM