SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal
Page 1 8/10/2007
OORRAACCLLEE DDAATTAABBAASSEE IINNSSTTAANNCCEE CCOONNVVEERRSSIIOONN :: CCOONNVVEERRTTIINNGG NNOONN--RRAACC
DDAATTAABBAASSEE IINNSSTTAANNCCEE TTOO RRAACC DDAATTAABBAASSEE IINNSSTTAANNCCEE
Inderpal S. Johal
INTRODUCTION
This part of the document will explain the procedure for converting Non-RAC instance to single Node
RAC instance. As ASM Clustered Instance is already running.
DATABASE CREATION INSTALLATION STEPS
1. Copy the sample ConvertToRAC.xml file from
$ORACLE_HOME/assistants/rconfig/sampleXMLs directory to any temp directory
2. Modify the Sample XML file and verify if it is correct
3. Modify the Sample XML file and execute the sample XML file using rconfig utility
COPY THE SAMPLE XML FILE
[db02pn ]$ ls[db02pn ]$ ls[db02pn ]$ ls[db02pn ]$ ls ----ltr /home/oracle/app/product/11.1/db_1/assistants/rconfig/sampleXMLsltr /home/oracle/app/product/11.1/db_1/assistants/rconfig/sampleXMLsltr /home/oracle/app/product/11.1/db_1/assistants/rconfig/sampleXMLsltr /home/oracle/app/product/11.1/db_1/assistants/rconfig/sampleXMLs
total 8
-rw-r--r-- 1 oracle oinstall 2940 May 27 2005 ConvertToRAC.xml
-rw-r--r-- 1 oracle oinstall 2060 Apr 16 02:35 ConvertToClusteredASM.xml
[db02pn]$[db02pn]$[db02pn]$[db02pn]$ cp /home/oracle/app/product/11.1/db_1/assistants/rconfig/sampleXMLs/
ConvertToRAC.xml $HOME
Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal
Page 2 8/10/2007
MODIFY THE SAMPLE FILE
Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal
Page 3 8/10/2007
I had modified the following parameters as highlighted in RED color above. The modified values are in BLUE shown above
1. To test the settings specified, it is advisable to execute rconfig using convert verify="ONLY" before carrying out the actual
conversion. This will perform a test run to validate parameters and flag any incorrect settings or issues that need to be resolved
before the final conversion takes place. It is very important and below are few examples that shows that I am missing some
information and so it is corrected.
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
2. Specify 'SourceDBHome' variable in ConvertToRAC.xml as Non- RAC oracle home (e.g. $OLD_ORACLE_HOME path). As I am using
same RAC Oracle HOME for non-RAC instance and so specifying the same RAC $ORACLE_HOME
3. Specify 'TagetDBHome' variable in ConvertToRAC.xml as RAC oracle home (e.g. $ORACLE_HOME path).
4. Specify the Database SID [test11g]
5. Specify the SYS password for test11g Database instance
6. As I am using ASM instance and so specify the SYS password for ASM instance
7. As I am currently using single Node and so remove any additional Node and specify the Correct Node Name
8. Specify the Instance Prefix you want to use like test11g in our case
9. Specify any change in Network Port.
10. Specify the ASM DiskGroup that will be used
11. execute the rconfig and use the following syntax to run the rconfig command:
[db02pn]$ rconfig <path to rconfig xml file created in step2>
12. This rconfig run will:
• 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
Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal
Page 4 8/10/2007
[db02pn ]$ rconfig /export/home/oracle/ConvertToRAC.xml
Converting Database test11g to Cluster Database. Target Oracle Home : /home/oracle/app/product/11.1/db_1.
Setting Data Files and Control Files
Adding Database Instances
Adding Redo Logs
Enabling threads for all Database Instances
Setting TEMP tablespace
Adding UNDO tablespaces
Adding Trace files
Setting Flash Recovery Area
Updating Oratab
Creating Password file(s)
Configuring Listeners
Configuring related CRS resources
Adding NetService entries
Starting Cluster Database
Starting Listeners
<?xml version="1.0" ?>
<RConfig version="1.1" >
<ConvertToRAC>
<Convert>
<Response>
<Result code="0" >
Operation Succeeded
</Result>
</Response>
<ReturnValue type="object">
<Oracle_Home>
/home/oracle/app/product/11.1/db_1
</Oracle_Home>
<SIDList>
<SID>test11g1<SID>
<SIDList> </ReturnValue>
</Convert>
</ConvertToRAC></RConfig>
Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal
Page 5 8/10/2007
[db02pn ]$ pspspsps ----fu oracfu oracfu oracfu oracle|grep test11le|grep test11le|grep test11le|grep test11
oracle 28817 1 0 12:26 ? 00:00:00 ora_pmon_test11g1oracle 28817 1 0 12:26 ? 00:00:00 ora_pmon_test11g1oracle 28817 1 0 12:26 ? 00:00:00 ora_pmon_test11g1oracle 28817 1 0 12:26 ? 00:00:00 ora_pmon_test11g1
oracle 28819 1 0 12:26 ? 00:00:00 ora_vktm_test11g1oracle 28819 1 0 12:26 ? 00:00:00 ora_vktm_test11g1oracle 28819 1 0 12:26 ? 00:00:00 ora_vktm_test11g1oracle 28819 1 0 12:26 ? 00:00:00 ora_vktm_test11g1
oracle 28823 1 0 12:26 ? 00:00:00 ora_diag_test11g1oracle 28823 1 0 12:26 ? 00:00:00 ora_diag_test11g1oracle 28823 1 0 12:26 ? 00:00:00 ora_diag_test11g1oracle 28823 1 0 12:26 ? 00:00:00 ora_diag_test11g1
oracle 28825 1 0 12:26 ? 00:0oracle 28825 1 0 12:26 ? 00:0oracle 28825 1 0 12:26 ? 00:0oracle 28825 1 0 12:26 ? 00:00:00 ora_dbrm_test11g10:00 ora_dbrm_test11g10:00 ora_dbrm_test11g10:00 ora_dbrm_test11g1
oracle 28827 1 0 12:26 ? 00:00:00 ora_ping_test11g1oracle 28827 1 0 12:26 ? 00:00:00 ora_ping_test11g1oracle 28827 1 0 12:26 ? 00:00:00 ora_ping_test11g1oracle 28827 1 0 12:26 ? 00:00:00 ora_ping_test11g1
oracle 28829 1 0 12:26 ? 00:00:00 ora_psp0_test11g1oracle 28829 1 0 12:26 ? 00:00:00 ora_psp0_test11g1oracle 28829 1 0 12:26 ? 00:00:00 ora_psp0_test11g1oracle 28829 1 0 12:26 ? 00:00:00 ora_psp0_test11g1
oracle 28831 1 0 12:26 ? 00:00:00 ora_acms_test11g1oracle 28831 1 0 12:26 ? 00:00:00 ora_acms_test11g1oracle 28831 1 0 12:26 ? 00:00:00 ora_acms_test11g1oracle 28831 1 0 12:26 ? 00:00:00 ora_acms_test11g1
oracle 28835 1 0 12:26 ?oracle 28835 1 0 12:26 ?oracle 28835 1 0 12:26 ?oracle 28835 1 0 12:26 ? 00:00:00 ora_dia0_test11g100:00:00 ora_dia0_test11g100:00:00 ora_dia0_test11g100:00:00 ora_dia0_test11g1
oracle 28837 1 0 12:26 ? 00:00:00 ora_lmon_test11g1oracle 28837 1 0 12:26 ? 00:00:00 ora_lmon_test11g1oracle 28837 1 0 12:26 ? 00:00:00 ora_lmon_test11g1oracle 28837 1 0 12:26 ? 00:00:00 ora_lmon_test11g1
oracle 28839 1 0 12:26 ? 00:00:00 ora_lmd0_test11g1oracle 28839 1 0 12:26 ? 00:00:00 ora_lmd0_test11g1oracle 28839 1 0 12:26 ? 00:00:00 ora_lmd0_test11g1oracle 28839 1 0 12:26 ? 00:00:00 ora_lmd0_test11g1
oracle 28841 1 0 12:26 ? 00:00:00 ora_lms0_test11g1oracle 28841 1 0 12:26 ? 00:00:00 ora_lms0_test11g1oracle 28841 1 0 12:26 ? 00:00:00 ora_lms0_test11g1oracle 28841 1 0 12:26 ? 00:00:00 ora_lms0_test11g1
oracle 28845 1 0 12:oracle 28845 1 0 12:oracle 28845 1 0 12:oracle 28845 1 0 12:26 ? 00:00:00 ora_lms1_test11g126 ? 00:00:00 ora_lms1_test11g126 ? 00:00:00 ora_lms1_test11g126 ? 00:00:00 ora_lms1_test11g1
oracle 28849 1 0 12:26 ? 00:00:00 ora_rms0_test11g1oracle 28849 1 0 12:26 ? 00:00:00 ora_rms0_test11g1oracle 28849 1 0 12:26 ? 00:00:00 ora_rms0_test11g1oracle 28849 1 0 12:26 ? 00:00:00 ora_rms0_test11g1
oracle 28851 1 0 12:26 ? 00:00:01 ora_mman_test11g1oracle 28851 1 0 12:26 ? 00:00:01 ora_mman_test11g1oracle 28851 1 0 12:26 ? 00:00:01 ora_mman_test11g1oracle 28851 1 0 12:26 ? 00:00:01 ora_mman_test11g1
oracle 28853 1 0 12:26 ? 00:00:00 ora_dbw0_test11g1oracle 28853 1 0 12:26 ? 00:00:00 ora_dbw0_test11g1oracle 28853 1 0 12:26 ? 00:00:00 ora_dbw0_test11g1oracle 28853 1 0 12:26 ? 00:00:00 ora_dbw0_test11g1
oracle 28855oracle 28855oracle 28855oracle 28855 1 0 12:26 ? 00:00:00 ora_lgwr_test11g11 0 12:26 ? 00:00:00 ora_lgwr_test11g11 0 12:26 ? 00:00:00 ora_lgwr_test11g11 0 12:26 ? 00:00:00 ora_lgwr_test11g1
oracle 28862 1 0 12:26 ? 00:00:00 ora_ckpt_test11g1oracle 28862 1 0 12:26 ? 00:00:00 ora_ckpt_test11g1oracle 28862 1 0 12:26 ? 00:00:00 ora_ckpt_test11g1oracle 28862 1 0 12:26 ? 00:00:00 ora_ckpt_test11g1
oracle 28864 1 0 12:26 ? 00:00:00 ora_smon_test11g1oracle 28864 1 0 12:26 ? 00:00:00 ora_smon_test11g1oracle 28864 1 0 12:26 ? 00:00:00 ora_smon_test11g1oracle 28864 1 0 12:26 ? 00:00:00 ora_smon_test11g1
oracle 28866 1 0 12:26 ? 00:00:00 ora_reco_test11g1oracle 28866 1 0 12:26 ? 00:00:00 ora_reco_test11g1oracle 28866 1 0 12:26 ? 00:00:00 ora_reco_test11g1oracle 28866 1 0 12:26 ? 00:00:00 ora_reco_test11g1
oracle 28oracle 28oracle 28oracle 28868 1 0 12:26 ? 00:00:00 ora_rbal_test11g1868 1 0 12:26 ? 00:00:00 ora_rbal_test11g1868 1 0 12:26 ? 00:00:00 ora_rbal_test11g1868 1 0 12:26 ? 00:00:00 ora_rbal_test11g1
oracle 28870 1 0 12:26 ? 00:00:00 ora_asmb_test11g1oracle 28870 1 0 12:26 ? 00:00:00 ora_asmb_test11g1oracle 28870 1 0 12:26 ? 00:00:00 ora_asmb_test11g1oracle 28870 1 0 12:26 ? 00:00:00 ora_asmb_test11g1
oracle 28874 1 0 12:26 ? 00:00:01 ora_mmon_test11g1oracle 28874 1 0 12:26 ? 00:00:01 ora_mmon_test11g1oracle 28874 1 0 12:26 ? 00:00:01 ora_mmon_test11g1oracle 28874 1 0 12:26 ? 00:00:01 ora_mmon_test11g1
oracle 28879 1 0 12:26 ? 00:00:00 ora_mmnl_test11g1oracle 28879 1 0 12:26 ? 00:00:00 ora_mmnl_test11g1oracle 28879 1 0 12:26 ? 00:00:00 ora_mmnl_test11g1oracle 28879 1 0 12:26 ? 00:00:00 ora_mmnl_test11g1
oraoraoraoracle 28891 1 0 12:26 ? 00:00:00 ora_d000_test11g1cle 28891 1 0 12:26 ? 00:00:00 ora_d000_test11g1cle 28891 1 0 12:26 ? 00:00:00 ora_d000_test11g1cle 28891 1 0 12:26 ? 00:00:00 ora_d000_test11g1
oracle 28898 1 0 12:26 ? 00:00:00 ora_s000_test11g1oracle 28898 1 0 12:26 ? 00:00:00 ora_s000_test11g1oracle 28898 1 0 12:26 ? 00:00:00 ora_s000_test11g1oracle 28898 1 0 12:26 ? 00:00:00 ora_s000_test11g1
oracle 28922 1 1 12:26 ? 00:00:03 ora_lck0_test11g1oracle 28922 1 1 12:26 ? 00:00:03 ora_lck0_test11g1oracle 28922 1 1 12:26 ? 00:00:03 ora_lck0_test11g1oracle 28922 1 1 12:26 ? 00:00:03 ora_lck0_test11g1
oracle 28939 1 0 12:26 ? 00:00:00 ora_ksvr_testoracle 28939 1 0 12:26 ? 00:00:00 ora_ksvr_testoracle 28939 1 0 12:26 ? 00:00:00 ora_ksvr_testoracle 28939 1 0 12:26 ? 00:00:00 ora_ksvr_test11g111g111g111g1
oracle 28950 1 0 12:26 ? 00:00:00 ora_o000_test11g1oracle 28950 1 0 12:26 ? 00:00:00 ora_o000_test11g1oracle 28950 1 0 12:26 ? 00:00:00 ora_o000_test11g1oracle 28950 1 0 12:26 ? 00:00:00 ora_o000_test11g1
oracle 28954 1 0 12:26 ? 00:00:00 ora_o001_test11g1oracle 28954 1 0 12:26 ? 00:00:00 ora_o001_test11g1oracle 28954 1 0 12:26 ? 00:00:00 ora_o001_test11g1oracle 28954 1 0 12:26 ? 00:00:00 ora_o001_test11g1
oracle 29028 1 0 12:26 ? 00:00:00 ora_smco_test11g1oracle 29028 1 0 12:26 ? 00:00:00 ora_smco_test11g1oracle 29028 1 0 12:26 ? 00:00:00 ora_smco_test11g1oracle 29028 1 0 12:26 ? 00:00:00 ora_smco_test11g1
oracle 29030 1 0 12:26 ? 00:00:00 ora_foracle 29030 1 0 12:26 ? 00:00:00 ora_foracle 29030 1 0 12:26 ? 00:00:00 ora_foracle 29030 1 0 12:26 ? 00:00:00 ora_fbda_test11g1bda_test11g1bda_test11g1bda_test11g1
oracle 29032 1 0 12:26 ? 00:00:00 ora_gtx0_test11g1oracle 29032 1 0 12:26 ? 00:00:00 ora_gtx0_test11g1oracle 29032 1 0 12:26 ? 00:00:00 ora_gtx0_test11g1oracle 29032 1 0 12:26 ? 00:00:00 ora_gtx0_test11g1
oracle 29039 1 0 12:26 ? 00:00:00 ora_rcbg_test11g1oracle 29039 1 0 12:26 ? 00:00:00 ora_rcbg_test11g1oracle 29039 1 0 12:26 ? 00:00:00 ora_rcbg_test11g1oracle 29039 1 0 12:26 ? 00:00:00 ora_rcbg_test11g1
oracle 29041 1 0 12:26 ? 00:00:00 ora_qmnc_test11g1oracle 29041 1 0 12:26 ? 00:00:00 ora_qmnc_test11g1oracle 29041 1 0 12:26 ? 00:00:00 ora_qmnc_test11g1oracle 29041 1 0 12:26 ? 00:00:00 ora_qmnc_test11g1
oracle 29078 1 0 12:26 ? 00:00:oracle 29078 1 0 12:26 ? 00:00:oracle 29078 1 0 12:26 ? 00:00:oracle 29078 1 0 12:26 ? 00:00:00 ora_cjq0_test11g100 ora_cjq0_test11g100 ora_cjq0_test11g100 ora_cjq0_test11g1
oracle 29080 1 0 12:26 ? 00:00:00 ora_w000_test11g1oracle 29080 1 0 12:26 ? 00:00:00 ora_w000_test11g1oracle 29080 1 0 12:26 ? 00:00:00 ora_w000_test11g1oracle 29080 1 0 12:26 ? 00:00:00 ora_w000_test11g1
oracle 29205 1 0 12:26 ? 00:00:00 ora_q000_test11g1oracle 29205 1 0 12:26 ? 00:00:00 ora_q000_test11g1oracle 29205 1 0 12:26 ? 00:00:00 ora_q000_test11g1oracle 29205 1 0 12:26 ? 00:00:00 ora_q000_test11g1
oracle 29208 1 0 12:26 ? 00:00:00 ora_q001_test11g1oracle 29208 1 0 12:26 ? 00:00:00 ora_q001_test11g1oracle 29208 1 0 12:26 ? 00:00:00 ora_q001_test11g1oracle 29208 1 0 12:26 ? 00:00:00 ora_q001_test11g1
oracle 29265 1 1 12:26 ?oracle 29265 1 1 12:26 ?oracle 29265 1 1 12:26 ?oracle 29265 1 1 12:26 ? 00:00:03 oracletest11g1 (LOCAL=NO)00:00:03 oracletest11g1 (LOCAL=NO)00:00:03 oracletest11g1 (LOCAL=NO)00:00:03 oracletest11g1 (LOCAL=NO)
oracle 29267 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=NO)oracle 29267 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=NO)oracle 29267 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=NO)oracle 29267 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=NO)
oracle 29269 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29269 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29269 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29269 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)
oracle 29283 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=Noracle 29283 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=Noracle 29283 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=Noracle 29283 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=NO)O)O)O)
oracle 29312 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29312 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29312 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29312 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)
$$$$
Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal
Page 6 8/10/2007
[db02pn ]$ $ORA_CRS_HOME/bin/crs_stat$ORA_CRS_HOME/bin/crs_stat$ORA_CRS_HOME/bin/crs_stat$ORA_CRS_HOME/bin/crs_stat ----tttt
Name Type Target State HostName Type Target State HostName Type Target State HostName Type Target State Host
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ora....SM1ora....SM1ora....SM1ora....SM1.asm application ONLINE ONLINE db02pn.asm application ONLINE ONLINE db02pn.asm application ONLINE ONLINE db02pn.asm application ONLINE ONLINE db02pn
ora....PN.lsnr application ONLINE ONLINE db02pnora....PN.lsnr application ONLINE ONLINE db02pnora....PN.lsnr application ONLINE ONLINE db02pnora....PN.lsnr application ONLINE ONLINE db02pn
ora....2pn.gsd application ONLINE ONLINE db02pnora....2pn.gsd application ONLINE ONLINE db02pnora....2pn.gsd application ONLINE ONLINE db02pnora....2pn.gsd application ONLINE ONLINE db02pn
ora....2pn.ons application ONLINE ONLINE db02pnora....2pn.ons application ONLINE ONLINE db02pnora....2pn.ons application ONLINE ONLINE db02pnora....2pn.ons application ONLINE ONLINE db02pn
ora....2pn.vip application ONLINEora....2pn.vip application ONLINEora....2pn.vip application ONLINEora....2pn.vip application ONLINE ONLINE db02pnONLINE db02pnONLINE db02pnONLINE db02pn
ora.test11g.db application ONLINE ONLINE db02pnora.test11g.db application ONLINE ONLINE db02pnora.test11g.db application ONLINE ONLINE db02pnora.test11g.db application ONLINE ONLINE db02pn
ora....g1.inst application ONLINE ONLINE db02pnora....g1.inst application ONLINE ONLINE db02pnora....g1.inst application ONLINE ONLINE db02pnora....g1.inst application ONLINE ONLINE db02pn

