SlideShare uma empresa Scribd logo
1 de 71
24 September 2015
Top 15 SharePoint Server 2013 configuration
and off loaded service mistakes, which lead
your company to move to the cloud.
Gokan Ozcifci
Managing Consultant Neoxy, MVP.
Hi. I’m Gokan.
Brussels, BELGIUM neoxy.be SharePoint MVP
Community Member @GokanOzcifci http://gokan.ms
Sorry for the French accent!
My apologies for the strange accent, but English can be
weird.
/! It can be understood through tough thorough thought,
though. /!
Agenda
1. Windows Server
2. SQL Server
3. SharePoint Server
4. Office 365
5. Monitoring
6. Patching
7. Clients
Azure & O365
Exchange &
Lync + Voice
Cloud Ready
Windows
Server
Authentication
and
Authorization
System Center
2012 ITSM /
ITIL
Migrations
Integrations
OTB Workflows Dashboards
Home Made
Applications
Portals And
Intranets
ReportsOffice Pack
Infrastructure Business Productivities
The Microsoft Expertise. A real added value.
The difference in Vision
Infrastructure Business Productivities
The Microsoft Expertise. A real added value.
The difference in Vision
SharePoint
is down!
According to Gartner early last year (2013) and
repeated by Microsoft at their Worldwide Partner
Conference (WPC13) in Houston, in the next 6-8
years:
35% of existing SharePoint customers will never move to the cloud
15% will become “pure cloud” customers
50% will adopt a hybrid SharePoint platform
Statistics
One year later, at the Worldwide Partner Conference
in Washington DC (WPC14), a senior Microsoft leader
admitted hybrid was bigger than earlier estimated:
15-20% of existing SharePoint customers will never move to the cloud
10% will become “pure cloud” customers
70-75% will adopt a hybrid SharePoint platform
Statistics
Through at least 2025, at least 25% of enterprises will
choose to keep their core communications and
collaboration systems on-premises due to security
and privacy concerns.
Several new features from Microsoft such as Delve,
Clutter and Office for iOS/Android are only available
to cloud customers.
Statistics
Statistics
Microsoft is clearly shifting to a "cloud-first" and
even a "cloud-only“ development process in some
cases.
On-premises users will generally pay more, get less
and wait longer for enhancements and new
functionality as a natural result of these cloud-
friendly policies.
Microsoft has shared limited statistics on how Office
365 is being adopted, but did provide some detail into
the reasons why customers purchased Office 365:
90% use the platform for
06% use the platform for
04% use the platform for
Statistics
Windows Server
Tips and Tricks
Fine-tuning Windows Server
Windows Server performance
options
Computer > Properties >
Advanced system settings >
Performance > Settings >
Visual Effects
Fine-tuning Windows Server
Use the proper power plan | High Performance
Start > Control Panel > Power Options
Fine-tuning Windows Server
Reduce I/O
System, Log and Index files:
• C: System
• G: Index
• H: Logs
Fine-tuning Windows Server
Stop / disable unused services
• Spooler
• AudioSrv
• TabletInputService
• WerSvc services
Fine-tuning Windows Server
Determine page file size
Factor 1,5 of the server RAM. Ex:
8192 MB RAM x 1,5 = 12288 MB page file
Computer > Properties > Advanced system
settings > Performance > Settings >
Advanced > Virtual Memory > Settings
• Latency between SharePoint Server and SQL Server should be less than
1ms
• Host all the servers in the same datacenter.
• /! If the datacenter has a problem, your SharePoint farm can be down /!
• Don’t use Network Load Balancing (NLB), but a real load balancer like
• In case of problem:
Requests to one server
Remove the load (http requests)
/! 3 is the new 2 /!
• Fully Redundant SharePoint Farm
/! 7 is the new 5 /!
Importance of a Load Balancer
• Use a Swap Server
d: is the production of your developers
q: is the production of your content owners
p: is the production of your Business
• Script as much as possible
Create your own PowerShell (PoSH) Framework
• Use the object model
Web.Config
Regroup operational tasks
SQL Server
Tips and Tricks
cliconfg.exe
• Operational tasks
• maintenance is easier.
• Upgrades
• Downgrades
SQL Server Alias
SharePoint & Always On Availability
Groups
SQL 1
SharePoint
Farm 1
SQL 2
High
Availability
Synchronous
Always On Availability& SharePoint
SQL 1
SharePoint
Farm 1
SQL 2
Synchronous
Always On Availability& SharePoint
High
Availability
Database Supported
Admin Content Yes
App Management Yes
BDC Yes
Config Yes
Content Yes
Managed Metadata Yes
PerformancePoint Yes
PowerPivot Not Tested
Project Yes
Search Analytic Reporting Yes
Search Admin Yes
Database Supported
Search Crawl Yes
Search Links Yes
Secure Store Yes
State Service Yes
Subscription Settings Yes
Translation Services Yes
UPA Profile Yes
UPA Social Yes
UPA Sync Yes
Usage(=loggingDB) Yes
Word Automation Yes
Database Support – Sync Commit
SQL 1 SQL 2 SQL 3
Asynchronous
Disaster
Recovery
Synchronous
DR with Always On Availability Groups &
SharePoint
SharePoint
Farm 1
SharePoint
Farm 2
Database Supported
Admin Content No
App Management Yes
BDC Yes
Config No
Content Yes
Managed Metadata Yes
PerformancePoint Yes
PowerPivot Not Tested*
Project Yes
Search Analytic Reporting No
Search Admin No
Database Supported
Search Crawl Yes
Search Links Yes
Secure Store Yes
State Service No
Subscription Settings Yes
Translation Services Yes
UPA Profile Yes
UPA Social Yes
UPA Sync No
Usage Yes
Word Automation Yes
Database Support – Async Commit
Small Farm
Deployment
(0-500GB of
Data)
Medium
Farm
Deployment
(501-1TB of
data)
Large Farm
Deployment
(1-2TB of
Data)
Very Large
Farm
Deployment
(2-5 TB of
Data)
Special
Cases
RAM 8 16 32 64 64+
CPU 4 4 8 8 8
SQL Server - RAM
Dedicated SQL Server
For optimal performance when operating server farms, we
recommend that you install SQL Server 2008 R2 with SP1 and SQL Server 2012 on a
dedicated server that is not running other roles of farm and does not host databases
for other
Collation:
Latin1_General_CI_AS_KS_WS
Cannot be changed afterwards
Fine Tuning SQL Server
• NFTS Allocation Unit Size: 64K
SQL reads and writes 64K at a time, but your disk
allows only 4K by default. This change alone may show
you up to 30% improvement in speed.
“chkdsk c:”
Cannot be changed afterwards. Format disk is
necessary.
Fine Tuning SQL Server
Fine-tuning SQL Server
Set min. and max. Server
/! Total amount memory x 0,80 /! The default value of SQL Server for
Maximum Memory is : 2147483647 MB
Maximum fill factor per index (80%)
Activate backup compression
It’s faster and needs less disk space
Max Degree of Parallelism (MAXDOP) = 1
Prerequisite for SharePoint 2013
Fine-tuning SQL Server
Use a dedicated search instance > 10’000’000 items
Antivirus: Exclude data files, transaction logs and
backup files from real-time scan
Install only features and components you need.
SharePoint only requires: Database Engine Services
Do not enable Statistics
Create your Databases with PoSH
Fine Tuning SQL Server
Fine-tuning SQL Server
Data prioritization among faster disks (descending)
• Temp DB data files
• Temp DB logs
• Content DB logs
• Search DB data files
• Content DB data files
• Search DB logs
• SharePoint data files
• SharePoint logs
SharePoint Server
Tips and Tricks
It covers a huge set of individual technologies
under the Platform umbrella
It’s continuously changing
Know when to use OOTB vs CC
Know your users (aka Yammer haters )
Understand SharePoint
• Distribute the load on multiple crawl servers
• Throttle crawling, adjust crawling schedule
• Incremental vs continuous crawl
• Content sources
• Group by
SharePoint Fine Tuning
SharePoint Fine Tuning
Fine-tuning SharePoint Server
(Resource-intensive Service
Applications)
• Excel Service Application
• Search Service Application
• Usage and Health Data collection
• User Profile Service Application
• Application Pool Recycle && IISReset
• Crawl Jobs (continuous crawl)
• Backup Jobs
• Large list operations
SharePoint Fine Tuning
• Distributed Cache
• 5% of RAM is used for Newsfeed, Microblogging etc..
• Object Cache ( SuperUser, SuperReader)
• Client Cache (Websites with CSS, Javascript)
• Output cache (caches SC, Publishing features)
SharePoint Fine Tuning
• Content Databases shouldn’t be more than 200GB
Backup / Restore
Operational tasks
• 5000 Site collections per Content Database
• 10 Application Pools (can be extended depending on
hardware)
• 20 web Applications per SharePoint Farm
• Don’t use Product Configuration Wizard
SharePoint Fine Tuning
• Set Quotas on all Web Applications
• Disable Certificate Revocation List
• Authentication
Anonymous, Claims, Kerberos, NTLM, Forms, ADFS
• Wake-Up
• Only extend if you have a different authentication
protocol.
SharePoint Fine Tuning
New Service Applications (Machine Translation)
Offloaded Services: Yammer, OneDrive for Business, Office
Web Apps, Workflow Manager…
Improved Service Applications (Fast)
Not UI Binded Services to be managed with PoSH (Subscription
Management)
Re-architected Service Applications (Search & OWA)
Different release schedule
OWA can be used for other platforms like Lync, Exchange, …
Understand SharePoint
Not supported: Dynamic Memory
Discontinued : Web Analytics
Prerequisites: Hardware and software requirements for a
single server with a built-in database:
24 GB, 64-bit, 4 cores, 80 GB for system drive
SQL Server 2014 requires the May 2014 CU to be installed
Windows Server 2012 R2 is only supported on a SharePoint
Server 2013 Service Pack 1 environment
Understand SharePoint
Share services across farms
Business Connectivity Services, Managed Metadata Service, Search Service (Crawl, Index, Query),
Secure Store Service, User Profile Service…
App Management Service = NOT!
New way of works: HNSC
Claims: expect a grat deal of work if you have custom code
which is dealing with Classic code and upgrades. It’s
recommended to set your authentication model in 2010 as
Claims, then to migrate.
Understand SharePoint
Office 365
Tips and Tricks
No Maintenance.
No Updates.
No Upgrades.
No Scripting.
No Hardware costs.
No Backup.
No (Reduce) Costs.
Office 365 Advantages
Storage (OneDrive and
SharePoint).
Delve.
iOS Apps.
Remote working.
External Sharing.
Clutter / Groups.
…
SharePoint Drawbacks
Performance:
Working on it.
Licenses:
Windows, SQL, SharePoint, Office 2013, Office
Web Apps Licenses and CAL’s
Maintenance:
Consultant costs ( he costs a lot )
Upgrades/Downgrades:
What does each hour of downtime cost your
business?
SQL Server: Keeping Default SharePoint
Database Settings
IT Infrastructure related
errors: DNS, WAF, F5, Hyper-V …
Scrimping on RAM
The magic Farm
Configuration Wizard
According to Microsoft: there is a few methods
available to minimize the amount of downtime;
however it’s just not possible to achieve a zero
downtime solution for your upgrade. A common way
to minimize downtime is via implementation of a
parallel upgrade farm.
Zero Downtime
« should be possible
with #SP2016 »
SharePoint is
a
PLATFORM
ListLibrary
DNS Error
Server
Correlation ID
Site
Application Domain
Slow
For the business, if…
N-Tier, N-Layer
Monitoring
Tips and Tricks
• Monitor the complete SharePoint Server environment
• Monitor database space usage
• Monitor the status and health of SharePoint services and Web
applications, as well as the uptime of the SharePoint server
• Monitor the default Search service and crawl status
• Monitor Recycle Bin usage and ensure the Recycle Bin does not
exceed the site quota.
• Monitor and report on how long the SharePoint server has
been running since the last reboot
You should know it before business
Patching
Tips and Tricks
Patching
Your simple SharePoint Farm Patching on server 1 Backward capability mode. Needs Config Needed.
Patching on server 2 Server 1; PS Config Server 2; PS Config Farm is up again
• Don't Install CUs Automatically
• The CUs will now show up in Windows Update as Important
updates, meaning that they get installed automatically, without
notice.
• 'Download only' or
• WSUS [Windows Server Update Services]
• If custom components are used, they can break some
functionalities.
• Testers are needed.
• No real governance for Dev – Non-Prod and Prod environments.
Patching
Clients
Tips and Tricks
Fine-tuning Client Side
Operating System.
Install Latest updates. [/WSUS]
Antivirus.
Exclude files from real-time scan for Enterprise computers:
Turn off scanning:
Windows Update or Automatic Update
Windows Security files
Group Policy related files
SYSVOL files
DFS and DHCP files
Fine-tuning Client Side
Microsoft Office.
Use the latest Office Version for best compatibility
Internet Explorer.
Supported:
Internet Explorer 11,
Internet Explorer 10,
Internet, Explorer 9,
Internet Explorer 8
Summary
If budget is no problem
If you can’t promise 99,99% uptime
If you don’t have the knowledge
If you have an existing SharePoint that fits the
business requirements
If the cloud is “nogo” for you.
Custom Codes, layouts, settings, …
Use SharePoint Server, if…
If the cloud is not a problem for your organisation
If you can’t handle SharePoint and its friends
If you don’t have the budget for a Fully Redundant
Farm or consultants
If you have to begin from scratch
If you want to have all new features/solutions and
pay less.
Can’t promise 99,9% of SLA
Use SharePoint Online, if…
Summary
Performance - it depends
Other platforms also matter
SharePoint is fast, but depends much on others
You can improve, improve and improve
• https://technet.microsoft.com/en-
us/library/cc748824.aspx
• https://technet.microsoft.com/en-us/library/jj715263.aspx
• http://blogs.msdn.com/b/sambetts/archive/2013/08/22/sh
arepoint-farm-patching-explained.aspx
References
questions?
thank you.

