規劃單節點遷移到rac
使用者現在只有一個主機,但很快就會購買第二個主機,並肯定要採用rac系統。使用者要求先安裝成rac,然後擴節點。
考慮了一次,這樣確實比較簡單方便。安裝單節點rac,crs全部安裝完成。上面是一個節點的服務。一切按照標準的步驟安裝。
建庫,一定要建在asm上。
現在,第二臺主機到貨,一切比較簡單,全部操作完成總共停庫不足20分鐘。
首先按照增加節點的辦法把新主機加到rac裡面。上面的文章已經有了。
然後把asm遷移到rac。asm的例項名字會自動加上1 2。
然後執行rconfig指令碼,把單例項的資料庫遷移成rac。
rconfig真tmd的好用,自動加redo,undo,改例項名,所有一切一切全部自動搞定,太好用了,
參考下面文件
RCONFIG : Frequently Asked Questions [ID 387046.1]
--------------------------------------------------------------------------------
Modified 03-MAR-2008 Type FAQ Status PUBLISHED
Modified 03-MAR-2008 Type FAQ Status PUBLISHED
In this Document
Purpose
Questions and Answers
What is rconfig ?
How does rconfig works ?
What are the prerequisites before we use rconfig ?
How to test rconfig before converting to RAC ?
Where are the rconfig log files located ?
How to restart Rconfig ?
References
Purpose
Questions and Answers
What is rconfig ?
How does rconfig works ?
What are the prerequisites before we use rconfig ?
How to test rconfig before converting to RAC ?
Where are the rconfig log files located ?
How to restart Rconfig ?
References
--------------------------------------------------------------------------------
Applies to:
Oracle Application Object Library - Version: 11.5.10 to 11.5.10
Information in this document applies to any platform.
Oracle Application Object Library - Version: 11.5.10 to 11.5.10
Information in this document applies to any platform.
Purpose
This FAQ explains the "rconfig" tool introduced in Oracle Database Version 10.2. This is also used extensively when Oracle E-Business Suite 11i Customers convert their Single Instance Database to RAC.
Questions and Answers
What is rconfig ?
rconfig is a command line tool introduced in Oracle Database 10g R2 to convert Single-Instance 10g R2 Database to RAC(Real Application Cluster). The other option is to use Convert to RAC option on the single-instance database target of Oracle Enterprise Manager Grid Control.
This FAQ explains the "rconfig" tool introduced in Oracle Database Version 10.2. This is also used extensively when Oracle E-Business Suite 11i Customers convert their Single Instance Database to RAC.
Questions and Answers
What is rconfig ?
rconfig is a command line tool introduced in Oracle Database 10g R2 to convert Single-Instance 10g R2 Database to RAC(Real Application Cluster). The other option is to use Convert to RAC option on the single-instance database target of Oracle Enterprise Manager Grid Control.
How does rconfig works ?
rconfig is located at $ORACLE_HOME/bin/. rconfig takes in a xml input file and convert the Single Instance database whose information is provided in the xml.This tool is documented in the RAC Admin Guide and a sample xml can be found $ORACLE_HOME/assistants/rconfig/sampleXMLs/ConvertToRAC.xml.
rconfig is located at $ORACLE_HOME/bin/. rconfig takes in a xml input file and convert the Single Instance database whose information is provided in the xml.This tool is documented in the RAC Admin Guide and a sample xml can be found $ORACLE_HOME/assistants/rconfig/sampleXMLs/ConvertToRAC.xml.
rconfig performs following steps :
?Migrate the database to ASM storage (Only if ASM is specified as storage option in the configuration xml file above)
?Create Database Instances on all nodes in the cluster
?Configure Listener and NetService entries
?Configure and register CRS resources
?Start the instances on all nodes in the cluster.
What are the prerequisites before we use rconfig ?
Before you convert a single-instance database to a RAC database using rconfig, ensure that the following conditions are met for each cluster node that you intend to make a RAC database node:
?Create Database Instances on all nodes in the cluster
?Configure Listener and NetService entries
?Configure and register CRS resources
?Start the instances on all nodes in the cluster.
What are the prerequisites before we use rconfig ?
Before you convert a single-instance database to a RAC database using rconfig, ensure that the following conditions are met for each cluster node that you intend to make a RAC database node:
?Oracle Clusterware 10g Release 2 (10.2) is installed, configured, and running.
?Oracle Real Application Clusters 10g Release 2 (10.2) software is installed.
?The Oracle binary is enabled for RAC.
?Shared storage, either Oracle Cluster File System or ASM, is available and accessible from all nodes.
?User equivalence exists for the oracle user.
How to test rconfig before converting to RAC ?
Oracle 10g R2 Install has provided a sample rconfig input XML file called ConvertToRAC.xml at directory $ORACLE_HOME/assistants/rconfig/sampleXMLs. Make a copy of the sample XML file & make your own customised copy of input giving your Instance specific details. The Sample XML file includes comments to make understand how to edit each variable.
?Oracle Real Application Clusters 10g Release 2 (10.2) software is installed.
?The Oracle binary is enabled for RAC.
?Shared storage, either Oracle Cluster File System or ASM, is available and accessible from all nodes.
?User equivalence exists for the oracle user.
How to test rconfig before converting to RAC ?
Oracle 10g R2 Install has provided a sample rconfig input XML file called ConvertToRAC.xml at directory $ORACLE_HOME/assistants/rconfig/sampleXMLs. Make a copy of the sample XML file & make your own customised copy of input giving your Instance specific details. The Sample XML file includes comments to make understand how to edit each variable.
For testing purpose you need to modify the "Convert verify = "ONLY" option in the xml file.Then run the tool :
$ ./rconfig convert.xml
The Convert verify option in the ConvertToRAC.xml file has three options:
?Convert verify="YES": rconfig performs checks to ensure that the prerequisites for single-instance to RAC conversion have been met before it starts conversion
?Convert verify="NO": rconfig does not perform. prerequisite checks, and starts conversion
?Convert verify="ONLY" : rconfig only performs prerequisite checks; it does not start conversion after completing prerequisite checks
?Convert verify="NO": rconfig does not perform. prerequisite checks, and starts conversion
?Convert verify="ONLY" : rconfig only performs prerequisite checks; it does not start conversion after completing prerequisite checks
Where are the rconfig log files located ?
rconfig log files are located at $ORACLE_HOME/cfgtoollogs/rconfig
rconfig log files are located at $ORACLE_HOME/cfgtoollogs/rconfig
Also one important thing to note is that rconfig re-writes the log file everytime you run the rconfig tool. So make sure have a copy in case you want to refer to the results of earlier run
How to restart Rconfig ?
After running RCONFIG in Convert verify="YES" Mode, if you get any fatal error(e.g. Disk space not available, Some issue with 10g Parameters, Shared Storage Issues) which exits the rconfig tool & stops the conversion. You can restart the rconfig tool again by running the command " $ ./rconfig convert.xml ". This will perform. the clean-up operation on converted Instance or will delete the files created by earlier run. It again starts the process of conversion from start i.e. taking rman backup of Single Instance. After the conversion you can check the filesystem to verify if there is anything left from the previous failed run.
After running RCONFIG in Convert verify="YES" Mode, if you get any fatal error(e.g. Disk space not available, Some issue with 10g Parameters, Shared Storage Issues) which exits the rconfig tool & stops the conversion. You can restart the rconfig tool again by running the command " $ ./rconfig convert.xml ". This will perform. the clean-up operation on converted Instance or will delete the files created by earlier run. It again starts the process of conversion from start i.e. taking rman backup of Single Instance. After the conversion you can check the filesystem to verify if there is anything left from the previous failed run.
References
NOTE:371519.1 - Rconfig Error When Converting From Single Instance To RAC
NOTE:375472.1 - RCONFIG FAILS with an null pointer EXCEPTION
NOTE:362135.1 - Configuring Oracle Applications Release 11i with 10g R2 RAC and ASM
Oracle? Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide Rel. 10.2
NOTE:371519.1 - Rconfig Error When Converting From Single Instance To RAC
NOTE:375472.1 - RCONFIG FAILS with an null pointer EXCEPTION
NOTE:362135.1 - Configuring Oracle Applications Release 11i with 10g R2 RAC and ASM
Oracle? Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide Rel. 10.2
--------------------------------------------------------------------------------
Related
--------------------------------------------------------------------------------
Products
--------------------------------------------------------------------------------
Products
--------------------------------------------------------------------------------
?Oracle E-Business Suite > Applications Technology > Application Object Library > Oracle Application Object Library
Keywords
--------------------------------------------------------------------------------
RCONFIG; REAL APPLICATION CLUSTERS
Keywords
--------------------------------------------------------------------------------
RCONFIG; REAL APPLICATION CLUSTERS
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/13337857/viewspace-713706/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle資料庫從Linux x86單機遷移到Solaries雙節點RAC叢集經驗分享-備份策略驗證Oracle資料庫Linux
- Oracle資料庫從Linux x86單機遷移到Solaries雙節點RAC叢集經驗分享-生產環境切換Oracle資料庫Linux
- Oracle資料庫從Linux x86單機遷移到Solaries雙節點RAC叢集經驗分享-測試環境驗證Oracle資料庫Linux
- 4.2.1.12 規劃 Oracle RACOracle
- Oracle RAC新增節點Oracle
- 2節點RAC安裝
- rac新增節點前之清除節點資訊
- 使用SpringCloud將單體遷移到微服務SpringGCCloud微服務
- Windows 11.2.0.4 RAC安裝配置以及RAC新增節點Windows
- Hadoop 叢集角色和節點數規劃建議Hadoop
- DM8 配置DMDSC主備環境(rac到單節點 )
- svn 遷移到gitGit
- 【遷移】SqlServer 遷移到 MySQL 方法ServerMySql
- RAC二節點啟動異常
- oracle11g RAC新增節點Oracle
- 從單體遷移到微服務的十二種方法微服務
- oracle 11g rac新增節點前之清除節點資訊Oracle
- WSL遷移到其他磁碟
- DRM特性引起的RAC節點當機
- rac新增節點容易遇到的問題
- rac新增節點步驟(11g)
- 【RAC】Oracle10g rac新增刪除節點命令參考Oracle
- 3節點RAC資料庫夯故障分析資料庫
- 11gR2 RAC新增節點步驟
- oracle11g_RAC新增刪除節點Oracle
- Oracle 11g RAC重新新增節點Oracle
- ORACLE 11.2.0.4 rac for linux 鏈路宕導致的單節點異常當機OracleLinux
- 將nodejs遷移到D盤NodeJS
- Python 決定遷移到 GitHubPythonGithub
- 如何將 CentOS遷移到 AlmaLinux?CentOSLinux
- centos遷移到rocky linux方法CentOSLinux
- uniapp小程式遷移到TSAPP
- 從 golang flag 遷移到 cmdrGolang
- 從 Nginx 遷移到 Envoy ProxyNginx
- 從單體架構遷移到 CQRS 後,DDD 並不可怕架構
- 如何從複雜單體應用快速遷移到微服務?微服務
- ORACLE 11GR2 RAC的網路規劃解析Oracle
- 11.2.0.4 RAC生產環境刪除故障節點與增加新服務節點
- consul 多節點/單節點叢集搭建