Weitere ähnliche Inhalte

Was ist angesagt?

High Performance Jdbc
High Performance JdbcHigh Performance Jdbc
High Performance Jdbc
Sam Pattsin
 
配置Golden gate同步ddl语句
配置Golden gate同步ddl语句配置Golden gate同步ddl语句
配置Golden gate同步ddl语句
maclean liu
 
Troubleshooting SQL Server 2000 Virtual Server /Service Pack ...
Troubleshooting SQL Server 2000 Virtual Server /Service Pack ...Troubleshooting SQL Server 2000 Virtual Server /Service Pack ...
Troubleshooting SQL Server 2000 Virtual Server /Service Pack ...
webhostingguy
 
Oracle Systems _ Tony Jambu _ Exadata The Facts and Myths behing a proof of c...
Oracle Systems _ Tony Jambu _ Exadata The Facts and Myths behing a proof of c...Oracle Systems _ Tony Jambu _ Exadata The Facts and Myths behing a proof of c...
Oracle Systems _ Tony Jambu _ Exadata The Facts and Myths behing a proof of c...
InSync2011
 
Database Automation with MySQL Triggers and Event Schedulers
Database Automation with MySQL Triggers and Event SchedulersDatabase Automation with MySQL Triggers and Event Schedulers
Database Automation with MySQL Triggers and Event Schedulers
Abdul Rahman Sherzad
 

