Fail Safe Cluster Verify Error

Hi There,
I have installed Fail Safe (version 3.4.2 64 bit) on a windows 2008 server 64bit cluster. The software installs ok; when I try to launch Fail Safe Manager we get the following:
Failed to update the system registry.
Please try using REGEDIT.
We can pass through that by clicking ok.. We add the cluster Alias, we enter all the required details and then we get to the Cluster Verify screen which is causing the issue here, when we click on cluster verify button we get the following error:
Versions:  client = 3.4.1    server = 3.4.2    OS = 
Operation:   Verifying cluster "OracleClust" 
Starting Time:   Jul 22, 2010   16:35:11
Elapsed Time:   0 minutes, 0 seconds
1   16:35:11  Starting clusterwide operation
2   16:35:11    ** ERROR : 0x800706BA: The RPC server is unavailable.
3   16:35:11    ** ERROR : FS-10751: Node ClusterNode1 failed to create a class factory on remote node ClusterNode2
4   16:35:11    ** ERROR : FS-10755: Error creating the OracleFsWorker COM object
5   16:35:11    ** WARNING : FS-11081: Node ClusterNode2 is not available for the specified operation. Operation continuing...
6   16:35:11  The clusterwide operation failed !We also tried metalink article 974273.1 but it didn't really help (unless we're doing it wrong):
C:\Users\oracle>setspn -A OracleMSCSServices/clusternode1 test\oracle
Registering ServicePrincipalNames for CN=Oracle Account,CN=Users,DC=test,DC=com
        OracleMSCSServices/clusternode1
Updated object
C:\Users\oracle>Any idea what could be causing this please. We can't carry on with the setup until we find a solution for this.
Your help is highly appreciated.
Thanks

