Download presentation
Presentation is loading. Please wait.
Published bySuzanna Newman Modified over 9 years ago
2
SPC111
3
Bill Baer is a Senior Product Marketing Manager and Microsoft Certified Master for SharePoint in the SharePoint product group in Redmond, Washington; having previously worked at Hewlett-Packard Bill Baer has a proven background in infrastructure engineering and enterprise deployments of SharePoint Products and Technologies. While at Hewlett- Packard Bill Baer was awarded the MVP award for his contributions in the Technology Solutions Group, now known as HP Enterprise Business, which encompasses server and storage hardware, technology consulting, and software sales. Twitter @williambaer LinkedIn /billbaer TechNet /b/wbaer Bill Baer ( ˈ b ɛ ər) Senior Product Marketing Manager SharePoint Microsoft Corporation www.wbaer.net
4
Rick Taylor is a SharePoint Infrastructure architect and has assisted numerous, large companies in their implementations including the US Air Force, Charles Schwab, and Nestle. He is a published author, co-author, and contributing author. Rick worked for Microsoft on the Platform Engineering Team for BPOS. Rick is based in Phoenix, AZ and is an avid Triathlete (Clydesdale class), enjoys playing chess and is active in the Boy Scouts of America. Twitter @SLKRCK LinkedIn /slickrickistheman TechNet /b/ritaylor Rick Taylor Principal IGotIT Technical Services, LLC
8
Failover Clustering/Network Load Balancing Active/Passive, Active/Active, etc. Data Centric Application Centric Availability Recovery
9
UptimeAnnual Downtime Allowance DaysHoursMinutes 99%31536 99.5%11948 99.9%846 99.95%423 99.99%53 99.999%5 99.9999%½ (30 seconds) 99.99%53
14
Analysis Solution Design ImplementationTesting Maintenance
15
Unplanned Downtime SAN/RAID Backup/Restore Log Shipping Database Mirroring Failover Clustering Planned Downtime Rolling Upgrades/Patches Online Operations Database Snapshots
19
request manager Request routing Selects which servers should receive one or more requests Request throttling & prioritization Filters which servers should receive one or more requests based on health Request load balancing Selects a servers to route a request based on weighting schemes (i.e. health)
22
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. We recommend that you use AlwaysOn Availability Groups instead.
23
200 TPS M IRRORING OFF S AFETY OFF S AFETY F ULL
24
TP S M IRRORING O FF S AFETY O FF S AFETY F ULL
26
Web Server Principal SQL Server Mirror SQL Server Transaction completed on mirror Write transaction to log Acknowledge message sent to principal Transaction submitted to mirror Confirmation sent to client 1 2 2 3 Write transaction to database 2 4 Principal Log Principal Data Mirror Log Mirror Data
30
Database NameSupportHA Capable ConfigurationSynchronousY Web Application: Central Administration ContentSynchronousY Web Application: Content DatabaseSynchronous, AsynchronousY Usage and Health Data Collection DatabaseSynchronous, AsynchronousY Business Data Connectivity DatabaseSynchronousY Application Registry DatabaseSynchronousY Subscription Settings DatabaseSynchronousY Secure Store DatabaseSynchronousY State DatabaseSynchronous, AsynchronousY Staging: Web AnalyticsAsynchronousN
31
Database NameSupportHA Capable Reporting: Web AnalyticsSynchronous, AsynchronousY Search Service Application Administration DatabaseSynchronousY Search Service Application Crawl DatabaseSynchronousY Search Service Application Property DatabaseSynchronousY User Profile Service Application Profile DatabaseSynchronousY User Profile Service Application Synchronization DatabaseN/AN User Profile Service Application Social Tagging DatabaseSynchronousY Managed MetadataSynchronous, AsynchronousY Word Automation ServicesSynchronousY
32
Database NameSupportHA Capable PerformancePoint Service Application DatabaseSynchronousY
37
$dbs = Get-SPDatabase | ?{$_.MultiSubnetFailover –ne $true} foreach ($db in $dbs) { $db.MultiSubnetFailover = $true $db.Update() }
43
Requests Handling *Query Processing *Request Routing and Prioritization *Distributed Caching Service Hosting *Query Processing *Request Routing and Prioritization *Distributed Caching Database Hosting/Storage
44
Web Application Site Collections/Sites Application Pool Service Application Web Application Application Pool Site Collections/Sites Server Farm
46
Web Server (IIS) Role Network Load Balancing
47
Admin component 1 Crawl component 1 Content processing component 1 Analytics processing component 1 Query processing component 1 Index component 1 (that belongs to index partition 0) Admin component 2 Crawl component 2 Content processing component 2 Analytics processing component 2 Query processing component 2 Index component 2 (that belongs to index partition 0)
48
Databases Database Mirroring
53
Download the evaluation and experience SharePoint Server http://office.com/preview Learn more http://sharepoint.microsoft.com/
55
Build Better Faster Smarter Try the new Windows PowerShell Command Builder http://technet.Microsoft.com
56
MySPC
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.