top of page
  • Mike Walker

Scaling SharePoint Topologies Session


Hosting_SharePointProducts2010

Simon Skaria gave a great session. I was very impressed with the architectural thought process and approach to designing SharePoint sites. This is a bit different from a typical Microsoft session, very refreshing. 

The session was great for intranets but didn’t cover internets at all. I would assume that these are similar but there are other considerations to support the usage profiles and security that is attributed to an internet type of site. There is follow-up topology information for SP2010 on the SharePoint Server 2010 TechNet site located here:

This model helps you understand hosting environments and provides an overview of the following:

  1. Hosting features and concepts such as multitenancy, site subscriptions, and service partitioning

  2. Enterprise hosting environments

  3. Shared hosting environments

Additionally the hardware requirements can be found here:

Key Themes

  1. Patterns can be used to accelerate deployments

  2. Improved Security Model

    1. Claims based authorization

    2. Cross farm communication

  3. Administration simplified

  4. Service Isolation

  5. Each app can use separate database and optionally separate app pool

  6. Support mult applications with different accounts and databases

  7. Multitenency support

  8. Some service apps can be partitioned to handle multi-tenants

General Considerations

  1. Start with logical architecture

    1. Consolidated vs. Distributed

  2. Logical Topology Considerations

  3. Business Needs, Regulatory Impacts, IT considerations (information architecture)

  4. Physical Considerations

  5. Scale up vs. Scale Out

  6. Link Latency – If you are deploying over a WAN and how to handle this.

  7. Directory Architecture – Host services relationship with AD and how to handle sync

  8. Separate meta data repositories based on the need in the organization. Example HR could create tags that manages personnel. For example, pay grade or performance ratings. This metadata wouldn’t go outside the HR department.

  9. MOSS 2007 is not interoperable with 2010 farms

  10. Microsoft’s suggestions on upgrading

    1. Upgrade All – This seems a bit risky, especially if you have mission critical solutions on SharePoint. Additionally it could be time intensive.

    2. Phased Upgrade – This is what Microsoft is doing internally. They do weekend upgrades till they get all upgrade.

Scaling Services – General recommendations are to scale within the farm. Identify where there are bottlenecks are put them on their own dedicated server.

  1. Search and user profiles are SQL intensive and can be a bottle neck.

  2. Usage logging service (new) you want to put that on a separate server

  3. Scale out on each tier.

  4. Add Web front Ends (WFE) for content servers if additional capacity is needed

  5. Add apps servers for LOB centric / transactional needs.

  6. Adding multiple content farms will help for organizations that deal with a lot of content to scale

  7. Multiple service farms are used in international WAN based solutions.

Scenarios where given for implementation profiles of small to mid to large size companies. These profiles are great starting points but I see that there are a lot more patterns that will be more applicable. For example, the mid sized profile doesn’t account for Disaster Recovery or High Availability. These two non-functional requirements do not hinge on the number of users. 

The small company profile was fairly simplistic with WFE and app server combined with dedicated SQL Server.

For mid sized profile < 50k users.

  1. Single farm

  2. Isolated web apps

  3. Multiple services apps (metadata)

  4. Multiple proxy groups

  5. WFE and Application Server is separated

  6. SQL on separate server

Large Enterprise profile is >50k users that may be international distribution and leveraging most if not all advanced features of the SharePoint platform.

  1. Multiple farms that could be distributed across datacenters.

  2. Centralized IT services that manages the growth through governance and policy

  3. Disaster Recovery support and High availability. These two where not talked about in length.

For more resources, take a look at:

- SharePoint 2010 Website - to view SharePoint 2010 in action

- SharePoint 2010 forum- for SharePoint 2010 questions

- SharePoint 2010 PressPass- for the SPC 2009 keynote video, a Q&A with Jeff Teper, and more

- SharePoint 2010 Developer Center - for developer info

- http://www.microsoft.com/sharepoint - for more SharePoint information

0 views0 comments

Comentários


bottom of page