<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ronald de Kock &#187; SQL Server</title>
	<atom:link href="http://www.rdekock.nl/category/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rdekock.nl</link>
	<description></description>
	<lastBuildDate>Fri, 05 Aug 2011 10:03:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>ServicePrincipalName (SPN) and SQL 2008 Failover Cluster</title>
		<link>http://www.rdekock.nl/serviceprincipalname-spn-and-sql-2008-failover-cluster/</link>
		<comments>http://www.rdekock.nl/serviceprincipalname-spn-and-sql-2008-failover-cluster/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 19:32:08 +0000</pubDate>
		<dc:creator>Ronald de Kock</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.rdekock.nl/?p=98</guid>
		<description><![CDATA[When installing a SQL 2008 Server Failover Cluster it is necessary to create SPN&#8217;s for the SQL Server Service Account. One way to accomplish this is to tweak the Service User Account used for running the SQL Server. The permissions of the Service Account can to be adjusted to allow it to create and remove SPN&#8217;s. Use [...]]]></description>
			<content:encoded><![CDATA[<p>When installing a SQL 2008 Server Failover Cluster it is necessary to create SPN&#8217;s for the SQL Server Service Account. One way to accomplish this is to tweak the Service User Account used for running the SQL Server. The permissions of the Service Account can to be adjusted to allow it to create and remove SPN&#8217;s.</p>
<p>Use ADSI Edit (included in Server 2008) and connect to the Default Naming Context.<br />
Locate the Service Account, open the security tab.<br />
Select SELF in the group or user names windows and check the Allow box for  &#8221;Write public information&#8221; .</p>
<div id="attachment_101" class="wp-caption alignnone" style="width: 281px"><img class="size-medium wp-image-101" title="SQL_permission_service_account" src="http://www.rdekock.nl/wp-uploads/2010/03/SQL_permission_service_account-271x300.jpg" alt="SELF permissions" width="271" height="300" /><p class="wp-caption-text">SELF permissions</p></div>
<p>After making the change restart the SQL Server service. The Service Account will register the SPN automatically.</p>
<p>To check if the SPN&#8217;s are registered correctly open a command prompt and do:<br />
setspn -L Serviceaccount (e.g. SA_SQL2008_01)</p>
<p>The output should look like:<br />
Registered ServicePrincipal Names for CN=SA_SQL2008_01, OU=Service Accounts, DC=Contoso, DC=com</p>
<p>MSSQLSvc/FQDN:1433</p>
<p>Works like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rdekock.nl/serviceprincipalname-spn-and-sql-2008-failover-cluster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

