What to Check SQL Server Buffer Manager: Page Life Expectancy > 300 (seconds) What You’ll See Slow performance across the board Long search crawl.

Slides:



Advertisements
Similar presentations
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 6 Managing and Administering DNS in Windows Server 2008.
Advertisements

VLANs Virtual LANs CIS 278.
11 TROUBLESHOOTING Chapter 12. Chapter 12: TROUBLESHOOTING2 OVERVIEW  Determine whether a network communications problem is related to TCP/IP.  Understand.
Basic Network Concepts And Troubleshooting. A Simple Computer Network for File Sharing.
Turners SharePoint Web Site How we did it. 2 Page Anatomy Custom Search Web Part Custom Search Web Part Data Form Web Parts Content Query Web Part HTML.
Toolbox Mirror -Overview Effective Distributed Learning.
Linux Networking TCP/IP stack kernel controls the TCP/IP protocol Ethernet adapter is hooked to the kernel in with the ipconfig command ifconfig sets the.
14.1 © 2004 Pearson Education, Inc. Exam Planning, Implementing, and Maintaining a Microsoft Windows Server 2003 Active Directory Infrastructure.
Lesson 4-Installing Network Operating Systems. Overview Installing and configuring Novell NetWare 6.0. Installing and configuring Windows 2000 Server.
Lesson 1: Configuring Network Load Balancing
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 7: Planning a DNS Strategy.
Yes, yes it does! 1.Guest Clustering is supported with SQL Server when running a guest operating system of Windows Server 2008 SP2 or newer.
CLUSTER WEBLOGIC SERVER. 1.Creating clusters and understanding its concept GETTING STARTED.
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
(part 3).  Switches, also known as switching hubs, have become an increasingly important part of our networking today, because when working with hubs,
Week 2 - Installation SQL SERVER2000 ENTERPRISE EDITION INSTALLATION.
Module 2: Planning to Install SQL Server. Overview Hardware Installation Considerations SQL Server 2000 Editions Software Installation Considerations.
Choose & Book Common Issues Identified. Problems with Choose and Book 2 Slow Performance 3 Strange Behaviours 1 Does not Run.
IT:Network:Applications Fall  Running one “machine” inside another “machine”  OS in Virtual machines sees ◦ CPU(s) ◦ Memory ◦ Disk ◦ USB ◦ etc.
CNT-150VT. Question #1 Your name Question #2 Your computer number ##
1 ISA Server 2004 Installation & Configuration Overview By Nicholas Quinn.
Hands-On Microsoft Windows Server 2008
IDK0040 Võrgurakendused I Building a site: Implementation Deniss Kumlander.
Chapter 7: Using Windows Servers to Share Information.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Lab How to Use WANem Last Update Copyright 2011 Kenneth M. Chipps Ph.D. 1.
EPA Web Procedures and Standards October 26, 2010.
Csci5233 Computer Security1 Bishop: Chapter 27 System Security.
IMPLEMENTING F-SECURE POLICY MANAGER. Page 2 Agenda Main topics Pre-deployment phase Is the implementation possible? Implementation scenarios and examples.
Configuring Global Server Load Balancing (GSLB)
Windows Azure Conference 2014 Lessons Learned From Large Scale Migrations to Windows Azure IaaS.
Course ILT Internet/intranet support Unit objectives Use the Internet Information Services snap-in to manage IIS, Web sites, virtual directories, and WebDAV.
Protecting Internet Communications: Encryption  Encryption: Process of transforming plain text or data into cipher text that cannot be read by anyone.
Microsoft FrontPage 2003 Illustrated Complete Finalizing a Web Site.
Module 11: Implementing ISA Server 2004 Enterprise Edition.
Module 10: Maintaining High-Availability. Overview Introduction to Availability Increasing Availability Using Failover Clustering Standby Servers and.
DBI313. MetricOLTPDWLog Read/Write mixMostly reads, smaller # of rows at a time Scan intensive, large portions of data at a time, bulk loading Mostly.
Proxy Server PROXY SERVER. What is a Web Proxy? Proxy Server A proxy is a host which relays web access requests from clients Used when clients do not.
OSP310. What is a SharePoint® Farm? A collection of one or more SharePoint Servers and SQL Servers® providing a set of basic SharePoint.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 12: Planning and Implementing Server Availability and Scalability.
DNS DNS overview DNS operation DNS zones. DNS Overview Name to IP address lookup service based on Domain Names Some DNS servers hold name and address.
(WINDOWS PLATFORM - ITI310 – S15)
Page 1 Printing & Terminal Services Lecture 8 Hassan Shuja 11/16/2004.
Configuring and Troubleshooting Identity and Access Solutions with Windows Server® 2008 Active Directory®
Clustering Servers Chapter Seven. Exam Objectives in this Chapter:  Plan services for high availability Plan a high availability solution that uses clustering.
Role Of Network IDS in Network Perimeter Defense.
for all Hyperion video tutorial/Training/Certification/Material Essbase Optimization Techniques by Amit.
Mark Shtern.  Our life depends on computer systems  Traffic control  Banking  Medical equipment  Internet  Social networks  Growing number of.
Troubleshooting Laserfiche Systems
Page ADP Technology Training. 2 Page2 Confidential Copyright © 2007 Pearson Education, Inc. and/or one or more of its direct or indirect affiliates. All.
Kerberos Miha Pihler MVP – Enterprise Security Microsoft Certified Master | Exchange 2010.
Presented by Deepak Varghese Reg No: Introduction Application S/W for server load balancing Many client requests make server congestion Distribute.
Top 10 Non-SharePoint Technical Issues That Can Doom Your Implementation Robert Bogue (317)
1 Remote Installation Service Windows 2003 Server Prof. Abdul Hameed.
Chapter 7: Using Windows Servers
Unit Hardware Troubleshooting
Chapter 7. Identifying Assets and Activities to Be Protected
Lab A: Planning an Installation
Scaling Network Load Balancing Clusters
Affinity Depending on the application and client requirements of your Network Load Balancing cluster, you can be required to select an Affinity setting.
Module Overview Installing and Configuring a Network Policy Server
Lab A: Installing and Configuring the Network Load Balancing Driver
Implementing TMG Server Publishing
Microsoft FrontPage 2003 Illustrated Complete
Design Unit 26 Design a small or home office network
SpiraTest/Plan/Team Deployment Considerations
Access eJournals Form Your Home
Designing IIS Security (IIS – Internet Information Service)
SharePoint 2013 Best Practices
Presentation transcript:

