Is it possible to run two instance in Cluster

  • HI,

    I am getting performanence issue on two instances runnning in cluster server ?

    Please advice me,

    Thanks

    jerry

  • Thats pretty vague.

    What performance issues are you getting?

    Are both instances runnning on the same node? If so, have you tried running them in an active/active setup by having an instance on each node?

    Is max memory configured to allow for both instances and the OS?

  • both instances running on active node..

  • MysteryJimbo (1/6/2012)


    What performance issues are you getting?

    If so, have you tried running them in an active/active setup by having an instance on each node?

    Is max memory configured to allow for both instances and the OS?

  • MysteryJimbo (1/6/2012)


    MysteryJimbo (1/6/2012)


    What performance issues are you getting?

    If so, have you tried running them in an active/active setup by having an instance on each node?

    Is max memory configured to allow for both instances and the OS?

    I just wanted to re-iterate the questions

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • My advice is collect performance metrics on both instances, and put together a plan based on those that will handle any meaningful performance bottlenecks or resource-depletion issues.

    Start with gathering actual metrics on both.

    - Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
    Property of The Thread

    "Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon

  • We had similar issues in our environment when two instances shared a node. Currently, on sql startup (like after failover), we have a procedure that runs and checks how many instances are on the current node, adjusting max server memory accordingly. It helps, but we still try to keep the instances on their own nodes as much as possible due to other performance bottlenecks that slowly creep in.

Viewing 7 posts - 1 through 6 (of 6 total)

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