Doubts on Oracle Failsafe Shutdown Process

Hello
We have the following configuration in our place.
Two Node Windows Server 2003 Cluster. (Active/Passive Configuration)
Oracle 10.1 Home on Both the nodes.
The database server, datafiles, redo log files are on the shared disk.
Oracle Failsafe Manager 3.4.1 is running on both the nodes.
Now We want to shutdown the whole database and cluster for a migration purpose.We should the system and then SAN sync the image to another place and restart it there.So I need a procedure for clean shutdown and clean startup.By going the Failsafe Documentation and other articles in goggle,I have not got a clear idea about the shutdown process.
As per the documentation ,
For maintenance issues like cold back up ,The process to be followed is:
1.Take the database offline from Oracle Failsafe Manager and it will shutdown the database.
The questions I have is :
1)If I take down the database from Oracle Failsafe Manager on the Active Node,is there any chance that the database will start on the passive node due to failover.
2) Do I have to first shutdown the passive node or put a freeze between the communication link so that it does not failover.
3) Do I have to take the shared disks ,Network Adapters offline from the failsafe manager for a complete shutdown or will the Windows Machine shutdown takes care of it.
Also can someone just throw a brief overview on how to start up the same database on the other cluster.
Any suggestions would be helpful .
Thanks
Sashank

>
The questions I have is :
1)If I take down the database from Oracle Failsafe Manager on the Active Node,is there any chance that the database will start on the passive node due to failover.
2) Do I have to first shutdown the passive node or put a freeze between the communication link so that it does not failover.
3) Do I have to take the shared disks ,Network Adapters offline from the failsafe manager for a complete shutdown or will the Windows Machine shutdown takes care of it.
Also can someone just throw a brief overview on how to start up the same database on the other cluster.
Any suggestions would be helpful .
Thanks
Sashank1- When you take it offline on Failsafe it won't come up on the other side till you bring it online.
2- no
3- again no
I could not get the last uestion but If you want to move resources to the other node it can be done via microsoft cluster services.
Coskan Gundogar
Blog: http://coskan.wordpress.com
Twitter: http://www.twitter.com/coskan
Linkedin: http://uk.linkedin.com/in/coskan
---------