What to Check SQL Server Buffer Manager: Page Life Expectancy > 300 (seconds) What You’ll See Slow performance across the board Long search crawl times What’s Wrong SQL Server is the bottleneck in SharePoint implementations What to do Add memory Improve disk performance Add another SQL instance

Head Arm Platte r

What to Check Average time per read < 20ms Average time per write < 20ms RAID configuration is RAID 10 not 5/6 (DP) What You’ll See Slow performance, especially initial loading of a site Less effectiveness in adding RAM to the SQL server What’s Wrong Disks aren’t producing enough IOPS What to do Reconfigure from RAID 5/6(DP) to RAID 10 Buy more, faster, smaller disks

What to Check Session affinity Session identification What You’ll See First hit response times, even after the first hit What’s Wrong The load balancer isn’t configured for session affinity (sticky sessions) What to do Configure the load balancer for session affinity (sticky sessions)

What to Check Every query server has 30% of the total size of everything you want to search What You’ll See SharePoint Server disks get filled up What’s Wrong The full text (non-SQL) indexes get copied to every query server (and they’re big) What to do Add disks until you have enough

What to Check No Firewall between servers Network adapter transmit buffer < 1 What You’ll See Weird SharePoint errors Erratic and unpredictable performance What’s Wrong Insufficient bandwidth between servers Packet loss What to do Remove firewall and proxy servers Ensure all network ports plugged in and bonded Plug all SharePoint servers into a single switch

What to Check The value of downtime in production to the organization What You’ll See Unknown problems in your production environment What’s Wrong There’s no way to validate your code and configuration changes What to do Get at least one controlled environment before production

What to Check Production can not communicate with development What You’ll See Random outages in production Random performance issues in production What’s Wrong Production is referencing development resources (which are being shutdown) What to do Put production (and QA) on a separate subnet that can’t talk to development resources

What to Check Configuration of the proxy server or load balancer IIS Logs to verify client IP addresses are being recorded What You’ll See All clients look like they’re coming from one IP address What’s Wrong The proxy server or load balancer is NATing (abstracting) the IP address Difficult to diagnose specific client problems when you can’t find them What to do Reconfigure the network to transmit client IP addresses to the server

What to Check Monitoring options available to you What You’ll See Nothing What’s Wrong You can’t fix what you can’t find What to do Install monitoring Configure monitoring

What to Check IE settings Time synchronization What You’ll See Prompts for login (like every 30 seconds) What’s Wrong IE with your web site not in the Intranet zone What to do Set a group policy Make workstations a member of the domain