Was ist angesagt? (20)

Oracle result cache highload 2017
Oracle result cache highload 2017Oracle result cache highload 2017
Oracle result cache highload 2017
 
MySQL Performance Schema in Action
MySQL Performance Schema in ActionMySQL Performance Schema in Action
MySQL Performance Schema in Action
 
Integrating Bedework, a CalDAV Calendar Server, into OAE
Integrating Bedework, a CalDAV Calendar Server, into OAEIntegrating Bedework, a CalDAV Calendar Server, into OAE
Integrating Bedework, a CalDAV Calendar Server, into OAE
 
Oracle Data Redaction - EOUC
Oracle Data Redaction - EOUCOracle Data Redaction - EOUC
Oracle Data Redaction - EOUC
 
High Performance Jdbc
High Performance JdbcHigh Performance Jdbc
High Performance Jdbc
 
配置Golden gate同步ddl语句
配置Golden gate同步ddl语句配置Golden gate同步ddl语句
配置Golden gate同步ddl语句
 
Latest java
Latest javaLatest java
Latest java
 
Troubleshooting SQL Server 2000 Virtual Server /Service Pack ...
Troubleshooting SQL Server 2000 Virtual Server /Service Pack ...Troubleshooting SQL Server 2000 Virtual Server /Service Pack ...
Troubleshooting SQL Server 2000 Virtual Server /Service Pack ...
 
