Can't be able to add node to a SQL server failover cluster

AMRITANSHU AMRITANSHU 1 Reputation point
2020-08-19T05:08:11.483+00:00

While adding a node to a Sql server failover cluster,
I am getting error like this - 18617-img-20200818-185853.jpg
Error: The credentials you provided for the Sql server agent service are invalid.

18589-img-20200818-185853.jpg

SQL Server | Other
{count} votes

3 answers

Sort by: Most helpful
  1. m 4,276 Reputation points
    2020-08-19T06:48:28.897+00:00

    Hi @AMRITANSHU AMRITANSHU

    Error: The credentials you provided for the Sql server agent service are invalid.

    Quote from the similar case : https://social.msdn.microsoft.com/Forums/sqlserver/en-US/43e025f0-538c-4416-8950-468443759329/adding-second-node-to-sql-server-cluster-fails-credential-for-sql-server-agent-is-invalid?forum=sqldisasterrecovery

    The error clearly states that the service account for SQL Server Agent service is not invalid. Please make sure you have input correct account name and password and also ensure that the Activity Directory Service (ADS) is running properly so that the account you use can be validated by ADS.

    Similar case: https://social.msdn.microsoft.com/Forums/en-US/5c2f43e9-f44f-4d1d-b3cf-86fc1dd6e765/sql-server-agent-service-are-invalid?forum=sqldisasterrecovery

    More information: https://learn.microsoft.com/en-us/sql/sql-server/failover-clusters/install/add-or-remove-nodes-in-a-sql-server-failover-cluster-setup?view=sql-server-ver15#to-add-a-node-to-an-existing--failover-cluster-instance

    BR,
    Mia
    If the reply helped, please “Accept Answer” and upvote it.--Mia

    1 person found this answer helpful.
    0 comments No comments

  2. m 4,276 Reputation points
    2020-08-24T08:07:32.14+00:00

    Hi @AMRITANSHU AMRITANSHU ,

    Is the reply helpful?

    BR,
    Mia
    If the reply is helped, please do "Accept Answer".--Mia

    0 comments No comments

  3. m 4,276 Reputation points
    2020-08-26T01:22:51.777+00:00

    Hi @AMRITANSHU AMRITANSHU ,

    Is the reply helpful?

    BR,
    Mia
    If the reply is helped, please do "Accept Answer".--Mia

    0 comments No comments

Your answer

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