Database running but crs_stat showing its OFFLINE

Yesterday, when I checked database and all RAC components status with crs_stat -t command, I saw database as offline although database and both of its instances are up and already running.
oracle@hisdbs01[orcl1]:/u01/app/oracle/db/network/admin$ crs_stat -t
HA Resource Target State
ora.hisdbs01.ASM1.asm ONLINE ONLINE on hisdbs01
ora.hisdbs01.LISTENER_HISDBS01.lsnr ONLINE ONLINE on hisdbs01
ora.hisdbs01.gsd ONLINE ONLINE on hisdbs01
ora.hisdbs01.ons ONLINE ONLINE on hisdbs01
ora.hisdbs01.vip ONLINE ONLINE on hisdbs01
ora.hisdbs02.ASM2.asm ONLINE ONLINE on hisdbs02
ora.hisdbs02.LISTENER_HISDBS02.lsnr ONLINE ONLINE on hisdbs02
ora.hisdbs02.gsd ONLINE ONLINE on hisdbs02
ora.hisdbs02.ons ONLINE ONLINE on hisdbs02
ora.hisdbs02.vip ONLINE ONLINE on hisdbs02
ora.orcl.db OFFLINE OFFLINE
ora.orcl.orcl1.inst OFFLINE OFFLINE
ora.orcl.orcl2.inst OFFLINE OFFLINE
Then I had to use srvctl start commands to see ora.orcl.db, ora.orcl.orcl1.inst & ora.orcl.orcl2.inst ONLINE.
I want to know how it is possible that Oracle instances are running (checked from ps & EM) but crs_stat thinks they are offline.
I checked alert logs of crs, ocssd.logs but could not find anything significant.
Br,
Anjum

Currently crs_stat -t--v gives output as below:
oracle@hisdbs01[orcl1]:/home/oracle$ crs_stat -t -v
Name Type R/RA F/FT Target State Host
ora....SM1.asm application 0/5 0/0 ONLINE ONLINE hisdbs01
ora....01.lsnr application 0/5 0/0 ONLINE ONLINE hisdbs01
ora....s01.gsd application 0/5 0/0 ONLINE ONLINE hisdbs01
ora....s01.ons application 0/3 0/0 ONLINE ONLINE hisdbs01
ora....s01.vip application 0/0 0/0 ONLINE ONLINE hisdbs01
ora....SM2.asm application 0/5 0/0 ONLINE ONLINE hisdbs02
ora....02.lsnr application 0/5 0/0 ONLINE ONLINE hisdbs02
ora....s02.gsd application 0/5 0/0 ONLINE ONLINE hisdbs02
ora....s02.ons application 0/3 0/0 ONLINE ONLINE hisdbs02
ora....s02.vip application 0/0 0/0 ONLINE ONLINE hisdbs02
ora.orcl.db application 0/1 0/1 ONLINE ONLINE hisdbs01
ora....l1.inst application 0/5 0/0 ONLINE ONLINE hisdbs01
ora....l2.inst application 0/5 0/0 ONLINE ONLINE hisdbs02
Do you mean to see with -v switch when resources were shown offline by crs_stat?
I didn't change anything related to CRS or database, so I am not sure if modifying config of database or instance will help. Any suggestions?
oracle@hisdbs01[orcl1]:/home/oracle$ srvctl getenv database -d orcl
oracle@hisdbs01[orcl1]:/home/oracle$ srvctl getenv instance -d orcl -i orcl1
About OCR, here is the info
oracle@hisdbs01[orcl1]:/backup$ ocrcheck
Status of Oracle Cluster Registry is as follows :
Version : 2
Total space (kbytes) : 1048300
Used space (kbytes) : 3848
Available space (kbytes) : 1044452
ID : 482125817
Device/File Name : /dev/rdisk/crs_ocr1
Device/File integrity check succeeded
Device/File Name : /dev/rdisk/crs_ocr2
Device/File integrity check succeeded
Cluster registry integrity check succeeded
oracle@hisdbs01[orcl1]:/home/oracle$ ocrconfig -showbackup
hisdbs02 2008/09/17 09:23:24 /u01/app/oracle/crs/cdata/crs
hisdbs02 2008/09/17 05:23:23 /u01/app/oracle/crs/cdata/crs
hisdbs02 2008/09/17 01:23:23 /u01/app/oracle/crs/cdata/crs
hisdbs02 2008/09/15 17:23:18 /u01/app/oracle/crs/cdata/crs
hisdbs02 2008/09/05 07:54:55 /u01/app/oracle/crs/cdata/crs
Br,
Anjum

