|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 11:42 PM
Points: 89,
Visits: 374
|
|
| Where we would run SETSPN command for SQL Server ? -On DB Server on the domain controller ?
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 8:27 PM
Points: 6,735,
Visits: 11,788
|
|
Either one, as long as both as connected to the domain. The changes it invokes are made to Active Directory not to the computer where it is run so it's more important who runs it (must have privileges to manage SPNs in AD) not where it is run.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 11:42 PM
Points: 89,
Visits: 374
|
|
Thanks
When I put SETSPN - L FQDN
I am not able to see spn for sql server (MSSQLSVC/fqdn:portno)
But when I put SETSPN -L <sqlservice account> I could see Spn for sql server
is this because of spn not proper registered ?
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 8:27 PM
Points: 6,735,
Visits: 11,788
|
|
Akkare (3/23/2013) Thanks
When I put SETSPN - L FQDN
I am not able to see spn for sql server (MSSQLSVC/fqdn:portno)
But when I put SETSPN -L <sqlservice account> I could see Spn for sql server
is this because of spn not proper registered ?
It depends. Which account is your SQL Server service setup to log on as?
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 11:42 PM
Points: 89,
Visits: 374
|
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 8:27 PM
Points: 6,735,
Visits: 11,788
|
|
When running the service as a named domain account the SPN must be registered to the domain account which is why you do not see it when you ask to see the FQDN.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|