Oracle Systems _ Tony Jambu _ Exadata The Facts and Myths behing a proof of c...
Oracle Systems _ Tony Jambu _ Exadata The Facts and Myths behing a proof of c...Oracle Systems _ Tony Jambu _ Exadata The Facts and Myths behing a proof of c...
Oracle Systems _ Tony Jambu _ Exadata The Facts and Myths behing a proof of c...
 
Server startup
Server startupServer startup
Server startup
 
Database Automation with MySQL Triggers and Event Schedulers
Database Automation with MySQL Triggers and Event SchedulersDatabase Automation with MySQL Triggers and Event Schedulers
Database Automation with MySQL Triggers and Event Schedulers
 
FOSDEM 2022 MySQL Devroom: MySQL 8.0 - Logical Backups, Snapshots and Point-...
FOSDEM 2022 MySQL Devroom:  MySQL 8.0 - Logical Backups, Snapshots and Point-...FOSDEM 2022 MySQL Devroom:  MySQL 8.0 - Logical Backups, Snapshots and Point-...
FOSDEM 2022 MySQL Devroom: MySQL 8.0 - Logical Backups, Snapshots and Point-...
 
Tech Talks_25.04.15_Session 3_Tibor Sulyan_Distributed coordination with zook...
Tech Talks_25.04.15_Session 3_Tibor Sulyan_Distributed coordination with zook...Tech Talks_25.04.15_Session 3_Tibor Sulyan_Distributed coordination with zook...
Tech Talks_25.04.15_Session 3_Tibor Sulyan_Distributed coordination with zook...
 
Adding unit tests with tSQLt to the database deployment pipeline
 Adding unit tests with tSQLt to the database deployment pipeline Adding unit tests with tSQLt to the database deployment pipeline
Adding unit tests with tSQLt to the database deployment pipeline
 
