oracle 10g rac 新增節點與刪除節點步驟
環境aIx 6.1 +oracle 10.2.0.4+emc cx500
刪除節點步驟:
1. Delete the instance on the node to be deleted.
2. Clean up the ASM instance.
3. Remove the listener from the node to be deleted.
4. Remove the node from the database.
5. Remove the node from ASM.
6. Remove ONS configuration from the node to be deleted.
7. Remove the node from the clusterware.
新增節點步驟:
1. Install and configure OS and hardware for new node.
2. Add Oracle Clusterware to the new node.
3. Configure ONS for the new node.
4. Add ASM home to the new node.
5. Add RAC home to the new node.
6. Add a listener to the new node.
7. Add a database instance to the new node.
遇到的問題:
在保留節點更新ORACLE_HOME和CRS節點資訊不成功:
更新ORACLE_HOME資訊
[oracle@p650:/oracle/app/oracle]$$ORACLE_HOME/oui/bin/runInstaller -updateNodeList ORACLE_HOME=$ORACLE_HOME "CLUSTER_NODES=p650"
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
The inventory pointer is located at /etc/oraInst.loc
The inventory is located at /oracle/app/oracle/oraInventory
'UpdateNodeList' failed.
注意上面這種方法,更新不成功,需要用下面這種方法。
[oracle@p650:/oracle/app/oracle]$$ORACLE_HOME/oui/bin/runInstaller -updateNodeList ORACLE_HOME=$ORACLE_HOME "CLUSTER_NODES=p650" "INVENTORY_LOCATION=/oracle/app/oracle/oraInventory" LOCAL_NODE=p650
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.The inventory pointer is located at /etc/oraInst.loc
The inventory is located at /oracle/app/oracle/oraInventory
'UpdateNodeList' was successful.
更新CRS節點資訊
[oracle@p650:/oracle/app/oracle]$$ORA_CRS_HOME/oui/bin/runInstaller -updateNodeList ORACLE_HOME=$ORA_CRS_HOME "CLUSTER_NODES=p650" CRS=TRUE
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
The inventory pointer is located at /etc/oraInst.loc
The inventory is located at /oracle/app/oracle/oraInventory
'UpdateNodeList' failed.
注意上面這種方法會報錯。
$ORA_CRS_HOME/oui/bin/runInstaller -updateNodeList ORACLE_HOME=/crs/app/oracle/product/crs_1 "CLUSTER_NODES=p650" "INVENTORY_LOCATION=/oracle/app/oracle/oraInventory" LOCAL_NODE=p650 CRS=TRUE
[oracle@p650:/oracle/app/oracle]$$ORA_CRS_HOME/oui/bin/runInstaller -updateNodeList ORACLE_HOME=/crs/app/oracle/product/crs_1 "CLUSTER_NODES=p650" "INVENTORY_LOCATION=/oracle/app/oracle/oraInventory" LOCAL_NODE=p650 CRS=TRUE
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.The inventory pointer is located at /etc/oraInst.loc
The inventory is located at /oracle/app/oracle/oraInventory
'UpdateNodeList' was successful.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-664833/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle11g_RAC新增刪除節點Oracle
- rac新增節點步驟(11g)
- 【RAC】Oracle10g rac新增刪除節點命令參考Oracle
- Oracle RAC新增節點Oracle
- 11gR2 RAC新增節點步驟
- Oracle 10g 增刪節點Oracle 10g
- 11g rac新增節點步驟(11g)
- oracle11g RAC新增節點Oracle
- 11.2.0.4 RAC生產環境刪除故障節點與增加新服務節點
- oracle 11g rac新增節點前之清除節點資訊Oracle
- mongodb副本集新增刪除節點MongoDB
- redis cluster節點/新增刪除操作Redis
- networkx基礎用法:新增節點、新增邊、刪除節點、刪除邊、計算度、賦權重
- Oracle 11g RAC重新新增節點Oracle
- rac新增節點前之清除節點資訊
- Oracle優化案例-新增RAC節點(二十九)Oracle優化
- Oracle叢集軟體管理-新增和刪除叢集節點Oracle
- 一體機HDATA節點新增和刪除
- Hyperledger Fabric節點的動態新增和刪除
- DKHhadoop叢集新增節點管理功能的操作步驟Hadoop
- onnx 增刪改查,修改節點,刪除節點,修改input,output
- Windows 11.2.0.4 RAC安裝配置以及RAC新增節點Windows
- rac新增節點容易遇到的問題
- XML DOM 刪除節點概述XML
- k8s叢集刪除和新增node節點K8S
- DOM節點刪除方法小結
- 怎樣新增、刪除、移動、複製、建立、查詢節點
- [Kubernetes]node節點pod無法啟動/節點刪除網路重置
- JZ18刪除表的節點
- js中dom節點刪除remove方法JSREM
- 新增節點教程
- 新增Jenkins節點Jenkins
- KubeSphere 新增節點
- 2節點RAC安裝
- NEO共識節點推薦搭建步驟
- rac新增節點容易遇到的問題(11g)
- 11g rac新增節點容易遇到的問題
- DataNode工作機制 & 新增節點 &下線節點
- JavaScript刪除元素節點程式碼例項JavaScript