Zpool status shows ONLINE even if storage connectivity is lost

Hi experts,
I have seen that zpool status reports zpool as ONLINE even if storage connectivity is lost.
is there a way to get zpool check for actual status rather than reading it from cache?
Even a statvfs64 on zfs on top of it do not return error.
I have cache seeting to none aspool is imported with AltRoot.
I am looking for a comand that can be used to monitor the health of pool which will be schedule to run.
Thanks in advance.

Hi,
I asssume you mean the scqsd process is running on the QS, right?
A QS is shown as offline, it the monitor could not reach it when it last tried. This is usually due to a networking problem.
If you issue a clq status, the monitor checks again and if it can reach the QS will change its status back to online.
If this does not happen, check your logs, what kind of error message showed up.
Does clqs show on the QS show the correct information?
It is obvious, that if a node dies and the QS has been offline prior to the node death, that the other node will die as well due to lack of quorum, i.e. it has less votes than needed. You seem to have a basic networking problem or something is really wrong with your QS.
Regards
Hartmut

Similar Messages

  • Status shows Online even while signed out

    Hi,
    I'm using the latest version of Skype and having a problem where my status says Online while I'm signed out from my computer and any other device. I changed my password, but that didn't help. Is there any reason why this can happen?
    Thanks!
    Solved!
    Go to Solution.

    See e.g. this:
    http://community.skype.com/t5/Windows-desktop-client/Status/m-p/2929441/highlight/true#M233639
    http://community.skype.com/t5/Security-Privacy-Trust-and/Skype-invading-and-changing-people-s-online...
    http://community.skype.com/t5/Security-Privacy-Trust-and/Serious-issue-Account-showing-always-online...

  • CBT Enrollment Status shows 'Completed' even though you have only done 1%

    Hello,
    Can anyone advise why the enrollment status on a CBT, shows 'Completed' when you access it and only complete a part of the CBT (in the Enrolment Summary table). When you click on 'Completed', and view full Enrolment Details the 'Successful Attendance' field is automatically flagged as 'Yes' and the 'Enrollment Status' shows Attended.
    The Learner has definately not completed or passed the CBT.
    Thanks
    Debbie

    Hi Anders,
    1: Are you using Oracle iLearning or Oracle Learning Management (OLM)?
    OLM
    2: How is the content set up in the LMS: What is your content structure (chapters, sub chapters etc.)?
    I am not sure but it looks like chapters and sub-chapters, that exapnd and collapse. We are using the "Microsoft® Office Standard Edition 2003 Collection" software
    3: Do you use SCORM or AICC to communicate between content and LMS? SCORM
    Thanks
    Debbie

  • Clq status shows quorum server offline even though the clq service is runni

    Hi,
    In a 2 Node + 1 QS sun cluster 3.2 cluster, clq status is showing quorum sever offline even though the clq process is running on the quorum server. to make the quorum server online, i have to either remove and add the quorum server from cluster, or incase if there is a failure on any one of the node's both th nodes will reboot and once both joined to the cluster, I can see clq status showing quorum server online!!!
    Why is the quorum server going offline automatically?
    Any help would be highly appreciated
    Many thanks in advance
    Ushas Symon

    Hi,
    I asssume you mean the scqsd process is running on the QS, right?
    A QS is shown as offline, it the monitor could not reach it when it last tried. This is usually due to a networking problem.
    If you issue a clq status, the monitor checks again and if it can reach the QS will change its status back to online.
    If this does not happen, check your logs, what kind of error message showed up.
    Does clqs show on the QS show the correct information?
    It is obvious, that if a node dies and the QS has been offline prior to the node death, that the other node will die as well due to lack of quorum, i.e. it has less votes than needed. You seem to have a basic networking problem or something is really wrong with your QS.
    Regards
    Hartmut

  • My printer shows it is offline. How do i get this to go online? It is connected to a wired network

    my printer shows it is offline. How do i get this to go online? It is connected to a wired network I have run all of the diagnostics from hp's website and everything passes. It will print the test pages from the tests but nothing else. when i do a windows trouble shoot it says turn printer on but its already is on. It can see it on the network but cant connect for some reason.

    i run test on printer it tells me it is offline so wont print anything from cmputer

  • HT1212 even when i connect the ipod to itune... the ipod is not showing to itune...

    even when i connect the ipod to itune it's not showing and even when the ipod says connect to itunes the ipod still can't show up to itune connection...

    iOS: Device not recognized in iTunes for Windows
    also
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar              

  • Skype ALWAYS showing as Online, even when i'm not ...

    It tells ppl im online even though i am not i have the time and date on both pictures to show it.
    Attachments:
    11430302_10153068640945819_676409802_o.jpg ‏138 KB
    skype.png ‏1922 KB

    There is a work around so that you will be shown offline when you log out from all devices.
    1.  Sign in to your account in the Skype application in a computer or a laptop.
    2. Select any contact then type this to the message box: /showplaces then hit on send.
    The /showplaces command will show the instances where you are currently logged in at that time.
    3. Now type this command: /remotelogout then hit on send.
    It will automatically log you out from your mobile devices, tablet, other laptop except on the one that you are using right now.
    Lastly, all you need is to sign out from the Skype application on the computer that you are using and ask a friend if you show as Offline.
    This one really works. Believe me
    If one of my replies has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.

  • SqlServer 2008 Database Status Showing(Recovery pending)..How to get this database in online?

    SqlServer 2008 Database Status Showing(Recovery pending)
    How to get this database in online?
    This is SharePoint Content database.
    Badri

    SqlServer 2008 Database Status Showing(Recovery pending)
    How to get this database in online?
    This is SharePoint Content database.
    Badri
    Hi,
    Please try running below in master database
    restore database db_name with recovery
    Chances are that this command would not succeed because I guess there was corruption in database and you restarted SQL Server service. Or can you please tell how your database went into recovery pending state.
    Please check SQL Server errorlog you would find information regarding this change. Please post relevant log information here. Please check event viewer as well
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Hi I am having iphone 4S. Today while connecting to my laptop for regular update, my phone started rebooting and message showed error in rebooting. Now even though i connected to laptop which has internet connection, i phone OS booting still not completed

    Hi I am having iphone 4S. Today while connecting to my laptop for regular update, my phone started rebooting and message showed error in rebooting. Now even though i connected to laptop which has internet connection, i phone OS booting still not completed

    I have factory reset my phone twice.. I have disabled iCloud settings.. I looked up possible downgrading options.. which isn't possible. I feel as if my iPhone 4 was offered the update so I was forced to get another phone

  • Clq status shows quorum server offline eventhough it is online

    Hi,
    I am facing a problem in my cluster that when I bring all the three nodes in a cluster (2 app-nodes and one quorum server) at almost the same time, the clq status on any of the cluster nodes is showing quorum server as offline. when I do the clqs show on the quorum server, i ge the below output.
    clqs show
    === Quorum Server on port 9000 ===
    --- Cluster beacluster (id 0x4916625B) Reservation ---
    Node ID: 1
    Reservation key: 0x4916625b00000001
    --- Cluster beacluster (id 0x4916625B) Registrations ---
    Node ID: 1
    Registration key: 0x4916625b00000001
    Node ID: 2
    Registration key: 0x4916625b00000002
    this is cluster 3.2
    any inputs will be appreciated
    Thaks in advance
    Ushas Symon

    Hi, this is solaris cluster 3.2u1..
    I got the quorum server online by
    # clq status
    --- Quorum Votes by Device ---
    Device Name Present Possible Status
    rac1 1 1 Offline
    # clq add -t quorum_server -p qshost=xxxxxxxxxx -p port 9001 rac2
    # clq status
    --- Quorum Votes by Device ---
    Device Name Present Possible Status
    rac1 1 1 Online
    rac2 1 1 Online
    By just adding one another QS both the QS status came online !!!!!!!!!!!!
    no IDEA, what is happening...
    anyways I have deleted the second QS by #clq remove rac2 and #clq reset
    now it is fine..
    Thanking you all
    Ushas Symon

  • Resource Status shows as provisioned even when task is rejected

    Hi,
    We have 5 tasks for resource provisioning. The last task gets rejected but still the Resource Status shows as Provisioned instead of Provisioning.
    In each and every task, I have mapped the response as below:
    C- Provisioned
    R-Provisioning
    Please let me know if I am missing anything.
    Thanks.
    Edited by: user11957197 on 24 Oct, 2012 4:22 AM
    Edited by: user11957197 on 24 Oct, 2012 4:22 AM

    Hi Kalpna,
    Once the the task status in 'Provisioned' status it can't be changed into 'Provisioning' status. It can be either 'Revoked' or Enabled/Disabled.
    Above is product limitation.
    In your case I guess you have set status on 'Create User' task and this task might successfully completed that's why the resource object status is 'Provisioned'.
    Now may you have multiple task after create user. which may fails but as the resource status is in 'Provisioned'. It can't be changed to Provisioning.
    This is right as well. Because the account is created at target system no matter some update fails.
    However, if you want to set status based on last task satus. you can do as suggested above.But, You can ignore if your case match with my understanding.
    --nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Zpool status in a zone shows zpool on which the zone is built

    Hello,
    We have a solaris 10 zone x, which is built on a zpool say tank.
    when I run zpool status/zpool list in the solaris 10 zone x the zpool tank is visible. But the DR server for the same, built using the same config says "no pools available"
    Is it possible to display the zpools in zone unless we have did a delegation/added zpool to the zone?
    let me know your thoughts
    cheers!!!!
    Warm Regards,
    Hemanth

    the zpool is listed if you are using additional filesystems (add fs)
    the zpool is not listed if only used as root filesystem, because
    the root filesystem is mounted in the global zone.
    best regards,
    marcel

  • It shows to connect to itunes even it is connected

    I was updating my iPhone 4 and I got a message to restore it. I am using iCloud and I am afraid that if restore it i will lose all my data.
    I can't start it and on the phone is just a picture connect to itunes even it is connected.
    Is teher any way to solve this without restoring it?

    Restore your phone using iTunes (as the message says).
    http://support.apple.com/kb/HT1808
    And if you were making backup in iCloud, restore from a backup in iCloud.
    http://support.apple.com/kb/HT1766

  • TS1398 After updating to iOS 7 my iphone 5 won't show any wifi networks or connect to any wifi even after resetting the network connections. HELP!

    After updating my iphone 5 to iOS 7 my phone won't show any wifi networks or connect to any. I reset the network connections and still nothing.

    I Just found it on the apple site, it arrived on a cd a few days later and worked just fine again.
    i would recommend backing everything up just in case. Better safe than sorry, trust me. I've lost so much when i didnt back up once when re-installing the system.
    IT shoulldnt erase everything, bt it might, so back up just in case
    should you loose everything, then i have some tips on moving stuff fromyour iphone/ipod to the computer

  • Contact showing online when they are offline

    Same problem. Maybe it is depending on version/OS running.The situation is as follows: Using Skype (last version) simultaneously on laptop, running Ubuntu Raring, and tablet PC, running Android 4.2.2. Skype is switched on on both machines, but active contacts differ - three of my contacts are seen as offline on the Android, and are unaccesible. At the laptop more people are activeAt the same time I just did a Video Call with one of them on the PC/Ubuntu. The other person is running Skype on his I-pad. Another of them is running Skype on his Android phone (Samsung Galaxy S? - not sure about the exact model).Please helpPS Uninstall and reinstall Skype changed nothing. Changing the status to offline and back to online caused one conact to appear, but the other, running iOS did't change

    Here's the reality of this PROBLEM. It has nothing to do with your software on your phones or tablets! Even when your friend powers right down (phone or tablet not even on) and/or disconnects from the net, you still can see them on line. You can completely exist Skype and remove it from memory totally (so that none of its services are running) and when you log back on, you see your friend show as on line again, even though their phone/tabelet is powered right off. THIS IS A SERVER PROBLEM ON SKYPE'S SIDE! When you log off, or better, completely power down, Skype's servers are not polling your device properly and logging off the server-side account. As an example, when I Log off Skpe then power down, the server SHOULD also disconnect the session.  But it's not. Also, the server software should check all "active" connections periodically and poll the device to confirm it's actually even on line (the entire device and the Skype client).  Again, it's not doing that or if it is, it's not doing it correctly. In my case, we have 2 smart phones (both brand new).  I use my phone all day long.  The other phone, is used from about 3.40pm to about 4.30 pm and then powered down. Yet, like this morning, when I go into MY phone and into Skype (logging on), I can see that no one is connected.... then the "Echo / Sound Test Service" becomes available (green dot) as it should, showing me that I am connected to the net, but then, our other connection also pops up with the green dot showing on line.  The other phone is not even powered on. The server did not release the session, even over night. The other problem I'm seeing is that Skype is VERY VERY VERY unstable!!!  I honestly HATE IT!   Like yesterday, and everyday, actually, both phones are on the net and skype is logged on.  On each phone, we see the green dot for each other.  That SHOULD mean that we are both connected to Skype's server. Yet, when one tries to call the other, it just rings and rings (video), but on the other phone Skype never sees the incoming call!!! We've done this standing side by side.  Yesterday in fact. So then, we ended that "call" and tried from the other phone to mine.  This time, it worked. So then, we tried again from my phone to the other phone and that now worked. After that, we powered down both phones and then I powered up mine. Yup, the session of the other phone still has green dot.  And NO, there's not a Skype service running.   I'm a Certified Computer Tech and control what's going on with our equipment. As this thread has been going on for over 1 year, it's clear that Skype either doesn't give a rat's petutie or has no clue how to fix this problem. I've hated Skype for a long time because I find their software and system so unstable.  I had hoped that by now they would have figured things out.  Which is why I installed Skype on the 2 new smart phones.  Clearly, I was wrong. It's time to see what other options are out there that actually work. So ya'll can stop believing that the problem is on your phone... it's not! (well, as far as the server session staying active).    

Maybe you are looking for

  • How can I set up an E-mail address?

    Hello, I just buy a mac book. I have created an e-mail address for i chat (mac.com); I want to use the same address to read my E_Mail, therefore I tried several times to set up this new address in the software "Mail" but it does not work. I have see

  • Javac 1.4 throws exception on HelloWorld!

    I typed in HelloWorld.java and tried to run javac HelloWorld and got this: An exception has occurred in the compiler (1.4.0). Please file a bug at the Java Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi) after checkin g the Bug Parad

  • Slides won't load in my imbedded web gallery.

    I followed the directions for embedding a Slideshow created in Bridge CS4 into an existing website using David Powers' excellent tutorial (http://foundationphp.com/tutorials/gallery/embed2.php). Everything displays beautifully, including my existing

  • Can't login to Business Rules

    Hi there. I just cant see the business rules EAS Console. I mean when I click on Business Rules....the error is "Error logging in to Business Rules. The repository has not been configured or you are not authorized to use Business Rules.". Detailes er

  • Can Pages open Freehand files?

    Just curious, because I really want it to.