Viewing 7 posts - 1 through 7 (of 7 total)
Ok I set spn to VNN but the CNN goes always to ntlm no kerberos
October 10, 2018 at 11:13 am
Ok my two node respond to kerberos authentification but virtualIp (VNN) cluster respond with NTLM , it's normal or i must do spn for the cluster virtual IP
October 10, 2018 at 7:59 am
For the error for Kerberos configuration manger, it's a error acces wmi information. But i try with winrm with the same account (domain admin) and i get infomation .
October 4, 2018 at 11:25 am
begin
DECLARE @Domain NVARCHAR(100)
EXEC master.dbo.xp_regread 'HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\services\Tcpip\Parameters', N'Domain',@Domain OUTPUT
--SELECT Cast(SERVERPROPERTY('MachineName') as nvarchar) +...
October 4, 2018 at 6:02 am
I will resume
The two or many node under cluster must be have the same account for the service ans the spn bound as like
setspn MSSQLsvc/node1.domain.com...
October 4, 2018 at 5:41 am
Yes i do this
the setspn -L accountName return the service name/server good
the setspn -L serverName don't return the service returned with the precedent command
but bizarre the...
October 3, 2018 at 10:50 am
I try Microsoft Kerberos Configuration Manager for SQL Server but it's not...
October 3, 2018 at 5:31 am
Viewing 7 posts - 1 through 7 (of 7 total)