Similar Messages

  • I lost my phone, and find my device app wont show its offline, does this mean my phone got restore?

    I lost my phone, and find my device app wont show its offline, does this mean my phone got restored

    It might have been restored, turned off, or just not have a data connection to the internet (such as by removing the sim card and turning off wifi).  If it appears on the devices list in Find My iPhone, you can issue a Lost Mode command, which will lock it with a passcode and display a message of your choosing if and when it goes back online (see http://help.apple.com/icloud/#/mmfc0f0165).

  • Program is running, but not showing in dock?

    Sometime when i open a program, for instance, QuickTime. When i close the video, the program is still running but not showing in dock. When i display open applications by pressing cmd+alt+esc it i still running?
    Here's an expample. You can see that quick time is still running, but clearly not showing in the dock. (Sorry for Danish language on screenshot)

    I have this very same problem too.  In my case, it's specific to the Preview app only. At least, that's the only app that I've noticed.
    I've done all the proper troubleshooting and maintenance stuff but it still happens. Although I don't know what negative this causes my system, I'd be interested in finding out what is going on.
    My Mac is an iMac 27" (late 2013), 3TB Fusion, 10.9.1.
    Thanks,
    Marcus

  • Query is running but status shows INACTIVE

    Hi All,
    I am running one query and is still running but when i checked v$session the status shows INACTIVE since long time..
    Can somebody please help me to understand why the status is INACTIVE even if the query is running.. Is my session waiting for some resources?
    Also i checked v$session_wait it shows "SQL*Net message from client"
    Oracle version 9.2.0.7.0
    OS : SunOS 5.10
    Module : Sql*Plus
    Any help is greatly appreciated.
    -Harsh

    Thanks much for your reply Mark.
    This session i myself running from sqlplus and its still running.
    Also here's my session info
    select SID, STATUS, program, module, last_call_et from v$session where SID=78;
    SID     STATUS     PROGRAM     MODULE     LAST_CALL_ET
    78     INACTIVE     sqlplus.exe     SQL*PLUS     0
    I checked the locks too there is no blocking or blocked sessions using following.
    select /*+ RULE */ a.session_id, s.serial#, s.username, s.status
    from dba_locks a, v$session s
    where a.blocking_others = 'Blocking'
    and a.session_id = s.sid
    order by 1;
    Now under v$session_wait my session 78 is showing wait as 'db file sequential read'
    So is my session now waiting for resources? Can you please help me how to find that my query has enough resources or if not does my session is under wait.
    Thanks
    -Harsh

  • My ipad had been stolen for 2 weeks and the tracking shows its offline what should i do to find it now please help

    i want to find my ipad but its offline till now and i dont now what to do else over tracking it by my account please do something
    <Edited By Host>

    I agree with James...change that Apple ID password.
    Although it may be too late to matter, another thing to do is to initiate the Erase iPad feature within the Find My iPad settings. This will erase the iPad including any personal data that you would not want someone else to have (e.g. - credit cards, banking, social security, etc.).
    There is a feature in Find My iPad that allows you to send a message (like how to contact you) to the iPad once it reconnects to the internet; but after 2 weeks, I'd say that probably will not produce results.
    Good luck, nonetheless!
    (Oh, and to James...Go Panthers!!)

  • My hp v210(4gb) pen drive is not detected in my pc but it show its properties in my pc

    my hp pen drive was not detected in my pc . my os window 7 64 bit but it show properties of the pendrive

    Hello commandcomitra,
    Take a look at the support Getting Help Guide manual which provides details on support for this product.
    Good luck!
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Apple mail search finds the message but cannot show its content, why?

    Hi
    I have a MacBook Pro with Mountain Lion installed on it. All the updates are also installed.
    The problem is that I can quickly find a message among 100,000 messages sorted in different folders in Apple Mail, but as I click on the message, it keeps showing "loading..." and never shows the content of that message.
    When I manually go to that message, Mail shows the content properly. So it happens only when I try to see the content of the message that has been found through search function.
    Any ideas?
    thanks,
    Farshid

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Enter "mdworker" (without the quotes) in the Filter text field. Select the most recent 50 or so messages that appear in the Console window. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    If there are long runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Some personal information, such as the names of your files, may be included — anonymize before posting.
    Step 2
    Do the same with the search string "mds".

  • Itunes 8 runs but nothing shows onscreen

    Hi, I had this problem with 7.5, and reacted to it by installing 8 (after many installation problems). Didn't work. When selected, the program will not show on screen, despite the pc stating that it should be closed when I'm logging out - so it is running 'invisibly'. Could be a pc problem, I suppose, but any ideas? I'm all out!

    It should ask you for your email address and password.  You should be able to type those, and the after touching "Next", it sits there for about 15-20 seconds before your account info shows.  At least thats how mine works.

  • ITunes running but not showing up

    Hi!
    So I did finally get my iTunes to work
    I had to restart after doing the Windows update
    and now my iTunes won't work again.
    I opened the task manager and it is a processes that appears to be running (iTunes.exe)
    Also, when I restart or log off, iTunes opens just for a second before it logs me off windows.
    It's like it's running in the background and I can't access it or something.
    Please help me!
      Windows XP  

    I found another article entitled Using MSCONFIG to troubleshoot conflicts in Windows (http://docs.info.apple.com/article.html?artnum=302538)
    When I disabled all the non-Microsoft services, it worked!
    However, I tried adding one back, and it didn't work.
    So I added the others back, and left the one I thought was causing the problem unchecked, but I still have the same problem.
    Could anyone tell me if these are necessary?
    - iPod Service
    - NVIDIA Driver Helper Service
    - Sony SPTI Service
    - Trend NT Realtime Service
    - Windows Media Player Network Sharing Service

  • Help! No sound from speakers but icon shows its working

    I have a Win7 HP G71 that the sound just quit.  Everything looks as if it is fine but no sound.  Almost like the speakers were disconnected.  Any thoughts on why it did this and how to fix it?
    This question was solved.
    View Solution.

    Hi,
    From windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  Can you post back with the all the devices listed here and if any have warning triangles against them.  Can you also post the full Model No. or Part No. of your notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Firefox stopped running on my pc after the last update....task manager shows it as running but nothing shows up on the screen

    The browser just will not open

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.<br />
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.<br />
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls
    See also http://kb.mozillazine.org/Browser_will_not_start_up

  • Firefox is running but invisible.....this is rediculous.

    In india every one has complaint about firefox. It is running but not visible,its crashing like hell....Three years before it was not so.What happend now. reserch make a software pity....Thank you, I remember it is a freeware.We have no
    rights to complaint more.

    Versions prior to version 3.6.4, install and run normally, but the subsequent install but do not work in Task Manager, it appears as if it had opened, but the desktop is as if it were closed and does not respond. I installed the pre-alpha version 4.0.3 and happened the same thing. Please give me a light, ja I consulted on the Internet and I didn't find nothing. Already deleted the profile and created another, ja deleted the folder profiles and none of it solved. Never seen similar problem

  • TS1538 my ipod connects to the computer but doesnt show on itunes and it wont synk

    my ipod froze so i reset it now itunes dont read my ipod but it shows its connected to the pc please help

    Yep add me to that list too, and I have tried the menu and select button on the ipod all that happens is the contrast goes very faint, tried the combo thing and it tells me it can't be installed on this computer, tried the 5 R's on the ipod frequent question page, all do nothing, totally un impressed with Apple for the first time, never had any problems but version 8 of itunes really needs bugging out before it was released, if anyone has any other ideas please do add them as I have just bought a whole load of music which is sat on my library and cant move to ipod...oh and I have also tried the create a new account and see if that works, well I could see the ipod but couldnt transfer the contents back to itunes - sooooooo unhappy can't do apple care as classic ipod is way past 2 years

  • I have a pc running windows 7.  I got an Airport Extreme 802.11n Wi-Fi and the printer is now plugged into the Airport.  The wireless router works fine but the printer shows as offline in control panel and in word. The printer is a HP LaserJet CP1525nw.

    I have a pc running windows 7.  I got an Airport Extreme 802.11n Wi-Fi and the printer is now plugged into the Airport.  The Airport works fine but the printer shows as offline in control panel and in word. The printer is a HP LaserJet CP1525nw.

    +For now I have it set to Share Public IP address - Is this correct for my Network Setup with The Airport Extreme being the only router being used ?+
    This would be the correct setting if the AirPort Extreme is connected to a simple modem (one ethernet port).
    *Settings I have Enabled*
    5 GHz name indicates that you have elected to use the option to assign a separate name to the 5 GHz network. This will allow you to "tell" compatible computers to connect to that network, rather than the slower 2.4 GHz network
    Use Wide Channels is recommended for 5 GHz operation.
    Interference Robustness often does more harm than good and should not be used unless you know you are in a area with a lot of wireless networks and you feel that your network is experiencing interference issues from a nearby network.

  • Dunning run was done on 5th, but in FBl5n its showing 6th

    Hi,
    Dunning run was done on 5th, but in FBl5n its showing 6th . Can you please suggest me the reason.

    The date updated in FBL5N is the "Dunning Date" and not the "Run On" date.
    Regards,
    SDNer

Maybe you are looking for