Mais conteúdo relacionado

Mais procurados

SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...
SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...
SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...European SharePoint Conference
 
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013J.D. Wade
 
What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013J.D. Wade
 
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016Alistair Pugin
 
SharePoint On-Premises Nirvana
SharePoint On-Premises NirvanaSharePoint On-Premises Nirvana
SharePoint On-Premises NirvanaJohn Calvert
 
SharePoint Performance: Best Practices from the Field
SharePoint Performance: Best Practices from the FieldSharePoint Performance: Best Practices from the Field
SharePoint Performance: Best Practices from the FieldJason Himmelstein
 
Connected at the hip for MS BI: SharePoint and SQL
Connected at the hip for MS BI: SharePoint and SQLConnected at the hip for MS BI: SharePoint and SQL
Connected at the hip for MS BI: SharePoint and SQLJ.D. Wade
 
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012Michael Noel
 
Best Practice SharePoint Architecture
Best Practice SharePoint ArchitectureBest Practice SharePoint Architecture
Best Practice SharePoint ArchitectureMichael Noel
 
SharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Adoption - Lessons Learned and Advanced TroubleshootingSharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Adoption - Lessons Learned and Advanced TroubleshootingJohn Calvert
 
What SQL DBA's need to know about SharePoint
What SQL DBA's need to know about SharePointWhat SQL DBA's need to know about SharePoint
What SQL DBA's need to know about SharePointJ.D. Wade
 
