Database startup after reboot of RAC server

Hello,
My config : 2 nodes w2k3 with 15 dbs . Oracle 10.2.0.3
I started to scheduled my rac server reboot so i follow the oracle doc to shutdown properly all db,asm,service,listener,etc...
Today one the server reboot, but some instance doesn't start (only five , and the last five in alphabetic order)
In the log :
db log : nothing just the shutdown
crs_log : the start of the 10 db but nothing for the last five !!
just a trace on one listener service :
StartResource error for ora.sqyora01.LISTENER_1522_SQYORA01.lsnr error code = 1
2010-08-11 02:56:08.000: [  CRSRES][3008]32Start of `ora.sqyora01.LISTENER_1522_SQYORA01.lsnr` on member `sqyora01` failed.
2010-08-11 02:56:08.125: [  CRSRES][3008]32Skip online resource: ora.sqyora01.LISTENER_SQYORA01.lsnr
On windows services : the OracleServiceSID service isn't started.
Any help is welcome to understand this problem.
Thanks.

user4511076 wrote:
IMO : (i am not a great oracle dba, because i have not enough time to spend with, and my collegue need really simple think to do, like startup/shutdown a database, no more investigation)Why startup/shutdown a database? I have databases that work 24x7 and uptimes of over a year. The record so far, has been over 24 months uptime (1st downtime were caused by a powerfailure to the rack cabinet). And for a database instance that runs a number of processes and deals with 100's to 1000's of inserts per second.
it's easier to view that an oracle process take more cpu and so investigate in that database what's appens. Rather than search in my v$sql table to find witch schema doing wrong thinksNot sure what you are trying to say here. Single or multiple database instances do not change how a session looks like, or how SQLs are executed.. and thus not how you troubleshoot problems. Nor does it change resource requirements, or how you address these. But multiple instances do impact resource availability and requires one to split resources amongst instances - the end result of this is less flexibility.
It's easier to affect cpu ressource to a process, rather than configuring it in oraclePlease explain.
It's easier to stop a database rather than "put offline a schema"This is a "silly" statement to make IMO. Why do you want to offline a schema? Availability of applications and data are a critical feature in today's information system landscape. So why argue the complete opposite and say it is now more complex to make something less available?
By the same token, why do you want to offline a database? A down database is even less useful than a downed server - at least you can use the downed server as a doorstop.. ;-)
And if a database crash it only affect one application.Yeah.. and these happens when? Every few minutes? Every hour? Once a day?
This is not a valid argument. Oracle instances very seldom crashes just for the heck of it. Most often it is due to incorrect o/s configuration, problematic hardware, uncertified components, old drivers, etc. Or plain old application abuse of Oracle.
There is the theorical approach and practical one : I'm not alone is that case :
http://oracledoug.com/serendipity/index.php?/archives/1339-The-Reality-Gap-3-A-Single-Instance-per-Server.html
http://www.dba-oracle.com/art_dbazine_server_consolidation.htm
I have never done RDBMS as a theoretical thing. The most dynamic table (ito SQLs against it) I have, grows by more than 450 million rows per day. This is as real world as real world gets. And that is what shapes my experience and opinion. And Burleson and I have never seen eye to eye on a number of subjects - so quoting his views on consolidation does little to persuade me to change my opinion.
have you any ideas where can i found an error message that explain why my database doesn't start ? (like not enough ressource ;-) )Troubleshooting a problem starts with a very basic principle - isolation. Isolate the layer or moving part where the problem occurs. As the other instances are running, it means that the CRS software layer is up and running, that the storage layer is up and running and so on. So the problem should be with the instance that for some reason refuses to start? Confirm this by using sqlplus to start a down instance and looking at what its alert log file says. It should have some kind of pointer to what dependency that has not been met.