Similar Messages

  • 0ra-01033 - Oracle initialization shutdown process

    When i click the SQLPLUS and enter the username,password and host string..I got this error message.Why it happed?And how to solve it?
    Hope someone can help me.. I am newbabies.

    Thanks for the reply.
    About this command.. Where i can type this command?Does i need to click SQLPlus icon and after enter the username password and host string dialog box?
    or on the command prompt that i can get from Start>accessories>command prompt and type this command?
    Sqlplus /nologSQL> conn / as sysdba
    connected to Idle instance.
    SQL> Startup
    it depend on Operation system,What operating system that can automatic start the database on start up?
    I dont know,Why the other server machine(machine 1).I had install it,I can start automatic by click the SQLPlus.
    But this server machine,I cannot start as usual by click SQLplus icon and then got this error message.

  • How to automate the Oracle database start and shutdown process

    How we can automate and oracle database start and stop procees with Linux start/shutdown process.
    I want to automatically start the oracle database at the time linux server and shutdown the database on shutdown linux server.

    Hi,
    I can share my scripts:
    1) /home/oracle/start_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    lsnrctl start
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    startup
    exit
    ENDSQL
    emctl start dbconsole
    isqlplusctl start
    NOTE: emctl and isqlplus are optional
    2) /home/oracle/stop_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    isqlplusctl stop
    emctl stop dbconsole
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    shutdown immediate
    exit
    ENDSQL
    lsnrctl stop
    NOTE: emctl and isqlplus are optional
    Then what you need:
    1) K91oracle_stop (put it in the desired run level)
    #!/bin/bash
    # description: Stop Oracle before reboots
    su - oracle -c "/home/oracle/stop_oracle.sh" >> /home/oracle/stoporacle.log
    2) S91oracle_start (put it in the desired run level)
    #!/bin/bash
    # description: Start Oracle after reboots
    su - oracle -c "/home/oracle/start_oracle.sh" >> /home/oracle/startoracle.log
    Bye.

  • SAPINST failed step "Install Oracle Database (post processing)"

    i will install ep6.0 with oracle database 9.2.0.4 on sun solaris.
    the SAPINST failed at the step "Install Oracle Database (post processing) with follow error.
    the oui - installer (runinstaller) finished sucessfully.
    ERROR 2004-08-31 16:05:17
    CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: ORA-01501: CREATE DATABASE failedORA-01101: database being created currently mounted by some other instance
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
    With the Partitioning optionJServer Release 9.2.0.4.0 - Production. SOLUTION: See ora_sql_results.log and the Oracle documentation for details.
    no user is logged on the Database. Database is not running (is shutdowned and unmounted). No Oracle process is running.
    pleas help.
    thanks
    armin hadersbeck

    Hi Armin,
    We're going to install EP 6 stack3 with Oracle 9.2.0.4 and Solaris 9.    We have exactly the same error as you during sapinst.
    How do you solved that ?
    Thanks a lot for your help,
    Regards from Mexico,
    Diego

  • HELP! Oracle FailSafe - Listener fails when adding standalone database

    Well, I have a cluster of two nodes with the following specs:
    (1) an Oracle 10g database each
    (2) Microsoft Cluster Service (MSCS)
    (3) Windows Server 2003 64-bit edition
    (4) Intel Itanium Processor
    (5) Oracle Failsafe 3.3.3 for Windows 2003 64-bit
    The 64-bit Oracle Failsafe doesn't come with Oracle Failsafe Manager, so I used a Failsafe Manager remotely from another clustered servers. The version is also 3.3.3, but it's running on a Windows 2000 Advanced Server.
    Well, after connecting to the 64-bit cluster, I added the standalone database to a Cluster Group. There are two cluster groups on the Server:
    (1)"Cluster Group" (the default cluster group created by MSCS); containing an IP address, a network name, Oracle Cluster Services, and the Quorum hard drive.
    (1)"ORACLE DB" A cluster gropu I created for the database; containing another IP address, a network name for the IP address, and every hard drive volumes of the database files.
    The database currently resides on the Node 2 (because I created it there). I have successfully verified the database (using "Verify Standalone Database" option). BUT when I added the database into the cluster group ORACLE DB, it failed with the following message:
    23 20:48:48 ** ERROR : FS-10066: Failed to start Windows service OracleOraDb10g_home1TNSListener for the Oracle Net listener
    When I opened the Windows Event Viewer, apparently the Listener Service had started, but it soon "terminated unexpectedly":
    At first, the Listener Service appeared to be started:
    But this is what happened next; it seemed the Listener Service terminated abruptly after entering the running state for a very short time:
    What happened? What should I do? What is the problem? Many thanks!
    PS: the following are the messages from both Verifying Standalone Database and Adding Standalone Database. The verification was successfull, but I just failed to add the database:
    >
    Versions: client = 3.3.3 server = 3.3.3 OS =
    Operation: Verifying standalone database "PAYMENT"
    Starting Time: May 11, 2005 19:50:11
    Elapsed Time: 0 minutes, 4 seconds
    1 19:50:11 Starting clusterwide operation
    2 19:50:11 FS-10915: POSDB2 : Starting the verification of standalone resource PAYMENT
    3 19:50:11 FS-10371: POSDB2 : Performing initialization processing
    4 19:50:11 FS-10371: POSDB1 : Performing initialization processing
    5 19:50:12 FS-10372: POSDB2 : Gathering resource owner information
    6 19:50:12 FS-10372: POSDB1 : Gathering resource owner information
    7 19:50:12 FS-10373: POSDB2 : Determining owner node of resource PAYMENT
    8 19:50:12 FS-10374: POSDB2 : Gathering cluster information needed to perform the specified operation
    9 19:50:12 FS-10374: POSDB1 : Gathering cluster information needed to perform the specified operation
    10 19:50:12 FS-10375: POSDB2 : Analyzing cluster information needed to perform the specified operation
    11 19:50:12 FS-10378: POSDB2 : Preparing for configuration of resource PAYMENT
    12 19:50:12 ** WARNING : FS-10247: The database parameter file H:\PAYMENT\admin\pfile\pfilePAYMENT.ora specified for this operation will override the parameter file value in the registry
    13 19:50:12 ** WARNING : FS-10248: At registry key SOFTWARE\ORACLE\KEY_OraDb10g_home1, value of ORA_PAYMENT_PFILE is H:\PAYMENT\admin\pfile
    14 19:50:12 FS-10916: POSDB2 : Verification of the standalone resource
    15 19:50:12 > FS-10341: Starting verification of database PAYMENT
    16 19:50:13 > FS-10342: Starting verification of Oracle Net configuration information for database PAYMENT
    17 19:50:13 > FS-10496: Generating the Oracle Net migration plan for PAYMENT
    18 19:50:13 > FS-10491: Configuring the Oracle Net service name for PAYMENT
    19 19:50:13 > FS-10343: Starting verification of database instance information for database PAYMENT
    20 19:50:13 >> FS-10347: Checking the state of database PAYMENT
    21 19:50:13 >> FS-10425: Querying the disks used by the database PAYMENT
    22 19:50:15 > FS-10344: Starting verification of Oracle Intelligent Agent for database PAYMENT
    23 19:50:15 > FS-10345: Verification of standalone database PAYMENT completed successfully
    24 19:50:15 FS-10917: POSDB2 : Standalone resource PAYMENT was verified successfully
    25 19:50:15 FS-10378: POSDB1 : Preparing for configuration of resource PAYMENT
    26 19:50:15 FS-10916: POSDB1 : Verification of the standalone resource
    27 19:50:15 > FS-10341: Starting verification of database PAYMENT
    28 19:50:15 > FS-10342: Starting verification of Oracle Net configuration information for database PAYMENT
    29 19:50:15 > FS-10496: Generating the Oracle Net migration plan for PAYMENT
    30 19:50:15 > FS-10491: Configuring the Oracle Net service name for PAYMENT
    31 19:50:15 > FS-10343: Starting verification of database instance information for database PAYMENT
    32 19:50:15 > FS-10344: Starting verification of Oracle Intelligent Agent for database PAYMENT
    33 19:50:15 > FS-10345: Verification of standalone database PAYMENT completed successfully
    34 19:50:15 FS-10917: POSDB1 : Standalone resource PAYMENT was verified successfully
    35 19:50:15 The clusterwide operation completed successfully, however, the server reported some warnings.
    >
    Versions: client = 3.3.3 server = 3.3.3 OS =
    Operation: Adding resource "PAYMENT" to group "ORACLE DATABASE"
    Starting Time: May 11, 2005 20:48:43
    Elapsed Time: 0 minutes, 7 seconds
    1 20:48:43 Starting clusterwide operation
    2 20:48:44 FS-10370: Adding the resource PAYMENT to group ORACLE DATABASE
    3 20:48:44 FS-10371: POSDB2 : Performing initialization processing
    4 20:48:44 FS-10371: POSDB1 : Performing initialization processing
    5 20:48:45 FS-10372: POSDB2 : Gathering resource owner information
    6 20:48:45 FS-10372: POSDB1 : Gathering resource owner information
    7 20:48:45 FS-10373: POSDB2 : Determining owner node of resource PAYMENT
    8 20:48:45 FS-10374: POSDB2 : Gathering cluster information needed to perform the specified operation
    9 20:48:45 FS-10374: POSDB1 : Gathering cluster information needed to perform the specified operation
    10 20:48:45 FS-10375: POSDB2 : Analyzing cluster information needed to perform the specified operation
    11 20:48:45 >>> FS-10652: POSDB2 has Oracle Database version 10.1.0 installed in ORADB10G_HOME1
    12 20:48:45 >>> FS-10652: POSDB1 has Oracle Database version 10.1.0 installed in ORADB10G_HOME1
    13 20:48:45 FS-10376: POSDB2 : Starting configuration of resource PAYMENT
    14 20:48:45 FS-10378: POSDB2 : Preparing for configuration of resource PAYMENT
    15 20:48:46 FS-10380: POSDB2 : Configuring virtual server information for resource PAYMENT
    16 20:48:46 ** WARNING : FS-10247: The database parameter file H:\PAYMENT\admin\pfile\pfilePAYMENT.ora specified for this operation will override the parameter file value in the registry
    17 20:48:46 ** WARNING : FS-10248: At registry key SOFTWARE\ORACLE\KEY_OraDb10g_home1, value of ORA_PAYMENT_PFILE is H:\PAYMENT\admin\pfile
    18 20:48:46 > FS-10496: Generating the Oracle Net migration plan for PAYMENT
    19 20:48:46 > FS-10490: Configuring the Oracle Net listener for PAYMENT
    20 20:48:46 >> FS-10600: Oracle Net configuration file updated: F:\ORACLE\PRODUCT\10.1.0\DB_1\NETWORK\ADMIN\LISTENER.ORA
    21 20:48:46 >> FS-10606: Listener configuration updated in database parameter file: H:\PAYMENT\admin\pfile\pfilePAYMENT.ora
    22 20:48:47 >> FS-10605: Oracle Net listener Fslpos created
    23 20:48:48 ** ERROR : FS-10066: Failed to start Windows service OracleOraDb10g_home1TNSListener for the Oracle Net listener
    24 20:48:48 ** ERROR : FS-10065: Error trying to configure the Oracle Net listener
    25 20:48:48 > FS-10090: Rolling back Oracle Net changes on node POSDB2
    26 20:48:50 ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource PAYMENT
    27 20:48:50 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    28 20:48:50 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    29 20:48:50 FS-10488: POSDB2 : Starting rollback of operation
    30 20:48:50 FS-10489: POSDB2 : Completed rollback of operation
    31 20:48:50 ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    32 20:48:50 Please check your Windows Application log using the Event Viewer for any additional errors
    33 20:48:50 The clusterwide operation failed !

    umm... help? Anyone?

  • Oracle database shutdown unexpectedly

    Hi,
    My oracle database shutdown unexpectedly several times this week and the alert log shows the below errors
    database shutdown unexpectedly with the folloing messge in alert
    Fatal NI connect error 12560, connecting to:
    (LOCAL=NO)
    VERSION INFORMATION:
    TNS for 64-bit Windows: Version 11.1.0.6.0 - Production
    Oracle Bequeath NT Protocol Adapter for 64-bit Windows: Version 11.1.0.6.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 11.1.0.6.0 - Production
    Time: 29-JUL-2012 06:24:48
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    ORA-609 : opiodr aborting process unknown ospid (3948_1704)
    Sun Jul 29 06:26:54 2012
    Please any help ???
    Thanks

    943086 wrote:
    Thanks
    both links descriping the same oracle metalink docs, witch its not applicable
    thanksyou are not help us to help you , both metalink that i have been posted talking about windows environment , OTN thread talking about windows environment and seems to me in all links that i have been posted its same alertlog error .

  • Oracle Failsafe error and logs

    Since I don't see any oracle failsafe forum I post here. Please let me know it this is wrong o there is a better section.
    Sometimes when I try to take offline my instance I receive this error:
    FS-10890: Oracle Services for MSCS failed during the offline operation
    FS-10013: Failed to take the cluster resource ORAWHITE offline
    FS-10728: Resource ORAWHITE timed out trying to go offlineThis is very strange since looking the alert log I see that the shutdown takes less than one minute while the timeout is 3 minutes..
    Failsafe has any logs that can be investigated?
    Hope you can help me.
    Cheers
    Adriano

    user10388158 wrote:
    Hi,
    i need a little help..
    for some reason, my prodcution listerner crashes.. but when looking into the logs of my listener, no error is shown.
    even if i check the time stamp, there is no error of the log.forgive me, but I need to ask a simple question.
    what proof exists that outage was not an Operating System crash?
    if the system crashed, then the Oracle listener would no longer be available to log any connection requests.
    Handle:     user10388158
    Status Level:     Newbie
    Registered:     Mar 10, 2010
    Total Posts:     25
    Total Questions:     9 (8 unresolved)
    why do you waste time here when your questions RARELY get answered?

  • Oracle Failsafe - Add Resource to Group

    hi to all,
    i have a question about using Oracle Failsafe.
    I have had a 2 Node Cluster (Czvsor1 and czvsor2) with Clustergroup and Oracle Group with database db1 in it on node czvsor1 with perfect working failover to node czvsor2 managed by Failsafe Manager - All running on windows2003 server.
    Now i wanted to bring up a third node czvsor3 with the database ORCFIBU on it, adding this node to cluster , creating a second oracle group on this node, add resource (database) to this group and manage it with failsafe manger to failover to my second node czvsor2 when needed.
    Everything went perfect - adding node to cluster, creating and testing oracle group 2 with 2 SAN devices, moving oracle group no node 2 and back again.
    BUT adding database to group failed - errors in verifying Devices
    Here are the protokolls:
    Verify Cluster
    Versions: client = 3.3.3 server = 3.3.3 OS =
    Operation: Verifying cluster "CZVSOR03"
    Starting Time: Aug 08, 2007 10:42:51
    Elapsed Time: 0 minutes, 1 seconds
    1 10:42:51 Starting clusterwide operation
    2 10:42:51 > FS-10998:
    3 10:42:51 FS-10500: CZVSOR1 : Starting verification of cluster CZVSOR03
    4 10:42:51 > FS-10998:
    5 10:42:51 FS-10544: CZVSOR1 : Verifying the cluster quorum resource
    6 10:42:51 > FS-10545: Cluster quorum resource Disk Q: is located at Q:\MSCS\
    7 10:42:51 > FS-10998:
    8 10:42:51 FS-10660: CZVSOR1 : Gathering cluster information
    9 10:42:51 > FS-10998:
    10 10:42:51 FS-10660: CZVSOR3 : Gathering cluster information
    11 10:42:52 > FS-10998:
    12 10:42:52 FS-10660: CZVSOR2 : Gathering cluster information
    13 10:42:52 > FS-10998:
    14 10:42:52 FS-10502: CZVSOR1 : Verifying the Oracle homes
    15 10:42:52 > FS-10645: CZVSOR1 has home OfsHome33 in D:\oracle\Ofs33
    16 10:42:52 > FS-10645: CZVSOR1 has home OraDb10g_Db in D:\oracle\product\10.2.0\db_1
    17 10:42:52 > FS-10645: CZVSOR3 has home OfsHome33 in D:\oracle\Ofs33
    18 10:42:52 > FS-10645: CZVSOR3 has home OraDb10g_Db in D:\oracle\product\10.2.0\db_1
    19 10:42:52 > FS-10645: CZVSOR2 has home OfsHome33 in D:\oracle\Ofs33
    20 10:42:52 > FS-10645: CZVSOR2 has home OraDb10g_Db in D:\oracle\product\10.2.0\db_1
    21 10:42:52 > FS-10998:
    22 10:42:52 FS-10501: CZVSOR1 : Verifying the Oracle Services for MSCS installation
    23 10:42:52 >>> FS-10652: CZVSOR1 has Oracle Services for MSCS version 3.3.4.0 installed in OfsHome33
    24 10:42:52 >>> FS-10652: CZVSOR3 has Oracle Services for MSCS version 3.3.4.0 installed in OfsHome33
    25 10:42:52 >>> FS-10652: CZVSOR2 has Oracle Services for MSCS version 3.3.4.0 installed in OfsHome33
    26 10:42:52 > FS-10998:
    27 10:42:52 FS-10650: CZVSOR1 : Verifying the Oracle Services for MSCS resource providers
    28 10:42:52 > FS-10651: Verifying the Generic Service resource
    29 10:42:52 >> FS-10665: Checking DLLs for resource provider
    30 10:42:52 > FS-10998:
    31 10:42:52 > FS-10651: Verifying the Oracle Management Agent resource
    32 10:42:52 >> FS-10665: Checking DLLs for resource provider
    33 10:42:52 >> FS-10667: Checking for software installation
    34 10:42:52 ** WARNING : FS-10658: The Oracle Management Agent software is not installed on any of the cluster nodes
    35 10:42:52 > FS-10998:
    36 10:42:52 > FS-10651: Verifying the Oracle Application Server resource
    37 10:42:52 >> FS-10665: Checking DLLs for resource provider
    38 10:42:52 >> FS-10667: Checking for software installation
    39 10:42:52 ** WARNING : FS-10658: The Oracle Application Server software is not installed on any of the cluster nodes
    40 10:42:52 > FS-10998:
    41 10:42:52 > FS-10651: Verifying the Oracle Database resource
    42 10:42:52 >> FS-10665: Checking DLLs for resource provider
    43 10:42:52 >> FS-10666: Checking for MSCS resource DLLs provided by Oracle
    44 10:42:52 >> FS-10667: Checking for software installation
    45 10:42:52 >>> FS-10652: CZVSOR1 has Oracle Database version 10.2.0 installed in OraDb10g_Db
    46 10:42:52 >>> FS-10652: CZVSOR3 has Oracle Database version 10.2.0 installed in OraDb10g_Db
    47 10:42:52 >>> FS-10652: CZVSOR2 has Oracle Database version 10.2.0 installed in OraDb10g_Db
    48 10:42:52 > FS-10998:
    49 10:42:52 FS-10503: CZVSOR1 : Verifying the network configuration
    50 10:42:52 > FS-10510: Public network on the cluster uses subnet 172.22.111.96
    51 10:42:52 > FS-10510: Private network on the cluster uses subnet 192.168.32.0
    52 10:42:52 > FS-10998:
    53 10:42:52 > FS-10512: CZVSOR1 maps to 172.22.111.118, 192.168.32.1 on CZVSOR1
    54 10:42:52 > FS-10512: CZVSOR1 maps to 172.22.111.118 on CZVSOR3
    55 10:42:52 > FS-10512: CZVSOR1 maps to 172.22.111.118 on CZVSOR2
    56 10:42:52 > FS-10998:
    57 10:42:52 > FS-10512: CZVSOR3 maps to 172.22.111.120 on CZVSOR1
    58 10:42:52 > FS-10512: CZVSOR3 maps to 172.22.111.120, 192.168.32.3 on CZVSOR3
    59 10:42:52 > FS-10512: CZVSOR3 maps to 172.22.111.120 on CZVSOR2
    60 10:42:52 > FS-10998:
    61 10:42:52 > FS-10512: CZVSOR2 maps to 172.22.111.119 on CZVSOR1
    62 10:42:52 > FS-10512: CZVSOR2 maps to 172.22.111.119 on CZVSOR3
    63 10:42:52 > FS-10512: CZVSOR2 maps to 172.22.111.119, 192.168.32.2 on CZVSOR2
    64 10:42:52 > FS-10998:
    65 10:42:52 > FS-10512: CZVSOC02 maps to 172.22.111.115 on CZVSOR1
    66 10:42:52 > FS-10512: CZVSOC02 maps to 172.22.111.115 on CZVSOR3
    67 10:42:52 > FS-10512: CZVSOC02 maps to 172.22.111.115 on CZVSOR2
    68 10:42:52 > FS-10998:
    69 10:42:52 > FS-10512: CZVSOR03 maps to 172.22.111.117 on CZVSOR1
    70 10:42:52 > FS-10512: CZVSOR03 maps to 172.22.111.117 on CZVSOR3
    71 10:42:52 > FS-10512: CZVSOR03 maps to 172.22.111.117 on CZVSOR2
    72 10:42:52 > FS-10998:
    73 10:42:52 > FS-10512: CZVSOC01 maps to 172.22.111.116 on CZVSOR1
    74 10:42:52 > FS-10512: CZVSOC01 maps to 172.22.111.116 on CZVSOR3
    75 10:42:52 > FS-10512: CZVSOC01 maps to 172.22.111.116 on CZVSOR2
    76 10:42:52 > FS-10998:
    77 10:42:52 The clusterwide operation completed successfully, however, the server reported some warnings.
    That seems to be ok!!
    CZVSOR03 Name of Cluster
    CZVSOR1/CZVSOR2/CZVSOR3 Name of Nodes
    CZVSOC01 Name of first Oracle Group preferred node CZVSOR1
    - works perfect -
    CZVSOC02 Name of second Oracle Group on Node CZVSOR3
    Following reported Problems by adding database to resource
    ADD Resource to Group – Oracle Database
    Versions: client = 3.3.3 server = 3.3.3 OS =
    Operation: Adding resource "ORCFIBU" to group "Oracle Group 2"
    Starting Time: Aug 08, 2007 13:21:28
    Elapsed Time: 0 minutes, 31 seconds
    1 13:21:28 Starting clusterwide operation
    2 13:21:28 FS-10370: Adding the resource ORCFIBU to group Oracle Group 2
    3 13:21:28 FS-10371: CZVSOR3 : Performing initialization processing
    4 13:21:28 FS-10371: CZVSOR2 : Performing initialization processing
    5 13:21:29 FS-10372: CZVSOR3 : Gathering resource owner information
    6 13:21:29 FS-10372: CZVSOR2 : Gathering resource owner information
    7 13:21:29 FS-10373: CZVSOR3 : Determining owner node of resource ORCFIBU
    8 13:21:29 FS-10374: CZVSOR3 : Gathering cluster information needed to perform the specified operation
    9 13:21:29 FS-10374: CZVSOR2 : Gathering cluster information needed to perform the specified operation
    10 13:21:29 FS-10375: CZVSOR3 : Analyzing cluster information needed to perform the specified operation
    11 13:21:29 >>> FS-10652: CZVSOR3 has Oracle Database version 10.2.0 installed in OraDb10g_Db
    12 13:21:29 >>> FS-10652: CZVSOR2 has Oracle Database version 10.2.0 installed in OraDb10g_Db
    13 13:21:29 FS-10376: CZVSOR3 : Starting configuration of resource ORCFIBU
    14 13:21:29 FS-10378: CZVSOR3 : Preparing for configuration of resource ORCFIBU
    15 13:21:29 FS-10380: CZVSOR3 : Configuring virtual server information for resource ORCFIBU
    16 13:21:30 > FS-10496: Generating the Oracle Net migration plan for ORCFIBU
    17 13:21:30 > FS-10490: Configuring the Oracle Net listener for ORCFIBU
    18 13:21:30 >> FS-10600: Oracle Net configuration file updated: D:\ORACLE\PRODUCT\10.2.0\DB_1\NETWORK\ADMIN\LISTENER.ORA
    19 13:21:30 >> FS-10606: Listener configuration updated in database parameter file: K:\ORCFIBU\initorcfibu.ora
    20 13:21:37 >> FS-10605: Oracle Net listener Fslczvsoc02 created
    21 13:21:39 >> FS-10602: Oracle Net listener FIBU_1 restarted
    22 13:21:39 > FS-10491: Configuring the Oracle Net service name for ORCFIBU
    23 13:21:39 >> FS-10600: Oracle Net configuration file updated: D:\ORACLE\PRODUCT\10.2.0\DB_1\NETWORK\ADMIN\TNSNAMES.ORA
    24 13:21:39 FS-10381: CZVSOR3 : Creating the resource information for resource ORCFIBU
    25 13:21:39 > FS-10424: Checking whether the database ORCFIBU is online
    26 13:21:55 > FS-10425: Querying the disks used by the database ORCFIBU
    27 13:21:56 ** ERROR : FS-10034: Error while querying for disks used by database instance ORCFIBU
    28 13:21:56 ** ERROR : FS-10778: The Oracle Database resource provider failed to configure the cluster resource ORCFIBU
    29 13:21:56 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    30 13:21:56 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    31 13:21:56 FS-10488: CZVSOR3 : Starting rollback of operation
    32 13:21:56 > FS-10090: Rolling back Oracle Net changes on node CZVSOR3
    33 13:21:59 FS-10489: CZVSOR3 : Completed rollback of operation
    34 13:21:59 ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    35 13:21:59 Please check your Windows Application log using the Event Viewer for any additional errors
    36 13:21:59 The clusterwide operation failed !
    ANY IDEAS WHATS WRONG????????
    Group has 2 SAN DEVICES K and L which i can move without any problems to node czvsor2 and back - but without the database.
    Normally my First node CZVSOR1 with Oracle Group CZVSOC01 on it is not involved for i removed this node from the available nodes list in my new group CZVSOC2
    DO i have to make K an L available from Node 1 CZVSOR1 ????
    General Question is it possible to have a 3 node Cluster with the following Configuration
    Node1 with Oracle Group 1 and database 1 managed to failover to node2
    Node3 with oracle Group 2 and database 2 managed to failover to node 2
    PLEASE I NEED URGENT HELP
    MANY MANY THANKS TO ALL!
    Joachim

    Yes, but yet not find a solution.
    we restarted the installation from scratch and now we are at the phase of the database instance.
    We noticed the following during the configuration of the first MSCS node :
    at the time where sapinst creates the sap cluster group, we get the error:
    "could not create sap cluster group. Please look at R3Clus.log"
    Behind it appears a screen where we are prompted to add manually the values. We added manually the values and then the sap cluster group was succesfully created and the configuration of the first MSCS node finished without reporting errors.
    But we noticed that although the SAPLOC share is normaly created in HA installation through ASCS installation and automatically removed when processing First MSCS Node, it was not removed at our case.
    We would like to know if the whole above symptom is normal or we must
    expect problems at the continuing of the installation of ECC6?
    If it is not normal what else we can do, so that sapinst do not
    stop at the creation of the sap cluster group ?

  • MS Cluster & Oracle FailSafe problem

    Hi there,
    We are using MS Cluster with Oracle FailSafe 3.3.4 on a 2 node cluster.
    1 database instance on each of the 2 nodes configured as active/active.
    When I stop the MS Cluster service for SAN disk maintenance, the 2 databases are shutdown automatically.
    But when MS Cluster service is started up, in Windows Service on both nodes shows that the Oracle listener and Database instance are started.
    However, in actual fact, when I try to connect to the database is says that the instance is not started.
    When I check the alert logfile, there is no entry where the database is started when MS Cluster service is started.
    Is there any additional configuration settings which I need to do on MS Cluster or Oracle FailSafe?
    The only way to startup both the listener and database on the 2 nodes is to startup manually.
    All the Oracle listeners and Database + disks + network IP are already assigned as resources in their individual cluster group.
    In FailSafe manager or MS Cluster admin, I can offline and online the resource group for both nodes. But still, in Windows services, they appear started while in actual fact I still need to start them up manually.
    Appreciate any advise.
    Cheers
    Jim
    Message was edited by:
    user448006

    Hi Tiburon,
    no you don't need MSDTC as a resource in the cluster group. I have a similar configuration and following Cluster ressources in my Cluster Group
    - Cluster IP Adress
    - Cluster Name
    - Disk Q (Quorum Disk)
    - Oracle Services for MSCS
    nothing else in the Cluster Group
    Contents of my Oracle Group are
    - Disk F
    - Disk G
    - Disk H
    - Disk I
    - some more disks all on SAN
    - Oracle IP
    - Oracle Name
    - OracleOraDb10g_DbTNSListenerFslczvsoc01
    - ORC1 (Database)
    everything works perfect
    May be that helps a little
    Joachim

  • How to make a full import into database under Oracle Failsafe v3.3.3?

    Hi, my database(9.2.0.1) was implemented on OFS (3.3.3), When i try to startup the database, there were some error occurred -- "ORA-368 signalled during: alter database open..." and the database instance shutdown.
    I have a newly full database export, what should I do to successfully bring my database back? Any commands are appreciated!

    Hi, The following brief steps was what I had done yesterday to restore my corrupted database.
    1. Remove the corrupted DB from OFS manager
    2. Copy all the database files via OS command
    3. Delete the corrupted DB via DBCA
    4. Create new database via DBCA
    5. Add new database to Oracle Failsafe via OFS Manager
    (1) Discover Standalone database
    (2) Add the standalone database to Resource Group
    6. Import the exported dump file to the new database.
    Regards
    Webster

  • Doubt in Oracle streams

    Doubt in Oracle streams .Can you please help me in understanding the terms
    1. Message
    2.User defined Event
    3. Event
    4.Rules
    5.Oracle supplied PL/SQL packages
    6.Subscriber,Consumer

    Hi
    Message
    A message is the smallest unit of information that is inserted into and retrieved from a queue.
    Queue
    A queue is repository for messages. Queues are stored in queue tables
    Enqueue
    To place a message in queue
    Dequeue
    To comsume a message
    Agent
    An agent is a end user or the application uses a queue
    Thanks
    Venkat

  • Error in Verify Cluster of Oracle FailSafe Manager

    Hello,
    I am doing SAP ERP6.0 installation on MSCS cluster environment. I have finished the following steps
    ASCS Installation,First MSCS Node Configuration,Database Instance Installation,Additional MSCS node configuration, Enqueue Replication Server Installation and Central Instance Installation.
    I am now creating the Oracle FailSafe Group on the MSCS node which has the quorum resource in my case the DB node.
    After adding the Cluster when I click on Verify Cluster I get error. Below is the VerifyCluster log
    1   15:06:04  Starting clusterwide operation
    2   15:06:04   > FS-10998:
    3   15:06:04  FS-10500: POPWRMSSAPDB : Starting verification of cluster PWRCLUS01
    4   15:06:04   > FS-10998:
    5   15:06:04  FS-10544: POPWRMSSAPDB : Verifying the cluster quorum resource
    6   15:06:04   > FS-10545: Cluster quorum resource QUORUM is located at Q:\Cluster\
    7   15:06:04   > FS-10998:
    8   15:06:05    ** ERROR : 0x80010105: The server threw an exception.
    9   15:06:05    ** ERROR : FS-10757: A COM error was returned when trying to send a work item to the worker
    10  15:06:06  The clusterwide operation failed !
    Kindly suggest what action should I take to resolve this error.
    Regards
    Mitesh Nair

    Hi and welcome to the forums!
    Here are some possible reasons and resolutions.
    Let us know how it goes!
    Thanks,
    Bifocals
    KB28396 When installing the BlackBerry Desktop software the following error is received "The installation files cannot be validated. Please verify the installer package and try again."
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Problem in adding database to a cluster group in Oracle failsafe

    Hi,
    I am using WIndows Server 2003 Enterprise edition 64 bit to configure Oracle failsafe 3.4.2 on 2 node cluster. Oracle version is 10.2.0.3.
    Verify cluster and Verify standalone database went fine without any error but when I try to add my database to cluster group, it fails with following errors.
    ==============
    30 08:07:10 > FS-10426: Adding the database resource TESTDB.WORLD to group TESTDB
    31 08:07:10 FS-10382: node2 : Bringing resource TESTDB.WORLD online
    32 08:07:34 ** ERROR : FS-10726: Resource TESTDB.WORLD is in a failed state
    33 08:07:34 ** ERROR : FS-10012: Failed to bring the cluster resource TESTDB.WORLD online. Check the Windows event log for messages
    34 08:07:34 ** ERROR : FS-10782: The Oracle Database resource provider failed to bring resource TESTDB.WORLD online
    35 08:07:34 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    36 08:07:34 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    ==========
    I checked widows event viewer (application log) and it is showing following error.
    source: OracleMSCSServices
    Description: Oracle failsafe resource TESTDB.WORLD failed to start.
    FS-10999: An internal programming error has occured.
    ============
    windows event viewer (system log) shows following error
    Source:CLUsSvc
    EventID: 169
    Description: Cluster resource TESTDB.WORLD in resource group TESTDB failed.
    ==================
    I applied Oracle failsafe patch 3.4.2.1 as well but it didn't work.
    Please help.
    Thanks,
    Abhi

    Hi Abhi,
    i've actual the same problem on Fail safe 3.4.2 and oracle 10.2.0.4.
    Do you have a solution by now?!
    Regards,
    Michael

  • Doubts in oracle reports 2.5. programmers/ engineers please help me

    sir,
    i have a doubt in oracle reports 2.5. it is based on a single table only. i request u to reply for the same at the earliest. the problem is as follows:
    There are certain code numbers for which sub heading is to be displayed and sub total should be made and grand total to be
    made. also main title should appear in each page. also in parameter entry based on date format, month should be chosen
    and amounts should be summed from several fields based on the month but beginning with april of the current year.
    sample report is as follows:
    parameter entry : pf_1 = 1-4-1999 pf_2 = 30-8-1999
    NANCE AND ACCOUNT SYSTEM (main title)
    machinery expenses sub heading (this is reqd)
    code name debit_amount (actually this is not from table)
    103001 mech machines 72
    103002 sliver m/c 95
    sub total 167
    elec equipments again sub heading
    104001 switch 17
    104002 relay switch 95
    sub total 112
    grand total 279
    but the table is as follows table name t1
    code varchar6 name varchar30 mo1dbamt m01cramt m02dbamt m02cramt m03dbamt
    m04cramt etc upto 12 months all data type number(15,2) totally 26 fields
    the debitamount should be summed from fileds m04dbamt,m05dbamt, m06dbamt ..upto m08dbamt - no cramt should be added further any clarifications needed please discuss with me
    pl note that i am from INDIA
    thanking you
    sincerely
    sudhes kumar

    Look into the following:
    -- page protect property of the repeating frame
    -- Maximum number of records per page property

  • WebLogic hangs around after shutdown process appears to complete - Message Driven Bean related

    On my current project we have some Ant scripts that automatically
    start and stop WebLogic. The stop script equates to (not exactly but
    close enough):
    java weblogic.Admin -url localhost:8001 -password password -username
    username SHUTDOWN
    WebLogic is start and shutdown for each system module. All modules
    use the exact same script for these two actions. Some of the modules
    use Message Driven Beans and consequently, since these use JMS, a
    JMSxxx.dat file is generated in the jms_store directory. As part of
    the cleanup process the jms_store directory and all files in it are to
    be deleted AFTER WebLogic shuts down.
    The shutdown process works fine in all cases where JMS is not used and
    in all cases where JMS IS used but there are NO message driven beans.
    However, when there is a message driven bean the server does not shut
    down in a timely manner, sometimes not at all (no error messages are
    produced), and the JMSxx.dat file
    remains locked. Consequently, all of the tests run via the ant script
    for modules come to a grinding halt (i.e. environment could not be
    cleaned so further tests would be skewed).
    Can anyone shed some light on a definitive order of events during
    WebLogic's shutdown process? What is the best way to test for the
    server being up? I know there is a ping utility for weblogic - should
    this be used or should a connection to a JNDI or JMS listening port do
    the trick? Any other ideas would be welcome.
    Thanks in advance,
    Mark

    On my current project we have some Ant scripts that automatically
    start and stop WebLogic. The stop script equates to (not exactly but
    close enough):
    java weblogic.Admin -url localhost:8001 -password password -username
    username SHUTDOWN
    WebLogic is start and shutdown for each system module. All modules
    use the exact same script for these two actions. Some of the modules
    use Message Driven Beans and consequently, since these use JMS, a
    JMSxxx.dat file is generated in the jms_store directory. As part of
    the cleanup process the jms_store directory and all files in it are to
    be deleted AFTER WebLogic shuts down.
    The shutdown process works fine in all cases where JMS is not used and
    in all cases where JMS IS used but there are NO message driven beans.
    However, when there is a message driven bean the server does not shut
    down in a timely manner, sometimes not at all (no error messages are
    produced), and the JMSxx.dat file
    remains locked. Consequently, all of the tests run via the ant script
    for modules come to a grinding halt (i.e. environment could not be
    cleaned so further tests would be skewed).
    Can anyone shed some light on a definitive order of events during
    WebLogic's shutdown process? What is the best way to test for the
    server being up? I know there is a ping utility for weblogic - should
    this be used or should a connection to a JNDI or JMS listening port do
    the trick? Any other ideas would be welcome.
    Thanks in advance,
    Mark

Maybe you are looking for

  • How can i call a CGI script from java?

    The subject pretty much says it all. I want to call a perl cgi script so i can read from/write to files on a server. I don't know how to sign applets and this would be the easiest way for me, if someone could please tell me.

  • Could not connect to any JRun/ColdFusion servers on host localhost

    I am a new CF admin and I am trying to upgrade my Apache.  I am following the instructions in http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd9 .html but am getting an error.  Could not connect to any JRun/Col

  • Keyboard response issues in flash player

    Hi, When I'm playing games made with flash, every so often it won't respond to my keyboad inputs.  It happens maybe every 30 seconds, so it's pretty regular, and won't respond for a few seconds.  If I was holding a key at the time of this hanging, th

  • Firefox crashes when I right click then click on "Send Link"

    When I right click to send a link to the page I am on via Thunderbird, then click on 'Send Link' Firefox crashes. This is using Windows 7 home edition, on this computer. My first post was on another computer and I am using 7.0.1 on this one that cras

  • Update error code U44M1P7

    I'm a new creative cloud user and I received a notice with 4 updates from Adobe yesterday. Everything updated just fine except Photoshop and I received this Error Code: U44M1P7 I'm on a Mac running Mountain Lion. How can I fix this and get the update