Rconfig: converting a single instance to RAC instance

Hi,
I am trying to use the "rconfig" utility to convert a single instance to a RAC instance in an existing RAC cluster.
I have modified the .xml file, and am trying to run the conversion from the 1st node in the 2 node cluster (where the single instance resides).
The only error message i seem to be getting is below:
<Response>
<Result code="1" >
Operation Failed
</Result>
<ErrorDetails>
ORCL_DATA_ORCLCLN The specified diskgroup is not mounted.
</ErrorDetails>
</Response>
</Convert>
</ConvertToRAC></RConfig>
Now I dont really understand why I would be getting that message as the instance is up and running and ASM disk group is mounted on node1 at the time i run the rconfig command, though its not clear to me if I also need to somehow mount the ASM disk group on the second node prior to running the rconfig command??
node1:
bash-3.00$ asmcmd -p
ASMCMD [+] > lsdg
State Type Rebal Unbal Sector Block AU Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Name
MOUNTED EXTERN N N 512 4096 1048576 10181 7442 0 7442 0 ORCL_DATA_ORCLCLN/
node2:
ASMCMD [+] > lsdg
State Type Rebal Unbal Sector Block AU Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Name
I have attached the output of the alert log during the rconfig conversion of the target database, but it all looks pretty standard to me (keep in mind i am an oracle novice!).
alert.log
Completed: ALTER DATABASE OPEN
Thu Jul 23 13:51:55 2009
Shutting down instance (abort)
License high water mark = 2
Instance terminated by USER, pid = 15030
Thu Jul 23 13:51:57 2009
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Interface type 1 e1000g1 10.128.113.0 configured from OCR for use as a cluster interconnect
Interface type 1 e1000g0 10.128.113.0 configured from OCR for use as a public interface
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_1 parameter default value as /u01/app/oracle/product/10.2.0/db_1/dbs/arch
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.2.0.
System parameters with non-default values:
processes = 150
__shared_pool_size = 121634816
__large_pool_size = 4194304
__java_pool_size = 4194304
__streams_pool_size = 0
sga_target = 440401920
control_files = +ORCL_DATA_ORCLCLN/control01.ctl
db_block_size = 8192
__db_cache_size = 306184192
compatible = 10.2.0.2.0
log_archive_format = %t_%s_%r.dbf
db_file_multiblock_read_count= 16
cluster_database = FALSE
cluster_database_instances= 1
db_recovery_file_dest_size= 2147483648
norecovery_through_resetlogs= TRUE
undo_management = AUTO
undo_tablespace = UNDOTBS1
remote_login_passwordfile= EXCLUSIVE
db_domain = netapp.com
job_queue_processes = 10
background_dump_dest = /u01/app/oracle/admin/orcldb/bdump/ORCLCLN
user_dump_dest = /u01/app/oracle/admin/orcldb/udump/ORCLCLN
core_dump_dest = /u01/app/oracle/admin/orcldb/cdump/ORCLCLN
db_name = ORCLCLN
open_cursors = 300
pga_aggregate_target = 145752064
Cluster communication is configured to use the following interface(s) for this instance
10.128.113.200
Thu Jul 23 13:51:59 2009
cluster interconnect IPC version:Oracle UDP/IP (generic)
IPC Vendor 1 proto 2
PMON started with pid=2, OS id=15085
DIAG started with pid=3, OS id=15091
PSP0 started with pid=4, OS id=15094
LMON started with pid=5, OS id=15097
LMD0 started with pid=6, OS id=15102
MMAN started with pid=7, OS id=15112
DBW0 started with pid=8, OS id=15114
LGWR started with pid=9, OS id=15116
CKPT started with pid=10, OS id=15125
SMON started with pid=11, OS id=15128
RECO started with pid=12, OS id=15130
CJQ0 started with pid=13, OS id=15134
MMON started with pid=14, OS id=15143
MMNL started with pid=15, OS id=15146
Thu Jul 23 13:52:03 2009
lmon registered with NM - instance id 1 (internal mem no 0)
Thu Jul 23 13:52:04 2009
Reconfiguration started (old inc 0, new inc 2)
List of nodes:
0
Global Resource Directory frozen
* allocate domain 0, invalid = TRUE
Communication channels reestablished
Master broadcasted resource hash value bitmaps
Non-local Process blocks cleaned out
Resources and enqueues cleaned out
Resources remastered 0
Set master node info
Submitted all remote-enqueue requests
Dwn-cvts replayed, VALBLKs dubious
All grantable enqueues granted
Post SMON to start 1st pass IR
Submitted all GCS remote-cache requests
Post SMON to start 1st pass IR
Reconfiguration complete
Thu Jul 23 13:52:04 2009
ALTER DATABASE MOUNT
Thu Jul 23 13:52:04 2009
Starting background process ASMB
ASMB started with pid=17, OS id=15157
Starting background process RBAL
RBAL started with pid=18, OS id=15169
Thu Jul 23 13:52:09 2009
SUCCESS: diskgroup ORCL_DATA_ORCLCLN was mounted
Thu Jul 23 13:52:13 2009
Setting recovery target incarnation to 2
Thu Jul 23 13:52:13 2009
Successful mount of redo thread 1, with mount id 4437636
Thu Jul 23 13:52:13 2009
Database mounted in Exclusive Mode
Completed: ALTER DATABASE MOUNT
Thu Jul 23 13:52:14 2009
ALTER DATABASE OPEN
Thu Jul 23 13:52:14 2009
Beginning crash recovery of 1 threads
Thu Jul 23 13:52:14 2009
Started redo scan
Thu Jul 23 13:52:14 2009
Completed redo scan
105 redo blocks read, 32 data blocks need recovery
Thu Jul 23 13:52:14 2009
Started redo application at
Thread 1: logseq 2, block 929
Thu Jul 23 13:52:15 2009
Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0
Mem# 0 errs 0: +ORCL_DATA_ORCLCLN/redo_2_1.log
Mem# 1 errs 0: +ORCL_DATA_ORCLCLN/redo_2_0.log
Thu Jul 23 13:52:15 2009
Completed redo application
Thu Jul 23 13:52:15 2009
Completed crash recovery at
Thread 1: logseq 2, block 1034, scn 613579
32 data blocks read, 25 data blocks written, 105 redo blocks read
Thu Jul 23 13:52:15 2009
Thread 1 advanced to log sequence 3
Thread 1 opened at log sequence 3
Current log# 1 seq# 3 mem# 0: +ORCL_DATA_ORCLCLN/redo_1_1.log
Current log# 1 seq# 3 mem# 1: +ORCL_DATA_ORCLCLN/redo_1_0.log
Successful open of redo thread 1
Thu Jul 23 13:52:15 2009
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Thu Jul 23 13:52:15 2009
SMON: enabling cache recovery
Thu Jul 23 13:52:17 2009
Successfully onlined Undo Tablespace 1.
Thu Jul 23 13:52:17 2009
SMON: enabling tx recovery
Thu Jul 23 13:52:17 2009
Database Characterset is WE8ISO8859P1
replication_dependency_tracking turned off (no async multimaster replication found)
Starting background process QMNC
QMNC started with pid=21, OS id=15328
Thu Jul 23 13:52:23 2009
Completed: ALTER DATABASE OPEN
Any help would be greatly appreciated!!!!

