SQL SERVER 2008 Cluster Failover message

  • Hi,

    I have just installed a 2 node one instance SQL Server Cluster. When I fail over from one node to the other everything fails over fine but I am seeing this in the event log:

    "LogWriter: Operating system error 21(The device is not ready.) encountered.

    Write error during log flush.

    The log for database 'temdb' is not available.

    Error: 17053, Severity: 16, State:1."

    Our configuration has all drives on SAN disk which we have for several other clusters as well and they work fine. Has anyone encountered this before? I'm kind of stumped given every thing seems to be working fine and fail over is successful. I get this failing either cluster over. I appreciate an input.

  • it sounds like SQL is starting before that drive is accessible, are your dependencies correct?

    ---------------------------------------------------------------------

  • Hi,

    The SQL server is running on both nodes but is "passive" on the failover node. If I am on Node 1 and failover to Node 2 I see this error message on Node 1.

    Thanks,

    Kevin

  • As George said have you checked the resource dependencies in the cluster group\application?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • George/ Perry,

    First George I apologize to you ..I was thick as a brick when I read your response. Perry thanks for reinforcing. What I had to do to fix the issue was there:

    There was an existing dependency for SQL Server that the mount point be online. What I had to do was place a dependency on the mount point that the disk arrays that hold "data, backup and tempdb" are online before the mount point shows online.

    I didn't have to set this dependency on previous clusters I've built but this is a different SAN so I've asked that team to take a look if there is an issue.

    Thanks for the input!!

    Kevin

  • thanks for feeding back, so many people just don't bother.

    perhaps this cluster is the first with mount points?

    ---------------------------------------------------------------------

  • Actually we have 5 clusters and they all use mount points from SAN devices. This is the only one that I'm aware of that we have on this particular SAN so I'm not sure if they have some sort of latency issue ... hopefully it is not a sign of problems to come since this is an instance that will support adfs single sign on 🙂

    Any thoughts on from a "best practice" standpoint I should go back and update my other clusters with a similar dependency?

    Thanks,

    Kevin

  • See my article here[/url] and also the relevant Microsoft KB

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • kjtyson05 (6/21/2013)


    What I had to do was place a dependency on the mount point that the disk arrays that hold "data, backup and tempdb" are online before the mount point shows online.

    Correct, the root drive must be online before the mounted volume comes online.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • thanks Perry I thought you would have relevant links to hand.

    but i still get my point 🙂

    ---------------------------------------------------------------------

  • Thanks so much for all the info and thank you Perry for the great article. Very nice piece of work!

    Thanks,

    Kevin

  • george sibbald (6/21/2013)


    thanks Perry I thought you would have relevant links to hand.

    but i still get my point 🙂

    😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • kjtyson05 (6/21/2013)


    Thanks so much for all the info and thank you Perry for the great article. Very nice piece of work!

    Thanks,

    Kevin

    Glad you found it helpful 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 13 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic. Login to reply