Replication Troubleshooting in Classic VS GTID
Replication Troubleshooting in Classic VS GTIDReplication Troubleshooting in Classic VS GTID
Replication Troubleshooting in Classic VS GTID
 
Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!
 
RxJava from the trenches
RxJava from the trenchesRxJava from the trenches
RxJava from the trenches
 
In Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry OsborneIn Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry Osborne
 
監査ログをもっと身近に!〜統合監査のすすめ〜
監査ログをもっと身近に!〜統合監査のすすめ〜監査ログをもっと身近に!〜統合監査のすすめ〜
監査ログをもっと身近に!〜統合監査のすすめ〜
 
What is new in java 8 concurrency
What is new in java 8 concurrencyWhat is new in java 8 concurrency
What is new in java 8 concurrency
 

Ähnlich wie Dsi 11g convert_to RAC

Hotsos 2011: Mining the AWR repository for Capacity Planning, Visualization, ...
Hotsos 2011: Mining the AWR repository for Capacity Planning, Visualization, ...Hotsos 2011: Mining the AWR repository for Capacity Planning, Visualization, ...
Hotsos 2011: Mining the AWR repository for Capacity Planning, Visualization, ...
Kristofferson A
 
Oracle10g rac course_contents
Oracle10g rac course_contentsOracle10g rac course_contents
Oracle10g rac course_contents
amolmh
 
Oracle10g New Features I
Oracle10g New Features IOracle10g New Features I
Oracle10g New Features I
Denish Patel
 

Ähnlich wie Dsi 11g convert_to RAC (20)

Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And TricksCloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
 
les04.pdf
les04.pdfles04.pdf
les04.pdf
 
Oracle ORA Errors
Oracle ORA ErrorsOracle ORA Errors
Oracle ORA Errors
 
12c database migration from ASM storage to NON-ASM storage
12c database migration from ASM storage to NON-ASM storage12c database migration from ASM storage to NON-ASM storage
12c database migration from ASM storage to NON-ASM storage
 
Database decommission process
Database decommission processDatabase decommission process
Database decommission process
 
Enable archivelod mode in oracle rac12cR1 with asm location
Enable archivelod mode  in oracle rac12cR1 with asm locationEnable archivelod mode  in oracle rac12cR1 with asm location
Enable archivelod mode in oracle rac12cR1 with asm location
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create Database
 
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
 
还原Oracle中真实的cache recovery
还原Oracle中真实的cache recovery还原Oracle中真实的cache recovery
还原Oracle中真实的cache recovery
 
Using AWR for SQL Analysis
Using AWR for SQL AnalysisUsing AWR for SQL Analysis
Using AWR for SQL Analysis
 
ORACLE RAC DBA ONLINE TRAINING
ORACLE RAC DBA ONLINE TRAININGORACLE RAC DBA ONLINE TRAINING
ORACLE RAC DBA ONLINE TRAINING
 
Convert single instance to RAC
Convert single instance to RACConvert single instance to RAC
Convert single instance to RAC
 
Hotsos 2011: Mining the AWR repository for Capacity Planning, Visualization, ...
Hotsos 2011: Mining the AWR repository for Capacity Planning, Visualization, ...Hotsos 2011: Mining the AWR repository for Capacity Planning, Visualization, ...
Hotsos 2011: Mining the AWR repository for Capacity Planning, Visualization, ...
 
How to connect sql server to oracle server
How to connect sql server to oracle serverHow to connect sql server to oracle server
How to connect sql server to oracle server
 
Oracle10g rac course_contents
Oracle10g rac course_contentsOracle10g rac course_contents
Oracle10g rac course_contents
 
RAC.docx
RAC.docxRAC.docx
RAC.docx
 
Out-of-Place Oracle Database Patching and Provisioning Golden Images
Out-of-Place Oracle Database Patching and Provisioning Golden ImagesOut-of-Place Oracle Database Patching and Provisioning Golden Images
Out-of-Place Oracle Database Patching and Provisioning Golden Images
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407
 
Expert performance tuning tips for Oracle RAC
Expert performance tuning tips for Oracle RACExpert performance tuning tips for Oracle RAC
Expert performance tuning tips for Oracle RAC
 
Oracle10g New Features I
Oracle10g New Features IOracle10g New Features I
Oracle10g New Features I
 

Kürzlich hochgeladen

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Kürzlich hochgeladen (20)

Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

