Hi,
Please check the following steps:
1. Install Windows 2003 Cluster
2. Install SQL 2000/2005 Cluster
3. By default, Windows will not register SQL Server virtual name in Active Directory, for successfully installing SCCM 2007 on Clustered SQL Server, you must register it. Go to step 4
4. Run setspn.exe (you can download it from Microsoft download center:http://www.microsof
setspn MSSQLSvc/SQLSERVER1:1433
SQLSERVER1 is your SQL Server virtual name
setspn MSSQLSvc/SQLSERVER1.contos
SQLSERVER1.contoso.com is FQDN for SQL Server virtual name
5. Add computer account for installing SCCM 2007 to local administrators group on every SQL cluster node.
6. Add user account for installing SCCM 2007 to local administrators group on every SQL cluster node.
7. Restart computer for installing SCCM 2007, and logon with user account for setup
8. Launch SCCM 2007 installer, conduct a normal setup
Main Topics
Browse All Topics





by: gacusPosted on 2009-02-02 at 17:16:54ID: 23533304
The Site server and SQL Server are on two different domains. There is a forest trust between them with selective auth.