We managed to solve this and now the cluster verification completes successfully.
The solution is to turn off windows firewall. Once that was turned off for both clustered nodes, the verification completes with no issues.
Some side notes for people installing this (not new for most of you, but certainly was for me and it's helpfull to know):
1. Turn off windows firewall (and/or any firewall) on both nodes.
2. Windows hosts file should have the DNS and IPs entries for all nodes as well as the cluster (this will eliminate warning messages when running the verify cluster).
3. FailSafe SHOULD BE installed under a domain user account that have admin prives. Even though the oracle database software (or any other oracle software) might be installed under a local oracle user with admin prives on teh server, however this does not work for failsafe and you won't be able to proceed with the failsafe installation. Make sure the actual FailSafe installation is done under a domain user that have domain admin prives.

Similar Messages

  • Upgrade a database from 10.2.0.1 to 10.2.0.4 in a fail safe cluster

    Hi,
    I need to upgrade from oracle 10.2.0.1 (base) to 10.4.0.4 in a fail-safe cluster.
    Questions:
    1.If I upgrade each node as a alone server, ¿fail-safe cluster can run with 2 nodes in diferent versions? (for example one week,for rollback )
    2. I have read how to upgrade a fail-safe cluster metalink document. Please, can somebody tell me the best form (or logical) to upgrade from 10.2.0.1 to 10.2.0.4 in this cluster?
    for example:
    1. Backup database
    2. Upgrade node 1 to 10.2.0.1 to 10.2.0.4 (following metalink document)
    3. Test database and applications
    4. One week later the same in node 2 (only if it is possibly run oracle in different versions in failsafe, if not, install node 2 after node 1 works fine)
    It´s my first failsafe environment, and i´m not sure how to do it.
    Thanks a lot for your help!!!

    Welcome to the forums !
    Pl see if MOS Doc 223709.1 (How to upgrade or apply a patch to the RDBMS in an Oracle Fail Safe environment) can help. I have no personal experience with Fail Safe.
    HTH
    Srini

  • How to Uninstall SQL instance on active-passive SQL server , which failed during Cluster Setup (Error-Failed at Validate Active Directory Configuration)

    How to Uninstall SQL instance on active-passive SQL server , which failed during Cluster Setup (Error-Failed at Validate Active Directory Configuration)
    active-passive SQL server cluster setup failed due to some steps missed in initial cluster setup,
    now i have unistall sql instance from nodes,
    Your help will higly appriciated.
    Regards,
    Anish
    Asandeen

    Hello,
    Please refer to the following link about remove a node of  SQL Server Failover Cluster Instance:
    http://msdn.microsoft.com/en-us/library/ms191545.aspx#Remove
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Database control in a two node oracle fail safe cluster

    os windows server 2003 r2
    db 10.2.0.4
    ofs 3.4.1
    i've configured db control in the following
    D:\oracle\product\10.2.0\db_1\BIN>emca -config dbcontrol db -repos recreate -cluster_name name_of_the_cluster
    is this right?
    next question
    the -cluster flag and the -EM_NODE / -EM_SID_LIST parameters in the emca are only for rac?
    with my configuration i can't login to my database over dbcontrol
    Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor The Connection descriptor used by the client was: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=node1.blah)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ABBA)))

    How to Configure the 10.2 DB Control in a Failsafe Environment
    ID: 452305.1
    HOWTO: PUBLISHED 17-OCT-2008
    In this Document
       Goal
       Solution
       References
    Applies to:
    Enterprise Manager Grid Control - Version: 10.2.0.1 to 10.2.0.3
    Information in this document applies to any platform.
    Goal
    The goal of the document is to provide the steps to configure the DB Console in an Oracle Failsafe environment.
    Please note that the solution offered in this document is not certified by Oracle. It's only provided as a workaround for customers who wish to use this setup for the Database Control Console in a failsafe environment. Support for the procedure outlined in this document will be provided on a 'best efforts' approach.
    As an alternative to this approach you can use Grid Control Agents to monitor a database in a failsafe environment. For more details please see:
    Note 396659.1  How To Setup Grid Control Central Agent Manually in Oracle Failsafe Environment
    We assume the following:
    - the database binaries are installed on each node on the local disk
    - you already have a failsafe group with the database, the listener, disk resource, and virtual
    ip/hostname
    Note: This is specific for Windows environments using Oracle Failsafe. For setting up the DB Console in Active/Passive clusters on UNIX please use the following note instead:
    Note 362524.1 Configure DB Control 10.2 for use in Active/Passive High Availability Environments
    Solution
    1. Drop the DB Control repository and configuration files on the active node:
    <ORACLE_HOME>/bin/emca -deconfig dbcontrol db -repos drop
    2. Recreate the DB Control using the virtual hostname:
    - in a command window do the following:
    set oracle_sid=<your_sid>
    set oracle_home=<your_oracle_home>
    set oracle_hostname=<virtual_hostname>
    cd %oracle_home%\bin
    emca -config dbcontrol db -repos create
    -- make sure that the virtual host name was picked up by emca (it will display a summary screen
    before continuing)
    3. Verify that the DB Console works fine and can be accessed using the virtual host name in the URL
    4. Stop the DB Console
    5. Create a directory path on the group disk resource similar to your oracle home path on the local disk.
    For example:
    If the oracle home on the local disk is C:\oracle\product\10.2.0\db_1 and the shared disk is D:
    then create the following path: D:\oracle\product\10.2.0\db_1
    Copy C:\oracle\product\10.2.0\db_1\<hostname_sid> and
    C:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_<hostname_sid>
    to D:\oracle\product\10.2.0\db_1\<hostname_sid> and respectively
    D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_<hostname_sid>
    Remember to change the values enclosed in <> with those in your environment.
    6. Delete the following directories from the local disk
    C:\oracle\product\10.2.0\db_1\<hostname_sid>
    C:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_<hostname_sid>
    7. Create NTFS junction points from the local disk to the shared disk (these work like symbolic
    links on UNIX) . It is your responsibility to create these.
    You can find a brief guide as well as some tools that will help you create them at:
    http://en.wikipedia.org/wiki/NTFS_junction_point
    http://www.microsoft.com/technet ... dDisk/Junction.mspx
    Important: Please note that this functionality is not certified nor supported by Oracle. Make sure you understand the
    implications. Especially don't delete the junction points from Windows Explorer !!
    In the end you should have the junction points on the local disk (with the same names as the
    original directories) that would point to the directories you copied on the shared disk.
    8. Start the DB Console service and verify that everything is still working fine.
    9. Stop the DB Console service.
    10. Move the Fail Safe group to the 2nd node.
    11. Once the database is started, create the DB Console configuration files on the 2nd node:
    <ORACLE_HOME>/bin/emca -config dbcontrol db
    12. Stop the DB Console
    13. Delete the created configuration files from the local disk:
    C:\oracle\product\10.2.0\db_1\<hostname_sid>
    C:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_<hostname_sid>
    14. Create junction points from the local disk to the directories already located on the shared
    disk.
    15. Start the DB Console service and verify that is working fine.
    16. Add the DB Console service as a resource to the fail safe group and put dependencies on the
    database and listener services.
    17. Perform a fail over and see if everything works fine.
    References
    Note 298238.1 - Oracle10g Grid Control with Oracle Fail Safe
    Note 362524.1 - Configure DB Control 10.2, 11g for use in Active/Passive High Availability Environments
    Note 396659.1 - How To Setup Grid Control Central Agent Manually in Oracle Failsafe Environment
    Keywords
    EMCA ; DB~CONTROL ; FAILSAFE ; DBCONTROL ; ENTERPRISE~MANAGER ;

  • Adding Standalone Database to Group using Fail Safe fails

    Background:
    Oracle: 10.2.0.4
    OFS: 3.4.1
    Have installed Oracle Fail Safe correctly without errors.
    Ran Verify Standalone Database get this result:
    27 10:00:04 > FS-10345: Verification of standalone database MYDB completed successfully
    28 10:00:04 FS-10917: Server01A : Standalone resource MYDB was verified successfully
    29 10:00:04 FS-10378: Server01B : Preparing for configuration of resource MYDB
    30 10:00:04 FS-10916: Server01B : Verification of the standalone resource
    31 10:00:04 > FS-10341: Starting verification of database MYDB
    32 10:00:04 > FS-10342: Starting verification of Oracle Net configuration information for database MYDB
    33 10:00:04 > FS-10496: Generating the Oracle Net migration plan for MYDB
    34 10:00:04 > FS-10491: Configuring the Oracle Net service name for MYDB
    35 10:00:04 > FS-10343: Starting verification of database instance information for database MYDB
    36 10:00:04 > FS-10344: Starting verification of Oracle Intelligent Agent for database MYDB
    37 10:00:04 > FS-10345: Verification of standalone database MYDB completed successfully
    38 10:00:04 FS-10917: Server01B : Standalone resource MYDB was verified successfully
    39 10:00:04 The clusterwide operation completed successfully, however, the server reported some warnings.
    The warnings are concerning dome files that are on the D: drive as oppose to one of the Shared Drives. I made that that the SPFILE and init.ora are on the o1B node and in the same exact Path.
    I did create a Group with a Virtual Address and added the Shared Drive resources
    When I run the "Add to Group" wizard, I have tried using both the SPFILE and the 'init.ora' and get the same result:
    20 10:02:58 >> FS-10605: Oracle Net listener Fslmydbdb created
    21 10:02:59 >> FS-10602: Oracle Net listener LISTENER restarted
    22 10:02:59 > FS-10491: Configuring the Oracle Net service name for MYDB
    23 10:02:59 >> FS-10600: Oracle Net configuration file updated: D:\ORACLE\PRODUCT\10.2.0\DB_1\NETWORK\ADMIN\TNSNAMES.ORA
    24 10:02:59 FS-10381: Server01A : Creating the resource information for resource MYPLM
    25 10:02:59 > FS-10424: Checking whether the database MYDB is online
    26 10:03:07 ** ERROR : FS-10778: The Oracle Database resource provider failed to configure the cluster resource MYDB
    27 10:03:07 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    28 10:03:07 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    29 10:03:07 FS-10488: Server01A : Starting rollback of operation
    30 10:03:07 > FS-10090: Rolling back Oracle Net changes on node Server01A
    31 10:03:10 FS-10489: Server01A : Completed rollback of operation
    32 10:03:10 ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    33 10:03:10 Please check your Windows Application log using the Event Viewer for any additional errors
    34 10:03:10 The clusterwide operation failed !
    I have checked the README files and looked up the FS- Errors, but they are very general and don't give me a clue as towhy they failed.
    Have been Googleing for days and found no answer yet. Are there any other logs that might shed some light on this?
    Thanks and have a great day,
    Andrew

    Additional info.....here's wha tI found on the D:\oracle\product\10.2.0\db_1\log\Server01a\client logs:
    clsc78.log
    Oracle Database 10g CRS Release 10.2.0.4.0 Production Copyright 1996, 2008 Oracle. All rights reserved.
    2009-05-27 13:12:43.942: [  OCROSD][2272]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could
    not find the environment option that was entered.
    2009-05-27 13:12:43.942: [  OCRRAW][2272]proprinit: Could not open raw device
    2009-05-27 13:12:43.942: [ default][2272]a_init:7!: Backend init unsuccessful : [33]
    2009-05-27 13:12:43.942: [ CSSCLNT][2272]clsssinit: error(33 ) in OCR initialization
    2009-05-27 13:12:45.036: [  OCROSD][2272]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could
    not find the environment option that was entered.
    2009-05-27 13:12:45.036: [  OCRRAW][2272]proprinit: Could not open raw device
    2009-05-27 13:12:45.036: [ default][2272]a_init:7!: Backend init unsuccessful : [33]
    CSS41.log
    Oracle Database 10g CRS Release 10.2.0.4.0 Production Copyright 1996, 2008 Oracle. All rights reserved.
    2009-05-27 13:12:50.833: [  OCROSD][3508]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could
    not find the environment option that was entered.
    2009-05-27 13:12:50.833: [  OCRRAW][3508]proprinit: Could not open raw device
    2009-05-27 13:12:50.833: [ default][3508]a_init:7!: Backend init unsuccessful : [33]
    2009-05-27 13:12:50.833: [ CSSCLNT][3508]clsssinit: error(33 ) in OCR initialization
    Related? To me it looks like it initilaizes everything, stop the Database, but then can't startup?
    Thanks..
    Andrew

  • Fail Safe adding database to group gives error "FS-10006: Unable to open.."

    Environment:
    Fail Safe 3.4.2
    Oracle 11.2.0.1 64bit
    Windows 2008 Server 64bit
    Two nodes in an active/passive cluster using windows clustering and oracle fail safe.
    Problem:
    We have created the windows cluster, installed fail safe on both clustered nodes, installed the database software, verified the cluster, created a group and added a virtual address to the group. We also managed to verify the stand alone database instance without any issues. However, when we try to add the database to the group we get the following errors:
    Versions:  client = 3.4.1    server = 3.4.2    OS = 
    Operation:   Adding resource "THORD" to group "EO_THORD_GRP" 
    Starting Time:   Jul 26, 2010   16:23:04
    Elapsed Time:   0 minutes, 2 seconds
    1   16:23:04  Starting clusterwide operation
    2   16:23:05  FS-10370: Adding the resource THORD to group EO_THORD_GRP
    3   16:23:05  FS-10371: ClusterNode1 : Performing initialization processing
    4   16:23:05  FS-10371: ClusterNode2 : Performing initialization processing
    5   16:23:05  FS-10372: ClusterNode1 : Gathering resource owner information
    6   16:23:05  FS-10372: ClusterNode2 : Gathering resource owner information
    7   16:23:05  FS-10373: ClusterNode1 : Determining owner node of resource THORD
    8   16:23:05  FS-10374: ClusterNode1 : Gathering cluster information needed to perform the specified operation
    9   16:23:05  FS-10374: ClusterNode2 : Gathering cluster information needed to perform the specified operation
    10  16:23:05  FS-10375: ClusterNode1 : Analyzing cluster information needed to perform the specified operation
    11  16:23:05   >>> FS-10652: ClusterNode1 has Oracle Database version 11.2.0.1 installed in OraDb11g_home1
    12  16:23:05   >>> FS-10652: ClusterNode2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home1
    13  16:23:05  FS-10376: ClusterNode1 : Starting configuration of resource THORD
    14  16:23:05  FS-10378: ClusterNode1 : Preparing for configuration of resource THORD
    15  16:23:05  FS-10380: ClusterNode1 : Configuring virtual server information for resource THORD
    16  16:23:05    ** ERROR : 0x138F: The cluster resource could not be found.
    17  16:23:06    ** ERROR : FS-10006: Unable to open the resource
    18  16:23:06    ** ERROR : FS-10012: Failed to bring the cluster resource  online. Check the Windows event log for messages
    19  16:23:06    ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource THORD
    20  16:23:06    ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    21  16:23:06    ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    22  16:23:06  FS-10488: ClusterNode1 : Starting rollback of operation
    23  16:23:06  FS-10489: ClusterNode1 : Completed rollback of operation
    24  16:23:06    ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    25  16:23:06  Please check your Windows Application log using the Event Viewer for any additional errors
    26  16:23:06  The clusterwide operation failed !
    FS-10006: Unable to open the resourceAll the cluster resources seem to be online. We're all out of ideas here, can someone please shead some light on this or have any ideas how we can go on about this.
    Your help is highly appreciated.
    Thanks

    I am getting into the issue (step-6) when I run standalone resource verify after successful step-5 and need your advice.
    I will give you information about the infrastructure -
    NODE1-2K8-ORADBND1
    NODE2-2K8-ORADBND2
    Cluster IP-
    Virtual IP on NODE1 and NODE2 host file -
    OS - Windows 2008 R2 64 bit
    Oracle Database - 11gR2
    Oracle FailSafe - 3.4.1.6
    Oracle SID- ORA11
    (ORA11 is up and running on NODE1 active node while running add to group option from - Groups/Standalone Resources to verify the instance and it gets error)
    Here is the error log -
    Versions: client = 3.3.3 ; server = 3.4.1 ; OS =
    Operation: Adding resource "ORA11" to group "Available Storage"
    Starting Time: Sep 02, 2010 12:50:06
    Elapsed Time: 0 minutes, 1 seconds
    1 12:50:06 Starting clusterwide operation
    2 12:50:06 FS-10370: Adding the resource ORA11 to group Available Storage
    3 12:50:06 FS-10371: 2K8-ORADBND1 : Performing initialization processing
    4 12:50:06 FS-10371: 2K8-ORADBND2 : Performing initialization processing
    5 12:50:07 FS-10372: 2K8-ORADBND1 : Gathering resource owner information
    6 12:50:07 FS-10372: 2K8-ORADBND2 : Gathering resource owner information
    7 12:50:07 FS-10373: 2K8-ORADBND1 : Determining owner node of resource ORA11
    8 12:50:07 FS-10374: 2K8-ORADBND1 : Gathering cluster information needed to perform the specified operation
    9 12:50:07 ** ERROR : FS-10791: The Oracle Database resource provider failed while gathering cluster information for resource ORA11
    10 12:50:07 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    11 12:50:07 Please check your Windows Application log using the Event Viewer for any additional errors
    12 12:50:07 The clusterwide operation failed !
    Thanks for your help!

  • Ora Fail Safe - under cluster ctl on one node but gives FS:10413  on other

    Hi,
    Trying to set up a single Fail Safe (3.3.3) instance (9.2) on a set of Windows 2003 servers running MSCS.
    After creating the standalone DB on the first node, I was able to get it verified and added to the cluster control (while the second server was down - had to this as the error I'm about to mention kept rolling back the changes on both nodes, otherwise). Now that the first node is configured and the FS listener service and FS DB service are created, I tried setting the second node to match the first one (viz. getting listener.ora, sqlnet.ora and even tnsnames.ora).
    The "verify group" operation kept failing on creation of the Windows FS service for the DB and listener.
    Found out that there was an issue with picking up the Oracle_Home when even trying to invoke sqlplus manually from the command line (though the registry entries seemed to be right and match the ones set on the first node). Eventually on adding the ORACLE_HOME variable to the list of env variables, it started picking up the OH correctly and the next "verify group" operation successfully added the WIndows FS service for the DB (OracleService{SID}) on the second node. (The first node didn't have to encounter these problems as during the standalone DB install (using DBCA), this service was created).
    Next, started the Windows FS DB service (on the second node with the problem) and tried starting the DB manually (out of cluster controll) and it worked fine.
    However when trying to "verify group" again, I keep getting the error FS-10413 (and the subsequent FS:10046, FS:10111 and FS:10890) while trying to add the Windows FS listener service (OracleORA_HOMETNSListenerFsl{oradb_virtual_name}).
    Could really do with extra eyes (and heads) helping to get to the bottom of this. Thanks.
    <<< The gist of the output from the "verify group" action is below >>>
    13 18:29:18 > FS-10300: Verifying Oracle Net listener resource OracleORA_HOME1TNSListenerFsloradbl
    14 18:29:19 Oracle Net listener Fsloradbl for the group is not found
    FS-10413: Error found in Oracle Net on node PANTHER; the group listener needs to be taken offline. Do you want it to be fixed? > Yes
    15 18:29:19 >> FS-10600: Oracle Net configuration file updated: C:\ORACLE\PRODUCT\9.2\NETWORK\ADMIN\LISTENER.ORA
    16 18:29:20 ** ERROR : FS-10066: Failed to start Windows service OracleORA_HOME1TNSListenerFsloradbl for the Oracle Net listener
    <<<< >>>>>>>
    Further to typing the above, read the section 7.10.8.2 in "Oracle Fail Safe Concepts and Admin guide" (http://download-uk.oracle.com/docs/html/B12070_01/ofs_db.htm#sthref985) and checked the output log. Bizarrely, the output file has a few "msg not found" errors (akin to when it doesn't find the correct OH).
    Wonder where this has to be set in the registry!?!
    The TNS-01151 (missing listener name in listener.ora) error is also a bit odd as this is the new listener OFS is trying to create and add to the new listener.ora file. Isn't it!?!?!
    <<<< Fsloradbl.out >>>>>
    LSNRCTL for 32-bit Windows: Version 9.2.0.7.0 - Production on 07-FEB-2007 21:50:46
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 9.2.0.7.0 - Production
    Message 279 not found; No message file for product=NETWORK, facility=NL
    TNS-01151: Message 1151 not found; No message file for product=NETWORK, facility=TNS     [Fsloradbl]
    Listener failed to start. See the error message(s) above...
    <<<< >>>>
    Thanks for your time (reading and hopefully responding to this) and any comments or suggestions.
    Regards,
    Ranjit

    yes i did. i mean, the db starts corretly using the Enteprise Manager and listener.ora and tnsnames.ora are the ones created during db creation. they seem alright.
    i'm trying to execute those commands from the node of the cluster where the db resides.
    but... i have one big question: do i have to create the db instance on BOTH cluster nodes (both pointing to the same oradata in the shared disk) or is it enough to create my standalone db only on the nodeA and then let everything to the FailSafe management (adding the standalone db to the cluster group FailSafe creates all the services needed)???
    thanks

  • Error in Creating the Oracle Fail Safe Group during installation on MSCS

    Hi All,
    I am installing ECC 6 dual stack on MSCS.
    I have done steps till CI installation as per installation guide.
    I am gettig the following error in the step "Creating the Oracle fail safe group" while changing physical hostname into the virtual databse hostname using configtool in secure store parameter jdbc/pool/<SAPSID>Url as per the installation guide.
    "Error occurred while working with configuration(scanning)
    MSG:Error while connecting to the database"
    I think it is not accepting the virtual hostname.
    In our scenario CI is running CI node and DB instance is running on DB node.
    I have followed the steps as per the installation guide.
    Please let me know how to resolve this issue.
    Database - Oracle 10g,OS is Windows server 2008 enterprse edition.
    Regards,
    Dinakar
    Edited by: mutnuru dinakar on Jun 1, 2011 1:39 PM
    Edited by: mutnuru dinakar on Jun 1, 2011 1:40 PM

    Hi,
    Thanks for your reply.
    1) did you stop the CI before making the modifications as stated in the installation guide?
         Yes
    2) is your database currently running on the same physical cluster node as your CI?
        No.Database instance is running on DB node and CI is on CI node.
    3) is your database online?
         Yes,it is up and running
    Please let me know if there is anyway to resolve this issue.
    Regards,
    Dinakar

  • Error while adding oracle database resource to the fail safe group

    Hi,
    we are installaing ERP 6.0 EHP4 , oracle10.2.04  in MSCS
    During the step, Adding the oracle Database Resource to the fail safe
    group , I am getting the error.
    28  13:21:57    ** WARNING : FS-10288: Parameter file C:\oracle\BCP\102\database\init<SID>_OFS.ora is not located on a cluster disk
    29  13:21:57    ** WARNING : FS-10404: The database uses a nonclustered disk in one of the system parameters.  Value of parameter is C:\ORACLE\<SID>\102\RDBMS\AUDIT
    30  13:21:58    ** ERROR : FS-10036: The resource uses disk SAP HDD, which is also used by cluster resource SAP VIP in another group
    31  13:21:58    ** ERROR : FS-10778: The Oracle Database resource provider failed to configure the cluster resource <SID>.WORLD
    32  13:21:58    ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    33  13:21:58    ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    34  13:21:58  FS-10488:<primary node name> : Starting rollback of operation
    35  13:21:58   > FS-10090: Rolling back Oracle Net changes on node <primary node name>
    I am having one local disk C: one shared disk Z: and quorum disk Q:
    Shared disk Z: is already used for SAP<sid> group.
    Regards,
    Joel

    Joeldhanaraj wrote:>
    > Hi,
    >
    > we are installaing ERP 6.0 EHP4 , oracle10.2.04  in MSCS
    >
    > During the step, Adding the oracle Database Resource to the fail safe
    > group , I am getting the error.
    >
    > 28  13:21:57    ** WARNING : FS-10288: Parameter file C:\oracle\BCP\102\database\init<SID>_OFS.ora is not located on a cluster disk
    > 29  13:21:57    ** WARNING : FS-10404: The database uses a nonclustered disk in one of the system parameters.  Value of parameter is C:\ORACLE\<SID>\102\RDBMS\AUDIT
    > 30  13:21:58    ** ERROR : FS-10036: The resource uses disk SAP HDD, which is also used by cluster resource SAP VIP in another group
    > 31  13:21:58    ** ERROR : FS-10778: The Oracle Database resource provider failed to configure the cluster resource <SID>.WORLD
    > 32  13:21:58    ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    > 33  13:21:58    ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    > 34  13:21:58  FS-10488:<primary node name> : Starting rollback of operation
    > 35  13:21:58   > FS-10090: Rolling back Oracle Net changes on node <primary node name>
    >
    > I am having one local disk C: one shared disk Z: and quorum disk Q:
    >
    > Shared disk Z: is already used for SAP<sid> group.
    Hi Joel,
    how about following the advice given by the error message and moving the mentioned files/folder (init<sid>_OFS.ora, AUDIT folder) to a clustered resource disk?
    just my 2 pence...

  • Oracle fail safe error "FS-10784" failed to register database with group

    Hi,
    I'm getting following error while registering database to FS manager group.
    Version is -
    1) Fail safe 3.4.2
    2) Database 11.2
    3) 64 bit windows
    I executed following steps in order to create FS.
    1)     Install 11.2 software on node 1
    2)     Install 11.2 software on node 2
    3)     Install OFS 3.4.2 on node 1
    4)     Install OFS 3.4.2 on node 2
    5)     Create cluster tree from FS manager
    Below is the complete error..
    Versions: client = 3.4.1 server = 3.4.2 OS =
    Operation: Adding resource "COMPACTOR" to group "dbclusterdtc"
    Starting Time: Dec 01, 2011 18:25:31
    Elapsed Time: 0 minutes, 3 seconds
    1 18:25:31 Starting clusterwide operation
    2 18:25:32 FS-10370: Adding the resource COMPACTOR to group dbclusterdtc
    3 18:25:32 FS-10371: CSIPLAPP1DB2 : Performing initialization processing
    4 18:25:32 FS-10371: CSIPLDB1APP2 : Performing initialization processing
    5 18:25:32 FS-10372: CSIPLAPP1DB2 : Gathering resource owner information
    6 18:25:32 FS-10372: CSIPLDB1APP2 : Gathering resource owner information
    7 18:25:32 FS-10373: CSIPLAPP1DB2 : Determining owner node of resource COMPACTOR
    8 18:25:33 FS-10374: CSIPLAPP1DB2 : Gathering cluster information needed to perform the specified operation
    9 18:25:33 FS-10374: CSIPLDB1APP2 : Gathering cluster information needed to perform the specified operation
    10 18:25:33 FS-10375: CSIPLAPP1DB2 : Analyzing cluster information needed to perform the specified operation
    11 18:25:33 >>> FS-10652: CSIPLAPP1DB2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    12 18:25:33 >>> FS-10652: CSIPLDB1APP2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    13 18:25:33 FS-10376: CSIPLAPP1DB2 : Starting configuration of resource COMPACTOR
    14 18:25:33 FS-10378: CSIPLAPP1DB2 : Preparing for configuration of resource COMPACTOR
    15 18:25:33 FS-10380: CSIPLAPP1DB2 : Configuring virtual server information for resource COMPACTOR
    16 18:25:33 ** ERROR : 0xEA: More data is available.
    17 18:25:33 > FS-10496: Generating the Oracle Net migration plan for COMPACTOR
    18 18:25:33 ** ERROR : FS-10990: The error 0x800400EA was reported as a system error, but the error message cannot be found
    19 18:25:33 ** ERROR : FS-10757: A COM error was returned when trying to send a work item to the worker
    20 18:25:33 ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource COMPACTOR
    21 18:25:33 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    22 18:25:33 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    23 18:25:34 FS-10488: CSIPLAPP1DB2 : Starting rollback of operation
    24 18:25:34 FS-10489: CSIPLAPP1DB2 : Completed rollback of operation
    25 18:25:34 ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    26 18:25:34 Please check your Windows Application log using the Event Viewer for any additional errors
    27 18:25:34 The clusterwide operation failed !
    Inputs are appreciable.
    Regards

    After applying patch of 3.4.2.3, still i'm facing this problem. But however there are very less errors....I think the problem is with Listener.
    1 20:34:03 Starting clusterwide operation
    2 20:34:04 FS-10370: Adding the resource COMPACTOR to group dbclusterdtc
    3 20:34:04 FS-10371: CSIPLAPP1DB2 : Performing initialization processing
    4 20:34:04 FS-10371: CSIPLDB1APP2 : Performing initialization processing
    5 20:34:05 FS-10372: CSIPLAPP1DB2 : Gathering resource owner information
    6 20:34:05 FS-10372: CSIPLDB1APP2 : Gathering resource owner information
    7 20:34:05 FS-10373: CSIPLAPP1DB2 : Determining owner node of resource COMPACTOR
    8 20:34:05 FS-10374: CSIPLAPP1DB2 : Gathering cluster information needed to perform the specified operation
    9 20:34:05 FS-10374: CSIPLDB1APP2 : Gathering cluster information needed to perform the specified operation
    10 20:34:05 FS-10375: CSIPLAPP1DB2 : Analyzing cluster information needed to perform the specified operation
    11 20:34:05 >>> FS-10652: CSIPLAPP1DB2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    12 20:34:05 >>> FS-10652: CSIPLDB1APP2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    13 20:34:05 FS-10376: CSIPLAPP1DB2 : Starting configuration of resource COMPACTOR
    14 20:34:05 FS-10378: CSIPLAPP1DB2 : Preparing for configuration of resource COMPACTOR
    15 20:34:05 FS-10380: CSIPLAPP1DB2 : Configuring virtual server information for resource COMPACTOR
    16 20:34:06 > FS-10496: Generating the Oracle Net migration plan for COMPACTOR
    17 20:34:06 > FS-10490: Configuring the Oracle Net listener for COMPACTOR
    18 20:34:06 >> FS-10600: Oracle Net configuration file updated: D:\APP\ORACLE\PRODUCT\11.2.0\DBHOME_2\NETWORK\ADMIN\LISTENER.ORA
    19 20:34:06 >> FS-10606: Listener configuration updated in database parameter file: M:\Datafiles\compactor\spfilecompactor.ora
    20 20:34:13 >> FS-10605: Oracle Net listener Fsldbclusterdtc created
    21 20:34:14 ** ERROR : 0x426: The service has not been started.
    22 20:34:14 ** ERROR : FS-10066: Failed to start Windows service OracleOraDb11g_home2TNSListener for the Oracle Net listener
    23 20:34:14 ** ERROR : FS-10065: Error trying to configure the Oracle Net listener
    24 20:34:14 > FS-10090: Rolling back Oracle Net changes on node CSIPLAPP1DB2
    25 20:34:17 ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource COMPACTOR
    26 20:34:17 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    27 20:34:17 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    28 20:34:17 FS-10488: CSIPLAPP1DB2 : Starting rollback of operation
    29 20:34:17 FS-10489: CSIPLAPP1DB2 : Completed rollback of operation
    30 20:34:17 ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    31 20:34:17 Please check your Windows Application log using the Event Viewer for any additional errors
    32 20:34:17 The clusterwide operation failed !

  • Win 2003 Cluster + Oracle Fail Safe + Dataguard (physical & Logical)

    Hello,<br>
    <br>
    It´s my first post (sorry for my bad english)...I am mounting a high availability solution for test purpose. For the moment i mount the following and runs ok, but i´ve a little problem with the logical database:<br>
    <br>
    Configuration<br>
    ESX Server 2.0 with this machines:<br>
    Windows 2003 Cluster (Enterprise Edition R2, 2 nodes)<br>
    * NODE 1 - Oracle 10gR2 + Patch 9 + Oracle Fail Safe 3.3.4<br>
    * NODE 2 - Oracle 10gR2 + Patch 9 + Oracle Fail Safe 3.3.4<br>
    c:/Windows Software<br>
    e:/Oracle Software/ (pfile -> R:/spfile)<br>
    <br>
    Virtual SAN<br>
    * Datafile, Redos.. are in Virtual SAN.<br>
    R:/ Datafiles & Archivers & dump files & spfile<br>
    S:/ , T:/ ,U:/ -> Redos<br>
    V:/ Undo<br>
    <br>
    Data Guard<br>
    * NODE3 Physical Database<br>
    * NODE4 Logical Database<br>
    <br>
    The Oracle Fail Safe and windows cluster run OK, the switchs... <br>
    The physical database runs OK... (redo aply, switchover, failover, all ok) but the logical receives the redos ok but it has a problem when goes to apply the redo.<br>
    <br>
    The error is the following:<br>
    ORA-12801: error señalizado en el servidor P004 de consultas paralelas<br>
    ORA-06550: linea 1, columna 536:<br>
    PLS-00103: se ha encontrado el simbolo "," cuando se esperaba uno de los siguientes:<br>
    (- + case mod new not null <an identifier>
    <a double-quoted delimited-identifier><a bind variable><avg count current exists max min prior sql stddev sum variance execute forall merge time timestamp interval date <a string literal with character set specification><a number> > a single-quoted SQL string> pipe <an alternatively quoted string literal with character set specification> <an alternativel.<br>
    update "SYS"."JOB$" set "LAST_DATE"=TO_DATE('11/09/07','DD/MM/RR'),<br>
    <br>
    This sql statement i saw in dba_logstdby_events and was joined with the error in alert log and dba_logstdby_events.<br>
    <br>
    I´m a bit lost with this error. I don´t understand why the logical database can´t start to apply the redos received from primary database.<br>
    <br>
    The database has two tables with two columns one integer and the other a varchar2(25). She hasn´t rare types of columns.<br>
    <br>
    Thanks a lot for any help,<br>
    Roberto Marotta<br>

    I recreate the logical database OK, no problem, no errors.<br>
    <br>
    The redo aply run ok. I have done logfile switch in primary database and they were applied in logical and standby databases. But...<br>
    <br>
    When I created a tablespace in primary database when i did a switch logfile in primary the changes transfers ok to standby database, but to logical NO!!!, the redo are in they path in logical ok, but when the process tried to apply, reports me the same error.<br>
    <br>
    SQL> select sequence#, first_time, next_time, dict_begin, dict_end, applied from dba_logstdby_log order by 1;<BR>
    <BR>
    SEQUENCE# FIRST_TI NEXT_TIM DIC DIC APPLIED<BR>
    --------- -------- -------- --- --- -------<BR>
    138 14/09/07 14/09/07 NO NO CURRENT<BR>
    139 14/09/07 14/09/07 NO NO CURRENT<BR>
    <br>
    SQL> select event_time, status, event from dba_logstdby_events order by event_time, timestamp, commit_scn;<br>
    <br>
    14/09/07<br>
    ORA-16222: reintento automatico de la base de datos logica en espera de la ultima accion<br>
    14/09/07<br>
    ORA-16111: extraccion de log y configuracion de aplicacion<br>
    14/09/07<br>
    ORA-06550: linea 1, columna 536:<br>
    PLS-00103: Se ha encontrado el simbolo "," cuando se esperaba uno de los siguientes:<br>
    ( - + case mod new not null <an identifier><br>
    <a double-quoted delimited-identifier> <a bind variable> avg<br>
    count current exists max min prior sql stddev sum variance<br>
    execute forall merge time tiemstamp interval date<br>
    <a string literal with character set specification><br>
    <a number><a single-quoted SQL string> pipe
    <an alternatively-quoted string literal with charactert set specificastion><br>
    <an alternativel<br>
    update "SYS"."JOB$" set "LAST_NAME" = TO_DATE('14/09/07','DD/MM/RR'),<br>
    <br>
    The alert.log report the same message that the dba_logstdby_events view.<br>
    <br>
    Any idea¿?<br>
    <br>
    I´m a bit frustrated. It´s the third time that recreate the logical database OK and reproduce the same error when i create a tablespace in primary database, and i haven´t got any idea because of that.

  • Network DR test causes Exchange DAG network to fail (Failover Cluster Manager reports comms errors)

    We have a DAG configured between 2 mailbox servers, one in each of our main data centres. Our comms team recently performed a DR test between our 2 data centres, switiching from the main production link to the backup link. During this outage the Failover
    Cluster Manager reported errors, with each mailbox server reporting the other as uncontactable. The Events that were logged include the following:
    Isatap interface isatap.{02ADE20A-D5D4-437F-AD00-E6601F7E7A9D} is no longer active. (EventID 4201)
    Cluster node 'MAILBOX_SERVER' was removed from the active failover cluster membership. The Cluster service on this node may have stopped. This could also be due to the node having lost communication with other active nodes in the failover cluster. Run the
    Validate a Configuration wizard to check your network configuration. If the condition persists, check for hardware or software errors related to the network adapters on this node. Also check for failures in any other network components to which the node is
    connected such as hubs, switches, or bridges. (EventID 1135)
    File share witness resource 'File Share Witness (\\WITNESS_SERVER\SHARE_NAME)' failed to arbitrate for the file share '\\WITNESS_SERVER\SHARE_NAME'. Please ensure that file share '\\WITNESS_SERVER\SHARE_NAME' exists and is accessible by the cluster. (EventID
    1564)
    Cluster resource 'File Share Witness (\\\WITNESS_SERVER\SHARE_NAME)' in clustered service or application 'Cluster Group' failed. (EventID 1069)
    The Cluster service is shutting down because quorum was lost. This could be due to the loss of network connectivity between some or all nodes in the cluster, or a failover of the witness disk. Run the Validate a Configuration wizard to check your network
    configuration. If the condition persists, check for hardware or software errors related to the network adapter. Also check for failures in any other network components to which the node is connected such as hubs, switches, or bridges. (EventID 1177)
    The Cluster Service service terminated with service-specific error A quorum of cluster nodes was not present to form a cluster. (EventID 7024)
    The Microsoft Exchange Information Store service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 5000 milliseconds: Restart the service. (EventID 7031)
    Looking at the Cluster Events in the Failover Cluster Manager Snap-In i see a heap of Event ID 47 (cannot activate the DAG databases as the server is not up according to Windows Failover Cluster Service) and:
    Node status could not be recorded. This could prevent some network failure logic from functioning correctly. NodeStatus:IsHealthy=True,HasADAccess=True,ClusterErrorOverrideFalse,LastUpdate=5/2/2011 8:25:42 AMUTC Failure:An Active Manager operation failed.
    Error: An error occurred while attempting a cluster operation. Error: Cluster API '"ClusterRegSetValue() failed with 0x6be. Error: The remote procedure call failed"' failed.. (EventID 184)
    Forcefully dismounting all the locally mounted databases on server 'BACKUP_MAILBOX_SERVER. (EventID 307).
    Our Comms team doesn't believe it is a comms issue as they did not log any network communication errors between the servers in the two sites (using icmp). So if it is not a comms issue, how can I configure the Failover Cluster Manager to be resilient to
    this type of network failover event.
    Thanks
    Dan

    Isn't it also true that in a stretched DAG with even numbered nodes, the PAM needs to be in the same site as the active DAG node?  If the connection between both nodes goes down, and the PAM is in the "passive" site, the primary node will
    dismount the databases since it can't check with the PAM to make sure its safe for it to be up.  
    In a even-numbered node stretched DAG, the PAM changes to the DR/passive site everytime a failover occurs, but doesn't automatically switch back when you reactivate the primary node.

  • Not able to install itunes in win 7 installng setup error "Service 'Apple Mobile Device' failed to start Verify that you have sufficient privileges to start system services" ignoring msg

    not able to install itunes in windows 7. Whwn I am installng setup the error displayed as  "Service 'Apple Mobile Device' failed to start Verify that you have sufficient privileges to start system services" and when i ignore this message and continue with installation of itunes and open the installed itunes in laptop it gaian shows the error "iTunes was not installed correctly. Please reinstall iTunes Error7(Windows Error 14001)". Please provide me some solution.

    Please give me some solution on above issue.....

  • I had an error that said I need to reinstall Itunes. I uninstalled and attempted to reinstall, but now I'm getting a pop up that says Service Apple mobile device failed to start. verify that you have sufficient privledges to start system services. Help!?!

    I had an error that said I need to reinstall Itunes.  I uninstalled and attempted to reinstall and got a pop up "Serivce Apple Mobile Device failed to start. verify that you have sufficient privledges to start system services. Help!?!?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • When installing itunes I received the following error "service Apple Mobile Device failed to start, verify you have sufficient privileges to start system services"

    when installing itunes I received the following error "service Apple Mobile Device failed to start, verify you have sufficient privileges to start system services"

    Me too. And if someone comes back on here with the same solution of "uninstall and re-install", please provide further advice after you have done that 3 times and the program still has the same problem in addition to the "failure to load the C runtime library" R6034 issue. I have removed itunes 3 times however I do not have permission to remove the program files/apple file and the uninstall doesn't remove it.
    You're not alone buddy.
    Frustrated.

Maybe you are looking for