Ok,
So I managed to get the disk group mounted on the second node, and re-ran the rconfig process.
I got a little further, but encountered another error which is displayed below:
-bash-3.00$ rconfig racconv.xml
<?xml version="1.0" ?>
<RConfig>
<ConvertToRAC>
<Convert>
<Response>
<Result code="1" >
Operation Failed
</Result>
<ErrorDetails>
/u01/app/oracle/product/10.2.0/db_1/dbs Data File is not shared across all nodes in the cluster
</ErrorDetails>
</Response>
</Convert>
</ConvertToRAC></RConfig>
I am not using a shared oracle home, each node in the cluster has its own oracle installation residing on local disk. Is a shared oracle home a pre-requisite for usin rconfig?
I have provided the .xml file I am using below:
-bash-3.00$ cat racconv.xml
<?xml version="1.0" encoding="UTF-8"?>
<n:RConfig xmlns:n="http://www.oracle.com/rconfig"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oracle.com/rconfig">
<n:ConvertToRAC>
<!-- Verify does a precheck to ensure all pre-requisites are met, before the conversion is attempted. Allowable values are: YES|NO|ONLY -->
<n:Convert verify="YES">
<!--Specify current OracleHome of non-rac database for SourceDBHome -->
<n:SourceDBHome>/u01/app/oracle/product/10.2.0/db_1</n:SourceDBHome>
<!--Specify OracleHome where the rac database should be configured. It can be same as SourceDBHome -->
<n:TargetDBHome>/u01/app/oracle/product/10.2.0/db_1</n:TargetDBHome>
<!--Specify SID of non-rac database and credential. User with sysdba role is required to perform conversion -->
<n:SourceDBInfo SID="ORCLCLN">
<n:Credentials>
<n:User>oracle</n:User>
<n:Password>password</n:Password>
<n:Role>sysdba</n:Role>
</n:Credentials>
</n:SourceDBInfo>
<!--ASMInfo element is required only if the current non-rac database uses ASM Storage -->
<n:ASMInfo SID="+ASM1">
<n:Credentials>
<n:User>oracle</n:User>
<n:Password>password</n:Password>
<n:Role>sysdba</n:Role>
</n:Credentials>
</n:ASMInfo>
<!--Specify the list of nodes that should have rac instances running. LocalNode should be the first node in this nodelist. -->
<n:NodeList>
<n:Node name="sol002"/>
<n:Node name="sol003"/>
</n:NodeList>
<!--Specify prefix for rac instances. It can be same as the instance name for non-rac database or different. The instance number will be attached to this prefix. -->
<n:InstancePrefix>ORCLCLN</n:InstancePrefix>
<!--Specify port for the listener to be configured for rac database.If port="", alistener existing on localhost will be used for rac database.The listener will be extended to all nodes in the nodelist -->
<n:Listener port=""/>
<!--Specify the type of storage to be used by rac database. Allowable values are CFS|ASM. The non-rac database should have same storage type. -->
<n:SharedStorage type="ASM">
<!--Specify Database Area Location to be configured for rac database.If this field is left empty, current storage will be used for rac database. For CFS, this field will have directory path. -->
<n:TargetDatabaseArea></n:TargetDatabaseArea>
<!--Specify Flash Recovery Area to be configured for rac database. If this field is left empty, current recovery area of non-rac database will be configured for rac database. If current database is not using recovery Area, the resulting rac database will not have a recovery area. -->
<n:TargetFlashRecoveryArea></n:TargetFlashRecoveryArea>
</n:SharedStorage>
</n:Convert>
</n:ConvertToRAC>
</n:RConfig>

