1 / 20

Patrocinadores

Platino. Patrocinadores. Séptimo Simposio Latinoamericano. Oro. Plata. Vladimir Medina PFE Microsoft @ vladpoint. SharePoint 2013 Deployment. SharePoint Topologies. Classic Three tiers topology WFE, Apps, Backend News on topology WFE Request Management Service Apps services

rozene
Download Presentation

Patrocinadores

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. Platino Patrocinadores Séptimo Simposio Latinoamericano Oro Plata

  2. Vladimir Medina PFE Microsoft @vladpoint SharePoint 2013 Deployment

  3. SharePoint Topologies • ClassicThreetierstopology • WFE, Apps, Backend • News ontopology • WFE • Request Management Service • Apps services • WAC ondedicatedphysicalenvironment • NEW Search Service should be deployedondedicatedphysicalenvironment • TopologyconfigurationonlyviaPowerShell • SharePoint 2013 servicescould be consumedfor SharePoint 2010 Farms • AppFabric • Known as Distributed Cache Service orAppFabricCaching Service • Dedicatedphysicalenvironmentrecommended • Backend • SQL 2012 AlwaysOn

  4. SharePoint Topologies • Virtualization • Plan toavoidoversubscriptionon hardware resources as Processor, RAM, Network, Disk • NO dynamicconfigurationson RAM, Disk • Plan to reserve capacityforscale up (addresourcestocurrentVMs) and scaleout (add new VMs) • Notonlyfromproductionenvlives SharePoint Farm • Plan additionalenvironmentsfordevelopment, testing, staging, preproduction, disasterrecovery, upgrade

  5. PowerShell http://technet.microsoft.com/en-us/library/ee662539.aspx http://technet.microsoft.com/en-US/sharepoint/jj672838

  6. SharePoint 2013 requirements • Hardware • 4-8 cores • 12-24 Gb ram • AppFabric 8-16 Gb recommended • SQL 16+ Gb ram • 80 GB disk for INSTALLATION ONLY + System + logs + index files + caches + pagefile + data + free space (updates, memorydumps, etc.) • 1 Gbps • Recommendedlimits • 200 GB forcontentdatabaseswithread/writeoperations • 4 TB forcontentdatabaseswith READ ONLY operations • Performance • 15-25 ms disk transfer • 10%+ free RAM memory • Queues: 2 max • Latency 1 ms

  7. SharePoint 2013 requirements • Software • Windows Server 2008 R2 SP1 – 2012 • SQL 2008 R2 SP1 – 2012 • .NET Framework 3.5 + 4.5 • IIS 7.5 – 8 • .NET extensibility Framework 4.5 • ASP.NET 4.5 • ISAPI Extensions • Applicationand Web server roles (configuredviaprerrequisitesinstallertool) http://technet.microsoft.com/en-us/library/cc262485.aspx

  8. Prerrequisitesinstallertool • AppFabric 1.1 + CU1 • SQL Server NativeClient • WCF Data Services 5.0 • Information Protection and Control Client (MSIPC) • Sync Framework Runtime 1.0 SP1 • Windows Management Framework 3.0 • Windows IdentityFoundation 1.0 + Microsoft IdentityExtensions

  9. SharePoint 2013 browsers support • IE8 – IE10 • Chrome • Safari • Firefox • Additional Support toother browsers viaDesign Manager • HTML 4 and ActiveX 32-bit required • HTML 5 optional • Mobile views: IE9+ – WinPhone 7.5+, Safari 4 – iOS 5+, Android Browser – Android 4.0+ http://technet.microsoft.com/en-us/library/cc263526.aspx

  10. And more… • WAC a.k.a. Office Web Applications • Workflow Manager • SMTP • ReportingServicesadd-in, SSRS 2012 SP1 requiredforSharePoint mode • PowerPivotadd-in • Project Server 2013 • ITPRO 104: Buenas Prácticas en la Migración a Project Server 2013

  11. AppFabricorDistributed Cache • Enabledas service on at least one server known as Cache Host • High Availabilitynotsupportedbyfar • ConfigurationsintoConfig DB • 10 “system caches” are created and managedby SharePoint • Customizations are notsupported • PowerShellcmdletssupportedto monitor/access

  12. Skydrive Pro & SharePoint Designer • Groove – Workspace – Skydrive Pro • Microsoft Sync Framework • Web Services • Office Document Cache • SharePoint Designer 2010 can’t open SharePoint 2013 sites

  13. Plan software boundaries • Same as 2010 • 200 GB contentdatabases • 4 TB READ ONLY databases • 100 GB sitecollectionmaxsize • 50 MB file size, 2 GB max limit • 5000 Items per listview • 10 App pools per server http://technet.microsoft.com/en-us/library/cc262787(v=office.15).aspx

  14. LogicalArchitecturebestpractices • Same as 2010 • Dedicated Web Applicationswithoneor more contentdatabases • Dedicated Content Databasesfor “BIG” SiteCollections • SharePoint Groups and AD groupstomanagepermissions • Service accounts – managedaccounts http://technet.microsoft.com/en-us/library/cc262451.aspx

  15. SQL Server deploymentbestpractices • Collation: Latin1_General_CI_AS_KS_WS • Temp DB “bestpractices” • 1:1 data files tocores • InitialSize, pregrowth • Autogrowth: fixedmode • Indexfill factor: 80 • Databaselocation • MAXDOP: 1 “required” • High AvailabilityonBackend • Max memorysetting

  16. SharePoint deploymentbestpractices… • Wizardssame as 2010 • “Complete” role configuration • “WFE” role deprecated • Command line + PowerShellstill more flexible waytodeployFarm • Setup.exe /config+ config.xml file • PsconfigUIstepsusingpowershell: • new-spconfigurationdatabase+ install-sphelpcollection+ initialize-spresourcesecurity+ install-spservice + install-spfeature + new-spcentraladminstration + install-spapplicationcontent • Connect-spconfigurationdatabase+ install-sphelpcollection + initialize-spresourcesecurity + install-spservice + install-spfeature + install-spapplicationcontent

  17. also… • Web Applications • Claimsauthenticationis default and required • ClasicauthenticationstillavailableonlyviaPowerShell, NOT RECOMMENDED • Service Applications • New-SP<servicename>ServiceApplication • New-SP<servicename>ServiceApplicationProxy • Some Service Applicationsmust be createdviaPowerShellonly • State Service • SessionState Service • SubscriptionSettings Service • Workflow Service Application Proxy • Azure Access Control Service Application Proxy • Search Service Topology

  18. and finally • SiteCollections • NEW host header-basedsitecollections • To use multiplehostnamesinstead of limited AAM • Get-SPSiteUrl| Set-SPSiteUrl | Remove-SPSiteUrl • AAM stillavailable and validforalternateauthenticationprovides and apppolicies • No self-Service sitecreationfeatureavailablehere • Limitsonmanagedpaths • Allsitecollectionsmust be hostedonsame Web Application

  19. 20% de descuentoen todos nuestros cursos y libros hasta el 13 de MarzoIntroduce el cupón PECRSA8C al realizar tu compraen nuestra tienda online.

  20. Platino Patrocinadores Muchas gracias Oro Plata

More Related