Share via

Error adding CPU on SQL 2016 Instance

Marco Milone 51 Reputation points
2021-10-14T12:55:46.313+00:00

Hi, I have a big problem in my SQL 2016 AlwaysOn instance.

I trying to add some cpu on Instance from SSMS in processor affinity tab and i got this error:

140560-image.png

It's a bug or a configuration issue?

how can solve this?

Thanks all!

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

2 answers

Sort by: Most helpful
  1. AmeliaGu-MSFT 14,016 Reputation points Microsoft External Staff
    2021-10-15T02:30:21.497+00:00

    Hi MarcoMilone-6587,
    Please try to use the command to see if the issue occurs:

    ALTER SERVER CONFIGURATION SET PROCESS AFFINITY NUMANODE = 0  
    GO  
    

    In addition, please try to install the latest SP3 for SQL Server 2016. Here is a doc about Rolling Upgrade for Always On which might be helpful.

    Best Regards,
    Amelia


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

  2. Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
    2021-10-14T21:22:24.003+00:00

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.