I can't connect VirtualIP pacemaker to SQL Server cluster by user domain Windows authentication
Now I can :
- 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 installed SQL Server 2022 on RHEL8.
I need to suggestion some config for SSMS can connect VirtualIP Resource pacemaker by user domain windows authentication.
PS: sorry for the bad English. I need to suggestion some config for SSMS can connect VirtualIP Resource pacemaker by user domain windows authentication.
Thank you.
The error message on your screenshot clearly explains the cause of the issue. You are using Windows authentication when connecting, but your account comes from a different AD domain than the one the server is in, and there is no trust relationship defined between these two domains.
Your options are: