FIM/MIM: Installation using an SQL Server Alias
Purpose
The purpose of this document is to provide an illustration of how to install Forefront Identity Manager 2010 (FIM 2010) where you need to install using a different SQL Server port. We can accomplish this task by using a SQL Server Alias.
By default, FIM 2010 communicates to SQL Server using port 1433. Often there is a desire to configure SQL Server to listen on a non-default port.
Solution
Install the Full-Text Search feature for the SQL Server instance.
Create a SQL Server Alias (http://msdn.microsoft.com/en-us/library/ms190445.aspx).
Configure TCP parameter Port Number to be used by the alias to connect to SQL Server. (Here we used 1529)
Restart the SQL Service
Create a DNS record (A Record) for the alias and use IP Address of the SQL Server.
From an administrative command prompt run :> ipconfig /flushdns
From an administrative Command Prompt run the following:
setspn -S MSSQLsvc/SQL2008Alias.contoso.com:1433 SVC_FIMSERVICE setspn -S MSSQLsvc/SQL2008Alias:1433 SVC_FIMSERVICE
When installing FIM, connect to the SQL database
For Database Server use ALIAS\INSTANCE