Unable to start all 3 instances in RAC

Hello All,
I got the following error while trying to restart a 3 node RAC database. OEM reported two out of three nodes to be down.
We also noticed that the cluster_database parameter was set to "False" and the cluster_database_instances integer was set to 1.We changed the parameters to 'True' and '3' respectively and while trying to restart the database we get the error message as shown below. Any suggestions/help to resolve this would be appreciated.
srvctl start database -d abc123
PRCR-1079 : Failed to start resource ora.abc123.db
CRS-5017: The resource action "ora.abc123.db start" encountered the following error:
ORA-01102: cannot mount database in EXCLUSIVE mode
. For details refer to "(:CLSN00107:)" in "/oradba/app/grid/11.2.0.3_a/log/abcde104/agent/crsd/oraagent_oradba/oraagent_oradba.log".
CRS-2674: Start of 'ora.abc123.db' on 'abcde104' failed
CRS-2632: There are no more servers to try to place resource 'ora.abc123.db' on that would satisfy its placement policy
CRS-5017: The resource action "ora.abc123.db start" encountered the following error:
ORA-01102: cannot mount database in EXCLUSIVE mode
. For details refer to "(:CLSN00107:)" in "/oradba/app/grid/11.2.0.3_a/log/abcde103/agent/crsd/oraagent_oradba/oraagent_oradba.log".
CRS-2674: Start of 'ora.abc123.db' on 'abcde103' failed

Hi srsatya, thanks for your reply!
I used the alter system set cluster_database=true scope=spfile SID='*' command to change my parameter from node1.After that the restart failed. The DB is now running from node 3.
My spfile is in a shared location.
SQL> show parameter spfile;
NAME                                 TYPE        VALUE
spfile                               string      +DATA/abc123/spfileabc123.ora
1.Login to the database and run "create pfile from spfile" , that will generate pfile in dbs folder on the server where you executed the command.
2.Shutdown all cluster database instance.Can I do this using SQLPLUS individually on each node? Or Srvctl?
3.From the node where you create pfile, open the pfile and edit cluster parameters
4.startup to nomount  with new modified pfile
5.Run create spfile <+DATA/abc123/spfileabc123.ora> from pfile='Give new pfile path & file name';
My current init.ora(pfile) file points to the shared location specified above.This will overwrite my spfile with the new cluster parameters. After that can I remove the new pfile that was created?
6.shutdown the database
7.run srvctl to start all database.

