CRS and ORACLE_BASE

In some of the documentation from Oracle, it says not to use the same ORACLE_BASE for CRS and the databases. Then the examples in the oracle manuals and in the books (including Murali Vallath's Oracle10g RAC book, page 207) show the same ORACLE_BASE for the CRS, ASM and databases.
There is one note in the "Oracle Clusterware and Oracle RAC Installation Guide" that says "Because you must change the permissions of all the parent directories of the Oracle Clusterware home directory after installing the software to grant write access only to the root user, the Oracle Clusterware home directory must not be a subdirectory of the Oracle base directory". This seems to indicate it must be a different ORACLE_BASE as well as a different ORACLE_HOME for CRS.
Can anyone tell me if they have encountered issues with having the same ORACLE_BASE for CRS, ASM and the RAC databases if they have different ORACLE_HOME for each?

Thought I did follow the Oracle documentation during several of my testing and implementations (which is reflected in my book). I now tend to treat ASM and CRS as separate homes but outside the release levels.
All the new RAC implementations I follow a different directory layout..
Meaning ORACLE_HOME = /usr/app/oracle/product/10.2.0/db_1 but for crs and ASM I place them directly under product and not at a specific release level.
ASM_HOME = /usr/app/oracle/product/asm or ORA_CRS_HOME=/usr/app/oracle/product/crs or
AGENT_HOME=/usr/app/oracle/product/agent
The reasoning for this is that while you can have multiple versions of Oracle supporting several different databases in a RAC environment, you will only have one ASM and only one CRS set of binaries for a given node. Which means while they belong to a version, may not be 'the' version of a specific database that already exists on the server.
You will notice I still place them under ORACLE_BASE/product for managability purposes because both asm and crs are both Oracle products.

Similar Messages

  • 11g CRS and ASM, 10.2.0.4 database, how to set up RMAN

    Hi all, I am fairly green when it comes to RAC so please bear with me. I have a Linux 2 node RAC environment. The servers are lux148 and lux149. The 2 node cluster is running 11g CRS and ASM. The database is 10.2.0.4. It had to be set up this way in order for IBM DataStage to work. The database name is fictrp0. The instances are fictrp01 (lux148) and fictrp02 (lux149). I am trying to register the database with an RMAN catalog. I am under the impression that I need to register the database (fictrp0) not the instances (fictrp01 and fictrp02) with the RMAN catalog. Is this correct? So I log into lux148 and set my environment so the ORACLE_SID=FICTRP0. From the command line I issue the following:
    fictrp0:/u01/app/oracle> rman target / catalog rman102/[email protected]
    The command returns the following:
    Recovery Manager: Release 10.2.0.4.0 - Production on Wed Oct 29 14:05:50 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database (not started)
    connected to recovery catalog database
    Is this normal "connected to target database (not started)"? I was expecting to see a DBID=FICTRP0 for the target. If this is typical, how will RMAN know the ID of the database? Should I be trying to register an instance perhaps such as FICTRP01? If so do I need to register both instances (FICTRP01 and FICTRP02)?
    Bottom line I am very confused on how RAC and RMAN work together. Any help would be greatly appreciated.

    You no need to register the instance,You need to register only the database and database only will have DBID

  • Install CRS and RAC with different users

    I' m tring to install CRS and RAC with different users.
    It is supported but I don't find documentation.
    Have someone experience with this configuration ?
    My question are related to permission/own of voting and ocr file.
    in this configuration is CRS owner or DB owner that run srvctl commands ?
    Thanks !

    Yes it is ... check out the RAC FAQ on metalink, and just as Chris metioned the users will need to have the oinstall group as their primary..
    "Is it supported to install CRS and RAC as different users.
    Yes, CRS and RAC can be installed as different users. The CRS user and the RAC user must both have "oinstall" as their primary group, and the RAC user should be a member of the OSDBA group.
    Modified: 09-SEP-04 Ref #: ID-5769 "

  • Patching Strategy for CRS and ASM homes

    I'm fairly new to RAC/ASM and haven't performed any patch set upgrades yet. Back in the simple days when I wanted to apply a patch set to a database, say from 10.2.0.4 to 10.2.0.5, I would create a brand new Oracle home ahead of time and apply the patch set to it. I'd name my homes like this:
    /opt/oracle/product/10.2.0.4/db1
    /opt/oracle/product/10.2.0.5/db1
    During the maintenance window I would change /etc/oratab to point the database to the new 10.2.0.5 and complete the database upgrade scripts. The advantages of this strategy:
    1 - Less risk installing software as nothing uses the new home yet. If something goes wrong in the install, no big deal. Research the problem and try again without being under the stress of a defined maintenance window.
    2 - No need to backup old home for back-out purposes.
    3 - Less time required for database to be down during actual patch window since Oracle Installer does not need to run.
    Now with CRS and ASM, is there a way to pre-stage a new home for those, but not have them "active" to the node until later during the maintenance window?
    For ASM, it seems like it would be possible to treat the same way as database and simply update ASM SID in /etc/oratab
    +ASM1:/opt/oracle/product/10.2.0.5/asm1
    but I'm not totally confident in that as I'm afraid the CRS home may already have references to the ASM home in the cluster registry.
    For CRS, it seems like the home is pretty well hard-wired into the node startup scripts and installing a brand new CRS home will probably disrupt the running CRS home.
    Any thoughts about this?

    Hi,
    user5448593 wrote:
    I'm fairly new to RAC/ASM and haven't performed any patch set upgrades yet. Back in the simple days when I wanted to apply a patch set to a database, say from 10.2.0.4 to 10.2.0.5, I would create a brand new Oracle home ahead of time and apply the patch set to it.
    Now with CRS and ASM, is there a way to pre-stage a new home for those, but not have them "active" to the node until later during the maintenance window?Although you have not mentioned the version you are actually on, it is a quite up-to-date question and dilemma.
    Starting with 11.2 for Grid Infrastructure only "out-of-place" patchset upgrades are supported.
    >
    For ASM, it seems like it would be possible to treat the same way as database and simply update ASM SID in /etc/oratab
    +ASM1:/opt/oracle/product/10.2.0.5/asm1
    but I'm not totally confident in that as I'm afraid the CRS home may already have references to the ASM home in the cluster registry.
    For CRS, it seems like the home is pretty well hard-wired into the node startup scripts and installing a brand new CRS home will probably disrupt the running CRS home.
    Any thoughts about this?As of 11gR2 the ASM is part of the Grid Infrastructure, therefore it is running from the same home and not recommended to separate them. (although you can do that)
    By the way, what is your upgrade path? It could be easier to answer your questions if we knew that as there has been a quite a few enhancements and changes in the upgrade/patching process from 10g to 11g. (even between 11gR1 and 11gR2)
    Regards,
    Jozsef

  • How to find the raw devices for crs and voting disk

    Hi,
    How can I know where and what partitions that the crs and voting disk are installed ?
    Please point me to any documentation or any pointers.
    tia
    Pk

    For OCR: ocrcheck
    For Voting: crsctl query css votedisk
    HTH
    Thanks
    -Chandra Pabba

  • How to start CRS and other services after rebooting nodes.

    Hi,
    i have created two node cluster database.how to start CRS and other service after rebooting nodes?
    Thanks,

    use crsctl command start...
    $ORA_CRS_HOME/bin/crsctl start crsOr check status about CLusterware...
    $ORA_CRS_HOME/bin/crsctl check crs
    CSS appears healthy
    CRS appears healthy
    EVM appears healthyIf not OK... check log at $ORA_CRS_HOME/log/hostname/*
    and check status database , service and etc...
    use crs_stat
    $ORA_CRS_HOME/bin/crs_stat -t
    $ORA_CRS_HOME/bin/crs_stat if you find some service or instance ... not online...
    use srvctl command, help to start
    Get Help...
    $ORA_CRS_HOME/bin/srvctl -h

  • CRS and Voting Disk for RAC

    Hi Friends,
    How much disk space size should be allocated for CRS and Voting Disk?
    Thanks a lot

    Hi,
    Is it ok if i put them into one LUN ? say /u02 200M under it are directory CRS and Voting, or it is
    better to separate them into two LUNS /u02 /u03.
    Thanks a lot

  • Ocfs2 configuration require crs and database shutdown

    Hi,
    We are in the process of adding a node to the cluster.
    This is a 3 node cluster. we are going to add a 4 node to the cluster.
    ocr , voting disk are kept on ocfs2 file system. when we are trying to configure ocfs2.
    we were not able to mount ocfs2 device 4th node. we install all the ocfs2 required which was not there on 4 node.
    we can see the entries of 3 node in ocfs2 configure file we have make the 4th node using ocfs2cosole view.
    node:
    ip_port = 7777
    ip_address = 192.168.11.97
    number = 0
    name = rscorc07a.corp.shire.com
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 192.168.11.99
    number = 1
    name = rscorc07b.corp.shire.com
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 192.168.11.101
    number = 2
    name = rscorc07c.corp.shire.com
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 192.168.11.103
    number = 3
    name = rsdorc07d.corp.shire.com
    cluster = ocfs2
    cluster:
    node_count = 4
    name = ocfs2
    we need to add the 4th node entry on all the nodes.
    My question is does this require shutdown of database or crs or we can configure ocfs2 and add ocfs online(when the crs and database is up)
    Thanks and Regards,

    Hi All,
    The crs and database dont need to be shut while configuring ocfs2 for node addition.
    We took a help from oracle support.
    They asked us to increase the min_free_kbytes to 10000 kernel parameter is sysctl.conf and reproduce the issue.
    we have increased it to 1000 and we will again try to add the 4th node and let you know what is the outcome.
    Thanks

  • Revised Visio stencils for CRS and Catalyst 3750

    We just submitted the CRS and Catalyst 3750 revisions to the Cisco web team for posting.  They should be available within a day or so.
    Regards,
    Brett Newman
    Cisco Visio Development
    Visimation Inc.

    Hi Kevin,
    We updated the 3750 on 2/23/12 and the CRS on 2/20/12.  Please check the download page.
    Regards,
    Brett Newman
    Cisco Visio Development
    Visimation Inc.

  • Installing 11gR1 CRS and receive error when executing root.sh on 2nd node of 2 node cluster

    This is the error from the execution of root.sh on 2nd node of 2 node RAC cluster:
    dhzusbx98: /u01/app/crs # ./root.sh
    WARNING: directory '/u01/app' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up Network socket directories
    PROT-1: Failed to initialize ocrconfig
    Failed to upgrade Oracle Cluster Registry configuration
    dhzusbx98: /u01/app/crs #
    This is what I find in the following log file:  /u01/app/crs/log/dhzusbx98/client\ocrconfig_6422692.log
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Ora                                                                                                             cle. All rights reserved.
    2015-02-11 11:21:07.384: [ OCRCONF][1]ocrconfig starts...
    2015-02-11 11:21:07.388: [ OCRCONF][1]Upgrading OCR data
    2015-02-11 11:21:07.455: [  OCROSD][1]utopen:7:failed to open OCR file/disk /dev                                                                                                             /lnkocrd01CC3 , errno=16, os err string=Device busy
    2015-02-11 11:21:07.465: [  OCRRAW][1]proprinit: Could not open raw device
    2015-02-11 11:21:07.465: [ default][1]a_init:7!: Backend init unsuccessful : [26                                                                                                             ]
    2015-02-11 11:21:07.467: [ OCRCONF][1]Exporting OCR data to [OCRUPGRADEFILE]
    2015-02-11 11:21:07.467: [  OCRAPI][1]a_init:7!: Backend init unsuccessful : [33                                                                                                             ]
    2015-02-11 11:21:07.467: [ OCRCONF][1]There was no previous version of OCR. erro                                                                                                             r:[PROC-33: Oracle Cluster Registry is not configured]
    2015-02-11 11:21:07.524: [  OCROSD][1]utopen:7:failed to open OCR file/disk /dev                                                                                                             /lnkocrd01CC3 , errno=16, os err string=Device busy
    2015-02-11 11:21:07.524: [  OCRRAW][1]proprinit: Could not open raw device
    2015-02-11 11:21:07.524: [ default][1]a_init:7!: Backend init unsuccessful : [26                                                                                                             ]
    2015-02-11 11:21:07.560: [  OCROSD][1]utopen:7:failed to open OCR file/disk /dev                                                                                                             /lnkocrd01CC3 , errno=16, os err string=Device busy
    2015-02-11 11:21:07.560: [  OCRRAW][1]proprinit: Could not open raw device
    2015-02-11 11:21:07.560: [  OCRAPI][1]a_init:6b!: Backend init unsuccessful : [2                                                                                                             6]
    2015-02-11 11:21:07.560: [ OCRCONF][1]Failed to initialized OCR context. error:[                                                                                                             PROC-26: Error while accessing the physical storage Operating System error [Devi                                                                                                             ce busy] [16]]
    2015-02-11 11:21:07.560: [ OCRCONF][1]Exiting [status=failed]...
    dhzusbx98: /u01/app/crs/log/dhzusbx98/client #
    dhzusbx98: /u01/app/crs/log/dhzusbx98/client #
    dhzusbx98: /u01/app/crs/log/dhzusbx98/client #
    dhzusbx98: /u01/app/crs/log/dhzusbx98/client # set -o vi
    dhzusbx98: /u01/app/crs/log/dhzusbx98/client # cat ocrconfig_6422692.log
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2015-02-11 11:21:07.384: [ OCRCONF][1]ocrconfig starts...
    2015-02-11 11:21:07.388: [ OCRCONF][1]Upgrading OCR data
    2015-02-11 11:21:07.455: [  OCROSD][1]utopen:7:failed to open OCR file/disk /dev/lnkocrd01CC3 , errno=16, os err string=Device busy
    2015-02-11 11:21:07.465: [  OCRRAW][1]proprinit: Could not open raw device
    2015-02-11 11:21:07.465: [ default][1]a_init:7!: Backend init unsuccessful : [26]
    2015-02-11 11:21:07.467: [ OCRCONF][1]Exporting OCR data to [OCRUPGRADEFILE]
    2015-02-11 11:21:07.467: [  OCRAPI][1]a_init:7!: Backend init unsuccessful : [33]
    2015-02-11 11:21:07.467: [ OCRCONF][1]There was no previous version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured]
    2015-02-11 11:21:07.524: [  OCROSD][1]utopen:7:failed to open OCR file/disk /dev/lnkocrd01CC3 , errno=16, os err string=Device busy
    2015-02-11 11:21:07.524: [  OCRRAW][1]proprinit: Could not open raw device
    2015-02-11 11:21:07.524: [ default][1]a_init:7!: Backend init unsuccessful : [26]
    2015-02-11 11:21:07.560: [  OCROSD][1]utopen:7:failed to open OCR file/disk /dev/lnkocrd01CC3 , errno=16, os err string=Device busy
    2015-02-11 11:21:07.560: [  OCRRAW][1]proprinit: Could not open raw device
    2015-02-11 11:21:07.560: [  OCRAPI][1]a_init:6b!: Backend init unsuccessful : [26]
    2015-02-11 11:21:07.560: [ OCRCONF][1]Failed to initialized OCR context. error:[PROC-26: Error while accessing the physical storage Operating System error [Device busy] [16]]
    2015-02-11 11:21:07.560: [ OCRCONF][1]Exiting [status=failed]...
    dhzusbx98: /u01/app/crs/log/dhzusbx98/client # cat /etc/oracle/ocr.loc
    ocrconfig_loc=/dev/lnkocrd01CC3
    local_only=FALSE
    Can I just retry the root.sh on the 2nd node?  or, do I have to do some sort of cleanup and then retry?  Please advise....  Thanks, Adolfo

    Are you using raw disk devices for Oracle 11g RAC? You might want to move to ASM. For starters, your version, 11.1 is no longer fully supported by Oracle Corp. You'll need to be on 11.2.0.3 or higher to be supported. The 11.2.0.3 version loses Extended Support in August I think. The 11.2.0.4 version loses Extended Support in January. All of this means your production Oracle RAC database should be on the 12c version by January. And guess what? Oracle 12c RAC does not support raw disk devices.
    Since you're starting with this cluster fresh, why not aim for a configuration that will allow you to go forth into the foreseeable future without major configuration changes?
    Cheers,
    Brian

  • Can we have separate 10gR2 RAC CRS and 11gR2 RAC CRS homes on  same Unix s

    We'd like to test the upgrade of our 10gR2 RAC databases to 11gR2 RAC.
    We have six databases on the same server and want to install a separate 11g RAC stack (11g CRS, 11g ASM, 11g RDBMS) and upgrade each 10g database from 10g RAC stack on same server (10g CRS, 10g ASM, 10g RDBMS) . Is it ok to have 10g CRS home and 11g CRS home same server? If not, how best to upgrade without buying more hardware?
    Thanks in advance,
    Lou

    In more detail, the main issue/question is whether there can be 2 Oracle CRS homes on the same server i.e. separate 10gR2 and 11gR2 CRS homes residing on the same server for the purposes of (gradually) upgrading all Oracle RDBMS homes from 10g RAC to 11g RAC.
    Can there be? What would be the implications for the OCR and voting disk? In our case 10g CRS has OCR and Voting Disk on raw devices. In 11gR2, these would need to be migrated/upgraded/stored in ASM, right?
    We have 6 10g rdbms homes in addition to the one 10g CRS home and one 10g ASM home. To upgrade can we
    - Install 11gR2 CRS in a separate home (this would now include ASM as well)
    - Install 11gR2 RDBMS home
    - Upgrade one of the 6 10g databases while leaving the others untouched as 10g databases in the separate 10g CRS, 10g ASM stack?
    Any ideas, pointers greatly appreciated.
    Thanks,
    Lou

  • Problems between CRS and RAC (crsctl & srvctl)

    Hi, We haven an oracle RAC 10gR2 EE on 2 nodes with SLES10. We had oracle database version 10.2.0.4. We upgrade the database and crs version to 10.2.0.5. When we upgrade, we had some problems, and we had let only one node working. For that we had to do make -f ins_rdbms.mk rac_off. Thanks of that, we had to work with one node and start the database in single instance.
    Now, we have upgrade our database and crs to 10.2.0.5.
    crsctl query crs softwareversion
    CRS active version on the cluster is [10.2.0.5.0]
    crsctl query crs activeversion
    CRS active version on the cluster is [10.2.0.5.0]We run crs in both nodes, and the crs like works fine. However only database start in one node. The another node database don't start. If I execute srvctl start instance, the database start it, but crs don't show that database is online.
    Anyone can help us, and tell us why crs don't show the status of database???
    thanks you very much!!

    [main] [9:47:47:915] [nativesystem.OCRNative.Native]  getKeyValues: key [DATABASE.DATABASES.elio3.SERVICE.srv_gadir.ENVIRONMENT] has NULL value
    [main] [9:47:47:915] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.SERVICE.srv_gadir.TAFPOLICY)
    [main] [9:47:47:918] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:918] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 11
    [main] [9:47:47:918] [nativesystem.OCRNative.Native]  getKeyValue: value is [PRECONNECT] dtype = 3
    [main] [9:47:47:919] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.SERVICE.srv_gadir.ENABLED)
    [main] [9:47:47:921] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:921] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 5
    [main] [9:47:47:922] [nativesystem.OCRNative.Native]  getKeyValue: value is [true] dtype = 3
    [main] [9:47:47:923] [OCR.getKeyValues:425]  OCR.getKeyValues(DATABASE.DATABASES.elio3.ENVIRONMENT)
    [main] [9:47:47:926] [nativesystem.OCRNative.Native]  getKeyValues: open_key retval = 0
    [main] [9:47:47:928] [nativesystem.OCRNative.Native]  getKeyValues: procr_get_value retval = 0, dtype is 5 size = 0
    [main] [9:47:47:928] [nativesystem.OCRNative.Native]  getKeyValues: key [DATABASE.DATABASES.elio3.ENVIRONMENT] has NULL value
    [main] [9:47:47:929] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.DOMAIN)
    [main] [9:47:47:937] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:938] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 1
    [main] [9:47:47:938] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.SPFILE)
    [main] [9:47:47:940] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:941] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 27
    [main] [9:47:47:941] [nativesystem.OCRNative.Native]  getKeyValue: value is [/u02/ELIO3/spfileELIO3.ora] dtype = 3
    [main] [9:47:47:941] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.DB_NAME)
    [main] [9:47:47:944] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:944] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 6
    [main] [9:47:47:944] [nativesystem.OCRNative.Native]  getKeyValue: value is [ELIO3] dtype = 3
    [main] [9:47:47:944] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.ROLE)
    [main] [9:47:47:947] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:947] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 1
    [main] [9:47:47:947] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.START_OPTIONS)
    [main] [9:47:47:950] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:950] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 1
    [main] [9:47:47:951] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.DB_CLU_ALIAS.IP)
    [main] [9:47:47:954] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 4
    [main] [9:47:47:954] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.ENABLED)
    [main] [9:47:47:957] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:957] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 5
    [main] [9:47:47:958] [nativesystem.OCRNative.Native]  getKeyValue: value is [true] dtype = 3
    [main] [9:47:47:958] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.POLICY)
    [main] [9:47:47:960] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:961] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 10
    [main] [9:47:47:961] [nativesystem.OCRNative.Native]  getKeyValue: value is [AUTOMATIC] dtype = 3
    [main] [9:47:47:961] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.PRIOR_POLICY)
    [main] [9:47:47:971] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:972] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 10
    [main] [9:47:47:972] [nativesystem.OCRNative.Native]  getKeyValue: value is [AUTOMATIC] dtype = 3
    [main] [9:47:47:972] [OCRTreeHA.getDatabaseConfiguration:296]  Releasing shared CSS lock SRVM.DATABASE.DATABASES.elio3
    [main] [9:47:47:972] [has.ClusterLockNative.Native]  prsr_trace: Native: unlock
    [main] [9:47:47:974] [OCRTree.printParallelServerConfig:720]  Printing content of database name=ELIO3
    [main] [9:47:47:974] [OCRTree.printParallelServerConfig:721]  domain=null
    [main] [9:47:47:974] [OCRTree.printParallelServerConfig:722]  oraclehome=/u01/oracle/app/product/102_64/app
    [main] [9:47:47:975] [OCRTree.printParallelServerConfig:723]  spfile=/u02/ELIO3/spfileELIO3.ora
    [main] [9:47:47:975] [OCRTree.printParallelServerConfig:724]  enabled=true
    [main] [9:47:47:975] [OCRTree.printParallelServerConfig:731]  Finishing printing content of database name=ELIO3
    [main] [9:47:47:975] [RawDeviceConfig.getConfiguration:200]  returning from ocrtree.getDBConfig
    [main] [9:47:47:975] [GetConfigurationOperation.run:70]  got configuration for ops ELIO3
    [main] [9:47:47:976] [GetConfigurationOperation.run:84]  result says 0
    [main] [9:47:47:976] [LocalCommand.execute:56]  LocalCommand.execute: Returned from run method
    [main] [9:47:47:976] [ParallelServerHA.startInstance:1042]  got configuration
    [main] [9:47:47:976] [ParallelServerHA.startInstance:1115]  open mode = null, pfile = null
    [main] [9:47:47:976] [ParallelServer.isForceWithYou:2167]  found = false
    [main] [9:47:47:977] [OCR.keyExists:664]  OCR.keyExists(DATABASE.DATABASES.elio3.INSTANCE.elio31)
    [main] [9:47:47:977] [nativesystem.OCRNative.Native]  keyExists: calling procr_open_key(DATABASE.DATABASES.elio3.INSTANCE.elio31)
    [main] [9:47:47:977] [nativesystem.OCRNative.Native]  keyExists: procr_open_key retval = 0
    [main] [9:47:47:977] [nativesystem.OCRNative.Native]  keyExists: procr_close_key retval = 0
    [main] [9:47:47:977] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.INSTANCE.elio31.ENABLED)
    [main] [9:47:47:978] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:978] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 5
    [main] [9:47:47:978] [nativesystem.OCRNative.Native]  getKeyValue: value is [true] dtype = 3
    [main] [9:47:47:978] [ParallelServerHA.isEnabled:4089]  isEnabled=true
    [main] [9:47:47:979] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3)
    [main] [9:47:47:979] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:979] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 6
    [main] [9:47:47:979] [nativesystem.OCRNative.Native]  getKeyValue: value is [ELIO3] dtype = 3
    [main] [9:47:47:980] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.INSTANCE.elio31)
    [main] [9:47:47:980] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:980] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 7
    [main] [9:47:47:980] [nativesystem.OCRNative.Native]  getKeyValue: value is [ELIO31] dtype = 3
    [main] [9:47:47:981] [ParallelServerHA.getInstResourceName:4294]  dbName=ELIO3 instName=ELIO31 config=null
    [main] [9:47:47:981] [ParallelServerHA.getInstResourceName:4299]  resname is ora.ELIO3.ELIO31.inst
    [main] [9:47:47:982] [Operation.<init>:63]  Setting to be a synchronized operation
    [main] [9:47:47:982] [HASContext.getInstance:200]  Module init : 6
    [main] [9:47:47:982] [HASContext.getInstance:223]  Local Module init : 0
    [main] [9:47:47:982] [HASContext.getInstance:258]  HAS Context Allocated: 4 to oracle.ops.mgmt.has.Util@4b1c1760
    oracle@agripa:/u01/oracle/app/product/102_64/app/bin> ./srvctl start instance -d ELIO3 -i ELIO31
    ORACLE_HOME esss: /u01/oracle/app/product/102_64/app
    CHOME esssssssss: /u01/oracle/app/product/102_64/crs
    OHOME esssssssss: /u01/oracle/app/product/102_64/app
    /u01/oracle/app/product/102_64/app/jdk/jre/bin/java -classpath /u01/oracle/app/product/102_64/app/jlib/netcfg.jar:/u01/oracle/app/product/102_64/app/jdk/jre/lib/rt.jar:/u01/oracle/app/product/102_64/app/jdk/jre/lib/i18n.jar:/u01/oracle/app/product/102_64/app/jlib/srvm.jar:/u01/oracle/app/product/102_64/app/jlib/srvmhas.jar:/u01/oracle/app/product/102_64/app/jlib/srvmasm.jar:/u01/oracle/app/product/102_64/app/srvm/jlib/srvctl.jar -DTRACING.ENABLED=true -DTRACING.LEVEL=2 oracle.ops.opsctl.OPSCTLDriver start instance -d ELIO3 -i ELIO31
    [main] [9:47:47:393] [OPSCTLDriver.setInternalDebugLevel:165]  tracing is true at level 2 to file null
    [main] [9:47:47:492] [OPSCTLDriver.<init>:95]  Security manager is set
    [main] [9:47:47:504] [CommandLineParser.parse:178]  parsing cmdline args
    [main] [9:47:47:505] [CommandLineParser.parse2WordCommandOptions:948]  parsing 2-word cmdline
    [main] [9:47:47:505] [CommandLineParser.obtainOPS:1366]  srvctl: get reference to : ELIO3
    [main] [9:47:47:525] [GetActiveNodes.create:215]  Going into GetActiveNodes constructor...
    [main] [9:47:47:532] [HASContext.getInstance:200]  Module init : 16
    [main] [9:47:47:532] [HASContext.getInstance:223]  Local Module init : 19
    [main] [9:47:47:533] [HASContext.<init>:93]  moduleInit = 19
    [main] [9:47:47:551] [Library.getInstance:97]  Created instance of Library.
    [main] [9:47:47:551] [Library.load:197]  Loading libsrvmhas10.so...
    [main] [9:47:47:551] [Library.load:203]  oracleHome null
    [main] [9:47:47:552] [Library.load:239]  Loading  library srvmhas10 from path=
    /u01/oracle/app/product/102_64/app/jdk/jre/bin:/u01/oracle/app/product/102_64/app/jdk/jre/bin/classic:/u01/oracle/app/product/102_64/app/jdk/jre/bin:/u01/oracle/app/product/102_64/app/lib32:/u01/oracle/app/product/102_64/app/srvm/lib32:/u01/oracle/app/product/102_64/app/lib:/u01/oracle/app/product/102_64/app/srvm/lib:/usr/lib:/usr/lib64
    [main] [9:47:47:571] [Library.load:247]  Loaded library srvmhas10 from path=
    /u01/oracle/app/product/102_64/app/jdk/jre/bin:/u01/oracle/app/product/102_64/app/jdk/jre/bin/classic:/u01/oracle/app/product/102_64/app/jdk/jre/bin:/u01/oracle/app/product/102_64/app/lib32:/u01/oracle/app/product/102_64/app/srvm/lib32:/u01/oracle/app/product/102_64/app/lib:/u01/oracle/app/product/102_64/app/srvm/lib:/usr/lib:/usr/lib64
    [main] [9:47:47:573] [has.HASContextNative.Native]  prsr_trace: no lsf ctx, line=Native: allocHASContext
    [main] [9:47:47:573] [has.HASContextNative.Native]
    allocHASContext: Came in
    [main] [9:47:47:573] [has.HASContextNative.Native]  allocHASContext: module_init = 19
    [main] [9:47:47:574] [has.HASContextNative.Native]
    allocHASContext: META context [1]
    [main] [9:47:47:575] [has.HASContextNative.Native]
    allocHASContext: LSF context [1]
    [main] [9:47:47:575] [has.HASContextNative.Native]  prsr_trace: Native: prsr_initCLSS
    [main] [9:47:47:578] [has.HASContextNative.Native]
    allocHASContext: CLSS context [1]
    [main] [9:47:47:581] [has.HASContextNative.Native]
    allocHASContext: retval [1]
    [main] [9:47:47:581] [HASContext.getInstance:258]  HAS Context Allocated: 1 to oracle.ops.mgmt.has.ClusterUtil@5a269761
    [main] [9:47:47:582] [ClusterUtil.<init>:55]  ClusterUtil Instance created
    [main] [9:47:47:582] [ClusterUtil.<init>:58]  ClusterUtil m_bSKGXN=true
    [main] [9:47:47:583] [has.ClusterUtilNative.Native]  prsr_trace: Native: getLocalNodeName
    [main] [9:47:47:583] [has.ClusterUtilNative.Native]  prsr_trace: Native: getLocalNodeName:nodenumber: 1
    [main] [9:47:47:594] [has.ClusterUtilNative.Native]  prsr_trace: Native: getLocalNodeName:nodename: agripa
    [main] [9:47:47:594] [has.ClusterUtilNative.Native]  prsr_trace: Native: getNodeNames
    [main] [9:47:47:617] [has.ClusterUtilNative.Native]  prsr_trace: Native: getNodeNames:number of nodes: 2
    [main] [9:47:47:617] [has.ClusterUtilNative.Native]  prsr_trace: Native: getNodeNames:node 1 is alive k = 0
    [main] [9:47:47:618] [has.ClusterUtilNative.Native]  prsr_trace: Native: getNodeNames:1 nodename: agripa
    [main] [9:47:47:618] [has.ClusterUtilNative.Native]  prsr_trace: Native: getNodeNames:node 2 is alive k = 1
    [main] [9:47:47:621] [has.ClusterUtilNative.Native]  prsr_trace: Native: getNodeNames:2 nodename: julia
    [main] [9:47:47:622] [GetActiveNodes.<init>:187]  Inside GetActiveNodes :agripa
    [main] [9:47:47:625] [GetActiveNodes.<init>:199]  Started clusterware daemon thread
    [GetActiveNodesThread] [9:47:47:625] [Semaphore.acquire:109]  SyncBufferFull:Acquire called by thread GetActiveNodesThread m_count=0
    [main] [9:47:47:625] [GetActiveNodes.create:217]  Out of GetActiveNodes constructor.
    [main] [9:47:47:637] [OCRTree.init:203]  calling OCRTree.init
    [main] [9:47:47:637] [Version.isPre10i:189]  isPre10i.java: Returning FALSE
    [main] [9:47:47:640] [OCRTree.<init>:159]  calling OCR.init at level 7
    [main] [9:47:47:641] [OCR.<init>:228]  Called into OCR.java Constructor: level =7
    [main] [9:47:47:642] [OCR.loadLibrary:284]
    Inside constructor of OCR
    [main] [9:47:47:642] [OCR.loadLibrary:292]  Going to load the ocr library
    [main] [9:47:47:642] [Library.load:197]  Loading libsrvmocr10.so...
    [main] [9:47:47:642] [Library.load:203]  oracleHome null
    [main] [9:47:47:643] [Library.load:239]  Loading  library srvmocr10 from path=
    /u01/oracle/app/product/102_64/app/jdk/jre/bin:/u01/oracle/app/product/102_64/app/jdk/jre/bin/classic:/u01/oracle/app/product/102_64/app/jdk/jre/bin:/u01/oracle/app/product/102_64/app/lib32:/u01/oracle/app/product/102_64/app/srvm/lib32:/u01/oracle/app/product/102_64/app/lib:/u01/oracle/app/product/102_64/app/srvm/lib:/usr/lib:/usr/lib64
    [main] [9:47:47:644] [Library.load:247]  Loaded library srvmocr10 from path=
    /u01/oracle/app/product/102_64/app/jdk/jre/bin:/u01/oracle/app/product/102_64/app/jdk/jre/bin/classic:/u01/oracle/app/product/102_64/app/jdk/jre/bin:/u01/oracle/app/product/102_64/app/lib32:/u01/oracle/app/product/102_64/app/srvm/lib32:/u01/oracle/app/product/102_64/app/lib:/u01/oracle/app/product/102_64/app/srvm/lib:/usr/lib:/usr/lib64
    [main] [9:47:47:644] [OCR.loadLibrary:294]  loaded ocr libraries
    [main] [9:47:47:673] [OCR.<init>:241]  Calling Native function
    [main] [9:47:47:683] [nativesystem.OCRNative.Native]
    initializeOCRLevel: NEW level = 7
    [main] [9:47:47:684] [nativesystem.OCRNative.Native]
    initializeOCRLevel: NEW procr_init retval = 0
    [main] [9:47:47:684] [OCR.<init>:245]  Returned after initializing OCR
    [main] [9:47:47:687] [HASContext.getInstance:200]  Module init : 6
    [main] [9:47:47:687] [HASContext.getInstance:223]  Local Module init : 4
    [main] [9:47:47:687] [has.HASContextNative.Native]  prsr_trace: Native: allocHASContext
    [main] [9:47:47:687] [has.HASContextNative.Native]
    allocHASContext: Came in
    [main] [9:47:47:687] [has.HASContextNative.Native]  allocHASContext: module_init = 4
    [main] [9:47:47:688] [has.HASContextNative.Native]  prsr_trace: Native: prsr_initSCLS
    [main] [9:47:47:688] [has.HASContextNative.Native]
    allocHASContext: SCLS context [1]
    [main] [9:47:47:688] [has.HASContextNative.Native]
    allocHASContext: retval [1]
    [main] [9:47:47:688] [HASContext.getInstance:258]  HAS Context Allocated: 2 to oracle.ops.mgmt.has.Util@52b85760
    [main] [9:47:47:689] [Util.<init>:90]  Util Instance created.
    [main] [9:47:47:706] [has.UtilNative.Native]  prsr_trace: Native: getCurrentUserPrimaryGroup
    [main] [9:47:47:707] [has.UtilNative.Native]  prsr_trace: got primary group name=oinstall
    [main] [9:47:47:707] [OCR.<init>:259]  Primary Group of Current User: oinstall
    [main] [9:47:47:708] [HASContext.getInstance:200]  Module init : 24
    [main] [9:47:47:708] [HASContext.getInstance:223]  Local Module init : 8
    [main] [9:47:47:708] [has.HASContextNative.Native]  prsr_trace: Native: allocHASContext
    [main] [9:47:47:708] [has.HASContextNative.Native]
    allocHASContext: Came in
    [main] [9:47:47:709] [has.HASContextNative.Native]  allocHASContext: module_init = 8
    [main] [9:47:47:709] [has.HASContextNative.Native]
    allocHASContext: SLTS context [1]
    [main] [9:47:47:709] [has.HASContextNative.Native]
    allocHASContext: retval [1]
    [main] [9:47:47:709] [HASContext.getInstance:258]  HAS Context Allocated: 3 to oracle.ops.mgmt.has.ClusterLock@4ea4d760
    [main] [9:47:47:710] [ClusterLock.<init>:60]  ClusterLock Instance created.
    [main] [9:47:47:710] [OCRTree.isDatabaseConfigured:678]  Acquiring shared CSS lock SRVM.DATABASE.DATABASES
    [main] [9:47:47:711] [has.ClusterLockNative.Native]  prsr_trace: Native: acquireShared
    [main] [9:47:47:712] [OCR.keyExists:664]  OCR.keyExists(DATABASE.DATABASES.elio3)
    [main] [9:47:47:713] [nativesystem.OCRNative.Native]  keyExists: calling procr_open_key(DATABASE.DATABASES.elio3)
    [main] [9:47:47:715] [nativesystem.OCRNative.Native]  keyExists: procr_open_key retval = 0
    [main] [9:47:47:716] [nativesystem.OCRNative.Native]  keyExists: procr_close_key retval = 0
    [main] [9:47:47:716] [OCRTree.isDatabaseConfigured:708]  Releasing shared CSS lock SRVM.DATABASE.DATABASES
    [main] [9:47:47:716] [has.ClusterLockNative.Native]  prsr_trace: Native: unlock
    [main] [9:47:47:734] [Version.isPre10i:189]  isPre10i.java: Returning FALSE
    [main] [9:47:47:747] [OCRTree.init:177]  in OCRTree.init, version = 10.2.0.0.0
    [main] [9:47:47:748] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.INSTANCE.elio31.NODE)
    [main] [9:47:47:751] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:751] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 7
    [main] [9:47:47:751] [nativesystem.OCRNative.Native]  getKeyValue: value is [agripa] dtype = 3
    [main] [9:47:47:751] [ParallelServer.getNode:4342]  instance=ELIO31 node=agripa
    [main] [9:47:47:752] [CommandLineParser.isValidInstanceName:1558]  srvctl parseCommandOptions: get nodename agripa for instance ELIO31
    [main] [9:47:47:752] [OPSCTLDriver.execute:174]  executing srvctl command
    [main] [9:47:47:752] [OPSCTLDriver.execute:199]  executing 2-word command verb=3 noun=102
    [main] [9:47:47:762] [CommandLineParser.obtainOPS:1366]  srvctl: get reference to : ELIO3
    [main] [9:47:47:762] [GetActiveNodes.create:221]  Returning an existing instance of GetActiveNodes
    [main] [9:47:47:763] [OCRTree.init:203]  calling OCRTree.init
    [main] [9:47:47:763] [OCRTree.isDatabaseConfigured:678]  Acquiring shared CSS lock SRVM.DATABASE.DATABASES
    [main] [9:47:47:763] [has.ClusterLockNative.Native]  prsr_trace: Native: acquireShared
    [main] [9:47:47:764] [OCR.keyExists:664]  OCR.keyExists(DATABASE.DATABASES.elio3)
    [main] [9:47:47:764] [nativesystem.OCRNative.Native]  keyExists: calling procr_open_key(DATABASE.DATABASES.elio3)
    [main] [9:47:47:765] [nativesystem.OCRNative.Native]  keyExists: procr_open_key retval = 0
    [main] [9:47:47:765] [nativesystem.OCRNative.Native]  keyExists: procr_close_key retval = 0
    [main] [9:47:47:765] [OCRTree.isDatabaseConfigured:708]  Releasing shared CSS lock SRVM.DATABASE.DATABASES
    [main] [9:47:47:765] [has.ClusterLockNative.Native]  prsr_trace: Native: unlock
    [main] [9:47:47:766] [Version.isPre10i:189]  isPre10i.java: Returning FALSE
    [main] [9:47:47:766] [OCRTree.init:177]  in OCRTree.init, version = 10.2.0.0.0
    [main] [9:47:47:769] [ParallelServer.addEventListener:4914]  srvctl event listener already registered
    [main] [9:47:47:769] [ParallelServerHA.startInstance:1033]  getting configuration for the db
    [main] [9:47:47:771] [Operation.<init>:63]  Setting to be a synchronized operation
    [main] [9:47:47:773] [LocalCommand.execute:54]  LocalCommand.execute: Calling run method
    [main] [9:47:47:773] [GetConfigurationOperation.run:66]  in GetConfigurationOperation.run()
    [main] [9:47:47:775] [RawDeviceConfig.init:149]  RawDeviceConfig instance is null
    [main] [9:47:47:777] [Version.equals:152]  PRINTING FROM VERSION10.2.0.0.0
    [main] [9:47:47:798] [Version.equals:153]  10.2.0.0.0
    [main] [9:47:47:799] [Version.equals:159]  Version.java: RETURNING TRUE
    [main] [9:47:47:799] [RawDeviceConfig.init:152]  Creating a RawDeviceConfigHA instance
    [main] [9:47:47:800] [RawDeviceConfig.<init>:118]  initializing RawDeviceConfig
    [main] [9:47:47:800] [OCRTree.init:177]  in OCRTree.init, version = 10.2.0.0.0
    [main] [9:47:47:801] [RawDeviceConfigHA.<init>:66]  initializing RawDeviceConfig
    [main] [9:47:47:801] [OCRTree.init:177]  in OCRTree.init, version = 10.2.0.0.0
    [main] [9:47:47:801] [GetConfigurationOperation.run:68]  initialized raw device config
    [main] [9:47:47:801] [RawDeviceConfig.getConfiguration:197]  calling ocrtree.getDBConfig
    [main] [9:47:47:801] [OCRTreeHA.getDatabaseConfiguration:150]  Acquiring shared CSS lock SRVM.DATABASE.DATABASES.elio3
    [main] [9:47:47:802] [has.ClusterLockNative.Native]  prsr_trace: Native: acquireShared
    [main] [9:47:47:803] [OCR.keyExists:664]  OCR.keyExists(DATABASE.DATABASES.elio3)
    [main] [9:47:47:803] [nativesystem.OCRNative.Native]  keyExists: calling procr_open_key(DATABASE.DATABASES.elio3)
    [main] [9:47:47:803] [nativesystem.OCRNative.Native]  keyExists: procr_open_key retval = 0
    [main] [9:47:47:804] [nativesystem.OCRNative.Native]  keyExists: procr_close_key retval = 0
    [main] [9:47:47:804] [OCRTreeHA.getDatabaseConfiguration:177]  found the db key DATABASE.DATABASES.elio3
    [main] [9:47:47:804] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3)
    [main] [9:47:47:804] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:805] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 6
    [main] [9:47:47:805] [nativesystem.OCRNative.Native]  getKeyValue: value is [ELIO3] dtype = 3
    [main] [9:47:47:805] [OCRTreeHA.getDatabaseConfiguration:183]  case preserving db name is ELIO3
    [main] [9:47:47:806] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.ORACLE_HOME)
    [main] [9:47:47:808] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:809] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 35
    [main] [9:47:47:809] [nativesystem.OCRNative.Native]  getKeyValue: value is [/u01/oracle/app/product/102_64/app] dtype = 3
    [main] [9:47:47:809] [OCR.keyExists:664]  OCR.keyExists(DATABASE.DATABASES.elio3.CONFIG_VERSION)
    [main] [9:47:47:809] [nativesystem.OCRNative.Native]  keyExists: calling procr_open_key(DATABASE.DATABASES.elio3.CONFIG_VERSION)
    [main] [9:47:47:832] [nativesystem.OCRNative.Native]  keyExists: procr_open_key retval = 0
    [main] [9:47:47:832] [nativesystem.OCRNative.Native]  keyExists: procr_close_key retval = 0
    [main] [9:47:47:832] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.CONFIG_VERSION)
    [main] [9:47:47:832] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:834] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 11
    [main] [9:47:47:834] [nativesystem.OCRNative.Native]  getKeyValue: value is [10.2.0.0.0] dtype = 3
    [main] [9:47:47:834] [OCR.keyExists:664]  OCR.keyExists(DATABASE.DATABASES.elio3.INSTANCE)
    [main] [9:47:47:835] [nativesystem.OCRNative.Native]  keyExists: calling procr_open_key(DATABASE.DATABASES.elio3.INSTANCE)
    [main] [9:47:47:837] [nativesystem.OCRNative.Native]  keyExists: procr_open_key retval = 0
    [main] [9:47:47:837] [nativesystem.OCRNative.Native]  keyExists: procr_close_key retval = 0
    [main] [9:47:47:837] [OCR.listSubKeys:615]  OCR.listSubKeys(DATABASE.DATABASES.elio3.INSTANCE)
    [main] [9:47:47:838] [nativesystem.OCRNative.Native]  listSubKeys: key_name=[DATABASE.DATABASES.elio3.INSTANCE]
    [main] [9:47:47:838] [nativesystem.OCRNative.Native]  listSubKeys: open key retval = 0
    [main] [9:47:47:838] [nativesystem.OCRNative.Native]  listSubKeys: setting num_remaining_subkey to -1
    [main] [9:47:47:841] [nativesystem.OCRNative.Native]  listSubKeys: procr_enum_subkey retval = 0
    [main] [9:47:47:841] [nativesystem.OCRNative.Native]  listSubKeys: num of remaining subkeys is 1
    [main] [9:47:47:841] [nativesystem.OCRNative.Native]  listSubKeys: subkey[1] = [elio31]
    [main] [9:47:47:841] [nativesystem.OCRNative.Native]  listSubKeys: after setobjectarrayelement
    [main] [9:47:47:841] [OCR.listSubKeys:634]  got 2 subKeys
    [main] [9:47:47:842] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.INSTANCE.elio32)
    [main] [9:47:47:844] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:845] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 7
    [main] [9:47:47:845] [nativesystem.OCRNative.Native]  getKeyValue: value is [ELIO32] dtype = 3
    [main] [9:47:47:845] [OCR.listSubKeys:641]  subKeys[0]=[elio32], val=[ELIO32]
    [main] [9:47:47:845] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.INSTANCE.elio31)
    [main] [9:47:47:848] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:848] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 7
    [main] [9:47:47:848] [nativesystem.OCRNative.Native]  getKeyValue: value is [ELIO31] dtype = 3
    [main] [9:47:47:848] [OCR.listSubKeys:641]  subKeys[1]=[elio31], val=[ELIO31]
    [main] [9:47:47:849] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.INSTANCE.elio32.NODE)
    [main] [9:47:47:851] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0
    [main] [9:47:47:852] [nativesystem.OCRNative.Native]  getKeyValue: procr_get_value retval = 0, size = 6
    [main] [9:47:47:852] [nativesystem.OCRNative.Native]  getKeyValue: value is [julia] dtype = 3
    [main] [9:47:47:852] [OCR.getKeyValues:425]  OCR.getKeyValues(DATABASE.DATABASES.elio3.INSTANCE.elio32.ENVIRONMENT)
    [main] [9:47:47:855] [nativesystem.OCRNative.Native]  getKeyValues: open_key retval = 0
    [main] [9:47:47:857] [nativesystem.OCRNative.Native]  getKeyValues: procr_get_value retval = 0, dtype is 0 size = 0
    [main] [9:47:47:857] [nativesystem.OCRNative.Native]  getKeyValues: key [DATABASE.DATABASES.elio3.INSTANCE.elio32.ENVIRONMENT] has NULL value
    [main] [9:47:47:857] [OCR.getKeyValue:411]  OCR.getKeyValue(DATABASE.DATABASES.elio3.INSTANCE.elio32.ENABLED)
    [main] [9:47:47:860] [nativesystem.OCRNative.Native]  getKeyValue: procr_open_key retval = 0

  • Clone RAC Install - CRS and RDBMS Homes

    Hi All,
    I have used the clone option with oui to clone an existing Oracle RDBMS home as per Metalink article 300062.1.
    I am interested in cloning a RAC install , including CRS nd RDBMS homes , and can see that the clone directory exists , so assume it must be possible, does anyone know if there are specfic instructions on how to clone a CRS/RAC install ?
    Thanks,
    Darrell

    Please go with links:------------
    www.oracle.com/database/rac_home.html -
    www.oracle.com/technology/products/database/clustering

  • 10g CRS and 9.2 GSD compatibility

    Can I run a 9.2.0.5 RAC Database with GSD and a 10.2 Database with CRS on the same cluster ?

    FYI, i've posted a bit more info on this thread:
    oracle 9i RAC and 10g RAC on same cluster

  • Transport CRs and make them appear as CRs in dest. system

    Dear all,
    I have a question about Change Request (CR).
    Suppose that I have system DE1, system DE2, and system PRD.
    Developers/customizers make changes in system DE1. CRs are then created in DE1.
    Next, because system DE1 is temporary (will be deleted later), developers/customizers request me to transport CRs in DE1 to DE2.
    My question is after transporting CRs in DE1 to DE2, is it possible that CRs in system DE1 will appear as CRs in system DE2 so that after DE1 is deleted, developers/customizers can go on making change these CRs in DE2 and then these CRs will be transported from DE2 to PRD? I know that normally, when transporting CRs in DE1 to DE2, changes are applied to DE2 but not appear as CRs in DE2.
    Thanks,
    Toan Do

    Yes, assume in DE1 we have CR "DE1K00002" which has made change to object A, B, C. After transporting this CR to DE2 & delete DE1, in DE2 a customizer makes change to object A (so makes CR "DEV2K00002"), not make change to object B & C. When transporting CR "DEV2K00002" from DE2 to PRD, in PRD we miss changes in object B & C.
    So by this way, the solution is to backup CR files in DE1, later we import these CR files to DE2, PRD and then import CRs in DE2 to PRD?
    Hi,
    I guess you made some typo in the above reply. If I've interpreted correctly..
    DE1 > DE1K900002 (changes to A, B, C) .. it goes to DE2 with the same transport number. So DE1K900002 exists in DE2.
    Now you're saying some developer changes the object A in another transport which will be something like DE2K9xxxxx. If you transport this to PRD, the obviously the contents of DE1K9xxxxx will be moved to PRD. not B, C which are there in DE1K900002.
    If you move DE1K900002 to PRD as well, then all A,B,C will be in PRD. if you want to move it to PRD later then you've to keep the datafile and cofile of the transport.
    Regards,
    Debasis.

Maybe you are looking for

  • How to install new hard drive on Macbook Pro

    My hard drive failed and I am no longer able to boot up the Macbook. If I go and buy a new hard drive and replace it with the broken one, what will happen when I turn it on. It will be a brand new drive with nothing on it. Will it automatically start

  • Photoshop CC crashes when using 3D.

    I have just installed Photoshop CC and anytime I try to create a 3D layer, Photoshop crashes. Below is my system info. Any help would be appreciated to figure out why it is **** this. I have updated to the latest display driver. Adobe Photoshop Versi

  • Picture Tweaks/Calibration for TOSHIBA 32C100U 32" LCD

    I just bought and hooked up a 32" LCD TV from Toshiba, model C100U and am looking to get help with calibration tweaks in order to achieve the best picture and performance possible. I'm hoping someone will be able to provide assistance...fingers cross

  • Rebate condition record T code VBO1-Error Message

    Hi, I am getting error message while creating rebate condition record T code-VBO1-Error Msg-862 system cannot read the structure for table,because of this i could not create condition record. (This error has occured while i am testing rebate process

  • [SOLVED] cannot find root device after pacman -Syu

    Today I had a problem after pacman -Syu. Of course, my problem stemmed from not paying attention to the following (from https://bbs.archlinux.org/viewtopic.php?id=57205): <b>Read pacman's output while upgrading.</b> I could no longer boot. I received