Dsi 11g convert_to RAC

  • 1. Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal Page 1 8/10/2007 OORRAACCLLEE DDAATTAABBAASSEE IINNSSTTAANNCCEE CCOONNVVEERRSSIIOONN :: CCOONNVVEERRTTIINNGG NNOONN--RRAACC DDAATTAABBAASSEE IINNSSTTAANNCCEE TTOO RRAACC DDAATTAABBAASSEE IINNSSTTAANNCCEE Inderpal S. Johal INTRODUCTION This part of the document will explain the procedure for converting Non-RAC instance to single Node RAC instance. As ASM Clustered Instance is already running. DATABASE CREATION INSTALLATION STEPS 1. Copy the sample ConvertToRAC.xml file from $ORACLE_HOME/assistants/rconfig/sampleXMLs directory to any temp directory 2. Modify the Sample XML file and verify if it is correct 3. Modify the Sample XML file and execute the sample XML file using rconfig utility COPY THE SAMPLE XML FILE [db02pn ]$ ls[db02pn ]$ ls[db02pn ]$ ls[db02pn ]$ ls ----ltr /home/oracle/app/product/11.1/db_1/assistants/rconfig/sampleXMLsltr /home/oracle/app/product/11.1/db_1/assistants/rconfig/sampleXMLsltr /home/oracle/app/product/11.1/db_1/assistants/rconfig/sampleXMLsltr /home/oracle/app/product/11.1/db_1/assistants/rconfig/sampleXMLs total 8 -rw-r--r-- 1 oracle oinstall 2940 May 27 2005 ConvertToRAC.xml -rw-r--r-- 1 oracle oinstall 2060 Apr 16 02:35 ConvertToClusteredASM.xml [db02pn]$[db02pn]$[db02pn]$[db02pn]$ cp /home/oracle/app/product/11.1/db_1/assistants/rconfig/sampleXMLs/ ConvertToRAC.xml $HOME
  • 2. Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal Page 2 8/10/2007 MODIFY THE SAMPLE FILE
  • 3. Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal Page 3 8/10/2007 I had modified the following parameters as highlighted in RED color above. The modified values are in BLUE shown above 1. To test the settings specified, it is advisable to execute rconfig using convert verify="ONLY" before carrying out the actual conversion. This will perform a test run to validate parameters and flag any incorrect settings or issues that need to be resolved before the final conversion takes place. It is very important and below are few examples that shows that I am missing some information and so it is corrected. 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 2. Specify 'SourceDBHome' variable in ConvertToRAC.xml as Non- RAC oracle home (e.g. $OLD_ORACLE_HOME path). As I am using same RAC Oracle HOME for non-RAC instance and so specifying the same RAC $ORACLE_HOME 3. Specify 'TagetDBHome' variable in ConvertToRAC.xml as RAC oracle home (e.g. $ORACLE_HOME path). 4. Specify the Database SID [test11g] 5. Specify the SYS password for test11g Database instance 6. As I am using ASM instance and so specify the SYS password for ASM instance 7. As I am currently using single Node and so remove any additional Node and specify the Correct Node Name 8. Specify the Instance Prefix you want to use like test11g in our case 9. Specify any change in Network Port. 10. Specify the ASM DiskGroup that will be used 11. execute the rconfig and use the following syntax to run the rconfig command: [db02pn]$ rconfig <path to rconfig xml file created in step2> 12. This rconfig run will: • 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
  • 4. Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal Page 4 8/10/2007 [db02pn ]$ rconfig /export/home/oracle/ConvertToRAC.xml Converting Database test11g to Cluster Database. Target Oracle Home : /home/oracle/app/product/11.1/db_1. Setting Data Files and Control Files Adding Database Instances Adding Redo Logs Enabling threads for all Database Instances Setting TEMP tablespace Adding UNDO tablespaces Adding Trace files Setting Flash Recovery Area Updating Oratab Creating Password file(s) Configuring Listeners Configuring related CRS resources Adding NetService entries Starting Cluster Database Starting Listeners <?xml version="1.0" ?> <RConfig version="1.1" > <ConvertToRAC> <Convert> <Response> <Result code="0" > Operation Succeeded </Result> </Response> <ReturnValue type="object"> <Oracle_Home> /home/oracle/app/product/11.1/db_1 </Oracle_Home> <SIDList> <SID>test11g1<SID> <SIDList> </ReturnValue> </Convert> </ConvertToRAC></RConfig>
  • 5. Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal Page 5 8/10/2007 [db02pn ]$ pspspsps ----fu oracfu oracfu oracfu oracle|grep test11le|grep test11le|grep test11le|grep test11 oracle 28817 1 0 12:26 ? 00:00:00 ora_pmon_test11g1oracle 28817 1 0 12:26 ? 00:00:00 ora_pmon_test11g1oracle 28817 1 0 12:26 ? 00:00:00 ora_pmon_test11g1oracle 28817 1 0 12:26 ? 00:00:00 ora_pmon_test11g1 oracle 28819 1 0 12:26 ? 00:00:00 ora_vktm_test11g1oracle 28819 1 0 12:26 ? 00:00:00 ora_vktm_test11g1oracle 28819 1 0 12:26 ? 00:00:00 ora_vktm_test11g1oracle 28819 1 0 12:26 ? 00:00:00 ora_vktm_test11g1 oracle 28823 1 0 12:26 ? 00:00:00 ora_diag_test11g1oracle 28823 1 0 12:26 ? 00:00:00 ora_diag_test11g1oracle 28823 1 0 12:26 ? 00:00:00 ora_diag_test11g1oracle 28823 1 0 12:26 ? 00:00:00 ora_diag_test11g1 oracle 28825 1 0 12:26 ? 00:0oracle 28825 1 0 12:26 ? 00:0oracle 28825 1 0 12:26 ? 00:0oracle 28825 1 0 12:26 ? 00:00:00 ora_dbrm_test11g10:00 ora_dbrm_test11g10:00 ora_dbrm_test11g10:00 ora_dbrm_test11g1 oracle 28827 1 0 12:26 ? 00:00:00 ora_ping_test11g1oracle 28827 1 0 12:26 ? 00:00:00 ora_ping_test11g1oracle 28827 1 0 12:26 ? 00:00:00 ora_ping_test11g1oracle 28827 1 0 12:26 ? 00:00:00 ora_ping_test11g1 oracle 28829 1 0 12:26 ? 00:00:00 ora_psp0_test11g1oracle 28829 1 0 12:26 ? 00:00:00 ora_psp0_test11g1oracle 28829 1 0 12:26 ? 00:00:00 ora_psp0_test11g1oracle 28829 1 0 12:26 ? 00:00:00 ora_psp0_test11g1 oracle 28831 1 0 12:26 ? 00:00:00 ora_acms_test11g1oracle 28831 1 0 12:26 ? 00:00:00 ora_acms_test11g1oracle 28831 1 0 12:26 ? 00:00:00 ora_acms_test11g1oracle 28831 1 0 12:26 ? 00:00:00 ora_acms_test11g1 oracle 28835 1 0 12:26 ?oracle 28835 1 0 12:26 ?oracle 28835 1 0 12:26 ?oracle 28835 1 0 12:26 ? 00:00:00 ora_dia0_test11g100:00:00 ora_dia0_test11g100:00:00 ora_dia0_test11g100:00:00 ora_dia0_test11g1 oracle 28837 1 0 12:26 ? 00:00:00 ora_lmon_test11g1oracle 28837 1 0 12:26 ? 00:00:00 ora_lmon_test11g1oracle 28837 1 0 12:26 ? 00:00:00 ora_lmon_test11g1oracle 28837 1 0 12:26 ? 00:00:00 ora_lmon_test11g1 oracle 28839 1 0 12:26 ? 00:00:00 ora_lmd0_test11g1oracle 28839 1 0 12:26 ? 00:00:00 ora_lmd0_test11g1oracle 28839 1 0 12:26 ? 00:00:00 ora_lmd0_test11g1oracle 28839 1 0 12:26 ? 00:00:00 ora_lmd0_test11g1 oracle 28841 1 0 12:26 ? 00:00:00 ora_lms0_test11g1oracle 28841 1 0 12:26 ? 00:00:00 ora_lms0_test11g1oracle 28841 1 0 12:26 ? 00:00:00 ora_lms0_test11g1oracle 28841 1 0 12:26 ? 00:00:00 ora_lms0_test11g1 oracle 28845 1 0 12:oracle 28845 1 0 12:oracle 28845 1 0 12:oracle 28845 1 0 12:26 ? 00:00:00 ora_lms1_test11g126 ? 00:00:00 ora_lms1_test11g126 ? 00:00:00 ora_lms1_test11g126 ? 00:00:00 ora_lms1_test11g1 oracle 28849 1 0 12:26 ? 00:00:00 ora_rms0_test11g1oracle 28849 1 0 12:26 ? 00:00:00 ora_rms0_test11g1oracle 28849 1 0 12:26 ? 00:00:00 ora_rms0_test11g1oracle 28849 1 0 12:26 ? 00:00:00 ora_rms0_test11g1 oracle 28851 1 0 12:26 ? 00:00:01 ora_mman_test11g1oracle 28851 1 0 12:26 ? 00:00:01 ora_mman_test11g1oracle 28851 1 0 12:26 ? 00:00:01 ora_mman_test11g1oracle 28851 1 0 12:26 ? 00:00:01 ora_mman_test11g1 oracle 28853 1 0 12:26 ? 00:00:00 ora_dbw0_test11g1oracle 28853 1 0 12:26 ? 00:00:00 ora_dbw0_test11g1oracle 28853 1 0 12:26 ? 00:00:00 ora_dbw0_test11g1oracle 28853 1 0 12:26 ? 00:00:00 ora_dbw0_test11g1 oracle 28855oracle 28855oracle 28855oracle 28855 1 0 12:26 ? 00:00:00 ora_lgwr_test11g11 0 12:26 ? 00:00:00 ora_lgwr_test11g11 0 12:26 ? 00:00:00 ora_lgwr_test11g11 0 12:26 ? 00:00:00 ora_lgwr_test11g1 oracle 28862 1 0 12:26 ? 00:00:00 ora_ckpt_test11g1oracle 28862 1 0 12:26 ? 00:00:00 ora_ckpt_test11g1oracle 28862 1 0 12:26 ? 00:00:00 ora_ckpt_test11g1oracle 28862 1 0 12:26 ? 00:00:00 ora_ckpt_test11g1 oracle 28864 1 0 12:26 ? 00:00:00 ora_smon_test11g1oracle 28864 1 0 12:26 ? 00:00:00 ora_smon_test11g1oracle 28864 1 0 12:26 ? 00:00:00 ora_smon_test11g1oracle 28864 1 0 12:26 ? 00:00:00 ora_smon_test11g1 oracle 28866 1 0 12:26 ? 00:00:00 ora_reco_test11g1oracle 28866 1 0 12:26 ? 00:00:00 ora_reco_test11g1oracle 28866 1 0 12:26 ? 00:00:00 ora_reco_test11g1oracle 28866 1 0 12:26 ? 00:00:00 ora_reco_test11g1 oracle 28oracle 28oracle 28oracle 28868 1 0 12:26 ? 00:00:00 ora_rbal_test11g1868 1 0 12:26 ? 00:00:00 ora_rbal_test11g1868 1 0 12:26 ? 00:00:00 ora_rbal_test11g1868 1 0 12:26 ? 00:00:00 ora_rbal_test11g1 oracle 28870 1 0 12:26 ? 00:00:00 ora_asmb_test11g1oracle 28870 1 0 12:26 ? 00:00:00 ora_asmb_test11g1oracle 28870 1 0 12:26 ? 00:00:00 ora_asmb_test11g1oracle 28870 1 0 12:26 ? 00:00:00 ora_asmb_test11g1 oracle 28874 1 0 12:26 ? 00:00:01 ora_mmon_test11g1oracle 28874 1 0 12:26 ? 00:00:01 ora_mmon_test11g1oracle 28874 1 0 12:26 ? 00:00:01 ora_mmon_test11g1oracle 28874 1 0 12:26 ? 00:00:01 ora_mmon_test11g1 oracle 28879 1 0 12:26 ? 00:00:00 ora_mmnl_test11g1oracle 28879 1 0 12:26 ? 00:00:00 ora_mmnl_test11g1oracle 28879 1 0 12:26 ? 00:00:00 ora_mmnl_test11g1oracle 28879 1 0 12:26 ? 00:00:00 ora_mmnl_test11g1 oraoraoraoracle 28891 1 0 12:26 ? 00:00:00 ora_d000_test11g1cle 28891 1 0 12:26 ? 00:00:00 ora_d000_test11g1cle 28891 1 0 12:26 ? 00:00:00 ora_d000_test11g1cle 28891 1 0 12:26 ? 00:00:00 ora_d000_test11g1 oracle 28898 1 0 12:26 ? 00:00:00 ora_s000_test11g1oracle 28898 1 0 12:26 ? 00:00:00 ora_s000_test11g1oracle 28898 1 0 12:26 ? 00:00:00 ora_s000_test11g1oracle 28898 1 0 12:26 ? 00:00:00 ora_s000_test11g1 oracle 28922 1 1 12:26 ? 00:00:03 ora_lck0_test11g1oracle 28922 1 1 12:26 ? 00:00:03 ora_lck0_test11g1oracle 28922 1 1 12:26 ? 00:00:03 ora_lck0_test11g1oracle 28922 1 1 12:26 ? 00:00:03 ora_lck0_test11g1 oracle 28939 1 0 12:26 ? 00:00:00 ora_ksvr_testoracle 28939 1 0 12:26 ? 00:00:00 ora_ksvr_testoracle 28939 1 0 12:26 ? 00:00:00 ora_ksvr_testoracle 28939 1 0 12:26 ? 00:00:00 ora_ksvr_test11g111g111g111g1 oracle 28950 1 0 12:26 ? 00:00:00 ora_o000_test11g1oracle 28950 1 0 12:26 ? 00:00:00 ora_o000_test11g1oracle 28950 1 0 12:26 ? 00:00:00 ora_o000_test11g1oracle 28950 1 0 12:26 ? 00:00:00 ora_o000_test11g1 oracle 28954 1 0 12:26 ? 00:00:00 ora_o001_test11g1oracle 28954 1 0 12:26 ? 00:00:00 ora_o001_test11g1oracle 28954 1 0 12:26 ? 00:00:00 ora_o001_test11g1oracle 28954 1 0 12:26 ? 00:00:00 ora_o001_test11g1 oracle 29028 1 0 12:26 ? 00:00:00 ora_smco_test11g1oracle 29028 1 0 12:26 ? 00:00:00 ora_smco_test11g1oracle 29028 1 0 12:26 ? 00:00:00 ora_smco_test11g1oracle 29028 1 0 12:26 ? 00:00:00 ora_smco_test11g1 oracle 29030 1 0 12:26 ? 00:00:00 ora_foracle 29030 1 0 12:26 ? 00:00:00 ora_foracle 29030 1 0 12:26 ? 00:00:00 ora_foracle 29030 1 0 12:26 ? 00:00:00 ora_fbda_test11g1bda_test11g1bda_test11g1bda_test11g1 oracle 29032 1 0 12:26 ? 00:00:00 ora_gtx0_test11g1oracle 29032 1 0 12:26 ? 00:00:00 ora_gtx0_test11g1oracle 29032 1 0 12:26 ? 00:00:00 ora_gtx0_test11g1oracle 29032 1 0 12:26 ? 00:00:00 ora_gtx0_test11g1 oracle 29039 1 0 12:26 ? 00:00:00 ora_rcbg_test11g1oracle 29039 1 0 12:26 ? 00:00:00 ora_rcbg_test11g1oracle 29039 1 0 12:26 ? 00:00:00 ora_rcbg_test11g1oracle 29039 1 0 12:26 ? 00:00:00 ora_rcbg_test11g1 oracle 29041 1 0 12:26 ? 00:00:00 ora_qmnc_test11g1oracle 29041 1 0 12:26 ? 00:00:00 ora_qmnc_test11g1oracle 29041 1 0 12:26 ? 00:00:00 ora_qmnc_test11g1oracle 29041 1 0 12:26 ? 00:00:00 ora_qmnc_test11g1 oracle 29078 1 0 12:26 ? 00:00:oracle 29078 1 0 12:26 ? 00:00:oracle 29078 1 0 12:26 ? 00:00:oracle 29078 1 0 12:26 ? 00:00:00 ora_cjq0_test11g100 ora_cjq0_test11g100 ora_cjq0_test11g100 ora_cjq0_test11g1 oracle 29080 1 0 12:26 ? 00:00:00 ora_w000_test11g1oracle 29080 1 0 12:26 ? 00:00:00 ora_w000_test11g1oracle 29080 1 0 12:26 ? 00:00:00 ora_w000_test11g1oracle 29080 1 0 12:26 ? 00:00:00 ora_w000_test11g1 oracle 29205 1 0 12:26 ? 00:00:00 ora_q000_test11g1oracle 29205 1 0 12:26 ? 00:00:00 ora_q000_test11g1oracle 29205 1 0 12:26 ? 00:00:00 ora_q000_test11g1oracle 29205 1 0 12:26 ? 00:00:00 ora_q000_test11g1 oracle 29208 1 0 12:26 ? 00:00:00 ora_q001_test11g1oracle 29208 1 0 12:26 ? 00:00:00 ora_q001_test11g1oracle 29208 1 0 12:26 ? 00:00:00 ora_q001_test11g1oracle 29208 1 0 12:26 ? 00:00:00 ora_q001_test11g1 oracle 29265 1 1 12:26 ?oracle 29265 1 1 12:26 ?oracle 29265 1 1 12:26 ?oracle 29265 1 1 12:26 ? 00:00:03 oracletest11g1 (LOCAL=NO)00:00:03 oracletest11g1 (LOCAL=NO)00:00:03 oracletest11g1 (LOCAL=NO)00:00:03 oracletest11g1 (LOCAL=NO) oracle 29267 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=NO)oracle 29267 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=NO)oracle 29267 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=NO)oracle 29267 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=NO) oracle 29269 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29269 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29269 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29269 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO) oracle 29283 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=Noracle 29283 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=Noracle 29283 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=Noracle 29283 1 0 12:26 ? 00:00:01 oracletest11g1 (LOCAL=NO)O)O)O) oracle 29312 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29312 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29312 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO)oracle 29312 1 0 12:26 ? 00:00:00 oracletest11g1 (LOCAL=NO) $$$$
  • 6. Oracle 11g RAC on Linux- Convert to RAC www.datasoftech.com Inderpal S. Johal Page 6 8/10/2007 [db02pn ]$ $ORA_CRS_HOME/bin/crs_stat$ORA_CRS_HOME/bin/crs_stat$ORA_CRS_HOME/bin/crs_stat$ORA_CRS_HOME/bin/crs_stat ----tttt Name Type Target State HostName Type Target State HostName Type Target State HostName Type Target State Host ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ora....SM1ora....SM1ora....SM1ora....SM1.asm application ONLINE ONLINE db02pn.asm application ONLINE ONLINE db02pn.asm application ONLINE ONLINE db02pn.asm application ONLINE ONLINE db02pn ora....PN.lsnr application ONLINE ONLINE db02pnora....PN.lsnr application ONLINE ONLINE db02pnora....PN.lsnr application ONLINE ONLINE db02pnora....PN.lsnr application ONLINE ONLINE db02pn ora....2pn.gsd application ONLINE ONLINE db02pnora....2pn.gsd application ONLINE ONLINE db02pnora....2pn.gsd application ONLINE ONLINE db02pnora....2pn.gsd application ONLINE ONLINE db02pn ora....2pn.ons application ONLINE ONLINE db02pnora....2pn.ons application ONLINE ONLINE db02pnora....2pn.ons application ONLINE ONLINE db02pnora....2pn.ons application ONLINE ONLINE db02pn ora....2pn.vip application ONLINEora....2pn.vip application ONLINEora....2pn.vip application ONLINEora....2pn.vip application ONLINE ONLINE db02pnONLINE db02pnONLINE db02pnONLINE db02pn ora.test11g.db application ONLINE ONLINE db02pnora.test11g.db application ONLINE ONLINE db02pnora.test11g.db application ONLINE ONLINE db02pnora.test11g.db application ONLINE ONLINE db02pn ora....g1.inst application ONLINE ONLINE db02pnora....g1.inst application ONLINE ONLINE db02pnora....g1.inst application ONLINE ONLINE db02pnora....g1.inst application ONLINE ONLINE db02pn