Similar Messages

  • Unable to start 2nd instance in RAC

    Hi,
    i have a clustered environment, with 1 database consists of 3 instances. i recreated the spfile using init.ora file from other database to get the sga size etc... so far is fine, and able to start the database, and instance 1 is started and not starting the instance 2 and instance 3 for some reason...
    when connect to sqlplus /nolog and startup from there is says shared realm doesn't exist... i restarted the services from from computer management services...
    i dont understand why its doing this...
    checked the alert log says "specified value of sga_max_size is too small, bumping to 7922566298.
    can someone please help...
    i am on windows 32 bit, oracle 10g r2 version.

    789287 wrote:
    Aman,
    yes i am on virtualized 3 node system. I had a guess about it already and I happened to be right :) . Well the trouble is that you are trying to run a 3 node RAC on a 32 Bit windows machine which can chew a maximum of 3.2gb (if memory serves correctly) . So setting up such a large size per instance would not be a good thing. I normally suggest , if it's for learning purpose, to setup a db with not more than 300mb on a two node RAC VM's- per node gets an instance of 300mb. I would suggest that you bring the value to somewhat like this, let it start and see. Also check the alert logs of the instances.
    here is my sga details
    SQL> show sga
    Total System Global Area 7977566208 bytes
    Fixed Size 1309116 bytes
    Variable Size 1390413380 bytes
    Database Buffers 6553600000 bytes
    Redo Buffers 32243712 bytes
    how much should i reduce the sga, i am able tos start the database and 1 instance but not the other 2 instances.... please help.I am not sure about your set up so I shall say that set it up to not more 300mb and then retry. I hope it's not a production but a learning based cluster setup so it should not matter if we reduce the size of the sga, will it?
    Aman....

  • Unable to start 2 instances at the same time in Oracle RAC 11g

    Hi all,
    My first instance is running. I can't start second instance successful and get "ORA-00304: requested INSTANCE_NUMBER is busy"
    Please help!
    Thank you!
    Dan.

    Thanks Shivananda Rao
    I set instance_number as below and my db can mount but ... (please see below)
    SQL> alter system set instance_number=2 scope=spfile sid='RAC1';
    SQL> alter system set thread=2 sid='RAC1';
    System altered.
    SQL> select status from v$instance;
    STATUS
    STARTED
    SQL> alter database mount;
    Database altered.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-30013: undo tablespace 'UNDOTBS1' is currently in use
    Process ID: 24535
    Session ID: 1 Serial number: 3
    SQL>

  • Dbca fails cuz ASM instance startup fails. Unable to start both instances.

    Following Jeffrey Hunter guide. Installing 2 node RAC on Oracle EL5 w/ 11g
    All cluvfy operations successful up to this point of running dbca from node1 (lin1).
    Errorwhen starting ASM instance on node lin2: PRKS-1009: Failed to start ASM instance "+ASM2 on node "lin2"...[CRS-0233: Resource or relatives are currently involved with another operation.]
    [root@lin1 bin]# ./crs_stat -t
    Name Type Target State Host
    ora....SM1.asm application ONLINE ONLINE lin1
    ora....N1.lsnr application ONLINE ONLINE lin1
    ora.lin1.gsd application ONLINE ONLINE lin1
    ora.lin1.ons application ONLINE ONLINE lin1
    ora.lin1.vip application ONLINE ONLINE lin1
    ora....SM2.asm application ONLINE OFFLINE
    ora....N2.lsnr application ONLINE ONLINE lin2
    ora.lin2.gsd application ONLINE ONLINE lin2
    ora.lin2.ons application ONLINE ONLINE lin2
    ora.lin2.vip application ONLINE ONLINE lin2
    [root@lin1 bin]# ./crs_start ora.lin2.ASM2.asm
    Attempting to start `ora.lin2.ASM2.asm` on member `lin2`
    [root@lin1 bin]# pwd
    /u01/app/crs/bin
    [root@lin1 bin]# ./crs_start ora.lin2.ASM2.asm
    Attempting to start `ora.lin2.ASM2.asm` on member `lin2`
    Start of `ora.lin2.ASM2.asm` on member `lin2` failed.
    lin1 : CRS-1019: Resource ora.lin2.ASM2.asm (application) cannot run on lin1
    CRS-0215: Could not start resource 'ora.lin2.ASM2.asm'.
    [root@lin1 bin]# ./crs_stop ora.lin1.ASM1.asm
    Attempting to stop `ora.lin1.ASM1.asm` on member `lin1`
    Stop of `ora.lin1.ASM1.asm` on member `lin1` succeeded.
    [root@lin1 bin]# ./crs_start ora.lin2.ASM2.asm
    Attempting to start `ora.lin2.ASM2.asm` on member `lin2`
    Start of `ora.lin2.ASM2.asm` on member `lin2` succeeded.
    [root@lin1 bin]# ./crs_stat -t
    Name Type Target State Host
    ora....SM1.asm application OFFLINE OFFLINE
    ora....N1.lsnr application ONLINE ONLINE lin1
    ora.lin1.gsd application ONLINE ONLINE lin1
    ora.lin1.ons application ONLINE ONLINE lin1
    ora.lin1.vip application ONLINE ONLINE lin1
    ora....SM2.asm application ONLINE ONLINE lin2
    ora....N2.lsnr application ONLINE ONLINE lin2
    ora.lin2.gsd application ONLINE ONLINE lin2
    ora.lin2.ons application ONLINE ONLINE lin2
    ora.lin2.vip application ONLINE ONLINE lin2
    ...and so forth. I can't get both ASM instances to run concurrently. The dbca complains about whichever one is OFFLINE. When I try to start the OFFLINE instance I get something like:
    [root@lin1 bin]# ./crs_start ora.lin2.ASM2.asm
    Attempting to start `ora.lin2.ASM2.asm` on member `lin2`
    Start of `ora.lin2.ASM2.asm` on member `lin2` failed.
    lin1 : CRS-1019: Resource ora.lin2.ASM2.asm (application) cannot run on lin1
    CRS-0215: Could not start resource 'ora.lin2.ASM2.asm'.
    Any assistance very much appreciated. - thx, yomick

    thanks for the response...vip seems to be fine...
    [oracle@lin1 bin]$ more /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    192.168.1.50 shiva
    # Public Network - (eth0)
    192.168.1.100 lin1
    192.168.1.101 lin2
    # Private Interconnect - (eth1)
    192.168.2.100 lin1-priv
    192.168.2.101 lin2-priv
    # Public Virtual IP (VIP) - (eth0)
    192.168.1.200 lin1-vip
    192.168.1.201 lin2-vip
    # Private Storage Network for Openfiler - (eth1)
    192.168.1.195 openfiler
    192.168.2.195 openfiler-priv
    [2]+ Exit 255 dbca
    [oracle@lin1 bin]$ ping 192.168.1.200
    PING 192.168.1.200 (192.168.1.200) 56(84) bytes of data.
    64 bytes from 192.168.1.200: icmp_seq=1 ttl=64 time=0.100 ms
    64 bytes from 192.168.1.200: icmp_seq=2 ttl=64 time=0.092 ms
    --- 192.168.1.200 ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 999ms
    rtt min/avg/max/mdev = 0.092/0.096/0.100/0.004 ms
    [oracle@lin1 bin]$ ping 192.168.1.201
    PING 192.168.1.201 (192.168.1.201) 56(84) bytes of data.
    64 bytes from 192.168.1.201: icmp_seq=1 ttl=64 time=3.30 ms
    64 bytes from 192.168.1.201: icmp_seq=2 ttl=64 time=0.236 ms
    64 bytes from 192.168.1.201: icmp_seq=3 ttl=64 time=0.297 ms
    --- 192.168.1.201 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 0.236/1.279/3.306/1.433 ms
    [oracle@lin1 bin]$ crs_stat -t
    Name Type Target State Host
    ora....SM1.asm application ONLINE ONLINE lin1
    ora....N1.lsnr application ONLINE ONLINE lin1
    ora.lin1.gsd application ONLINE ONLINE lin1
    ora.lin1.ons application ONLINE ONLINE lin1
    ora.lin1.vip application ONLINE ONLINE lin1
    ora....SM2.asm application ONLINE OFFLINE
    ora....N2.lsnr application ONLINE ONLINE lin2
    ora.lin2.gsd application ONLINE ONLINE lin2
    ora.lin2.ons application ONLINE ONLINE lin2
    ora.lin2.vip application ONLINE ONLINE lin2
    [oracle@lin1 bin]$

  • Unable to start Oracle Instance via "dbstart"

    I've successfully loaded Oracle 11g on a Red Hat Enterprise Linux 5.3. I'm now trying to start the instance and database using the "dbstart". The command does not start the instance successfully or the database. I've pasted the results from the log below:
    /opt/oracle/product/11.1.0/db_1/bin/dbstart: Starting up database "TestDB"
    Sun Jul 12 16:07:22 EDT 2009
    Error 6 initializing SQL*Plus
    Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    /opt/oracle/product/11.1.0/db_1/bin/dbstart: line 113: [: 11: unary operator expected
    logger: No init file found for Database instance "TestDB".
    logger: Error: Database instance "TestDB" NOT started.
    I've been researching this all weekend and have not found a solution yet. Please point me in the right direction for a solution.
    My oratab file contains the path of the TestDB and is set to "Y". My profile is as follows:
    ORACLE_OWNER="oracle"
    ORACLE_HOME="/opt/oracle/product/11.1.0/db_1"
    ORACLE_HOME_LISTNER=$ORACLE_HOME
    Thanks

    Here are the results of the request:
    [root@cscdserver13 ~]# su - oracle
    [oracle@cscdserver13 ~]$ lsnrctl status
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 13-JUL-2009 21:34:24
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [oracle@cscdserver13 ~]$ lsnrctl start
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 13-JUL-2009 21:34:50
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /opt/oracle/product/11.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    System parameter file is /opt/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Log messages written to /opt/oracle/product/11.1.0/db_1/diag/tnslsnr/cscdserver13/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cscdserver13.azalea.local)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 13-JUL-2009 21:34:50
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /opt/oracle/product/11.1.0/db_1/diag/tnslsnr/cscdserver13/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cscdserver13.azalea.local)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    [oracle@cscdserver13 ~]$ lsnrctl status
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 13-JUL-2009 21:35:10
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 13-JUL-2009 21:34:50
    Uptime 0 days 0 hr. 0 min. 19 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /opt/oracle/product/11.1.0/db_1/diag/tnslsnr/cscdserver13/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cscdserver13.azalea.local)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    [oracle@cscdserver13 ~]$ lsnrctl service
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 13-JUL-2009 21:35:36
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    The listener supports no services
    The command completed successfully
    [oracle@cscdserver13 ~]$ sqlplus '/ as sysdba'
    SQL*Plus: Release 11.1.0.6.0 - Production on Mon Jul 13 21:36:18 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 3206836224 bytes
    Fixed Size 2148680 bytes
    Variable Size 1879049912 bytes
    Database Buffers 1308622848 bytes
    Redo Buffers 17014784 bytes
    Database mounted.
    Database opened.
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE 11.1.0.6.0 Production
    TNS for Linux: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    [oracle@cscdserver13 ~]$
    I appreciate all your help. At this point I'm completely lost.
    Thanks

  • Sharing spfile across all instances in RAC

    I am using Oracle 10g RAC database with two instances in Linux.
    Each node has local ORACLE_HOME but I have configured ASM which is shared across both the nodes.
    So which I start one instance say orcl1 it is pointing to an spfile which is local to that node inside $ORACLE_HOME/dbs/spfileorcl1.ora , but when I start the other instance say orcl2 it is pointing to a spfile located in ASM ( +DG_DATA/admin/spfileorcl.ora ) .
    I want both the instances to point to the same spfile ( spfileorcl.ora where orcl is the name of the database ) in ASM ( +DG_DATA/admin/spfileorcl.ora ), Can this be done ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Can this be done ?Yes. On both nodes, in $ORACLE_HOME/dbs, create an initorcl.ora file with following content :
    SPFILE='+DG_DATA/admin/spfileorcl.ora'

  • Unable to start oc4j instance

    Hi,
    My application was running well. But since last two days oc4j instance is not starting up.
    I reinstalled developer suite 10g release 2. But the problem is still there.
    A flash comes when i click start oc4j instance. Even i m not able to read the messages coming on the screen & the oc4j window is closed.
    My report server is not starting. I have tried to make report server up too thru naming service.
    Kindly help it is urgent.
    Thanks in Advance.
    Regards
    Swati

    Have you installed any new software or OS updates lately? It sounds like your OS can't find Java any more because your computer's environment settings have been modified or perhaps Java was uninstalled. A quick test of Java is to open a Command Window (CMD) and type "Java -version" (without the quotes). If you get an error this indicates that your PATH environment variable no longer includes the directory where Java is installed. You may only need to clean up the PATH environment setting to get things working again, or you may need to reinstall Java.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Unable to Start server instances created

    Hello Friends,
    I'm kind of newbie with in this area.
    However,i hope i might get a direction to resolve my issues.
    We have a server(Sun Java System Application Server 7 2004Q2UR4) where we have created few instances for deploying our applications on Solaris v9.0 SPARC environment.
    We have confirgured it in the right way and it was working quite long time.
    However,we had a problem with change of timezone earlier and as per the request we have changed /etc/TIMEZONE file and rebooted our server physically.
    now soon after we intially had few space problems and none of the instances were starting in first place.we resolved it by increasing it and made sure that our admin-server instance is starting.
    However,when we are trying to start other instances our JMS is not Accepting any connections what so ever.
    and this what we are encountering.
    # ./startserv
    couldn't set locale correctly
    CORE1116: Sun Java System Application Server 7 2004Q2UR4
    INFO: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.2_12] from [Sun Microsystems Inc.]
    INFO: JMS5035: Timed out after 30000 milliseconds while trying to verify if the JMS service startup succeeded.
    INFO: JMS5036: More details may be available in the log file for the JMS service broker instance ge_domain1_ge_server01. Please refer to the JMS provider documentation for the exact location of this log file.
    SEVERE: JMS5024: JMS service startup failed.
    SEVERE: CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation [APPSERVER01:40709]. - cause: java.net.ConnectException: Connection refused
            at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:247)
            at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:224)
            at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation [APPSERVER01:40709]. - cause: java.net.ConnectException: Connection refused
            at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:231)
            ... 2 more
    Caused by: com.sun.messaging.jms.JMSException: [C4003]: Error occurred on connection creation [APPSERVER01:40709]. - cause: java.net.ConnectException: Connection refused
            at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSConnectException(ExceptionHandler.java:233)
            at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleConnectException(ExceptionHandler.java:180)
            at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:191)
            at com.sun.messaging.jmq.jmsclient.PortMapperClient.init(PortMapperClient.java:116)
            at com.sun.messaging.jmq.jmsclient.PortMapperClient.<init>(PortMapperClient.java:54)
            at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPConnectionHandler.<init>(TCPConnectionHandler.java:61)
            at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler.openConnection(TCPStreamHandler.java:102)
            at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnectionOld(ConnectionInitiator.java:291)
            at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:113)
            at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:98)
            at com.sun.messaging.jmq.jmsclient.ProtocolHandler.init(ProtocolHandler.java:613)
            at com.sun.messaging.jmq.jmsclient.ProtocolHandler.<init>(ProtocolHandler.java:1194)
            at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.java:1949)
            at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:745)
            at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java:315)
            at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConnectionImpl.java:33)
            at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectionImpl.java:32)
            at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.java:72)
            at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.pingProvider(JMSAdminImpl.java:783)
            at com.iplanet.ias.jms.JmsProviderLifecycle.waitForJmsProvider(JmsProviderLifecycle.java:284)
            at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:224)
            ... 2 more
    Caused by: java.net.ConnectException: Connection refused
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
            at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
            at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
            at java.net.Socket.connect(Socket.java:461)
            at java.net.Socket.connect(Socket.java:411)
            at java.net.Socket.<init>(Socket.java:310)
            at java.net.Socket.<init>(Socket.java:125)
            at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(Port
    SEVERE: MapperClient.java:171)
            ... 20 more
    SEVERE: CORE3186: Failed to set configurationthe same thing happens with other instances too however the JMS application port is different which quite explainable(40709).
    Am i missing something here other than starting admin-server instance stated in domain.
    I'd be glad if someone can guide me further may be guiding me to the right path would be helpful.i did tried googling on this and tried to search sun resources aswel.
    Thanks in advance !!
    REGARDS,
    RaHuL

    Hi Rahul,
    Remove the /path/AS7/imq/var/instances/domain_instance-name/lock file and try restarting. This file will have the JMS port information. If U remove the lock file and then try starting the instance.
    Thanks,
    Ajeya Krishna K R

  • Unable to Start R12 Instance adstrtal.sh exiting with status 1

    Hi - I am unable to restart my R12 server after successfully shutting it down.
    1)
    I seem to have the Database and Database Listener up with its respective scripts.
    /d01/oracle/vis/db/tech_st/11.1.0/appsutil/scripts/VIS_oracle
    su oravis
    a) ./addbctl.sh start
    b) ./addlnctl.sh start VIS_oracle
    But I can't the application script to run.
    2)
    su applvis
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts
    ./adstrtal.sh applvis/applvis
    adstrtal.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE: adstrtal.sh <appsusername/appspassword>
    adstrtal.sh: exiting with status 1
    Now, I verified that the applvis password is right because I changed under System --> Administration --> User Groups
    The guide I followed mainly to setup my directory is the following:
    http://eyeonapps.gendron.ca/?p=12
    3)
    Now, somewhere I read it could be with the Environment file not being sourced, but where is that file located, I saw a couple of locations, also under what user should I source it as?
    Also, is there a way I can give all the users permission to the /d01 directory, to avoid problems like these.
    Would appreciate the help to get the apps server running.
    Thanks!

    Hi Guys - I'm returning back to this thread I had, my server was shut down and then I restarted it after a long time.
    Note, my Internet/Ip has changed, I had to change the IP in the adapter settings and the etc/host file from 192.160.1.101 to be 192.168.0.101, but I'm having a hard time opening the Login page. I can see the page that says:
    "The E-Business Home Page is located at http://oracle.ebs:8000/OA_HTML/AppsLogin
    If your browser doesn't automatically redirect to its new location, click here. "
    But when I access the login page I get this error:
    "Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, ohs_admin@ebs and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log."
    This is the adstratal.log file:
    You are running adopmnctl.sh version 120.6
    Starting Oracle Process Manager (OPMN) ...
    opmnctl: opmn started.
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adopmnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adalnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    adalnctl.sh version 120.3
    Checking for FNDFS executable.
    Starting listener process APPS_VIS.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adalnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adapcctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adapcctl.sh version 120.7.12010000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=oracle.ebs:6200
    no processes or applications matched this request
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adapcctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adoacorectl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adoacorectl.sh version 120.13
    Starting OPMN managed OACORE OC4J instance ...
    adoacorectl.sh: exiting with status 150
    adoacorectl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adoacorectl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adformsctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adformsctl.sh version 120.16
    Starting OPMN managed FORMS OC4J instance ...
    adformsctl.sh: exiting with status 150
    adformsctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adformsctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adoafmctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adoafmctl.sh version 120.8
    Starting OPMN managed OAFM OC4J instance ...
    adoafmctl.sh: exiting with status 150
    adoafmctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adoafmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adcmctl.sh start
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adcmctl.sh version 120.17.12010000.3
    Starting concurrent manager for VIS ...
    Starting VIS_0411@VIS Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adcmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/jtffmctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running jtffmctl.sh version 120.3
    Validating Fulfillment patch level via /d01/oracle/vis/apps/apps_st/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for VIS on port 9300 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    [Service Control Execution Report]
    The report format is:
    <Service Group> <Service> <Script> <Status>
    Root Service Enabled
    Root Service Oracle Process Manager for VIS_oracle adopmnctl.sh Started
    Web Entry Point Services Enabled
    Web Entry Point Services Oracle HTTP Server VIS_oracle adapcctl.sh Started
    Web Entry Point Services OracleTNSListenerAPPS_VIS_oracle adalnctl.sh Started
    Web Application Services Enabled
    Web Application Services OACORE OC4J Instance VIS_oracle adoacorectl.sh Failed
    Web Application Services FORMS OC4J Instance VIS_oracle adformsctl.sh Failed
    Web Application Services OAFM OC4J Instance VIS_oracle adoafmctl.sh Failed
    Batch Processing Services Enabled
    Batch Processing Services OracleConcMgrVIS_oracle adcmctl.sh Started
    Batch Processing Services Oracle Fulfillment Server VIS_oracle jtffmctl.sh Started
    Other Services Disabled
    Other Services OracleFormsServer-Forms VIS_oracle adformsrvctl.sh Disabled
    Other Services Oracle Metrics Client VIS_oracle adfmcctl.sh Disabled
    Other Services Oracle Metrics Server VIS_oracle adfmsctl.sh Disabled
    Other Services Oracle MWA Service VIS_oracle mwactlwrpr.sh Disabled
    ServiceControl is exiting with status 3
    More information about this error may be available in the server error log."
    Edited by: user8009286 on Apr 10, 2010 11:59 PM

  • Unable to start .ons service in RAC

    hello
    in RAC enviroment on both node ora.node1.ons and ora.node2.ons services autometically gone offline..
    evne we r able to connect database from client side on both node
    we didnt do any changes in server... when i try to start service on both node using
    ./crs_start ora.node1.ons
    ./crs_start ora.node2.ons
    then its hang for some time and finally display error messg
    Attempting to start `ora.node2.ons` on member `node2`
    Start of `ora.node2.ons` on member `node2` failed.
    node1 : CRS-1019: Resource ora.node2.ons (application) cannot run on node1
    CRS-0215: Could not start resource 'ora.node2.ons'.
    Edited by: oraclenewuser10 on May 8, 2010 10:59 PM

    Hallo Team
    i have same problem with my colleague up and i tried to ora.node.ons it doesn't start same error
    [oracle@billnode1 ~]$ crs_stat -t
    Name Type Target State Host
    ora....SM1.asm application ONLINE ONLINE billnode1
    ora....E1.lsnr application ONLINE ONLINE billnode1
    ora....de1.gsd application ONLINE ONLINE billnode1
    ora....de1.ons application ONLINE OFFLINE
    ora....de1.vip application ONLINE ONLINE billnode1
    ora....SM2.asm application ONLINE ONLINE billnode2
    ora....E2.lsnr application ONLINE ONLINE billnode2
    ora....de2.gsd application ONLINE ONLINE billnode2
    ora....de2.ons application ONLINE OFFLINE
    ora....de2.vip application ONLINE ONLINE billnode2
    ora.rtlprod.db application ONLINE ONLINE billnode2
    ora....line.cs application ONLINE ONLINE billnode2
    ora....od1.srv application ONLINE ONLINE billnode1
    ora....od2.srv application ONLINE ONLINE billnode2
    ora....d1.inst application ONLINE ONLINE billnode1
    ora....d2.inst application ONLINE ONLINE billnode2
    [oracle@billnode2 ~]$ crs_start ora.billnode2.ons
    Attempting to start `ora.billnode2.ons` on member `billnode2`
    Start of `ora.billnode2.ons` on member `billnode2` failed.
    billnode1 : CRS-1019: Resource ora.billnode2.ons (application) cannot run on billnode1
    CRS-0215: Could not start resource 'ora.billnode2.ons'.
    [oracle@billnode2 ~]$
    please advise!!
    Edited by: user13278931 on Jun 18, 2010 6:34 AM

  • Unable to start database instance from sqlplus

    The following is the error message displayed whenever I try to start the database from sqlplus:
    SQL> startup
    ORACLE instance started.
    ORA-12505: TNS:listener could not resolve SID given in connect descriptor
    SQL>
    NOTE: I am able to startup the database by restarting the OracleService successfully.
    Jayanand.

    You would get this error if the SQL Anywhere engine name (ENG) or database name (DBN) has changed. 
    Perhaps one (or both) of these was changed when the application was updated?
    hth,
    --Jason

  • Unable to start server Instance

    when attempting to start our Server Instance using the admin webpage or from using the startserv script from the bin directory we get the following error:
    WARNING: CORE3283: stderr: X connection to localhost:10.0 broken (explicit kill
    or server shutdown).
    Why would we get this from a command prompt and why would it prevent the server from starting??

    On what OS is this happenning?

  • TNS-04012: Unable to start Oracle Connection Manager instance.

    Hi,
    I've tried to configure Connection Manager but i fails on:
    TNS-04012: Unable to start Oracle Connection Manager instance
    This is my configuration (I've removed as much as possible to remove possible errors):
    CMAN1=(CONFIGURATION=
      (ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=1522))
      (RULE_LIST=
       (RULE=(SRC=*)(DST=<IP>)(SRV=*)(ACT=accept))))
    CMCTL> administer CMAN1
    Current instance CMAN1 is not yet started
    Connections refer to (ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=1522)).
    The command completed successfully.
    CMCTL:CMAN1> startup
    TNS-04012: Unable to start Oracle Connection Manager instance.I've reviewed following notes without getting any closer (298916.1 and 733421.1)
    I can't see any errors in any of the following possible issues:
    * The max_connections value must not exceed 1024. Maximum acceptable value is 1024
    * The max_gateway_processes value must not exceed 64. Maximum acceptable value is 64
    * The trace_directory and log_directory values must be valid
    * The trace_level and log_level values do not support numeric values 6,10 and 16
    * Duplicate sections
    * Misspelled parameter names or parameter values
    * Host values that are not resolvable
    * Rule list must allow the local address of the machine where cman is installed
    * A specfic address in SRC or DST for a rule in the rule list must be resolvable(Try ip address range as a workaround and see the enhancement request 6125025)
    * Windows: Ensure the ORA_DBA group is present and O/S user starting CMAN is in the group
    * Windows: Ensure any firewall is not blocking Oracle from using Network
    All help are appreciated!
    Cheers

    933746 wrote:
    Osama_mustafa wrote:
    Refer to
    Troubleshooting Guide: TNS-04012: Unable to Start Oracle Connection Manager Instance [ID 733421.1]Hi,
    As I've stated in my post I've reviewed this post without any help.I would suggest you read the provided doc [ 733421.1] more thoroughly.... the answer is there.

  • Unable to start Oracle 10g instance on boot time (CentOS)

    Hi all,
    I am trying to automate oracle instance start-up on boot time. I have created /etc/oratab and /etc/init.d/dbora files. Also, all the links for run-levels 2,3,4 are set. My machine boots in run-level 3. While I can start the database manually, after the system has booted, I am not able to automate the instance start-up at boot time. Following is the error, I get:
    oracle: /oracle/bin/lsnrctl: error while loading shared libraries: libclntsh.so.9.0: cannot open shared object file: No such file or directory
    I know that normally this problem occurs due to LD_LIBRARY_PATH variable problem. So, I have set the following in /etc/init.d/dbora file.
    LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export LD_LIBRARY_PATH
    System-config (uname -a):
    Linux centos4-db-us-01 2.6.9-67.ELsmp #1 SMP Fri Nov 16 12:48:03 IST 2007 i686 i686 i386 GNU/Linux
    Any help on this issue is highly appreciated.
    Thanks,
    Varun.

    Here it is:
    <code>
    ORA_HOME=/oracle
    ORA_OWNER=oracle
    export ORA_HOME
    ORACLE_SID=wlctp01
    export ORACLE_SID
    ORACLE_HOME=/oracle
    export ORACLE_HOME
    LD_LIBRARY_PATH=/oracle/lib
    export LD_LIBRARY_PATH
    LD_LIBRARY_PATH_32=$ORACLE_HOME/lib32
    export LD_LIBRARY_PATH_32
    PATH=$ORACLE_HOME/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
    export PATH
    LD_ASSUME_KERNEL=2.4.19
    export LD_ASSUME_KERNEL
    EDITOR=vi
    export EDITOR
    if [ ! -f $ORA_HOME/bin/dbstart ]
    then
    echo "Oracle startup: cannot start"
    exit
    fi
    case "$1" in
    'start')
    # Start the Oracle databases:
    # The following command assumes that the oracle login
    # will not prompt the user for any values
    echo "Starting oracle instance."
    su - $ORA_OWNER -c $ORA_HOME/bin/dbstart >> /var/log/oracle
    su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl start" >> /var/log/oracle
    'stop')
    # Stop the Oracle databases:
    # The following command assumes that the oracle login
    # will not prompt the user for any values
    su - $ORA_OWNER -c $ORA_HOME/bin/dbshut >> /var/log/oracle
    su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl stop" >> /var/log/oracle
    esac
    </code>

  • Unable to start crs on single-node instance

    Hello -
    I am running 11.1.0.7 for my ASM instance, and I am unable to start crs. I get the following error message:
    [root@mbiwfhmdwee 624]# ./crsctl start crs
    Attempting to start Oracle Clusterware stack
    Failure at scls_scr_create with code 1
    I just installed the Oracle software, and this is the first time I am trying to get ASM running on this server.
    Any help is appreciated!
    Thanks,
    Mike

    you are probably hitting bug 4632899 - CSS does not start if hostname has capital letters (ML note 4632899.8)
    => Change the hostname to from uppercase to lower case.

Maybe you are looking for

  • Problem in loading Designer Window

    Hello Everyone. I would to compliment myself, it's my first time here on this forum. So... I'm having a problem in Visual Studio.Net 2013 and I don't know how to fix it. It appears when I load the "designer" mode in Visual Basic or C# projects. I'm s

  • Adding selection parameter in VF04 selection screen

    Hi Gurus... I need to add a selection parameter on selection screen of VF04 transaction. Is it possible to do so? If yes, please tell me how. Thanks.

  • Notification quantity fields

    Hi, Please clarify me on the actual purposes of quantity fields in notification like Complaint quantity, Refernce quantity, Defect quantity internal, Defect quantity external and Return Delivery quantity. Please throw some light with actual use of th

  • How can I work with individual AVCHD files?

    I have some recorded videos in the AVCHD format that I transfered from my girlfriend's camera to my computer. When I access them, it shows me all of the videos in a batch, and I can't right click for any options. I also can't drag and drop the indivi

  • TEMP tablespace is not used

    Hi I've temporary tablespace, I do sorts and group by. But can't see any segments created under this tablespace. I open TOAD (or EM) and see nothing .. All space is free What's the reason? Thanks John