SharePoint 2010: Business Insights
SharePoint 2010: Business InsightsSharePoint 2010: Business Insights
SharePoint 2010: Business InsightsJ.D. Wade
 
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel OlesonSharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel OlesonJoel Oleson
 
Sql Server Tuning for SharePoint : what every consultant must know (Office 36...
Sql Server Tuning for SharePoint : what every consultant must know (Office 36...Sql Server Tuning for SharePoint : what every consultant must know (Office 36...
Sql Server Tuning for SharePoint : what every consultant must know (Office 36...serge luca
 
SharePoint 2010 Boost your farm performance!
SharePoint 2010 Boost your farm performance!SharePoint 2010 Boost your farm performance!
SharePoint 2010 Boost your farm performance!Brian Culver
 
SharePoint and Large Scale SQL Deployments - NZSPC
SharePoint and Large Scale SQL Deployments - NZSPCSharePoint and Large Scale SQL Deployments - NZSPC
SharePoint and Large Scale SQL Deployments - NZSPCguest7c2e070
 
Maximizing sql 2012 performance for share point 2013 final
Maximizing sql 2012 performance for share point 2013 finalMaximizing sql 2012 performance for share point 2013 final
Maximizing sql 2012 performance for share point 2013 finalVinh Nguyen
 
SharePoint 2016 - What’s New and What Matters
SharePoint 2016 - What’s New and What MattersSharePoint 2016 - What’s New and What Matters
SharePoint 2016 - What’s New and What MattersJohn Calvert
 
MinRole and SharePoint 2016
MinRole and SharePoint 2016MinRole and SharePoint 2016
MinRole and SharePoint 2016InnoTech
 

Mais procurados (20)

SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...
SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...
SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...
 
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
 
What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013
 
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
 
SharePoint On-Premises Nirvana
SharePoint On-Premises NirvanaSharePoint On-Premises Nirvana
SharePoint On-Premises Nirvana
 
SharePoint Performance: Best Practices from the Field
SharePoint Performance: Best Practices from the FieldSharePoint Performance: Best Practices from the Field
SharePoint Performance: Best Practices from the Field
 
Connected at the hip for MS BI: SharePoint and SQL
Connected at the hip for MS BI: SharePoint and SQLConnected at the hip for MS BI: SharePoint and SQL
Connected at the hip for MS BI: SharePoint and SQL
 
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
 
Best Practice SharePoint Architecture
Best Practice SharePoint ArchitectureBest Practice SharePoint Architecture
Best Practice SharePoint Architecture
 
SharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Adoption - Lessons Learned and Advanced TroubleshootingSharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
 
What SQL DBA's need to know about SharePoint
What SQL DBA's need to know about SharePointWhat SQL DBA's need to know about SharePoint
What SQL DBA's need to know about SharePoint
 
SharePoint 2010: Business Insights
SharePoint 2010: Business InsightsSharePoint 2010: Business Insights
SharePoint 2010: Business Insights
 
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel OlesonSharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
 
Sql Server Tuning for SharePoint : what every consultant must know (Office 36...
Sql Server Tuning for SharePoint : what every consultant must know (Office 36...Sql Server Tuning for SharePoint : what every consultant must know (Office 36...
Sql Server Tuning for SharePoint : what every consultant must know (Office 36...
 
SharePoint 2010 Boost your farm performance!
SharePoint 2010 Boost your farm performance!SharePoint 2010 Boost your farm performance!
SharePoint 2010 Boost your farm performance!
 
Optimizing SQL Server 2012 for SharePoint 2013
Optimizing SQL Server 2012 for SharePoint 2013Optimizing SQL Server 2012 for SharePoint 2013
Optimizing SQL Server 2012 for SharePoint 2013
 
SharePoint and Large Scale SQL Deployments - NZSPC
SharePoint and Large Scale SQL Deployments - NZSPCSharePoint and Large Scale SQL Deployments - NZSPC
SharePoint and Large Scale SQL Deployments - NZSPC
 
Maximizing sql 2012 performance for share point 2013 final
Maximizing sql 2012 performance for share point 2013 finalMaximizing sql 2012 performance for share point 2013 final
Maximizing sql 2012 performance for share point 2013 final
 
SharePoint 2016 - What’s New and What Matters
SharePoint 2016 - What’s New and What MattersSharePoint 2016 - What’s New and What Matters
SharePoint 2016 - What’s New and What Matters
 
MinRole and SharePoint 2016
MinRole and SharePoint 2016MinRole and SharePoint 2016
MinRole and SharePoint 2016
 

Destaque

What SQL DBA's need to know about SharePoint-St. Louis 2013
What SQL DBA's need to know about SharePoint-St. Louis 2013What SQL DBA's need to know about SharePoint-St. Louis 2013
What SQL DBA's need to know about SharePoint-St. Louis 2013J.D. Wade
 
SharePoint 2016 das fliegen lernen - SQL Server Performance Optimierung
SharePoint 2016 das fliegen lernen - SQL Server Performance OptimierungSharePoint 2016 das fliegen lernen - SQL Server Performance Optimierung
SharePoint 2016 das fliegen lernen - SQL Server Performance OptimierungLars Platzdasch
 
2016 01-30 SPS Dubai - Office 365 Groups: all you need to know about it and ...
2016 01-30 SPS Dubai - Office 365 Groups: all you need to know about it and ...2016 01-30 SPS Dubai - Office 365 Groups: all you need to know about it and ...
2016 01-30 SPS Dubai - Office 365 Groups: all you need to know about it and ...Patrick Guimonet
 
Sp2010 high availlability_sql
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sqlSamuel Zürcher
 
SharePoint Saturday Netherlands 2016 - SharePoint and Office 365 performances...
SharePoint Saturday Netherlands 2016 - SharePoint and Office 365 performances...SharePoint Saturday Netherlands 2016 - SharePoint and Office 365 performances...
SharePoint Saturday Netherlands 2016 - SharePoint and Office 365 performances...Patrick Guimonet
 
Buenas prácticas en infraestructura en SharePoint 2013
Buenas prácticas en infraestructura en SharePoint 2013Buenas prácticas en infraestructura en SharePoint 2013
Buenas prácticas en infraestructura en SharePoint 2013Miguel Tabera
 
SQL Server 2016 and SharePoint 2016 - Lars PLatzdasch - SQL Konferenz 2016
SQL Server 2016 and SharePoint 2016  - Lars PLatzdasch - SQL Konferenz 2016SQL Server 2016 and SharePoint 2016  - Lars PLatzdasch - SQL Konferenz 2016
SQL Server 2016 and SharePoint 2016 - Lars PLatzdasch - SQL Konferenz 2016Lars Platzdasch
 
A Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentA Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentSPC Adriatics
 
Optimizing SQL Server 2012 Deep dive for SharePoint 2013 Lars Platzdasch SQL ...
Optimizing SQL Server 2012 Deep dive for SharePoint 2013 Lars Platzdasch SQL ...Optimizing SQL Server 2012 Deep dive for SharePoint 2013 Lars Platzdasch SQL ...
Optimizing SQL Server 2012 Deep dive for SharePoint 2013 Lars Platzdasch SQL ...Lars Platzdasch
 
Sql best practices for SharePoint 2010
Sql best practices for SharePoint 2010Sql best practices for SharePoint 2010
Sql best practices for SharePoint 2010Samuel Zürcher
 

Destaque (10)

What SQL DBA's need to know about SharePoint-St. Louis 2013
What SQL DBA's need to know about SharePoint-St. Louis 2013What SQL DBA's need to know about SharePoint-St. Louis 2013
What SQL DBA's need to know about SharePoint-St. Louis 2013
 
SharePoint 2016 das fliegen lernen - SQL Server Performance Optimierung
SharePoint 2016 das fliegen lernen - SQL Server Performance OptimierungSharePoint 2016 das fliegen lernen - SQL Server Performance Optimierung
SharePoint 2016 das fliegen lernen - SQL Server Performance Optimierung
 
2016 01-30 SPS Dubai - Office 365 Groups: all you need to know about it and ...
2016 01-30 SPS Dubai - Office 365 Groups: all you need to know about it and ...2016 01-30 SPS Dubai - Office 365 Groups: all you need to know about it and ...
2016 01-30 SPS Dubai - Office 365 Groups: all you need to know about it and ...
 
Sp2010 high availlability_sql
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sql
 
SharePoint Saturday Netherlands 2016 - SharePoint and Office 365 performances...
SharePoint Saturday Netherlands 2016 - SharePoint and Office 365 performances...SharePoint Saturday Netherlands 2016 - SharePoint and Office 365 performances...
SharePoint Saturday Netherlands 2016 - SharePoint and Office 365 performances...
 
Buenas prácticas en infraestructura en SharePoint 2013
Buenas prácticas en infraestructura en SharePoint 2013Buenas prácticas en infraestructura en SharePoint 2013
Buenas prácticas en infraestructura en SharePoint 2013
 
SQL Server 2016 and SharePoint 2016 - Lars PLatzdasch - SQL Konferenz 2016
SQL Server 2016 and SharePoint 2016  - Lars PLatzdasch - SQL Konferenz 2016SQL Server 2016 and SharePoint 2016  - Lars PLatzdasch - SQL Konferenz 2016
SQL Server 2016 and SharePoint 2016 - Lars PLatzdasch - SQL Konferenz 2016
 
A Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentA Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deployment
 
Optimizing SQL Server 2012 Deep dive for SharePoint 2013 Lars Platzdasch SQL ...
Optimizing SQL Server 2012 Deep dive for SharePoint 2013 Lars Platzdasch SQL ...Optimizing SQL Server 2012 Deep dive for SharePoint 2013 Lars Platzdasch SQL ...
Optimizing SQL Server 2012 Deep dive for SharePoint 2013 Lars Platzdasch SQL ...
 
Sql best practices for SharePoint 2010
Sql best practices for SharePoint 2010Sql best practices for SharePoint 2010
Sql best practices for SharePoint 2010
 

Semelhante a Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration Mistakes

Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...Toni Frankola
 
Tech Ed 2010 Attended Sessions
Tech Ed 2010 Attended SessionsTech Ed 2010 Attended Sessions
Tech Ed 2010 Attended Sessionsridwansassman
 
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Joel Oleson
 
Dot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnewDot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnewDotNetCampus
 
SHAREPOINT 2016 - WHAT'S NEW
SHAREPOINT 2016 - WHAT'S NEWSHAREPOINT 2016 - WHAT'S NEW
SHAREPOINT 2016 - WHAT'S NEWDotNetCampus
 
SharePoint Databases: What you need to know (201504)
SharePoint Databases: What you need to know (201504)SharePoint Databases: What you need to know (201504)
SharePoint Databases: What you need to know (201504)Alan Eardley
 
Practical SharePoint 2013 Development Environment
Practical SharePoint 2013  Development EnvironmentPractical SharePoint 2013  Development Environment
Practical SharePoint 2013 Development EnvironmentNetwoven Inc.
 
Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...
Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...
Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...BIWUG
 
What's new in SharePoint 2016
What's new in SharePoint 2016What's new in SharePoint 2016
What's new in SharePoint 2016Giuseppe Marchi
 
(ISM303) Migrating Your Enterprise Data Warehouse To Amazon Redshift
(ISM303) Migrating Your Enterprise Data Warehouse To Amazon Redshift(ISM303) Migrating Your Enterprise Data Warehouse To Amazon Redshift
(ISM303) Migrating Your Enterprise Data Warehouse To Amazon RedshiftAmazon Web Services
 
SharePoint 2016 Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
SharePoint 2016   Beta 2 What's new (End users and IT Pros) Microsoft Innovat...SharePoint 2016   Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
SharePoint 2016 Beta 2 What's new (End users and IT Pros) Microsoft Innovat...serge luca
 
Power BI Report Server & Office Online Server
Power BI Report Server & Office Online ServerPower BI Report Server & Office Online Server
Power BI Report Server & Office Online ServerIsabelle Van Campenhoudt
 
SPSNYC SharePoint Worst Practices
SPSNYC SharePoint Worst PracticesSPSNYC SharePoint Worst Practices
SPSNYC SharePoint Worst PracticesScott Hoag
 
Optimize SQL server performance for SharePoint
Optimize SQL server performance for SharePointOptimize SQL server performance for SharePoint
Optimize SQL server performance for SharePointserge luca
 
What's new in sharepoint 2016
What's new in sharepoint 2016What's new in sharepoint 2016
What's new in sharepoint 2016Mike Maadarani
 
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013K.Mohamed Faizal
 
SharePoint Databases: What you need to know (201512)
SharePoint Databases: What you need to know (201512)SharePoint Databases: What you need to know (201512)
SharePoint Databases: What you need to know (201512)Alan Eardley
 
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSBest Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSguest7c2e070
 
SharePoint Saturday Toronto 2015 - Inside the mind of a SharePoint Architect
SharePoint Saturday Toronto 2015 - Inside the mind of a SharePoint ArchitectSharePoint Saturday Toronto 2015 - Inside the mind of a SharePoint Architect
SharePoint Saturday Toronto 2015 - Inside the mind of a SharePoint ArchitectNoorez Khamis
 

Semelhante a Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration Mistakes (20)

Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
 
Tech Ed 2010 Attended Sessions
Tech Ed 2010 Attended SessionsTech Ed 2010 Attended Sessions
Tech Ed 2010 Attended Sessions
 
Exploring sql server 2016
Exploring sql server 2016Exploring sql server 2016
Exploring sql server 2016
 
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
 
Dot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnewDot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnew
 
SHAREPOINT 2016 - WHAT'S NEW
SHAREPOINT 2016 - WHAT'S NEWSHAREPOINT 2016 - WHAT'S NEW
SHAREPOINT 2016 - WHAT'S NEW
 
SharePoint Databases: What you need to know (201504)
SharePoint Databases: What you need to know (201504)SharePoint Databases: What you need to know (201504)
SharePoint Databases: What you need to know (201504)
 
Practical SharePoint 2013 Development Environment
Practical SharePoint 2013  Development EnvironmentPractical SharePoint 2013  Development Environment
Practical SharePoint 2013 Development Environment
 
Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...
Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...
Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...
 
What's new in SharePoint 2016
What's new in SharePoint 2016What's new in SharePoint 2016
What's new in SharePoint 2016
 
(ISM303) Migrating Your Enterprise Data Warehouse To Amazon Redshift
(ISM303) Migrating Your Enterprise Data Warehouse To Amazon Redshift(ISM303) Migrating Your Enterprise Data Warehouse To Amazon Redshift
(ISM303) Migrating Your Enterprise Data Warehouse To Amazon Redshift
 
SharePoint 2016 Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
SharePoint 2016   Beta 2 What's new (End users and IT Pros) Microsoft Innovat...SharePoint 2016   Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
SharePoint 2016 Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
 
Power BI Report Server & Office Online Server
Power BI Report Server & Office Online ServerPower BI Report Server & Office Online Server
Power BI Report Server & Office Online Server
 
SPSNYC SharePoint Worst Practices
SPSNYC SharePoint Worst PracticesSPSNYC SharePoint Worst Practices
SPSNYC SharePoint Worst Practices
 
Optimize SQL server performance for SharePoint
Optimize SQL server performance for SharePointOptimize SQL server performance for SharePoint
Optimize SQL server performance for SharePoint
 
What's new in sharepoint 2016
What's new in sharepoint 2016What's new in sharepoint 2016
What's new in sharepoint 2016
 
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013
 
SharePoint Databases: What you need to know (201512)
SharePoint Databases: What you need to know (201512)SharePoint Databases: What you need to know (201512)
SharePoint Databases: What you need to know (201512)
 
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSBest Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
 
SharePoint Saturday Toronto 2015 - Inside the mind of a SharePoint Architect
SharePoint Saturday Toronto 2015 - Inside the mind of a SharePoint ArchitectSharePoint Saturday Toronto 2015 - Inside the mind of a SharePoint Architect
SharePoint Saturday Toronto 2015 - Inside the mind of a SharePoint Architect
 

Mais de Datapolis

Datapolis Workflow 365: Create your Office 365 workflows easy and fast!
Datapolis Workflow 365: Create your Office 365 workflows easy and fast!Datapolis Workflow 365: Create your Office 365 workflows easy and fast!
Datapolis Workflow 365: Create your Office 365 workflows easy and fast!Datapolis
 
SQL Reporting Services 2016 + SharePoint 2016
SQL Reporting Services 2016 + SharePoint 2016SQL Reporting Services 2016 + SharePoint 2016
SQL Reporting Services 2016 + SharePoint 2016Datapolis
 
Exciting new features in Datapolis Process System 4.3
Exciting new features in Datapolis Process System 4.3Exciting new features in Datapolis Process System 4.3
Exciting new features in Datapolis Process System 4.3Datapolis
 
SharePoint Workflows w codziennej pracy
SharePoint Workflows w codziennej pracySharePoint Workflows w codziennej pracy
SharePoint Workflows w codziennej pracyDatapolis
 
Why everyone needs workflow? Short story about making your everyday work flow
Why everyone needs workflow? Short story about making your everyday work flowWhy everyone needs workflow? Short story about making your everyday work flow
Why everyone needs workflow? Short story about making your everyday work flowDatapolis
 
[PL] Bez trudu i ryzyka! Jak tworzyć przepływy pracy w SharePoint?
[PL] Bez trudu i ryzyka! Jak tworzyć przepływy pracy w SharePoint?[PL] Bez trudu i ryzyka! Jak tworzyć przepływy pracy w SharePoint?
[PL] Bez trudu i ryzyka! Jak tworzyć przepływy pracy w SharePoint?Datapolis
 
[PL] SharePoint Coffee Talk: Co nowego w Microsoft SharePoint 2016
[PL] SharePoint Coffee Talk: Co nowego w Microsoft SharePoint 2016[PL] SharePoint Coffee Talk: Co nowego w Microsoft SharePoint 2016
[PL] SharePoint Coffee Talk: Co nowego w Microsoft SharePoint 2016Datapolis
 
Process Improvement through SharePoint Workflows. Connect the Click Points. G...
Process Improvement through SharePoint Workflows. Connect the Click Points. G...Process Improvement through SharePoint Workflows. Connect the Click Points. G...
Process Improvement through SharePoint Workflows. Connect the Click Points. G...Datapolis
 
[PL] Zarządzanie procesami biznesowymi z wykorzystaniem platformy SharePoint
[PL] Zarządzanie procesami biznesowymi z wykorzystaniem platformy SharePoint[PL] Zarządzanie procesami biznesowymi z wykorzystaniem platformy SharePoint
[PL] Zarządzanie procesami biznesowymi z wykorzystaniem platformy SharePointDatapolis
 
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...Datapolis
 
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...Datapolis
 
Datapolis Process System 4.1
Datapolis Process System 4.1Datapolis Process System 4.1
Datapolis Process System 4.1Datapolis
 
Datapolis Process System PL
Datapolis Process System PLDatapolis Process System PL
Datapolis Process System PLDatapolis
 
Datapolis Process System
Datapolis Process SystemDatapolis Process System
Datapolis Process SystemDatapolis
 
Datapolis workbox how to cut workload and minimize risks
Datapolis workbox how to cut workload and minimize risksDatapolis workbox how to cut workload and minimize risks
Datapolis workbox how to cut workload and minimize risksDatapolis
 

Mais de Datapolis (15)

Datapolis Workflow 365: Create your Office 365 workflows easy and fast!
Datapolis Workflow 365: Create your Office 365 workflows easy and fast!Datapolis Workflow 365: Create your Office 365 workflows easy and fast!
Datapolis Workflow 365: Create your Office 365 workflows easy and fast!
 
SQL Reporting Services 2016 + SharePoint 2016
SQL Reporting Services 2016 + SharePoint 2016SQL Reporting Services 2016 + SharePoint 2016
SQL Reporting Services 2016 + SharePoint 2016
 
Exciting new features in Datapolis Process System 4.3
Exciting new features in Datapolis Process System 4.3Exciting new features in Datapolis Process System 4.3
Exciting new features in Datapolis Process System 4.3
 
SharePoint Workflows w codziennej pracy
SharePoint Workflows w codziennej pracySharePoint Workflows w codziennej pracy
SharePoint Workflows w codziennej pracy
 
Why everyone needs workflow? Short story about making your everyday work flow
Why everyone needs workflow? Short story about making your everyday work flowWhy everyone needs workflow? Short story about making your everyday work flow
Why everyone needs workflow? Short story about making your everyday work flow
 
[PL] Bez trudu i ryzyka! Jak tworzyć przepływy pracy w SharePoint?
[PL] Bez trudu i ryzyka! Jak tworzyć przepływy pracy w SharePoint?[PL] Bez trudu i ryzyka! Jak tworzyć przepływy pracy w SharePoint?
[PL] Bez trudu i ryzyka! Jak tworzyć przepływy pracy w SharePoint?
 
[PL] SharePoint Coffee Talk: Co nowego w Microsoft SharePoint 2016
[PL] SharePoint Coffee Talk: Co nowego w Microsoft SharePoint 2016[PL] SharePoint Coffee Talk: Co nowego w Microsoft SharePoint 2016
[PL] SharePoint Coffee Talk: Co nowego w Microsoft SharePoint 2016
 
Process Improvement through SharePoint Workflows. Connect the Click Points. G...
Process Improvement through SharePoint Workflows. Connect the Click Points. G...Process Improvement through SharePoint Workflows. Connect the Click Points. G...
Process Improvement through SharePoint Workflows. Connect the Click Points. G...
 
[PL] Zarządzanie procesami biznesowymi z wykorzystaniem platformy SharePoint
[PL] Zarządzanie procesami biznesowymi z wykorzystaniem platformy SharePoint[PL] Zarządzanie procesami biznesowymi z wykorzystaniem platformy SharePoint
[PL] Zarządzanie procesami biznesowymi z wykorzystaniem platformy SharePoint
 
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...
 
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
 
Datapolis Process System 4.1
Datapolis Process System 4.1Datapolis Process System 4.1
Datapolis Process System 4.1
 
Datapolis Process System PL
Datapolis Process System PLDatapolis Process System PL
Datapolis Process System PL
 
Datapolis Process System
Datapolis Process SystemDatapolis Process System
Datapolis Process System
 
Datapolis workbox how to cut workload and minimize risks
Datapolis workbox how to cut workload and minimize risksDatapolis workbox how to cut workload and minimize risks
Datapolis workbox how to cut workload and minimize risks
 

Último

Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfFerryKemperman
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringHironori Washizaki
 
PREDICTING RIVER WATER QUALITY ppt presentation
PREDICTING  RIVER  WATER QUALITY  ppt presentationPREDICTING  RIVER  WATER QUALITY  ppt presentation
PREDICTING RIVER WATER QUALITY ppt presentationvaddepallysandeep122
 
cpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.pptcpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.pptrcbcrtm
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Natan Silnitsky
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfDrew Moseley
 
Software Coding for software engineering
Software Coding for software engineeringSoftware Coding for software engineering
Software Coding for software engineeringssuserb3a23b
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odishasmiwainfosol
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 

Último (20)

Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdf
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their Engineering
 
PREDICTING RIVER WATER QUALITY ppt presentation
PREDICTING  RIVER  WATER QUALITY  ppt presentationPREDICTING  RIVER  WATER QUALITY  ppt presentation
PREDICTING RIVER WATER QUALITY ppt presentation
 
cpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.pptcpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.ppt
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdf
 
Software Coding for software engineering
Software Coding for software engineeringSoftware Coding for software engineering
Software Coding for software engineering
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 

Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration Mistakes

  • 1. 24 September 2015 Top 15 SharePoint Server 2013 configuration and off loaded service mistakes, which lead your company to move to the cloud. Gokan Ozcifci Managing Consultant Neoxy, MVP.
  • 2. Hi. I’m Gokan. Brussels, BELGIUM neoxy.be SharePoint MVP Community Member @GokanOzcifci http://gokan.ms
  • 3. Sorry for the French accent! My apologies for the strange accent, but English can be weird. /! It can be understood through tough thorough thought, though. /!
  • 4. Agenda 1. Windows Server 2. SQL Server 3. SharePoint Server 4. Office 365 5. Monitoring 6. Patching 7. Clients
  • 5. Azure & O365 Exchange & Lync + Voice Cloud Ready Windows Server Authentication and Authorization System Center 2012 ITSM / ITIL Migrations Integrations OTB Workflows Dashboards Home Made Applications Portals And Intranets ReportsOffice Pack Infrastructure Business Productivities The Microsoft Expertise. A real added value. The difference in Vision
  • 6. Infrastructure Business Productivities The Microsoft Expertise. A real added value. The difference in Vision
  • 8.
  • 9. According to Gartner early last year (2013) and repeated by Microsoft at their Worldwide Partner Conference (WPC13) in Houston, in the next 6-8 years: 35% of existing SharePoint customers will never move to the cloud 15% will become “pure cloud” customers 50% will adopt a hybrid SharePoint platform Statistics
  • 10. One year later, at the Worldwide Partner Conference in Washington DC (WPC14), a senior Microsoft leader admitted hybrid was bigger than earlier estimated: 15-20% of existing SharePoint customers will never move to the cloud 10% will become “pure cloud” customers 70-75% will adopt a hybrid SharePoint platform Statistics
  • 11. Through at least 2025, at least 25% of enterprises will choose to keep their core communications and collaboration systems on-premises due to security and privacy concerns. Several new features from Microsoft such as Delve, Clutter and Office for iOS/Android are only available to cloud customers. Statistics
  • 12. Statistics Microsoft is clearly shifting to a "cloud-first" and even a "cloud-only“ development process in some cases. On-premises users will generally pay more, get less and wait longer for enhancements and new functionality as a natural result of these cloud- friendly policies.
  • 13. Microsoft has shared limited statistics on how Office 365 is being adopted, but did provide some detail into the reasons why customers purchased Office 365: 90% use the platform for 06% use the platform for 04% use the platform for Statistics
  • 15. Fine-tuning Windows Server Windows Server performance options Computer > Properties > Advanced system settings > Performance > Settings > Visual Effects
  • 16. Fine-tuning Windows Server Use the proper power plan | High Performance Start > Control Panel > Power Options
  • 17. Fine-tuning Windows Server Reduce I/O System, Log and Index files: • C: System • G: Index • H: Logs
  • 18. Fine-tuning Windows Server Stop / disable unused services • Spooler • AudioSrv • TabletInputService • WerSvc services
  • 19. Fine-tuning Windows Server Determine page file size Factor 1,5 of the server RAM. Ex: 8192 MB RAM x 1,5 = 12288 MB page file Computer > Properties > Advanced system settings > Performance > Settings > Advanced > Virtual Memory > Settings
  • 20. • Latency between SharePoint Server and SQL Server should be less than 1ms • Host all the servers in the same datacenter. • /! If the datacenter has a problem, your SharePoint farm can be down /! • Don’t use Network Load Balancing (NLB), but a real load balancer like • In case of problem: Requests to one server Remove the load (http requests) /! 3 is the new 2 /! • Fully Redundant SharePoint Farm /! 7 is the new 5 /! Importance of a Load Balancer
  • 21. • Use a Swap Server d: is the production of your developers q: is the production of your content owners p: is the production of your Business • Script as much as possible Create your own PowerShell (PoSH) Framework • Use the object model Web.Config Regroup operational tasks
  • 23. cliconfg.exe • Operational tasks • maintenance is easier. • Upgrades • Downgrades SQL Server Alias
  • 24. SharePoint & Always On Availability Groups
  • 25. SQL 1 SharePoint Farm 1 SQL 2 High Availability Synchronous Always On Availability& SharePoint
  • 26. SQL 1 SharePoint Farm 1 SQL 2 Synchronous Always On Availability& SharePoint High Availability
  • 27. Database Supported Admin Content Yes App Management Yes BDC Yes Config Yes Content Yes Managed Metadata Yes PerformancePoint Yes PowerPivot Not Tested Project Yes Search Analytic Reporting Yes Search Admin Yes Database Supported Search Crawl Yes Search Links Yes Secure Store Yes State Service Yes Subscription Settings Yes Translation Services Yes UPA Profile Yes UPA Social Yes UPA Sync Yes Usage(=loggingDB) Yes Word Automation Yes Database Support – Sync Commit
  • 28. SQL 1 SQL 2 SQL 3 Asynchronous Disaster Recovery Synchronous DR with Always On Availability Groups & SharePoint SharePoint Farm 1 SharePoint Farm 2
  • 29. Database Supported Admin Content No App Management Yes BDC Yes Config No Content Yes Managed Metadata Yes PerformancePoint Yes PowerPivot Not Tested* Project Yes Search Analytic Reporting No Search Admin No Database Supported Search Crawl Yes Search Links Yes Secure Store Yes State Service No Subscription Settings Yes Translation Services Yes UPA Profile Yes UPA Social Yes UPA Sync No Usage Yes Word Automation Yes Database Support – Async Commit
  • 30. Small Farm Deployment (0-500GB of Data) Medium Farm Deployment (501-1TB of data) Large Farm Deployment (1-2TB of Data) Very Large Farm Deployment (2-5 TB of Data) Special Cases RAM 8 16 32 64 64+ CPU 4 4 8 8 8 SQL Server - RAM
  • 31. Dedicated SQL Server For optimal performance when operating server farms, we recommend that you install SQL Server 2008 R2 with SP1 and SQL Server 2012 on a dedicated server that is not running other roles of farm and does not host databases for other Collation: Latin1_General_CI_AS_KS_WS Cannot be changed afterwards Fine Tuning SQL Server
  • 32. • NFTS Allocation Unit Size: 64K SQL reads and writes 64K at a time, but your disk allows only 4K by default. This change alone may show you up to 30% improvement in speed. “chkdsk c:” Cannot be changed afterwards. Format disk is necessary. Fine Tuning SQL Server
  • 33. Fine-tuning SQL Server Set min. and max. Server /! Total amount memory x 0,80 /! The default value of SQL Server for Maximum Memory is : 2147483647 MB Maximum fill factor per index (80%) Activate backup compression It’s faster and needs less disk space Max Degree of Parallelism (MAXDOP) = 1 Prerequisite for SharePoint 2013
  • 34. Fine-tuning SQL Server Use a dedicated search instance > 10’000’000 items Antivirus: Exclude data files, transaction logs and backup files from real-time scan Install only features and components you need. SharePoint only requires: Database Engine Services Do not enable Statistics
  • 35. Create your Databases with PoSH Fine Tuning SQL Server
  • 36. Fine-tuning SQL Server Data prioritization among faster disks (descending) • Temp DB data files • Temp DB logs • Content DB logs • Search DB data files • Content DB data files • Search DB logs • SharePoint data files • SharePoint logs
  • 38. It covers a huge set of individual technologies under the Platform umbrella It’s continuously changing Know when to use OOTB vs CC Know your users (aka Yammer haters ) Understand SharePoint
  • 39. • Distribute the load on multiple crawl servers • Throttle crawling, adjust crawling schedule • Incremental vs continuous crawl • Content sources • Group by SharePoint Fine Tuning
  • 41. Fine-tuning SharePoint Server (Resource-intensive Service Applications) • Excel Service Application • Search Service Application • Usage and Health Data collection • User Profile Service Application
  • 42. • Application Pool Recycle && IISReset • Crawl Jobs (continuous crawl) • Backup Jobs • Large list operations SharePoint Fine Tuning
  • 43. • Distributed Cache • 5% of RAM is used for Newsfeed, Microblogging etc.. • Object Cache ( SuperUser, SuperReader) • Client Cache (Websites with CSS, Javascript) • Output cache (caches SC, Publishing features) SharePoint Fine Tuning
  • 44. • Content Databases shouldn’t be more than 200GB Backup / Restore Operational tasks • 5000 Site collections per Content Database • 10 Application Pools (can be extended depending on hardware) • 20 web Applications per SharePoint Farm • Don’t use Product Configuration Wizard SharePoint Fine Tuning
  • 45. • Set Quotas on all Web Applications • Disable Certificate Revocation List • Authentication Anonymous, Claims, Kerberos, NTLM, Forms, ADFS • Wake-Up • Only extend if you have a different authentication protocol. SharePoint Fine Tuning
  • 46. New Service Applications (Machine Translation) Offloaded Services: Yammer, OneDrive for Business, Office Web Apps, Workflow Manager… Improved Service Applications (Fast) Not UI Binded Services to be managed with PoSH (Subscription Management) Re-architected Service Applications (Search & OWA) Different release schedule OWA can be used for other platforms like Lync, Exchange, … Understand SharePoint
  • 47. Not supported: Dynamic Memory Discontinued : Web Analytics Prerequisites: Hardware and software requirements for a single server with a built-in database: 24 GB, 64-bit, 4 cores, 80 GB for system drive SQL Server 2014 requires the May 2014 CU to be installed Windows Server 2012 R2 is only supported on a SharePoint Server 2013 Service Pack 1 environment Understand SharePoint
  • 48. Share services across farms Business Connectivity Services, Managed Metadata Service, Search Service (Crawl, Index, Query), Secure Store Service, User Profile Service… App Management Service = NOT! New way of works: HNSC Claims: expect a grat deal of work if you have custom code which is dealing with Classic code and upgrades. It’s recommended to set your authentication model in 2010 as Claims, then to migrate. Understand SharePoint
  • 50. No Maintenance. No Updates. No Upgrades. No Scripting. No Hardware costs. No Backup. No (Reduce) Costs. Office 365 Advantages Storage (OneDrive and SharePoint). Delve. iOS Apps. Remote working. External Sharing. Clutter / Groups. …
  • 51. SharePoint Drawbacks Performance: Working on it. Licenses: Windows, SQL, SharePoint, Office 2013, Office Web Apps Licenses and CAL’s Maintenance: Consultant costs ( he costs a lot ) Upgrades/Downgrades: What does each hour of downtime cost your business? SQL Server: Keeping Default SharePoint Database Settings IT Infrastructure related errors: DNS, WAF, F5, Hyper-V … Scrimping on RAM The magic Farm Configuration Wizard
  • 52. According to Microsoft: there is a few methods available to minimize the amount of downtime; however it’s just not possible to achieve a zero downtime solution for your upgrade. A common way to minimize downtime is via implementation of a parallel upgrade farm. Zero Downtime « should be possible with #SP2016 »
  • 53.
  • 58. • Monitor the complete SharePoint Server environment • Monitor database space usage • Monitor the status and health of SharePoint services and Web applications, as well as the uptime of the SharePoint server • Monitor the default Search service and crawl status • Monitor Recycle Bin usage and ensure the Recycle Bin does not exceed the site quota. • Monitor and report on how long the SharePoint server has been running since the last reboot You should know it before business
  • 60. Patching Your simple SharePoint Farm Patching on server 1 Backward capability mode. Needs Config Needed. Patching on server 2 Server 1; PS Config Server 2; PS Config Farm is up again
  • 61. • Don't Install CUs Automatically • The CUs will now show up in Windows Update as Important updates, meaning that they get installed automatically, without notice. • 'Download only' or • WSUS [Windows Server Update Services] • If custom components are used, they can break some functionalities. • Testers are needed. • No real governance for Dev – Non-Prod and Prod environments. Patching
  • 63. Fine-tuning Client Side Operating System. Install Latest updates. [/WSUS] Antivirus. Exclude files from real-time scan for Enterprise computers: Turn off scanning: Windows Update or Automatic Update Windows Security files Group Policy related files SYSVOL files DFS and DHCP files
  • 64. Fine-tuning Client Side Microsoft Office. Use the latest Office Version for best compatibility Internet Explorer. Supported: Internet Explorer 11, Internet Explorer 10, Internet, Explorer 9, Internet Explorer 8
  • 66. If budget is no problem If you can’t promise 99,99% uptime If you don’t have the knowledge If you have an existing SharePoint that fits the business requirements If the cloud is “nogo” for you. Custom Codes, layouts, settings, … Use SharePoint Server, if…
  • 67. If the cloud is not a problem for your organisation If you can’t handle SharePoint and its friends If you don’t have the budget for a Fully Redundant Farm or consultants If you have to begin from scratch If you want to have all new features/solutions and pay less. Can’t promise 99,9% of SLA Use SharePoint Online, if…
  • 68. Summary Performance - it depends Other platforms also matter SharePoint is fast, but depends much on others You can improve, improve and improve
  • 69. • https://technet.microsoft.com/en- us/library/cc748824.aspx • https://technet.microsoft.com/en-us/library/jj715263.aspx • http://blogs.msdn.com/b/sambetts/archive/2013/08/22/sh arepoint-farm-patching-explained.aspx References

Notas do Editor

  1. isa