I can't connect VirtualIP pacemaker SQL server cluster by user domain windows authentication

Nopawich Lertjarurnpongsah 0 Reputation points
2023-03-18T02:26:39.0866667+00:00

I can't connect VirtualIP pacemaker SQL server cluster by user domain windows authenticationerror 18452

Now i can do :

  • Connect VirtualIP pacemaker SQL server cluster by Local admin user ex. sa account
  • Connect Primary node by user domain windows authentication and Local admin user

I install SQLServer2022 on RHEL8.

I need to suggestion some config for SSMS can connect VirtualIP Resource pacemaker by user domain windows authentication.

Thank you.

ps. sorry for the bad english language

SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Seeya Xi-MSFT 16,676 Reputation points
    2023-03-20T06:07:56.4733333+00:00

    Hi @Nopawich Lertjarurnpongsah,

    Here are some steps you can follow:

    Ensure that the SQL Server instance is configured to accept Windows authentication. You can check this by connecting to the SQL Server instance using SQL Server Management Studio (SSMS) and looking at the server properties.

    User's image

    If the SQL Server instance is running on a cluster, ensure that the necessary resources (such as network name, IP address, and SQL Server instance) have been properly configured in the cluster and are currently online.

    Ensure that the SQL Server instance is configured to allow remote connections. You can check this by opening the SQL Server Configuration Manager and verifying that the SQL Server Browser service is running and that TCP/IP is enabled.

    User's image

    User's image

    User's image

    Best regards,

    Seeya


    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".


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.