pnyce24 Posted September 11, 2012 Report post Posted September 11, 2012 Good Morning, I'm currently in the process of migrating SCCM 2007 to 2012 and wanted to know how should I setup my new site structure in SCCM 2012. The current site structure we have now in SCCM 2007 is this: 1 Primary Site 3 Secondary Sites w/ a DP(Distribution Point) server at each site. Total Clients= 500 After reading some documenatation I was thinking of going to one CAS, and one primary site with distribution points instead of secondary sites. What do you all think? Thanks in advance Paul Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted September 11, 2012 Report post Posted September 11, 2012 Why the CAS? Quote Share this post Link to post Share on other sites More sharing options...
Tay Posted September 11, 2012 Report post Posted September 11, 2012 Primary site and DP's that is all you need. Quote Share this post Link to post Share on other sites More sharing options...
Oneone Posted September 12, 2012 Report post Posted September 12, 2012 You def dont need a CAS when running 500 clients. Primary site Run the rest as DPs Quote Share this post Link to post Share on other sites More sharing options...
pnyce24 Posted September 12, 2012 Report post Posted September 12, 2012 The only reason I was thinking about adding a CAS was for future growth. But thinking about it now, I doubt we ever go over 1500 clients across all three sites. Also, can I use SQL server 2012 for the database? I know the requirements state SQL Server 2008, but SQL 2012 is my preference. Thanks everyone in advance Paul Quote Share this post Link to post Share on other sites More sharing options...
Oneone Posted September 12, 2012 Report post Posted September 12, 2012 You will be able to use 2012 SQL as soon as the SP1 for CM 2012 is released. And you still dont need a CAS for 1500 clients, maybe if you where running 10k clients or more. Quote Share this post Link to post Share on other sites More sharing options...
pnyce24 Posted September 12, 2012 Report post Posted September 12, 2012 Those that mean I can use 2012 SQL, and it's just not supported until SP1 CM 2012 comes out, or are you saying it will not run properly using 2012 SQL. The reason i'm asking is because I'm currently running SQL 2012 for SCOM 2012 and it's working fine. Thanks, Paul Quote Share this post Link to post Share on other sites More sharing options...
binarymime Posted September 12, 2012 Report post Posted September 12, 2012 For our school division we have approximately 3000 clients spread out over 42 sites, config is as follows: 1 Primary Site 1 SQL Server (Remote) 42 DP's As stated above, do not use a CAS, totally unnecessary, you would only need one if you had more than one Primary site, and you would only need more than one primary site if you were reaching the theoretical limit on the amount of clients supported in one primary site which is 100,000. This works perfectly for our situation, however in our case we use 80GB dedicated partitions for DP's, i cannot stress the importance of having adequate disk space for ditribution points and future growth, i also strongly advise a dedicated sql server, hosting them both on the same box will drag your performance down depending on how heavily the SQL database is taxed Regarding the version of the SQL server, always check the SCCM whitepaper, i believe the newest currently supported, which we are using is 2008 R2 CU 6..., when 2012 is supported, just do an in place upgrade (i am totally assuming you can) if not just migrate your database to a replacement 2012 server when the time comes...maybe im just not sure why you specifically want a 2012 SQL server over 2008...in my opinion always go with the newest supported Quote Share this post Link to post Share on other sites More sharing options...
pnyce24 Posted September 12, 2012 Report post Posted September 12, 2012 For our school division we have approximately 3000 clients spread out over 42 sites, config is as follows: 1 Primary Site 1 SQL Server (Remote) 42 DP's As stated above, do not use a CAS, totally unnecessary, you would only need one if you had more than one Primary site, and you would only need more than one primary site if you were reaching the theoretical limit on the amount of clients supported in one primary site which is 100,000. This works perfectly for our situation, however in our case we use 80GB dedicated partitions for DP's, i cannot stress the importance of having adequate disk space for ditribution points and future growth, i also strongly advise a dedicated sql server, hosting them both on the same box will drag your performance down depending on how heavily the SQL database is taxed Regarding the version of the SQL server, always check the SCCM whitepaper, i believe the newest currently supported, which we are using is 2008 R2 CU 6..., when 2012 is supported, just do an in place upgrade (i am totally assuming you can) if not just migrate your database to a replacement 2012 server when the time comes...maybe im just not sure why you specifically want a 2012 SQL server over 2008...in my opinion always go with the newest supported Thanks for that information, especially about creating dedicated partitions for the DP's. We are also hosting SCCM and SQL on its own dedicated servers. Are you using VM's for any of these? As for which version of SQL server to use, I just prefer SQL 2012 because in my opinion installing 2008 always caused me issues during installation. SQL 2012 installation goes so much more smoothly. Quote Share this post Link to post Share on other sites More sharing options...
binarymime Posted September 12, 2012 Report post Posted September 12, 2012 Primary server and SQL server along with DP's are all hosted on vmware virtual machines, i have never had issues with the 2008 installation, just followed the wizard. I would recommned that you install it with the default instance intact and then add a dedicated SCCM instance on top of it, there have been indexing issues in past release when not keeping the default instance intact. I should correct myself that we are using SQL 2008 R2 SP2 with no CU. Also as an added tip, when you create your boundary groups, use one group for site assignment, and create a seperate boundary grp for distribution points Thanks 1 Quote Share this post Link to post Share on other sites More sharing options...