Download presentation
Presentation is loading. Please wait.
Published byJohn Brown Modified over 9 years ago
1
SharePoint Saturday Lima 2015
2
Auspiciadores Platinum Prize Only
3
Agradecimiento especial
4
SharePoint 2013 Diagnostics
5
Vladimir Medina Community Leader @VladPoint Vladimir_mg@hormail.com http://blogs.technet.com/b/vladpoint https://www.facebook.com/groups/56850858 767/ https://www.linkedin.com/groups?gid=1926 509
6
Troubleshooting process Root source: always start with the logs Focus: one issue – one solution Tools: pick tools accordingly to the issue
7
SharePoint logs Troubleshooting using ULS logs Get-SPDiagnosticConfig | Set-SPDiagnosticConfig –LogLocation – DaysToKeepLogs –LogCutInterval –LogDiskSpaceUsageGB – LogMaxDiskSpaceUsageEnabled Get-SPLogLevel | Set-SPLogLevel –eventseverity –traceseverity –identity New-SPLogFile Clear-SPLogLevel Merge-SPLogFile –Path –Area –Category –Correlation –StartTime –EndTime –EventID –Level –Message –ContextFilter –Process –ThreadID –Overwrite Get-SPLogEvent –Directory –File –StartTime –EndTime –MinimumLevel - ContextKey
8
Demo
9
SharePoint logging database Monitoring and trend analysis Data stored: ULS logs, SQL queries information, Search service statistics, Features usage, Page requests, Performance counters data, etc. Dedicated resources are recommended Direct queries, custom reports and views are supported Technical details: http://technet.microsoft.com/en- us/library/jj715694.aspxhttp://technet.microsoft.com/en- us/library/jj715694.aspx
10
SharePoint logging database New-SPUsageApplication –name –databaseserver –databasename Get-SPUsageService Set-SPUsageService –loggingenabled –usageloglocation Get-SPUsageDefinition Set-SPUsageDefinition –identity –enable –daysretained Get-SPDiagnosticsProvider | Set-SPDiagnosticsProvider –enable – daysretained Get-SPDiagnosticsPerformanceCounter Add/Remove-SPDiagnosticsPerformanceCounter –Category –Counter – Instance –AllInstances –DatabaseServer -WebFrontEnd
11
Demo
12
Health Analyzer SharePoint Health Analyzer from Central Administration NEW Site Collection Health Analyzer Test-SPSite Repair-SPSite
13
Developer Dashboard Disabled by default Just can be enabled at farm level Recommended use on testing or controlled environments On and Off using PowerShell $content = ([Microsoft.SharePoint.Administration.SPWebService]::ContentService) $settings=$content.DeveloperDashboardSettings $settings.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::On/Off $settings.Update()
14
Demo
15
Other Tools ULSViewer - http://ulsviewer.codeplex.com/http://ulsviewer.codeplex.com/ LogParser - http://www.microsoft.com/en-us/download/details.aspx?id=24659http://www.microsoft.com/en-us/download/details.aspx?id=24659 Message Analyzer (Network Monitor) - http://www.microsoft.com/en- us/download/details.aspx?id=44226http://www.microsoft.com/en- us/download/details.aspx?id=44226 Fiddler - http://www.telerik.com/download/fiddlerhttp://www.telerik.com/download/fiddler SPDiag - http://www.microsoft.com/en-us/download/details.aspx?id=20022http://www.microsoft.com/en-us/download/details.aspx?id=20022 DebugDiag - http://www.microsoft.com/en-us/download/details.aspx?id=26798http://www.microsoft.com/en-us/download/details.aspx?id=26798 Perfmon - http://technet.microsoft.com/en-us/library/cc749115.aspxhttp://technet.microsoft.com/en-us/library/cc749115.aspx PAL - http://pal.codeplex.com/http://pal.codeplex.com/
16
Vladimir Medina Community Leader @VladPoint Vladimir_mg@hormail.com http://blogs.technet.com/b/vladpoint https://www.facebook.com/groups/56850858 767/ https://www.linkedin.com/groups?gid=1926 509
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.