1 / 48

Architecting the Network for SharePoint 2010 2007

Architecting the Network for SharePoint 2010 2007. Presented by Michael Koyfman Solution Architect. F5 Continues to be #1 in the WW Application Delivery Controller Market for Q110. Q110 Gartner ADC Market Share. Q110 ADC* Market Share Leaders F5 : 44.2% Cisco: 22.4% Citrix: 10.6%

verdad
Download Presentation

Architecting the Network for SharePoint 2010 2007

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Architecting the Network for SharePoint 20102007 Presented by Michael Koyfman Solution Architect

  2. F5 Continues to be #1 in the WW Application Delivery Controller Market for Q110 Q110 Gartner ADC Market Share • Q110 ADC* Market Share Leaders • F5 : 44.2% • Cisco: 22.4% • Citrix: 10.6% • Q110 ADC Market Share Revenue Leaders • F5: $126.4 Million • Cisco: $64 Million • Citrix: $30.4 Million • Q110 ADC Q/Q Revenue Growth • F5: 12.5% • Cisco: -8.6% • Citrix: -15% • Q110 ADC Total Market Numbers • Revenue: $285.7 Million • Q/Q Revenue Growth: 1% • *Application Delivery Controller (ADC) Segment Includes: Server Load Balancing/Layers 4-7 Switching and Advanced (Integrated) Platforms Citrix 10.6% Radware 8.8% Cisco 22.4% Others 13.9% F5 NETWORKS 44.2% SOURCE: Gartner

  3. F5 Dominates in Advanced Platform ADC Segment for Q110 Q110 Gartner Advanced Platform ADC Market Share • Q110 Advanced Platform ADC* Market Share Leaders • F5: 61% • Citrix: 15.7% • Radware: 10.5% • Q110 Advanced Platform ADC Market Share Revenue Leaders • F5: $126.4 Million • Citrix: $30.4 Million • Radware: $21.7 Million • Q110 Advanced Platform ADC Q/Q Revenue Growth • F5: 12.5% • Citrix: -15% • Radware: 2.4% • Q110 Advanced Platform ADC Total Market Numbers • Revenue: $207.1 Million • Q/Q Revenue Growth: 4.3% • *Advanced Platform Segment Includes: ADCs that integrate several functions (typically more than four) on a single platform (for example, load balancing, TCP, connection management, SSL offload, compression and caching) Radware 10.5% Others 13.8% Citrix 15.7% F5 NETWORKS 61% SOURCE: Gartner

  4. Leadership Position Magic Quadrant for Application Delivery Controllers, 2009 • F5 Networks - Strengths • F5 Networks has a broad and comprehensive vision with industry-leading understanding of the needs of application development, deployment and management. • The vendor has a comprehensive feature set with a full range of extensibility delivered through iRules and iControl, and integration with popular integrated development environments (IDEs), such as Eclipse and .NET/Visual Basic. • F5 has developed a very large community of committed users (using F5's DevCentral portal) that helps fuel the use of iRules to solve unique data center application challenges, creating a loyal and engaged user base. • F5 has a solid financial position and continued market-leading position. SOURCE Link

  5. Purpose: How can the Network be Leveraged to achieve: • Scalability • Building the Right Infrastructure to Meet the Current User Load, and Also Allow for Future Growth. • High Availability • Architecting the “Bullet Proof” SharePoint Deployment • Eradicating the Single Points of Failure • Performance • Building a SharePoint Deployment with the Best Possible End User Experience

  6. Load Balancing Concepts User Requests The Typical Single Server Deployment Users connect directly to the open IP:Port of the Server No redundancy, little scalability Single Server

  7. Load Balancing Concepts • Introduction of the Load Balancer • Hardware Device • Different models for capacity • Sits in front of the server farm, accepting the user connections, and then dispatching the connection to a chosen server. • Most modern LBs are multi-function • (caching, compression, rate shaping, firewalling, etc…) • Most LBs can load balance multiple types of traffic User Requests Farm of Servers Instead of a single server, a Load Balancer allows you to scale the number of available servers

  8. Load Balancing Concepts • How it works: • A properly configured Load Balancer is constantly monitoring the health and availability of the servers in the farm. It will use this information to help it make a load balancing decision. • Instead of the User making the connection directly to the server, the User makes a connection to the Virtual Server, which resides on the external facing side of the Load Balancer • The Load Balancer will send the connection to a specific server based upon • The LB algorithm selected • Health & Availability of the servers User Requests Farm of Servers

  9. Load Balancing Concepts • Load Balancing Methods: • Some are static • Round Robin • Ratio • Some are dynamic, and try to take certain network and server characteristics into account • Least Connections • Fastest Server • Trending User Requests Farm of Servers Historically, static methods were preferred, as they tended to have the lightest impact on the Load Balancer, however today’s Load Balancers are capable of handling even complex LB algorithms without any performance degradation. F5 recommends using a dynamic LB method with SharePoint.

  10. Load Balancing Concepts Persistence: Once a user is sent to a specific server, do follow on connections/requests need to be sent to the same server? Common Persistence Methods: Source IP Based Cookie Based SSL ID Custom Methods User Requests Farm of Servers Most SharePoint deployments do not require persistence, however since a SharePoint front end can build an object cache, there is benefit to enabling it. It’s recommended to use a combination of Cookie & Source IP based persistence.

  11. Load Balancing Concepts • Leveraging a Load Balancer to Eliminate the Single Points of Failure • Redundant Load Balancers • Instant failover • Share state • Redundant & Meshed Switch Architecture • No single path out to the next hop • Spanning Tree support • Multihomed Networks • Multiple ISP links into the Data Center • Multiple Data Centers • “Global” load balancing User Requests Farm of Servers Is it possible to eliminate all the Single Points of Failure? Is ‘5 9s of uptime’ achievable? Realistic?

  12. What Else Can My Load Balancer Do? *Differs by vendor, but most include technologies to alleviate server load, accelerate traffic, and minimize bandwidth utilization. User Requests • SSL termination • Compression • Content Spooling • TCP multiplexing • TCP optimizations • Browser optimizations • Rate shaping • Intelligent Browser Referencing (caching at the browser) • Results from using these features with SharePoint 2007 can be found herehttp://h71019.www7.hp.com/ActiveAnswers/library/GetPage.aspx?pageid=570023&statusid=0&audienceid=0&ccid=0&langid=121 Farm of Servers

  13. Real-World Performance 1/3 Reduction in Servers 1/3 Reduction in Licenses 1/3 Reduction in Management Time 95% Fewer Connections 114.8 Million 5 Million 66% Reduction in Bandwidth 1.87 Terabyte 621 Gigabytes End-to-End Page Load Time 200% Faster 3 Seconds 1 Seconds 350 Million Page Hits in 1 Week

  14. On to SharePoint………

  15. The Single SharePoint Server Deployment User Requests • No Redundancy • Complete failure with any piece • No Scalability • Measurable maximum capacity • 50 to 75 Requests per second max • Performance Concerns • Early performance degradation • Single Server: • Web Server • Application Server • Database • Microsoft on the Single Server Deployment • Good for evaluation • Good for very small deployments • Benefit of minimal overhead • http://technet.microsoft.com/en-us/library/cc263202.aspx

  16. Scaling Out The Deployment • “The Small Server Farm” • Common initial deployment • Database split from Front End Servers • Meets requirements for HA • Allows for future scalability • 175 to 250 RPS Maximum • Front End Servers are responsible for • Servicing web requests • Application Services, such as • Searching • Indexing User Requests • Each Server Running • Web Server • Application Roles Clustered or Mirrored SQL Database Source : http://technet.microsoft.com/en-us/library/cc262243.aspx

  17. Scaling Out The Deployment • “The Medium Server Farm” • Same as the Small Server Farm, however the Application Server has been split from the Web Servers • 175 to 250 RPS Maximum • Allows the Application Server’s CPU intensive functionality (search, excel services, etc) to have dedicated CPU cycles User Requests Web Servers Application Server Clustered or Mirrored SQL Database Source: http://technet2.microsoft.com/Office/en-us/library/bd99c3a9-0333-4c1c-9793-a145769e48e61033.mspx?mfr=true

  18. Scaling Out The Deployment “The Large Server Farm” All Servers, including Web, Application, and DB are scaled to meet demand Can scale to support “Hundreds of thousands of users” Availability Work Sheet from Microsoft http://technet2.microsoft.com/Office/en-us/library/9ccfb27f-ecba-4b7d-b9a0-88fac71478a31033.mspx?mfr=true User Requests Web Servers Application Servers Clustered or Mirrored SQL Database Source: http://technet2.microsoft.com/Office/en-us/library/bd99c3a9-0333-4c1c-9793-a145769e48e61033.mspx?mfr=true

  19. Scalability – The Art of Sizing • The Challenge is to size the deployment appropriately • How many servers are needed? • How are the server roles split? • What type of hardware should be used? • The 2 Sided Sizing Dilemma • Microsoft can’t give precise sizing guidelines • Customers can’t precisely profile their user base • Fortunately, the amount of accurate and reliable sizing information is dramatically increasing

  20. Scaling the Network vs. Scaling the Servers What needs to be considered when sizing? Is scaling a server infrastructure linear with scaling the network? Considerations for server sizing include How many total users? How many concurrent users on average? Typical behavior of users? Posting, searching…. Etc. How many page views per person? How many users at peak times? How many sites are planned? What hardware architecture is being used? Considerations for network sizing include What are the peak new connections per second? What is the peak number of users/connections? What is the peak bandwidth being consumed? How many servers is the Load Balancer responsible for monitoring? What else will the Load Balancer be doing? Caching, Compression……etc http://technet.microsoft.com/en-us/library/cc261700.aspx

  21. BIG-IP 11050 BIG-IP Hardware Line-up 2 x Hex core CPU 16 10/100/1000 + 8x 10 SFP+ 10Gbps 2x 320 GB HD (S/W RAID) + 8GB CF 32 GB memory SSL @ 100K TPS / 15Gb bulk 12 Gbps max software compression 40 Gbps Traffic BIG-IP 8950 BIG-IP 8900 2 x Quad core CPU 16 10/100/1000 + 8x 1GB SFP + 2x 10Gb SFP+ 2x 320 GB HD (S/W RAID) + 8GB CF ? 16 GB memory SSL @ 56K TPS / 9.6Gb bulk 8 Gbps max software compression 20 Gbps Traffic BIG-IP 6900 2 x Quad core CPU 16 10/100/1000 + 8x 1Gb SFP + 2x 10Gb SFP+ 2x 320 GB HD (S/W RAID) + 8GB CF 16 GB memory SSL @ 58K TPS / 9.6Gb bulk 8 Gbps max hardware compression 12 Gbps Traffic BIG-IP 3900 2 x Dual core CPU 16 10/100/1000 + 8x 1Gb SFP 2x 320 GB HD (S/W RAID) + 8GB CF 8 GB memory SSL @ 25K TPS / 4 Gb bulk 5 Gbps max hardware compression 6 Gbps Traffic Quad core CPU 8 10/100/1000 + 4x 1Gb SFP 1x 300 GB HD + 8GB CF 8 GB memory SSL @ 15K TPS / 3.8 Gb bulk 3.8 Gbps max software compression 4 Gbps Traffic BIG-IP 3600 Dual core CPU 8 10/100/1000 + 2x 1Gb SFP 1x 160 GB HD + 8GB CF 4 GB memory SSL @ 10K TPS / 2 Gb bulk 1 Gbps max software compression 2 GbpsTraffic BIG-IP 1600 Dual core CPU 4 10/100/1000 + 2x 1Gb SFP 1x 160GB HD 4 GB memorySSL @ 5K TPS / 1 Gb Bulk 1 Gbps max software compression 1 Gbps Traffic

  22. Sizing – Rough Guidelines • A single server deployment can handle between 50 to 75 RPS. • When scaling out Web Front Ends, assume each one can handle roughly 100 RPS. Assume 85 RPS if Query Search is running on the WFE. • According to Microsoft, use the following to determine how many RPS a user will make • Light user, access every 180 secs (20/hr), 1 RPS = 180 active users • Typical user, access every 100 secs (36/hr), 1 RPS = 100 active users • Heavy user, access every 60 secs (60/hr), 1 RPS = 60 active users • Extreme user, access every 30 secs (120/hr), 1 RPS = 30 active users References: http://technet.microsoft.com/en-us/library/cc262971.aspx

  23. Sizing Resources Microsoft SharePoint 2007 Development Hoffman, Foster. Sams Publishing Part I dives into some sizing exercises Microsoft Office SharePoint Server 2007 Administrator’s Companion Bill English. Microsoft Press. Chapters 2 & 3 discusses sizing in detail Microsoft Technet Good information with sizing worksheets http://technet2.microsoft.com/Office/en-us/library/031b0634-bf99-4c23-8ebf-9d58b6a8e6ce1033.mspx?mfr=true Microsoft SharePoint Products and Technologies Team Blog http://blogs.msdn.com/sharepoint/ Joel Oleson & Mike Watson’s Blog Entries – MS IT Case Study

  24. Sizing Resources HP Sizing and Configuration Tool for Microsoft Office SharePoint Server 2007 Plug in various information about user base, and it returns a full suggested hardware package One of the most comprehensive sizing guides out there. http://h20338.www2.hp.com/activeanswers/Secure/548230-0-0-0-121.html

  25. Sizing the SQL cluster for Performance and Availability Is there a strategy to maintaining a certain maximum size to a specific SP database? Should I create separate DB’s or SQL instances for different SP sites? There is a strategy for SP DB implementation, but it has more to do with making administration (i.e. backups & restores) easier than performance. http://www.microsoft.com/downloads/details.aspx?FamilyID=B9091243-0E17-404D-8853-57309F885722&displayLang=en Sizing Guidelines Database Clustering High Availability and Scalability of SQL back end is achieved via SQL clustering technology. No Load Balancer needed. For replication, both data mirroring and log shipping is supported.

  26. Sizing the SQL cluster for Performance and Availability • As a guideline, what is the recommended number of Web Front Ends to SQL servers? • Best Practices • HA Minimum of 2 • Authenticated Traffic “4:1”* • Anonymous Traffic “6:1”* • Suggested Limit “8:1”** Sizing Guidelines Database Clustering High Availability and Scalability of SQL back end is achieved via SQL clustering technology. No Load Balancer needed. For replication, both data mirroring and log shipping is supported. *Source http://blogs.msdn.com/joelo/archive/2007/07/12/massive-scale-deployment-modularity-in-sharepoint-farms.aspx **Source http://technet2.microsoft.com/Office/en-us/library/6a13cd9f-4b44-40d6-85aa-c70a8e5c34fe1033.mspx?mfr=true

  27. Sizing vs. Performance Docs 2 Great Resources that compare how sizing affects performance Microsoft Office SharePoint Server 2007 on HP ProLiant servers – performance summary http://h71028.www7.hp.com/ERC/downloads/4AA1-1793ENW.pdf Discusses when to scale up vs. out (more cores vs. more servers) Plan for performance and capacity (Office SharePoint Server) http://technet2.microsoft.com/Office/en-us/library/8dd52916-f77d-4444-b593-1f7d6f330e5f1033.mspx?mfr=true Discusses acceptable performance limits

  28. High Availability • Health Monitoring: How does the appliance determine if the servers are up/down? • Load Balancing: How does the appliance distribute traffic to the Front Ends? • Persistence: Can (and should) the appliance keep a user attached to the same Front End that they initially attached to?

  29. Multiple Data Center Challenge Client Site 1 Site 2 Router Router BIG-IP LTM BIG-IP LTM SharePoint Farm SQL DB SharePoint Farm SQL DB Can I deploy SharePoint in Active/Active Redundant DataCenters?

  30. Client Site 1 Site 2 Router Router BIG-IP LTM BIG-IP LTM SharePoint Farm SQL DB SharePoint Farm SQL DB Multiple DataCenter Challenge Can SharePoint be deployed with Active/Active Redundant DataCenters? Not in any way supported by Microsoft. Reasoning: SQL replication engine (mirroring/log shipping) just isn’t ready to handle real time replication with concurrent SharePoint user access

  31. Multiple Data Center Challenge • Strategies to replace the Active/Active Deployment • Active/Standby Data Centers • Splitting SharePoint Sites, using both Data Centers • Data Center Multihoming

  32. Client Site 1 (Active) Site 2 (Standby) Router Router BIG-IP LTM BIG-IP LTM SharePoint Farm SharePoint Farm SQL DB Multiple Data Center Challenge Solution 1: Active/Standby DataCenter All users sent to DC1, unless it is no longer accessible. Then all users will be sent to mirrored instanced in DC2 Good solution, the main drawback is the expense.

  33. Multiple DataCenter Challenge Client Solution 2: Multiple SharePoint Sites DC 1 (Active for Site A) (Standby for Site B) DC 2 (Active for site B) (Standy for site A) SharePoint split into multiple sites, each using different SQL instances Site A uses Data Center 1 as its primary DC, and Data Center 2 as its backup Router Router BIG-IP LTM BIG-IP LTM SharePoint Farm SharePoint Farm SQL DB Site A = humanresources.intranet.net Site B = development.intranet.net Multiple Benefits, including no ‘dark fiber’.

  34. Web Servers Web Servers Application Server Application Server Clustered or Mirrored SQL Database Clustered or Mirrored SQL Database ISP (Link) Load Balancing Routing (BGP) Solution Multiple Data Center Challenge Strategy 3: Multihoming the Data Center

  35. Multihoming the Data CenterBGP Solution Use 2 or more separate ISPs to peer with each other, creating a single ‘virtual’ ISP link. Benefits: ISP Links share IP space, so DNS caching not an issue Drawbacks: Convergence time can be long. Difficult to fully leverage all available bandwidth Web Servers Application Server Clustered or Mirrored SQL Database Routing (BGP) Solution

  36. Multiple Data Center Challenge ISP Load Balancing Multiple ISP links are used. DNS used to direct users in via ISP1, ISP2, ISP3, etc.. Benefits: Performance based usage of ISP links Better Bandwidth Utilization Drawbacks: DNS caching Web Servers Application Server Clustered or Mirrored SQL Database ISP (Link) Load Balancing

  37. Performance • Problem: How Can The Content Be Delivered To The End User In The Most Efficient Way Possible? • Combination of Technologies

  38. SSL Acceleration • SSL Connections to a server can eat up as much as 30% of available CPU cycles. • SSL on NT/IIS means up to 37x fewer connections/second • SSL Acceleration Devices typically have specialized ASIC processors for terminating SSL. • SharePoint officially supports SSL offloading SSL/TLS Encrypted Clear Text HTTP • * Source: Networkshop Scaling eCommerce Infrastructure http://www.networkshop.ca

  39. Control Bandwidth Usage 2x HTTP Traffic KaZaa &Email 4x Oracle Video Conferencing 3x 1x Client The F5 Solution Business Benefit • Control bandwidth usage and spending • Minimize impact on business-critical applications • Get more bandwidth from the same size pipe • Control traffic spikes • Rate Shaping + iRules- Bandwidth management to prioritize high-priority applications over P2P traffic and other low-priority applications • Packet Filtering - Selective filtering of P2P sites based on protocol, addresses, and/or ports Control per application, per protocol, per user

  40. Fast CacheUnmatched Flexibility Provides Superior Application Offloading Intelligent memory based cache Full support for static and dynamic content Exclusive “Multi-Store” caching for prioritized application service Superior caching of pre-compressed content Most advanced cache controls - iRules

  41. HP / F5 Joint SharePoint 2007 Best Practices & Deployment Guide • Joint performance testing to determine best practices for accelerating SharePoint 2007 & 2010 • Over 100 separate tests ran & recorded, with varying network conditions, such as latency, packet loss, & bandwidth • Whitepaper (results) posted: http://www.f5.com/pdf/solution-center/hp-wp-deploy-ltm-sharepoint.pdf

  42. HP Results • Internet – asymmetric BIG-IP LTM with WebAccelerator solution • While not able to provide all the capabilities and benefits of a symmetric solution, results show that deploying a single BIG-IP LTM with WebAccelerator appliance in this scenario will have measurable benefits in terms of increased throughput and in providing users with an improved experience. • • Typical throughput improvements for the 6Mbps and 1536Kbps tests approached a factor of 2 (double the throughput). Again, it was not possible to emulate sufficient load for the 44Mbps tests to drive the accelerated WAN to capacity, but the trends are similar to the 6Mbps tests and the same degree of improvement should be expected. • • The hits-per-page ratio dropped from 3:1 (un-accelerated) to about 1.2:1 (accelerated) showing a good degree of protocol optimization. • • Average page (response) times showed improvements ranging from factors of between 3 and 5 (that is, some functions took one fifth of the time). • • Client LAN traffic was reduced to 75% of the un-accelerated cases. • • A good level of compression was achieved, but note that the users’ browsers are used to un-compress the data and need to be set to do so.

  43. Branch Office Scenario Results • Average time for a Document Open decreased 12x • Average time for a Page Open decreased by over 6x

  44. Internet Scenario Results • Average Page Open Time decreased by over 60% • Average Search Time decreased by over 40%

  45. Questions to ask ANY vendor • Give me your SharePoint Story • What testing have you done with SharePoint? • What SharePoint specific development efforts have you undertaken?

  46. Questions to ask ANY vendor • How do you determine server availability and health? • What’s the recommended method of distributing traffic? • What methods does the appliance have for persisting users?

  47. F5 Resources F5 SharePoint 2010 Deployment Guide http://www.f5.com/pdf/deployment-guides/f5-sharepoint-2010-dg.pdf HP F5 SharePoint Acceleration Doc http://h71019.www7.hp.com/ActiveAnswers/library/GetPage.aspx?pageid=570023&statusid=0&audienceid=0&ccid=0&langid=121 F5 Microsoft Business Development Team Jeff Bellamy–Business Development Director for the Microsoft Partnership – j.bellamy@f5.com – 425-890-1331 Ryan Korock – Senior Solutions Architect – r.korock@f5.com – 206-272-6953 James Hendergart – Business Development Manager – j.hendergart@f5.com – 206-272-5543 Helen Johnson – Solutions Engineer – helen@f5.com – 206-272-6238

More Related