Similar Messages

  • Convert single instance in Rac

    Hello experts, I have already configured a cluster database between two nodes with a RAC database named Cars. Also I have a single instance database named Persons in the first of the nodes. Now I need convert this single instance(Persons) in a Rac database, that is I want to have two RAC database(Cars and the new Persons).
    Thank you very much in advance.

    Oracle provides following methods to convert a single instance database to RAC:
    Grid Control
    DBCA
    Manual
    RCONFIG(from 10gR2)
    refer this link:
    http://www.oracle.com/technology/pub/articles/chan_sing2rac_install.html(manual method)
    http://oracleinstance.blogspot.com/2009/12/convert-single-instance-to-rac-instance.html(rconfig method)
    http://onlineappsdba.com/index.php/2009/06/24/single-instance-to-rac-conversion/(using dbca)
    http://oracleinstance.blogspot.com/2010/07/converting-single-instance-to-rac.html(using dbca)
    for converting your filesystem to asm use RMAN:
    refer: for converting the non-asm files to asm files using the steps as shown in the link
    http://oracleinstance.blogspot.com/2009/12/migrate-from-database-file-system-to.html
    hope, this helps you.
    Rajeshkumar Govindarajan,
    Oracle DBA,
    http://oracleinstance.blogspot.com

  • Convert single instance to rac on 11gr2

    Hi,
    I have 11gr2 database single instance running with ASM storage attached. i want to convert it into RAC on same server.
    Can I take RMAN backup and restore in RAC ORACLE_HOME ? or do I need to go with rconfig or other steps?
    Please let me know if have any good doc.
    thanks

    here is detail:
    DB server =db1
    installed oracle binary for non-RAC-oracle 11gr2.
    installed oracle binary for rac-oracle and grid V 11gr2
    dATABASE is running in non-rac oracle with ASM. I want to convert from Oracle single instance to RAC instance on same server on Linux RHEL5.4 platform.
    Thanks

  • Mapping PROD RAC Disk Groups to Three RAC Instances on SIngle TEST Server ?

    Hi,
    None of the books or papers describe one critical design. Assuming we are using EMC's BCV volume's or HDS's ShadowImage Software, we need the following.
    Server 1-
    - Production has 2 node RAC with 3 DG's under ASM, PROD_DATA, PROD_FLASH and PROD_ARCHIVE - Each are 64GB, each has one RAW device externally managed, Servers are PROD1 and PROD2
    Server 2-
    - Test, Conv, Dev are three RAC instances on RAC instances, on TEST1 and
    TEST2 Server
    Now we have 9 DG;s under ASM control , ASM1, ASM2
    - TEST_DATA, TEST_FLASH, TEST_ARCHIVE
    - DEV_DATA, DEV_FLASH, DEV_ARCHIVE
    - CONV_DATA, CONV_FLASH, CONV_ARCHIVE
    Now Issue is this - CLONING
    - We BCV clones from PROD to TEST or PROD to CONV or PROD to DEV
    - When the RAW files are SYNC from PROD, the ASM disk header gets to migrate as well, so the ASM DG names we have in TEST do not match what came from PROD, for simplicity
    PROD_DATA cloned over RAW divice that MAPS to TEST_DATA
    and the others as well. Now ASM DG we have for test is TEST_DATA afterthe clone the RAW header is PROD_DATA, there is a mismatch, for us to fix that we change our DG names for test to PROD_DATA etc and fix the control file.
    Now what do we do for DEV and CONV? Same things will happen to those BCV volumes as well after block level copy is done...
    If all these instances were on seperate boxes we could have fixed the issue or lived with same DG names as PROD...
    We do not want to move database from ASM to FS and then to ASM or do ASM to ASM RMAN duplication, we want to do BCV or HDS shadow copy..If we did we could have same DG names in test server and have 3 times more storage than PROD and do all things manually without BCV or HDS's shadowclone..
    How do we handle this situation? Please suggest... ASM dg rename is not fixed, that could have helpes until 11g R2...
    I am not able to see any paper on this... I read the ASM book as well no such discussion.

    do not really understand all your config but here is what i can tell you
    imho the solution is to copy the datafile (not the disks/raw devices) from one diskgroup to the other ; and indeed best way to do it is to use RMAN
    note that in 11g, ASMCMD implements the cp command , so it is more easy.
    It enables you to copy files between ASM disk groups on local instances to and from remote instances. The file copy cannot be between remote instances. The local ASM instance must be either the source or the target of the operation. You can also use this command to copy files from ASM disk groups to the operating system.

  • Oracle 11gR2 RAC (convert single instance to RAC)

    Hi,
    Using Metalink Doc [ID 747457.1] I have converted single instance database running on 11gR2 to RAC (2 node) database 11gR2 with ASM. Its running fine, I am able to see the instances running on both nodes. But I am unable to login to the instance. It is connecting to ideal instance., but the instance is already running
    oracle@hublhp1:/home/oracle$ export ORACLE_SID=cadtest1
    oracle@hublhp1:/home/oracle$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Nov 2 11:23:43 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL>
    oracle@hublhp1:/home/oracle$ srvctl status database -d cadtest
    Instance cadtest1 is not running on node hublhp1
    Instance cadtest2 is not running on node hublhp3
    oracle@hublhp1:/home/oracle$ ps -ef | grep pmon
    oracle 2407 1 0 15:28:21 ? 0:27 asm_pmon_+ASM1
    oracle 4125 1 0 15:51:18 ? 0:36 ora_pmon_cadtest1
    oracle 4973 3295 0 14:31:13 pts/1 0:00 grep pmon
    oracle@hublhp1:/home/oracle$
    I am able to stop/start the database using SRVCTL but I am not able to login to this instance. Can anyone please help me to find the issue or where & what to look at.
    - Mano

    Thank you so much, I did the following, but I still have the same issue, the instance is running on both nodes, but I am unable to stop/start the database using SRVCTL and I am unable to login using SQLPLUS.
    oracle@hublhp1:/home/oracle$ *srvctl modify database -d cadtest -n cadtest -o $ORACLE_HOME -p +asmcdb01/cadtest/spfilecadtest.ora -a ASMCDB01,ASMCFR01*
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$ srvctl config database -d cadtest -a
    Database unique name: cadtest
    Database name: cadtest
    Oracle home: /app/oracle/rdbms/product/11.2.0
    Oracle user: oracle
    Spfile: +asmcdb01/cadtest/spfilecadtest.ora
    Domain:
    Start options: open
    Stop options: immediate
    Database role: PRIMARY
    Management policy: AUTOMATIC
    Server pools: cadtest
    Database instances: cadtest1,cadtest2
    Disk Groups: ASMCDB01,ASMCFR01
    Services:
    Database is enabled
    Database is administrator managed
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$ srvctl stop database -d cadtest
    PRCC-1016 : cadtest was already stopped
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$ srvctl status database -d cadtest
    Instance cadtest1 is not running on node hublhp1
    Instance cadtest2 is not running on node hublhp3
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$ echo $ORACLE_SID
    cadtest1
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Nov 2 15:31:55 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> exit
    Disconnected
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$
    oracle@hublhp1:/home/oracle$

  • Convert ASM single instance to RAC ASM instance...

    Hi, all
    Im installing OracleDatabase with RAC and I got an error on the Database Configuration Assistant that says "The ASM instance configured on the local node is a single instance. To manage this instance as a single-instance ASM restart DBCA and select the single instance database option. To manage this instance as RAC ASM, convert it to RAC ASM first".
    How I can convert it??
    Thanks

    See the link below for converting a single instance ASM to RAC ASM. The link is to the Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide for Linux. If your platform is not Linux, check the Install Guide for your OS.
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14203/cvrt2rac.htm#BABJDAJG

  • How to convert from single instance to RAC?

    Hi, I have one environment it is version is 10.2.0.4 in linux SUSE.
    I decided to move this environment to 10.2.0.4 Real applicaiton cluster has two nodes in linux red-hat.
    Firstly,
    I install 10.2.0.1 rac on two new machine in linux red hat.
    Then I upgrade my rac to 10.2.0.4 from 10.2.0.
    Now I want to move the single instance to RAC,
    Is there an anathoer way that different from export , import?

    Besides the obvious Export-Import which do not want to consider (although it would be the neatest method !), look the 4th conversion scenario under paragraph D.3.2 "Single-Instance to RAC Conversion Scenarios" at
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14203/cvrt2rac.htm#BABFCAHF
    The 4th conversion scenario is "Converting a single-instance Oracle Database 10g Release 2 (10.2) to an 10g Release 2 (10.2) RAC database, running out of a different Oracle home, and where the host where the single-instance database is running is not one of the nodes of the RAC database".
    Reference section D of the "Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide 10g Release 2 (10.2) for Linux"
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14203/toc.htm

  • Migrate from single instance to RAC manually

    Hi,
    I have a 10g database running in single instance.I have installed grid 11.2.0.2 in two nodes including the node where current instance is running,I have installed 10g again in a seperate mount point in both the nodes .It has the same patches as single instance 10g home.Now how to migrate from single instance to RAC manually.
    Thanks,
    Sekar

    -restore this database into 11g ASM if its not already on ASM.
    -upgrade this database to 11g from 10g on single instance.
    -Now Converting Single Instance on a Cluster to Oracle RAC ,here you have different option to perform this once its 11g database after upgrade.
    using rconfig
    using dbca or manually.
    see detail here
    http://docs.oracle.com/cd/E11882_01/install.112/e24660/cvrt2rac.htm#autoId9

  • 11gr2 single instance to rac

    I'm looking for information what the steps required to convert 11gr2 single instance to 2 nodes rac database for ECC 60 EHP7 (db 11.2.0.3 aix 7.1)
    Every experience will be helpful.
    regards
    pablo

    Hi,
    You can refer to SAP Note 527843 - "Oracle RAC support in the SAP environment" and also check white papers and documnetations on SAP on Oracle Real Application Clusters (RAC) to obtain more information about how to configure an SAP system for RAC.
    http://scn.sap.com/community/oracle -> Key Topics -> Oracle Real Application Clusters (RAC)
    Regards,
    Bíborka

  • Adjust parameters from single instance to RAC

    Hi
    I am carrying out a migration from single instance to RAC. I know there are a list of parameters that We have to adjust to keep the same or better performance moving from single instance to RAC. Can you post any link or something like that, that help to adjust the parameters ?
    Thanks

    user2931261 wrote:
    Thanks
    All is runing fine and the instaces are started. I set major of parameters of single instance but now I am getting a message that some of the parameters I set are DEPRECATED. How can I know what parameters are deprecated ?
    ThanksORA-32004 obsolete and/or deprecated parameter(s) specified
    Cause
    One or more obsolete and/or parameters were specified in the SPFILE or the PFILE on the server side.
    Action
    See alert log for a list of parameters that are obsolete. or deprecated. Remove them from the SPFILE or the server side PFILE.
    obsolete and/or deprecated parameter(s) in initDB.ora file. To find out which you could from SQL*PLUS, issue the following statement, to find the sinner.
    SQL> select name, isspecified from v$obsolete_parameter where isspecified='TRUE';
    refer:-http://oracleinstance.blogspot.com/2009/12/04-obsolete-andor-deprecated-parameters.html

  • Migrate single instance to rac

    Hi all
    Currently i have installation Oracle SE (10.2.0.1) i want migrate to rac 2 x Oracle SE (10.2.0.3) ?
    Can i use RMAN? or i must use exp/imp ? i have difrent version of oracle so i dont knew
    Thanks

    Hi,
    well there are two ways to do that.
    A) use the existing infrastructure and the database and adding additional nodes.
    B) setup up new SYSTEM/HARWARE RAC environment and move single database instance to RAC.
    which OS you are using.
    why dont you upgrade your ORACLE or you can make use to transpotable tablespce also.
    Regards
    MMU

  • Convert Single İnstance To RAC

    Hii All
    I making some test in order to convert single instance to RAC.In the scenario;
    1.Crs Installed on machine.Asm disks created (Node1)
    2.Oracle database software installed with rac option on Node1 .but only with binaries no database has been created.
    3.An auixilary instance created in Node1.
    4.On Standalone machine Database copied via Rman Clone Active database feature to node1 in asm
    5.Cloned database is working correctly on node1 as Standalone
    6.Run dbca on Node1 and select single instance,select create template from running database and template saved
    7.Run dbca again on Node1.Select create rac enabled database, template selected as saved before.
    Database created successfuly in crs environment but dbca creates fresh database no data has been preserved
    This convert way is possible ? Where am I wrong ?Why dbca erase all data and create new database ?
    Which do you advise to me to perfom convert scenario ?
    Crs and Oracle 11gR2 on Centos.
    Best Regards

    Hi Eb;
    What is db version? What is OS?
    Please see below notes which could be helpful for your issue:
    How To Convert A Single Instance Database To RAC In A Cluster File System Configuration [ID 208375.1]
    How to Convert 10g Single-Instance database to 10g RAC using Manual Conversion procedure [ID 747457.1]
    Regard
    Helios

  • Converting single ASM to RAC ASM

    How i can convert single ASM to RAC ASM?

    ASM1 is the name of single and clustered names as ASM1 +ASM2, now what is suggestion? I can shutdown single instance ASM. If ASM Is up , it should not delet , right???                                                                                                                                                                                                                                                                                                                                                   

  • Siebel Instance Strategy – Single Instance or Multiple Instances – Advantag

    Folks,
    We are looking for any white papers on Siebel Instance Strategies. We currently have 5 Siebel individual instances deployed over last 10 years for different business.
    Is it a good idea to merge all these instances into one?
    May be merge to say 3 instances depending on the objects we are using?
    What are the challenges, organization structure, field extensions, column extensions, workflows, what should be looking at?
    To answer these questions are there any white papers? Any documentation on how to merge two or more production instances?
    Any input / pointers would be appreciated.
    Thanks.

    user10751811 wrote:
    how do I find out if my db is running a single instance or multiple instance. I got oracle9i. thanks in advance.Db, on one single machine doesn't run with multiple instances. On a machine,there would be a single instance that would be running. What's important to know that whether its possible for your db to run multiple instances for it or not? For this, you can check the value of the parameter cluster_database is true or not? If its true, your db is RAC eabled and can use multiple instances. If false, you would have a 1:1 mapping of database and instance.
    HTH
    Aman....

  • Disable auto restarting of Rac instances.

    hello guys,
    we can use the SRVCTL disable command to disable a particular ASM instance or Rac database instance from clusterware to restart it manually if we are performing some maintenance activities. but in oracle 11gR2 RAC databases the databases can be either administrator managed or policy managed. again there are two policies automatic and manual. automatic with automatically restart the instances. here if we set the policy to manual the clusterware cannot restart the database instance.
    1.now we have a RAC database with 5 instances and and we set the policy to manual. it means that after a system restart the clusterware cannot restart all the database instances automatically.. is this correct.
    2. we can change the current policy to another policy using the SRVCTL modify database -d RAC -Y management_policy.. here the management policy can be only either automatic and manual right...
    help guys..

    Hi ,
    Point 1 and point 2 seems to be correct for oracle 11g rel2 Databases.
    srvctl -y {AUTOMATIC | MANUAL} Management policy for the database.
    1*.If AUTOMATIC
    (the default), then the database is automatically
    restored to its previous running condition (started or
    stopped) upon restart of the database host computer.
    If MANUAL, then the database is never automatically
    restarted upon restart of the database host computer.
    A MANUAL setting does not prevent Oracle Restart
    from monitoring the database while it is running and
    restarting it if a failure occurs.
    srvctl modify option
    *2.Enables you to modify the instance configuration without removing and adding
    Oracle Clusterware resources. Using modify preserves the environment in the OCR
    configuration that would otherwise need to be re-entered. The configuration
    description is modified in the OCR configuration, and a new Oracle Clusterware
    profile is generated and registered. The change takes effect when the application is
    next restarted.
    Eg:
    srvctl modify asm
    Modify the listener used by Oracle ASM, the disk group discovery string used by
    Oracle ASM, or the SPFILE used by Oracle ASM for a single-instance database or a
    cluster database.
    Hope it answered your queries.
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com/
    Edited by: Rafi (Oracle DBA) on Dec 2, 2010 9:39 PM

Maybe you are looking for