W2K3 EE German x64 and SQL Server 2005 Standard x64 as single Instance in an Cluster

  • Hello,

    i have a problem with an Installation of SQL Server 2005 x64 Standard(German) as single instance in a Microsoft W2K3 Cluster. The Sql server process only runs on one core of the 4 processors with nearly 100% CPU time. All other cores are in an idle state.

    Changing the configured values for parallelism only cause that the SQL server process is jumping to another core of any of the processors.

    Here is the output from sp_configure:

    Name min max configured running

    Ad Hoc Distributed Queries 0 1 0 0

    affinity I/O mask -2147483648 2147483647 0 0

    affinity mask -2147483648 2147483647 0 0

    affinity64 I/O mask -2147483648 2147483647 0 0

    affinity64 mask -2147483648 2147483647 0 0

    Agent XPs 0 1 1 1

    allow updates 0 1 0 0

    awe enabled 0 1 0 0

    blocked process threshold 0 86400 0 0

    c2 audit mode 0 1 0 0

    clr enabled 0 1 0 0

    cost threshold for parallelism 0 32767 5 5

    cross db ownership chaining 0 1 0 0

    cursor threshold -1 2147483647 -1 -1

    Database Mail XPs 0 1 0 0

    default full-text language 0 2147483647 1031 1031

    default language 0 9999 1 1

    default trace enabled 0 1 1 1

    disallow results from triggers 0 1 0 0

    fill factor (%) 0 100 0 0

    ft crawl bandwidth (max) 0 32767 100 100

    ft crawl bandwidth (min) 0 32767 0 0

    ft notify bandwidth (max) 0 32767 100 100

    ft notify bandwidth (min) 0 32767 0 0

    index create memory (KB) 704 2147483647 0 0

    in-doubt xact resolution 0 2 0 0

    lightweight pooling 0 1 0 0

    locks 5000 2147483647 0 0

    max degree of parallelism 0 64 0 0

    max full-text crawl range 0 256 4 4

    max server memory (MB) 16 2147483647 2147483647 2147483647

    max text repl size (B) 0 2147483647 65536 65536

    max worker threads 128 32767 255 0

    media retention 0 365 0 0

    min memory per query (KB) 512 2147483647 1024 1024

    min server memory (MB) 0 2147483647 0 0

    nested triggers 0 1 1 1

    network packet size (B) 512 32767 4096 4096

    Ole Automation Procedures 0 1 0 0

    open objects 0 2147483647 0 0

    PH timeout (s) 1 3600 60 60

    precompute rank 0 1 0 0

    priority boost 0 1 0 0

    query governor cost limit 0 2147483647 0 0

    query wait (s) -1 2147483647 -1 -1

    recovery interval (min) 0 32767 0 0

    remote access 0 1 1 1

    remote admin connections 0 1 0 0

    remote login timeout (s) 0 2147483647 20 20

    remote proc trans 0 1 0 0

    remote query timeout (s) 0 2147483647 600 600

    Replication XPs 0 1 0 0

    scan for startup procs 0 1 0 0

    server trigger recursion 0 1 1 1

    set working set size 0 1 0 0

    show advanced options 0 1 1 1

    SMO and DMO XPs 0 1 1 1

    SQL Mail XPs 0 1 0 0

    transform noise words 0 1 0 0

    two digit year cutoff 1753 9999 2049 2049

    user connections 0 32767 0 0

    user options 0 32767 0 0

    Web Assistant Procedures 0 1 0 0

    xp_cmdshell 0 1 0 0

    With parameters should be changed to distribute the SQL server Process over all cores? Please help me!

    Best regards

    Franz

  • I may not be the right person to answer this, but the first thing that comes to my mind is: Do you mean that all queries are running on one CPU, or just that the service itself is only running on one CPU?

    If it's everything on one CPU, service and queries, then it's almost certainly a problem with the CPU affinity settings. Not sure what they should be on your machine, but that's what I'd look at first.

    - 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

  • Let's clarify something: The parallelism setting has absolutley no bearing on cpu use, all it does is allow or limit parallel plan generation.

    I seem to remember we had a post about sql server appearing to run on one core before - can't remember what the issue was. I'd check out the cpu affinity and any windows resource settings.

    The other point of course is how you are actually monitoring :- I'd be interested to know how you know which core/cpu sql server is using?

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • Hello,

    with the taskmanager i can see all 16 cores of the server. Only one of them is busy nearly 100 % . Under processes in the taskmanger the highest cpu use is by the sqlserver.exe. So i think that the SQL server process is not able to use the other cores.

    Best regards

    Franz

  • That's definitely a CPU Affinity issue. Check your settings on that.

    - 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

Viewing 5 posts - 1 through 4 (of 4 total)

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