Similar Messages

  • Oracle SSO not showing up status after rebooting the 10gapplication server

    Hi all,
    I installed 10g R2 10.1.2.0.2 application server RHEL AS 4.0 2.6.9-11 kernel.
    After the successful installation IM and MR and MT (BI). All the components in the MT and infrastructure was showing up status. After rebooting the machine i executed the following commands
    For Infrastructure
    1.     To make the metadata repository up and running
    Log in as an oracle user
    #cd /home/oraASInfra/bin
    #export ORACLE_HOME=/home/oraASInfra
    #export ORACLE_SID=mamcinfr
    #./lsnrctl start
    #./sqlplus
    Enter userame: sys as sysdba
    Sql>startup
    Sql>Exit
    2.     To start the other components of the infrastructure
    Log in as an oracle user
    #cd /home/oraASInfra/opmn/bin
    #./opmnctl startall
    3.     To start the iasconsole
    #cd /home/oraASInfra/bin
    #./emctl start iasconsole
    For Middle tier
    1.     To start the middle tier components
    Log in as an oracle user
    #cd /home/oraASmt/opmn/bin
    #./opmnctl startall
    2.     To start the iasconsole
    #./emctl start iasconsole
    In the MT all the components is showing up status
    In the Infrastructure except oracle sso OID , HTTP server and OC4J security is showing up status.
    There is no any port conflicts between the infrastructure and MT.
    Is there any post installation tasks has to be done after the installation?
    please help me to sort out the issue.
    thanks,
    C Saju

    1. After RapidWiz with 11.5.10.2 CDs, do we need to
    do any post installation step to make the browser
    load Oracle Forms. Do we need to create our own
    certificate using envshell.cmd and then adjkey. And,
    apply that to Jinitiator using adjbuild.sh and
    regenerate JAR files using ADADMIN Jar ( I am so far
    assuming that these steps are not necessary after for
    rapidwiz install of 11.5.10.2 )Your assumption is right. You do not have to do anything
    2. Do I need to apply the Oracle App 11i 11.5.10.2
    Maintenance Pack after installing using RapidWiz from
    the main set of CDs labeled as 11.5.10.2No
    3. Should I try by installing manually latest
    Jinitiator 1.3.1.21 or 1.3.1.25You do not have to upgrade your jinitiator version unless you want to go with the latest one.
    Since (adsign.txt, appltop.cer, and identitydb.obj) do not exist in your system, you just need to initialize the java certificate as follows:
    adjkey -initialize
    This will create the following files:
    - adsign.txt directory $APPL_TOP/admin
    - appltop.cer direcotry $APPL_TOP/admin
    - identitydb.obj directory $HOME of the user that launch adjkey
    Metalink note: 365735.1 should be helpful.
    Good luck

  • Database startup trigger on a RAC

    I cant seem to find a definitive answer to this question in the doc anywhere, and I haven't got a RAC to test it on, but can anyone confirm that a trigger defined as 'AFTER STARTUP ON DATABASE' will fire just once immediately after database open. It will not fire for every node of the RAC - or will it? :-)
    In my understanding, in a rac, there are multiple instances, but just one database. It seems logical therefore that the above trigger will fire just once.
    However, why then would there be a System-Defined Event Attribute "ora_instance_num" available to the database startup trigger? See:
    [See Tables 9-4 and 9-5 here|http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/triggers.htm#g1722284]
    This seems to contradict my assumption.

    On my test RAC database the trigger was fired on each instance startup.
    So when the database is bounced the trigger is executed twice (once per instance for my 2 node RAC).

  • Listener service not start automatically after reboot in Win2K server Clust

    Hi all,
    I set up a two node Server Cluster with Microsoft Windows 2000 server cluster service. Hardware are two HP DL380 servers and HP MSA500 (the shared storage). The cluster's IP address is 10.1.241.65. When I shut down both servers and restart the primary server, the listener server service will not start automatically. The listener log is:
    Started with pid=1108
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.1.241.65)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    The service is set up automatically start. I suspect the cluster virtual IP is not available immediately after reboot. So I tried setting the Recovery after first failure and second failure to 3 minitues each, and setting up Dependencies of the listener on the cluster service in the Win2K Service panel. Neither worked.
    The service can be manually start.
    Any suggestion?
    Frank.

    The command to start automatically the listener is :
    lsnrctl start
    check the parameters in : <ORACLE_HOME>/network/admin/listener.ora
    check the IP address or host name
    Joel Pérez

  • Safari 4.0.3 slow on first Startup after Rebooting/Booting System. 10.6.1

    Found this Video and I have excately the same problem.
    Safari Slow Startup - Video
    On the first startup after system boot safari is very slow. After that everything is back to normal.
    What's up with this? Anybody else?

    A quick update on this. And @BroSter, find uninstalling instructions for SafariBlock below. CHEERS!
    1) ClickToFlash is not the problem. Just update it to v1.6b2 which works flawless for me. Get it here:
    http://rentzsch.github.com/clicktoflash/
    2) Uninstalling SafariBlock:
    Go to Macintosh HD -> Library -> InputManagers and delete the SafariBlock folder. You'll need administrative privileges to do this, and you may need to restart your computer for the change to take effect.

  • Closing the database connection after report in a server application

    I searched these forums and the internet for a definitive answer on asking the Crystal SDK for java to close the jdbc connection after it has generated a report.  We have been using the Crystal Report SDK to generate reports within our JEE application, built upon the Spring framework, for the past two years.  It works well, especially if you prepare views in the database for your reports.
    From what I can tell once you have used ReportClientDocument to create your report you all the close() method to release resources associated with report generation, but this does not close the jdbc database connection.
    Further research states that if you are using the CrystalReportViewer you can call the dispose method to close the database connection.  We are not using JSP nor this class, so that does us little good.
    Finally I found a post that one could call ((AdvancedReportDocument)reportClientDocument.getReportSource()).dispose().  This doesn't drop the connection either.
    Each report actually opens 3 connections according to SQL Server.  Each report will reuse the connections it has open, so for 50 reports, theoretically, we could have up to 150 connections.  We explained to our client those connections  remain inactive, however this is unacceptable to our client as they would like to minimize the number of connections left open to their database.
    If anyone can post any further information on this issue, it is much appreciated.

    Yes, another team member found the issue.  Quite embarrassing really I didn't see it.  I was looking for the answer within Crystal's libraries.  It had nothing to do with Crystal.
    The developer who wrote the helper code for using Crystal first opened a connection to the datasource for the live production database and read that connection information for the report. Next he set that connection information in the report template's PropertyBag, then ran the report. The developer however forgot to close the connection he used to look up the connection info, leaving a memory leak and using up all the connections.
    I'm glad you inquired.  I forgot to post the resolution here.

  • Problem in starting services after rebooting the sap server.

    Hi ,
    I got a problem in starting SAP services files in SAP BI system on windows 2003 server. Whenever I reboot the system all sap services failed to start throw a message u201CCould not start SAPBDJ_00 service on local computer. Error 1069: The service did not start due to login failure".
    This is the common message for every sap service SAP<SID>_00,SAPOSCOLL,SAPCMSr.01,SAPSMD_98. Until unless I maintain   ./SAPservice<SID> password externally by going through service.msc and g to properties of particular service and g to logon option to maintain password manually to fix this.
    ./SAPService<SID> user is no locked and password maintained properly also I tried to change the service user to SIDADM user and restarted the server however getting the same problem.
    Could not find any fixes in internet so please help me to fix this issue.
    Regards,
    Vinod

    Hi Sunil,
    we are in midde of BI implementation. last week we built the DEv box and Updated kernel and suport packs and restarted then i observerved this issue. I have already tried to change the SIDADm user but intially after changing the user service will start and once you restart the server then the issues appear again.
    The password which i am using was the one set during the installation.
    Please suggest.
    Regards,
    Vinod

  • Bootcamp enabled on startup but does not startup after rebooting

    Hi all,
    My bootcamp is going berserk.
    It hasn't been able to start-up for a few days and i've been searching for a fix.
    I've found out to check whether bootcamp is enabled on startup. After i check on system configuration, it was enabled however after the reboot, it still doesn't startup!
    Its frustrating as i can't everytime turning on my computer and going in to program files to on my bootcamp every single time i reboot.
    Please anyone could help me?
    I'm running on Bootcamp 4.0 on MacBook Pro 13" Windows 7 partition (Didn't check on what OS i'm using x.x)

    For bootcamp within the windows OS, bootcamp is usually shown on the notification area icons
    Like so.
    But, now my computer does not have the symbol of the bootcamp panel when i boot up my windows. It thus, causes the function keys on the keyboard and th trackpad to not able to function.
    So, for me to make my function keys and trackpad to function properly, i would need to go to control panel to redo the settings everytime i start up.
    Without the startup of bootcamp control panel to support the keyboard and trackpad, it would fail to function on my Windows. However, booting in iOS would work perfectly.

  • Multiple copies of same database on a 2 node RAC server - How to merge ?

    I currently have multiple copies of the same database running on a 2 node Rac system. I am looking for a way to combine them into 1 large database but keeping the data separate.
    The databases are copies of production for testing, development and a yearly "historical" databases .
    All the databases are created from production, and generally have the same schema's , tables, procedures, etc however may be different versions and need to be.
    Is There a way to use one large database and logically split all the different versions of the same objects into their own space in one database ? The structure cannot change as the database is for a 3rd party's Forms application the relies on the objects not changing names etc.
    Ideally I am looking for a solution that will allow the forms application to connect to "test" and "historical" copies of our production database separately in the same database container.
    Thanks for any direction.

    I currently have multiple copies of the same database running on a 2 node Rac system. I am looking for a way to combine them into 1 large database but keeping the data separate.
    The databases are copies of production for testing, development and a yearly "historical" databases .
    All the databases are created from production, and generally have the same schema's , tables, procedures, etc however may be different versions and need to be.
    Is There a way to use one large database and logically split all the different versions of the same objects into their own space in one database ? The structure cannot change as the database is for a 3rd party's Forms application the relies on the objects not changing names etc.
    Ideally I am looking for a solution that will allow the forms application to connect to "test" and "historical" copies of our production database separately in the same database container.
    Thanks for any direction.

  • White screen on startup after reboot

    Performed a system update, installed a bunch of new software, was prompted for a restart, now all I have a is a white screen and unresponsive machine. Any ideas? iMac is a week old. Frustrating because I had same problem on another one that this one replaced!

    Please update your profile about your Mac; model, RAM, etc. The more complete the easier for folks to assist. Do you have any 3rd party peripherals attached? USB? Firewire? Did any of the Software updates include the EFI firmware update? Did you read and follow the installation directions for this update properly? Will your Mac restart with the Install Disc?
    Here are some troubleshooting steps for when you see a blank, gray screen
    1. Make sure the latest firmware for your computer is installed. Check Apple Downloads for the latest versions.
    2. Disconnect all peripheral devices, except for the Apple keyboard and mouse. This includes USB, FireWire, mini-DVI devices. If this resolves the issue, connect one device at a time, restarting after each one, until you've determined which device is causing the issue.
    3. Remove third-party hardware upgrades such as memory (RAM). If this resolves the issue, add back one item at a time, restarting after each one, to isolate the issue.
    4. Start up from your Mac OS X installation disc and check the hard disk with Disk Utility.
    5. Reset your computer's System Management Controller.
    6. Additional tips may be available in Isolating issues in Mac OS X.

  • The annoying login screen after rebooting App server

    Is there a way to disable to login prompt after reboot the App server? IE offers
    to remember it, but it doesn't. Thanks for any info!
    Dinesh

    Hi,
    I have answered a similar question in How to logout an user when the browser is closed?
    Thanks,
    Sharmila

  • German umlaute lost after reboot

    The strange behaviour is that, after rebooting the linux server where the application is running, german umlaute are lost. If the application is reinstalled umlaute are shown as long as no reboot occurs. There was no problem with this when jre122 was used, problem arised with jre142. The data are read from a mysql database.

    It seems that I have solved the problem with the character set. It's not really something that I understand but it works: I have changed the startup script that is used in /etc/init.d/rc5 to start the server. I changed the shell for the script. It was not working when I used #/bin/bash or #/bin/sh but it works when I use #/bin/csh.

  • Starting OC4J_BI_FORMS automatically after reboot on Win2000

    Does any know how to configure OCJ4_BI_FORMS to startup
    automatically after rebooting on win2000. Now, I'm manually starting the OC4J_BI_FORMS instance, and would like to automate the startup after reboot.
    Thanks in advance
    Joe

    I think it's controlled by auto-start for your application in %ora9ias_home%\j2ee\OC4J_BI_Forms\config\server.xml.
    Reference: http://download-west.oracle.com/docs/cd/A97329_01/web.902/a95880/apdx_a.htm
    Yong Huang

  • Could not restart  one node in 4 nodes rac server

    Hi Experts,
    we have 4 nodes oracle11.1 with ASM in Red hat.
    After reboot node2 sale2 server. I found all application is offline by crs_stat -t-v
    ora....SM2.asm application 0/5 0/0 ONLINE OFFLINE
    ora....DA.lsnr application 0/5 0/0 ONLINE OFFLINE
    ora....ida.gsd application 0/5 0/0 ONLINE OFFLINE
    ora....ida.ons application 0/3 0/0 ONLINE OFFLINE
    ora....q2.inst application 0/5 0/0 ONLINE OFFLINE
    I try to run as
    [oracle@sale2 bin]$ srvctl status nodeapps -n sale2
    PRKO-2105 : Error in checking condition of VIP on node: sale2
    PRKO-2106 : Error in checking condition of GSD on node: sale2
    PRKO-2016 : Error in checking condition of listener on node: sale2
    PRKO-2116 : Error in checking condition of ONS daemon on node: sale2
    srvctl start nodeapps -n sale2
    It does not work.
    what do I need to do?
    our sys admin go to root account and run
    [root@sale2 bin]# crsctl start crs
    Attempting to start Oracle Clusterware stack
    The CRS stack will be started shortly
    But it still does not work.
    I am looking for help!!.
    JIm
    Edited by: user589812 on Dec 11, 2009 8:43 AM
    Edited by: user589812 on Dec 11, 2009 9:07 AM

    Hi cerreia,
    it so nice to get your help!
    [oracle@sale2 bin]$ crs_stat -t
    CRS-0184: Cannot communicate with the CRS daemon.
    [oracle@sale2 bin]$ pwd
    /u01/app/crs/product/11.1.0/bin
    $ORA_CRS_HOME/log/sale2/alertsale2.log
    [crsd(11739)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:09:33.878
    [crsd(12323)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:09:34.853
    [crsd(12818)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:09:35.776
    [crsd(13319)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:13:12.279
    [cssd(13863)]CRS-1601:CSSD Reconfiguration complete. Active nodes are sale1 sale2 sale3 sale4 .
    2009-12-11 11:14:37.857
    [crsd(15742)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:38.875
    [crsd(16237)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:39.825
    [crsd(16732)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:40.755
    [crsd(17227)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:41.689
    [crsd(17722)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:42.641
    [crsd(18217)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:43.578
    [crsd(18723)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:44.526
    [crsd(19218)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:45.485
    [crsd(19713)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:14:46.438
    [crsd(20213)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:18:52.355
    [cssd(13863)]CRS-1601:CSSD Reconfiguration complete. Active nodes are sale1 sale2 sale3 sale4 .
    2009-12-11 11:19:48.620
    [crsd(22522)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:49.614
    [crsd(23023)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:50.540
    [crsd(23518)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:51.479
    [crsd(24013)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:52.406
    [crsd(24513)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:53.349
    [crsd(25008)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:54.284
    [crsd(25503)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:55.213
    [crsd(26003)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:56.133
    [crsd(26498)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:19:57.076
    [crsd(26993)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:25:12.153
    [cssd(13863)]CRS-1603:CSSD on node sale2 shutdown by user.
    2009-12-11 11:31:10.236
    [cssd(13933)]CRS-1605:CSSD voting file is online: /dev/vote1. Details in /u01/app/crs/product/11.1.0/log/sale2/cssd/ocssd.log.
    2009-12-11 11:31:10.960
    [cssd(13933)]CRS-1601:CSSD Reconfiguration complete. Active nodes are sale1 sale2 sale3 sale4 .
    2009-12-11 11:31:11.408
    [crsd(13198)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:12.478
    [evmd(13200)]CRS-1401:EVMD started on node sale2.
    2009-12-11 11:31:13.066
    [crsd(14502)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:14.941
    [crsd(15027)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:16.604
    [crsd(15530)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:18.366
    [crsd(16031)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:19.956
    [crsd(16532)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:21.550
    [crsd(17027)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:23.137
    [crsd(17528)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:25.041
    [crsd(18029)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:31:26.647
    [crsd(18524)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:29.343
    [crsd(20890)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:30.285
    [crsd(21385)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:31.220
    [crsd(21880)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:32.189
    [crsd(22375)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:33.134
    [crsd(22870)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:34.065
    [crsd(23365)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:35.012
    [crsd(23860)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:35.948
    [crsd(24355)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:36.884
    [crsd(24851)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:37.823
    [crsd(25346)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:36:42.422
    [cssd(13933)]CRS-1601:CSSD Reconfiguration complete. Active nodes are sale1 sale2 sale3 sale4 .
    2009-12-11 11:41:39.754
    [crsd(27646)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:40.767
    [crsd(28141)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:41.722
    [crsd(28636)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:42.650
    [crsd(29131)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:43.577
    [crsd(29626)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:44.546
    [crsd(30121)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:45.480
    [crsd(30610)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:46.406
    [crsd(31105)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:47.341
    [crsd(31600)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:41:48.270
    [crsd(32095)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:42:17.650
    [cssd(13933)]CRS-1601:CSSD Reconfiguration complete. Active nodes are sale1 sale2 sale3 sale4 .
    2009-12-11 11:46:50.409
    [crsd(1967)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:51.391
    [crsd(2462)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:52.318
    [crsd(2951)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:53.257
    [crsd(3447)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:54.203
    [crsd(3942)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:55.140
    [crsd(4437)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:56.082
    [crsd(4932)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:57.004
    [crsd(5427)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:57.944
    [crsd(5931)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:46:58.878
    [crsd(6433)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:00.832
    [crsd(8808)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:01.771
    [crsd(9303)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:02.699
    [crsd(9804)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:03.650
    [crsd(10323)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:04.591
    [crsd(10819)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:05.530
    [crsd(11318)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:06.506
    [crsd(11813)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:07.429
    [crsd(12397)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:08.426
    [crsd(12892)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:52:09.362
    [crsd(13393)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:11.313
    [crsd(15734)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:12.228
    [crsd(16229)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:13.159
    [crsd(16724)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:14.103
    [crsd(17219)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:15.079
    [crsd(17708)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:16.025
    [crsd(18203)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:16.950
    [crsd(18698)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:17.893
    [crsd(19193)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:18.843
    [crsd(19688)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 11:57:19.819
    [crsd(20183)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:22.751
    [crsd(22637)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:23.695
    [crsd(23132)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:24.632
    [crsd(23627)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:25.557
    [crsd(24122)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:26.491
    [crsd(24617)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:27.429
    [crsd(25112)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:28.416
    [crsd(25607)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:29.380
    [crsd(26102)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:30.314
    [crsd(26597)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:02:31.247
    [crsd(27092)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:33.359
    [crsd(29500)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:34.301
    [crsd(29995)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:35.230
    [crsd(30490)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:36.167
    [crsd(30985)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:37.140
    [crsd(31480)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:38.127
    [crsd(31975)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:39.059
    [crsd(32470)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:39.987
    [crsd(508)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:40.910
    [crsd(1026)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:07:41.884
    [crsd(1521)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:43.830
    [crsd(3822)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:44.773
    [crsd(4318)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:45.716
    [crsd(4813)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:46.657
    [crsd(5302)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:47.650
    [crsd(5797)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:48.692
    [crsd(6308)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:49.645
    [crsd(6827)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:50.592
    [crsd(7327)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:51.560
    [crsd(7839)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:12:52.481
    [crsd(8334)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:54.427
    [crsd(10663)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:55.365
    [crsd(11163)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:56.306
    [crsd(11658)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:57.232
    [crsd(12240)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:58.205
    [crsd(12737)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:17:59.147
    [crsd(13234)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:18:00.138
    [crsd(13733)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:18:01.085
    [crsd(14257)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:18:02.040
    [crsd(14768)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:18:02.968
    [crsd(15263)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:04.868
    [crsd(17604)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:05.802
    [crsd(18099)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:06.747
    [crsd(18594)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:07.677
    [crsd(19089)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:08.634
    [crsd(19584)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:09.563
    [crsd(20079)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:10.499
    [crsd(20568)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:11.421
    [crsd(21063)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:12.364
    [crsd(21560)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:23:13.338
    [crsd(22055)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:15.288
    [crsd(24356)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:16.225
    [crsd(24851)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:17.157
    [crsd(25346)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:18.106
    [crsd(25841)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:19.046
    [crsd(26336)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:19.993
    [crsd(26831)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:20.925
    [crsd(27326)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:21.910
    [crsd(27821)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:22.834
    [crsd(28316)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:28:23.772
    [crsd(28811)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:25.719
    [crsd(31115)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:26.650
    [crsd(31610)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:27.579
    [crsd(32105)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:28.508
    [crsd(32600)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:29.446
    [crsd(641)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:30.387
    [crsd(1156)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:31.358
    [crsd(1651)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:32.302
    [crsd(2146)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:33.241
    [crsd(2635)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:33:34.168
    [crsd(3130)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:36.104
    [crsd(5436)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:37.043
    [crsd(5934)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:37.976
    [crsd(6436)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:38.914
    [crsd(6955)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:39.838
    [crsd(7468)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:40.795
    [crsd(7966)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:41.734
    [crsd(8461)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:42.663
    [crsd(8956)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:43.599
    [crsd(9457)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:38:44.541
    [crsd(9957)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:46.491
    [crsd(12369)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:47.430
    [crsd(12864)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:48.371
    [crsd(13365)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:49.308
    [crsd(13861)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:50.245
    [crsd(14386)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:51.168
    [crsd(14894)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:52.101
    [crsd(15389)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:53.048
    [crsd(15884)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:53.987
    [crsd(16376)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:43:54.916
    [crsd(16871)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:48:56.855
    [crsd(19212)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:48:57.807
    [crsd(19701)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:48:58.746
    [crsd(20197)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:48:59.720
    [crsd(20692)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:00.666
    [crsd(21188)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:01.595
    [crsd(21685)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:02.540
    [crsd(22180)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:03.477
    [crsd(22675)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:04.408
    [crsd(23170)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:49:05.339
    [crsd(23665)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:07.301
    [crsd(25971)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:08.245
    [crsd(26466)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:09.175
    [crsd(26961)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:10.098
    [crsd(27456)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:11.053
    [crsd(27951)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:11.993
    [crsd(28446)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:12.933
    [crsd(28941)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:13.878
    [crsd(29436)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:14.832
    [crsd(29931)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:54:15.773
    [crsd(30426)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:17.745
    [crsd(32728)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:18.686
    [crsd(786)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:19.622
    [crsd(1284)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:20.568
    [crsd(1776)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:21.499
    [crsd(2268)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:22.430
    [crsd(2763)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:23.360
    [crsd(3260)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:24.301
    [crsd(3755)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:25.303
    [crsd(4251)]CRS-1012:The OCR service started on node sale2.
    2009-12-11 12:59:26.246
    [crsd(4746)]CRS-1012:The OCR service started on node sale2.
    [oracle@sale2 sale2]$
    from other node by crs_stat -t I found all items are offline as below
    ora....SM2.asm application 0/5 0/0 ONLINE OFFLINE
    ora....DA.lsnr application 0/5 0/0 ONLINE OFFLINE
    ora....ida.gsd application 0/5 0/0 ONLINE OFFLINE
    ora....ida.ons application 0/3 0/0 ONLINE OFFLINE
    ora....q2.inst application 0/5 0/0 ONLINE OFFLINE
    Can we one by one to start above item? any start order is requirement for above item that offline?
    I try to strat lintener as
    [oracle@sale2 bin]$ srvctl start listener -n sale2
    it does not work
    local sale2 noce info checking as
    [oracle@sale2 bin]$ ps -ef|grep crs
    root 13190 12241 0 11:31 ? 00:00:00 /bin/su -l oracle -c sh -c 'ulimit -c unlimited; cd /u01/app/crs/product/11.1.0/log/sale2/evmd; exec /u01/app/crs/product/11.1.0/bin/evmd '
    oracle 13200 13190 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/evmd.bin
    root 13816 13236 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/oprocd run -t 1000 -m 500 -f
    root 13876 13254 0 11:31 ? 00:00:00 /sbin/runuser -l oracle -c /bin/sh -c 'cd /u01/app/crs/product/11.1.0/log/sale2/cssd/oclsomon; ulimit -c unlimited; /u01/app/crs/product/11.1.0/bin/oclsomon || exit $?'
    oracle 13884 13264 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/diskmon.bin -d -f
    oracle 13885 13876 0 11:31 ? 00:00:00 /bin/sh -c cd /u01/app/crs/product/11.1.0/log/sale2/cssd/oclsomon; ulimit -c unlimited; /u01/app/crs/product/11.1.0/bin/oclsomon || exit $?
    oracle 13920 13885 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/oclsomon.bin
    oracle 13933 13332 0 11:31 ? 00:00:04 /u01/app/crs/product/11.1.0/bin/ocssd.bin
    oracle 14739 13200 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/evmlogger.bin -o /u01/app/crs/product/11.1.0/evm/log/evmlogger.info -l /u01/app/crs/product/11.1.0/evm/log/evmlogger.log
    oracle 16273 12650 0 13:59 pts/0 00:00:00 grep crs
    [oracle@sale2 bin]$
    [oracle@sale2 bin]$ ps -ef|grep evm
    root 12241 1 0 11:30 ? 00:00:00 /bin/sh /etc/init.d/init.evmd run
    root 13190 12241 0 11:31 ? 00:00:00 /bin/su -l oracle -c sh -c 'ulimit -c unlimited; cd /u01/app/crs/product/11.1.0/log/sale2/evmd; exec /u01/app/crs/product/11.1.0/bin/evmd '
    oracle 13200 13190 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/evmd.bin
    oracle 14739 13200 0 11:31 ? 00:00:00 /u01/app/crs/product/11.1.0/bin/evmlogger.bin -o /u01/app/crs/product/11.1.0/evm/log/evmlogger.info -l /u01/app/crs/product/11.1.0/evm/log/evmlogger.log
    oracle 16666 12650 0 14:00 pts/0 00:00:00 grep evm
    [oracle@sale2 bin]$
    Thanks
    JIm
    Edited by: user589812 on Dec 11, 2009 11:01 AM

  • Cannot start the db after reboot machine

    Hi,
    Oracle DB: 10.2.0
    OS: RHEL5
    Successfully installed db and created the database.
    but after reboot of machine I cannot start the database.
    I have tried all the possible means( i deleted the listener and tns, recreated again rebooted etc etc)
    oracle@med ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Sep 5 13:48:10 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> conn /as sysdba
    ERROR:
    ORA-12162: TNS:net service name is incorrectly specified
    SQL> conn sys/medisys@rmct as sysdba
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Thanking you,
    regards,

    risingstar wrote:
    Hi,
    Thanks for ur reply
    plz have a look
    [oracle@med ~]$ cd $ORACLE_HOME/dbs
    [oracle@med dbs]$ ls
    hc_rmct.dat init.ora initrmct.ora orapwrmct sqlnet.log
    initdw.ora init.ora.84201013612 lkRMCT spfilermct.ora
    regards,Well.You see that your sid is rmct not RMCT then
    export ORACLE_SID=rmct
    sqlplus "/as sysdba"
    startup

Maybe you are looking for

  • Discoverer Desktop installation fails on Windows 7

    Hi All, We are installing Discoverer Desktop version 10.1.2.00 on Windows 7 32-bit version 6.1, runing the setup.exe gives error ERROR: Starting Oracle Universal Installer... Checking installer requirements.... Checking operating system version: must

  • A7-30TC tablet connection to external USB drive

    Hi, bit of a rookie here! I have copied about 70GB of music from my PC to a 500GB external hard drive, which I now want to connect to my tablet so I can play the music. However, the tablet either doesnt recognise the external storage at all (it doesn

  • Mini will not update

    I have a Mac Mini 2009 that will not run Software update.  I get a message that says Unexplained error.  Everything seems to work fine except software update will not run.  I have upgraded the Ram to 8 gig and the Hard Drive to a 500 GB Seagate Hybri

  • How to uninstall a program in the macbook?

    Any answers?

  • "+" Next to ringtone

    Hi, I read through the user manual but didn't see this one listed. When I'm looking at my contacts and choose to edit information, there is a green "+" next to the ringtone field. I'm really just wondering what this does, as nothing happens once I ta