Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE
|
|
|
- Angel Clarke
- 10 years ago
- Views:
Transcription
1 Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE
2 Table of Contents Overview... 2 Installation and Initial Configuration of SharePoint services... 3 System Requirements... 3 Software requirements for SharePoint... 3 Installing SharePoint... 3 Topology... 3 Configuring SharePoint services... 3 Create a Web Application... 3 User Permissions... 3 Configuring Stingray Traffic Manager... 7 Connecting to the SharePoint web site through Stingray Traffic Manager... 9 Uploading Documents to SharePoint Testing fault tolerance Conclusion Riverbed Technology. All rights reserved. 1
3 Overview Microsoft SharePoint services provide an integrated suite of server capabilities for central storage and collaboration, space for documents, information and ideas. Riverbed Stingray Traffic Manager is a powerful Layer 7 Traffic Manager (available as software, hardware appliance or Virtual Appliance) which manages your application traffic, inspecting, transforming and routing requests as it load-balances them across the application infrastructure. By using Stingray Traffic Manager to load-balance and manage traffic across two or more clustered SharePoint servers, you can achieve dramatic improvements in capacity and reliability. Adding more SharePoint servers to your cluster will scale capacity linearly, and Stingray Traffic Manager s application acceleration technology offloading, caching, HTTP optimization increases the capacity improvements further. When you load-balance traffic across two or more SharePoint servers, you make the entire service resilient to routine downtime (upgrades and reboots) and unexpected errors (such as hardware failures) Riverbed Technology. All rights reserved. 2
4 Installation and Initial Configuration of SharePoint services System Requirements Software requirements for SharePoint IIS 6.0..NET 2.0 Framework SharePoint Microsoft SQL Server (optional) Installing SharePoint See the following urls for information on how to install SharePoint Topology For the purposes of this document, we used the following setup in our example: A Windows Server 2003 system running Microsoft SQL Express Edition 2005 (to store the SharePoint databases). The IP address of this server was A Windows Server 2003 system running IIS 6.0,.NET and SharePoint. The IP address of this server was A second Windows Server 2003 running IIS 6.0,.NET and SharePoint. This server was also the domain controller for the domain SHAREPOINT. The IP address of this server was A Stingray Traffic Manager 7400 system to provide traffic management. Stingray Traffic Manager software or virtual appliances could also have been used. IIS servers Figure 2.1 Typical example of a Stingray Traffic Manager setup 2011 Riverbed Technology. All rights reserved. 3
5 Configuring SharePoint services Create a Web Application Connect to the SharePoint administration website using a browser (default port is 14921). Use the administration website to create a new web application (Figure 2.2), listening on port 80, choose a load balanced URL and set an authentication method. Figure 2.2 In our example, we created our web application on port 80 and assigned a load balanced URL of so that we could access both SharePoint servers through this URL (Figure 2.3). We used NTLM (windows based) authentication to our SharePoint web site. The DNS name in the load-balanced URL (e.g. sharepoint.techservices.cam.zeus.com ) must resolve to an IP address that is present on the Stingray Traffic Manager traffic managers, not to any of the IP addresses of the SharePoint servers. You can achieve this using DNS, or simply by modifying the hosts files in your test servers and client. If there is not an appropriate DNS name to use, you may also use the IP address directly in the load-balanced URL, for example, Figure Riverbed Technology. All rights reserved. 4
6 We then created a web application by clicking on Create a Site Collection. This creates the SharePoint web site content so that users can upload, share and modify documents. In our example, we chose Team Site so that users could access and modify files: Figure 2.4 For our testing purposes, we created the following test users in Active Directory: SHAREPOINT\johnsmith ; SHAREPOINT\johndoe ; SHAREPOINT\janedoe User Permissions It is necessary to assign permissions to users so that they can access, modify, read, upload files, etc. Users can be assigned to predefined groups, and the administrator can also create new groups with custom permissions. This can be done on an individual basis, but using groups makes user access management easier. Once we had created our test users, we logged back into the SharePoint administration website and went to the section People and Groups. We assigned our test users permission to access the SharePoint website. Two of our test users ( johndoe and janedoe ) were given full access, and one user ( johnsmith ) was given read only access (Figures 2.5 and 2.6): 2011 Riverbed Technology. All rights reserved. 5
7 Figure 2.5 Figure 2.6 Once the basic SharePoint web application, web site and users are configured, Stingray Traffic Manager can be configured to manage the traffic to the SharePoint server farm Riverbed Technology. All rights reserved. 6
8 Configuring Stingray Traffic Manager Stingray Traffic Manager should be configured to listen for traffic on behalf of the two SharePoint servers and then load-balance the requests across the two. To do this, log in to the Stingray Traffic Manager UI, click on the Wizards and choose Manage a new service (Figure 3.1). Figure 3.1 Create a virtual server (Figure 3.2) to represent this load balanced service, giving it a name, selecting the protocol (HTTP) and the port that the protocol uses. Port 80 is the standard port that Web Browsers use to access a web site when using HTTP: Figure Riverbed Technology. All rights reserved. 7
9 You must then configure the pool of servers that Stingray Traffic Manager load-balances requests across (Figure 3.3). In our example, we used IP addresses but you could use hostnames (as long as they are resolvable). Figure 3.3 Confirm the selections to create the Virtual Server, ready to receive connections: Figure Riverbed Technology. All rights reserved. 8
10 Connecting to the SharePoint web site through Stingray Traffic Manager Once the Stingray Traffic Manager configuration is complete, you should test it to make sure you can access your SharePoint pool of servers through Stingray Traffic Manager. In our example, we had ensured that our client resolved our load balanced URL to the IP address of Stingray Traffic Manager (in this case ) by editing the hosts file on the client. This is appropriate for a simple test scenario but in a real deployment, one would use DNS to ensure that the domain name in a URL resolved to the correct IP address. Our test client was then ready to test SharePoint services through Stingray Traffic Manager. An initial connectivity test came first: Figure 4.1 Then we connected to our SharePoint website using a browser to test that Stingray Traffic Manager is managing the traffic to the SharePoint pool correctly. Log in as a permissioned user, including the Windows Domain component domain\user in the username: Figure Riverbed Technology. All rights reserved. 9
11 Uploading Documents to SharePoint Logged in users access the Shared Documents part of the SharePoint website to upload a document from their local machine to the SharePoint service: Figure 4.3 SharePoint displays a list of the documents with the username of the user who last modified them: Figure Riverbed Technology. All rights reserved. 10
12 If you have a look at the Stingray Traffic Manager UI, you should see traffic going through to the back end nodes. You can use the Activity monitor and Connections report to observe recent traffic. You can also use a TrafficScript response rule to print out diagnostic information to the event log. For example, the following TrafficScript response rule prints out the IP address of the back end node to record which node serviced each request: TrafficScript Response Rule: $node = connection.getnode(); log.info("backend node used was ".$node); Figure Riverbed Technology. All rights reserved. 11
13 We tested the correct operation of the SharePoint service by logging in to the SharePoint website as a different user (in this case SHAREPOINT\janedoe) and opening the file Sharepoint_doc1 within Microsoft Word (Figure 4.6). As user janedoe has full permissions in SharePoint, this file was editable. We modified the file and saved it back to SharePoint. Figure 4.6 SharePoint indicates that the file was last modified by Jane Doe, and the timestamp was updated: Figure Riverbed Technology. All rights reserved. 12
14 We could see that the traffic to the SharePoint pool was being managed by Stingray Traffic Manager: Figure Riverbed Technology. All rights reserved. 13
15 Testing fault tolerance One of the advantages of using Stingray Traffic Manager to manage traffic to your websites is that it monitors the health of the nodes in your pool. If it detects a problem with one of your nodes, it will mark it as unavailable and not direct any traffic to it. In this example, we configured a Full HTTP health monitor to check the health of the back-end SharePoint nodes. We stopped one of the two SharePoint servers (in this case , as we had not configured redundant domain controllers for this exercise). The Stingray Traffic Manager UI reported that a node ( ) in the Sharepoint pool was down. Figure 5.1 We ran tests to make sure we could still connect to the SharePoint website. Login was successful, and all the traffic was sent to the only functional server, : Figure Riverbed Technology. All rights reserved. 14
16 Conclusion This document shows you how to configure a fault tolerant SharePoint web site by managing traffic to this site using Stingray Traffic Manager. The loss of a SharePoint server will not result in a loss of SharePoint service thanks to Stingray Traffic Manager. With the Stingray Traffic Manager, we can also use TrafficScript to make our traffic management more intelligent. For example, we could create 2 pools of servers e.g. High Priority and Low Priority and then, on the basis of the username, direct the user to one pool or the other. With Stingray Traffic Manager, you have endless abilities to manage your traffic in different ways. About Riverbed Riverbed delivers performance for the globally connected enterprise. With Riverbed, enterprises can successfully and intelligently implement strategic initiatives such as virtualization, consolidation, cloud computing, and disaster recovery without fear of compromising performance. By giving enterprises the platform they need to understand, optimize, and consolidate their IT, Riverbed helps enterprises to build a fast, fluid and dynamic IT architecture that aligns with the business needs of the organization. Additional information about Riverbed (NASDAQ: RVBD) is available at Riverbed Technology, Inc. 199 Fremont Street San Francisco, CA Tel: (415) Riverbed Technology Ltd. The Jeffreys Building Cowley Road Cambridge CB4 0WS United Kingdom Tel: +44 (0) Riverbed Technology Pte. Ltd. 391A Orchard Road #22-06/10 Ngee Ann City Tower A Singapore Tel: Riverbed Technology K.K. Shiba-Koen Plaza Building 9F 3-6-9, Shiba, Minato-ku Tokyo, Japan Tel: Riverbed Technology. All rights reserved. 15
SDC The Service Delivery Controller FACT SHEET
SDC The Service Delivery Controller FACT SHEET SDC The Service Delivery Controller In his FrankenSOA 1 analysis published in Network Computing, Andy Dorman gave a comprehensive and well-informed assessment
Riverbed Stingray Traffic Manager VA Performance on vsphere 4 WHITE PAPER
Riverbed Stingray Traffic Manager VA Performance on vsphere 4 WHITE PAPER Content Introduction... 2 Test Setup... 2 System Under Test... 2 Benchmarks... 3 Results... 4 2011 Riverbed Technology. All rights
Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER
Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER Introduction to Faster Loading Web Sites A faster loading web site or intranet provides users with a more
Optimizing Microsoft Exchange Traffic over the WAN TECH BRIEF
Optimizing Microsoft Exchange Traffic over the WAN TECH BRIEF OPTIMIZING MICROSOFT EXCHANGE TRAFFIC OVER THE WAN Introduction: Microsoft Exchange performs poorly on WANs, so much that large enterprises
VMware Horizon Mirage Load Balancing
SOLUTION GUIDE VMware Horizon Mirage Load Balancing Solution Guide Version 1.1 July 2014 2014 Riverbed Technology, Inc. All rights reserved. Riverbed, SteelApp, SteelCentral, SteelFusion, SteelHead, SteelScript,
McAfee Vulnerability Manager on RSP
Deployment Guide McAfee Vulnerability Manager on RSP Deployment Guide Riverbed Technical Marketing MVM ON RSP DEPLOYMENT GUIDE Introduction McAfee Vulnerability Manager (MVM) provides fast, precise, and
Stingray Traffic Manager Sizing Guide
STINGRAY TRAFFIC MANAGER SIZING GUIDE 1 Stingray Traffic Manager Sizing Guide Stingray Traffic Manager version 8.0, December 2011. For internal and partner use. Introduction The performance of Stingray
Riverbed WAN Acceleration for EMC Isilon Sync IQ Replication
PERFORMANCE BRIEF 1 Riverbed WAN Acceleration for EMC Isilon Sync IQ Replication Introduction EMC Isilon Scale-Out NAS storage solutions enable the consolidation of disparate pools of storage into a single
Granite Solution Guide
Solution Guide Granite Solution Guide Granite with NetApp Storage Systems Riverbed Technical Marketing July 2013 2012 Riverbed Technology. All rights reserved. Riverbed, Cloud Steelhead, Granite, Granite
RIVERBED STEELCENTRAL NETMAPPER
RIVERBED STEELCENTRAL NETMAPPER AUTOMATED NETWORK DOCUMENTATION NetMapper is the only solution that could address all our requirements. It automatically discovers and collects detailed network configuration
RIVERBED STEELCENTRAL NETPLANNER
RIVERBED STEELCENTRAL NETPLANNER TESTIMONIALS IT Guru NetPlanner avoided the downtime of our critical applications by designing the network with resiliency to outages. Senior Network Architect Financial
Virtual Cascade Shark
WHITE PAPER Virtual Cascade Shark Enabling ubiquitous visibility in virtualized enterprises Executive Summary Enterprises have been using Cascade products from Riverbed Technology for many years to discover,
Microsoft Exchange 2010 /Outlook 2010 Performance with Riverbed WAN Optimization
Microsoft Exchange 2010 /Outlook 2010 Performance with Riverbed WAN Optimization A Riverbed whitepaper Riverbed participated in an early Microsoft TAP program to validate interoperability for Exchange
Evaluating the ROI of Riverbed Steelhead Products
WHITE PAPER Evaluating the ROI of Riverbed Steelhead Products A How-to Guide EVALUATING THE ROI OF RIVERBED STEELHEAD PRODUCTS: A HOW-TO GUIDE Introduction Return on Investment (ROI) is a complex, but
Load balancing Microsoft IAG
Load balancing Microsoft IAG Using ZXTM with Microsoft IAG (Intelligent Application Gateway) Server Zeus Technology Limited Zeus Technology UK: +44 (0)1223 525000 The Jeffreys Building 1955 Landings Drive
Accelerating the Next Phase of Virtualization. Desktop virtualization and WAN optimization
Accelerating the Next Phase of Virtualization Desktop virtualization and WAN optimization DESKTOP VIRTUALIZATION AND WAN OPTIMIZATION Introduction: The trend toward desktop virtualization Like other virtualization
Understanding Flow and Packet Deduplication
WHITE PAPER Understanding Flow and Packet Deduplication Riverbed Technical Marketing 2012 Riverbed Technology. All rights reserved. Riverbed, Cloud Steelhead, Granite, Interceptor, RiOS, Steelhead, Think
Optimization of Citrix ICA with Steelhead Appliances and RiOS 6.0 WHITE PAPER
Optimization of Citrix ICA with Steelhead Appliances and RiOS 6.0 WHITE PAPER INTRODUCTION Desktop virtualization architectures enable enterprises to host their applications and data centrally and to access
How To Create A Qos
WHITE PAPER Three Steps to Success with QoS A Riverbed White Paper Introduction: QoS ensures predictable application performance QoS is one of the most widely deployed networking technologies. It is a
Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013. Deployment Guide
Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013 Deployment Guide rev. 1.4.2 Copyright 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 3 Appliances
Using Group Policy to Remotely Install Steelhead Mobile Software
Using Group Policy to Remotely Install Steelhead Mobile Software This tech note describes how to use a Group Policy to automatically distribute Steelhead Mobile software to client computers. These instructions
Accelerating the Next Phase of Virtualization
A Riverbed Technology White Paper Desktop Virtualization and Wide-area Data Services Accelerating the Next Phase of Virtualization Desktop virtualization and wide-area data services 2008 Riverbed Technology,
Federal Data Center Consolidation Playbook
WHITE PAPER Federal Data Center Consolidation Playbook A Resource For FDCCI Planning and Execution FEDERAL DATA CENTER CONSOLIDATION PLAYBOOK Introduction: Adopting a Strategic Approach to Data Center
Brocade Virtual Traffic Manager and Microsoft IIS Deployment Guide
September 2015 Brocade Virtual Traffic Manager and Microsoft IIS Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing symbol, DCX,
Riverbed OPNET AppInternals Xpert PRODUCT BRIEF
Riverbed OPNET AppInternals Xpert PRODUCT BRIEF See application performance through your users eyes It s not uncommon for today s web-based applications to require dozens of hops to complete a single transaction
FAQ RIVERBED WHITEWATER FREQUENTLY ASKED QUESTIONS
FAQ RIVERBED WHITEWATER FREQUENTLY ASKED QUESTIONS Version 1.3 October 2011 1. What are Riverbed Whitewater cloud storage gateways for data protection? Riverbed Whitewater appliances are drop-in cloud
Zeus Extensible Traffic Manager in Virtualized Hosting Environments.
Zeus Extensible Traffic Manager in Virtualized Hosting Environments. Zeus Technology Limited Sales: +44 (0)1223 568555 The Jeffreys Building Main: +44 (0)1223 525000 Cowley Road Fax: +44 (0)1223 525100
How To Make A Cloud Work For You
WHITE PAPER Unleashing Cloud Performance Making the promise of the cloud a reality UNLEASHING CLOUD PERFORMANCE Introduction: The reality of cloud services Thirty-five percent. By 2014, analysts believe
Brocade Virtual Traffic Manager and Microsoft SharePoint 2010 Deployment Guide
September 2015 Brocade Virtual Traffic Manager and Microsoft SharePoint 2010 Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing
Introduction to Mobile Access Gateway Installation
Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure
WhatsUp Gold v16.3 Installation and Configuration Guide
WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard
Building a Scale-Out SQL Server 2008 Reporting Services Farm
Building a Scale-Out SQL Server 2008 Reporting Services Farm This white paper discusses the steps to configure a scale-out SQL Server 2008 R2 Reporting Services farm environment running on Windows Server
Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS)
Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS) December 25 th, 2015 V.1.0 Prepared by: Manoj Karunarathne MCT, MCSA,
Disaster Recovery with the Public Cloud and Whitewater Cloud Storage Gateways
WHITE PAPER Disaster Recovery with the Public Cloud and Whitewater Cloud Storage Gateways Simplifying and making DR affordable and achievable Executive Summary The explosion of 24x7 connectivity and prevalence
WHITE PAPER. Riverbed SteelFusion. Extending storage across the WAN for complete edge consolidation
WHITE PAPER Riverbed SteelFusion Extending storage across the WAN for complete edge consolidation Introduction While some organizations are small or simple enough that they require only a single location,
Configuring Citrix NetScaler for IBM WebSphere Application Services
White Paper Configuring Citrix NetScaler for IBM WebSphere Application Services A deployment guide for configuring NetScaler load balancing and content switching When deploying IBM WebSphere Application
TESTING & INTEGRATION GROUP SOLUTION GUIDE
TESTING & INTEGRATION GROUP SOLUTION GUIDE AppDirecor optimizing the delivery of VMware View 4.5 Contents INTRODUCTION... 2 RADWARE APPDIRECTOR... 2 VMWARE VIEW... 2 RADWARE APPDIRECTOR AND VMWARE VIEW
Brocade Virtual Traffic Manager and Microsoft Outlook Web Access Deployment Guide
September 2015 Brocade Virtual Traffic Manager and Microsoft Outlook Web Access Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing
5 Easy Steps to Implementing Application Load Balancing for Non-Stop Availability and Higher Performance
5 Easy Steps to Implementing Application Load Balancing for Non-Stop Availability and Higher Performance DEPLOYMENT GUIDE Prepared by: Jim Puchbauer Coyote Point Systems Inc. The idea of load balancing
How to Scale out SharePoint Server 2007 from a single server farm to a 3 server farm with Microsoft Network Load Balancing on the Web servers.
1 How to Scale out SharePoint Server 2007 from a single server farm to a 3 server farm with Microsoft Network Load Balancing on the Web servers. Back to Basics Series By Steve Smith, MVP SharePoint Server,
Brocade Virtual Traffic Manager and Microsoft SharePoint 2013 Deployment Guide
September 2015 Brocade Virtual Traffic Manager and Microsoft SharePoint 2013 Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing
Microsoft Dynamics CRM 2015 with NetScaler for Global Server Load Balancing
Microsoft Dynamics CRM 2015 with NetScaler for Global Server Load Balancing Solution Guide This solution guide focuses on defining the deployment process for Microsoft Dynamics CRM with Citrix NetScaler.
Brocade Virtual Traffic Manager and Microsoft Skype for Business 2015 Deployment Guide
January 2016 Brocade Virtual Traffic Manager and Microsoft Skype for Business 2015 Deployment Guide 2016 Brocade Communications Systems, Inc. All Rights Reserved. Brocade, Brocade Assurance, the B-wing
DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010
DEPLOYMENT GUIDE Version 2.1 Deploying F5 with Microsoft SharePoint 2010 Table of Contents Table of Contents Introducing the F5 Deployment Guide for Microsoft SharePoint 2010 Prerequisites and configuration
DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5
DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft IIS Prerequisites and configuration
Brocade Virtual Traffic Manager and Magento Deployment Guide
September 2015 Brocade Virtual Traffic Manager and Magento Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing symbol, DCX, Fabric
SSC2016: SharePoint 2016 Administrator s Survival Camp
SHAREPOINT 2016 FOR IT PROFESSIONALS 5 DAYS SSC2016: SharePoint 2016 Administrator s Survival Camp AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES Administrators Instructor-led training with hands-on
Mobile Device Management Version 8. Last updated: 17-10-14
Mobile Device Management Version 8 Last updated: 17-10-14 Copyright 2013, 2X Ltd. http://www.2x.com E mail: [email protected] Information in this document is subject to change without notice. Companies names
Load Balancing Web Proxies Load Balancing Web Filters Load Balancing Web Gateways. Deployment Guide
Load Balancing Web Proxies Load Balancing Web Filters Load Balancing Web Gateways Deployment Guide rev. 1.4.9 Copyright 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 3 Appliances
Application Delivery Controller (ADC) Implementation Load Balancing Microsoft SharePoint Servers Solution Guide
Application Delivery Controller (ADC) Implementation Load Balancing Microsoft SharePoint Servers Solution Guide January, 2009 North America Radware Inc. 575 Corporate Dr., Lobby 1 Mahwah, NJ 07430 Tel:
10231B: Designing a Microsoft SharePoint 2010 Infrastructure
10231B: Designing a Microsoft SharePoint 2010 Infrastructure Course Number: 10231B Course Length: 5 Days Course Overview This 5 day course teaches IT Professionals to design and deploy Microsoft SharePoint
Load Balancing Microsoft AD FS. Deployment Guide
Load Balancing Microsoft AD FS Deployment Guide rev. 1.1.1 Copyright 2002 2015 Loadbalancer.org, Inc. Table of Contents About this Guide...4 Loadbalancer.org Appliances Supported...4 Loadbalancer.org Software
Granite Data Protection and Recovery Guide
SOLUTION GUIDE Granite Data Protection and Recovery Guide Solution Guide Version 1.5 Nov 2013 Table of Contents Introduction... 4 Audience... 4 Additional Resources... 4 Prerequisites... 4 Granite Overview...
Cloud Services. Sharepoint. Admin Quick Start Guide
Cloud Services Sharepoint Admin Quick Start Guide 3/12/2015 ACTIVATION An activation letter will be sent to the email account of your administrator contact. SharePoint will be part of your Cloud Control
Bill Ting, Product Marketing Riverbed Technology
Bill Ting, Product Marketing Riverbed Technology Who s Riverbed The IT Performance Company Silicon Valley-based company since 2002, HQ in San Francisco, CA NASDAQ Listed with $727M Revenue in 2011, Growing
Coyote Point Systems White Paper
Five Easy Steps to Implementing Application Load Balancing for Non-Stop Availability and Higher Performance. Coyote Point Systems White Paper Load Balancing Guide for Application Server Administrators
1Y0-250 Implementing Citrix NetScaler 10 for App and Desktop Solutions Practice Exam
1Y0-250 Implementing Citrix NetScaler 10 for App and Desktop Solutions Practice Exam Section 1: Assessing infrastructure needs for the NetScaler implementation 1.1 Task Description: Verify the objectives
Microsoft SharePoint Architectural Models
Microsoft SharePoint This topic is 1 of 5 in a series Introduction to Fundamental SharePoint This series is intended to raise awareness of the different fundamental architectural models through which SharePoint
Application Note. Active Directory Federation Services deployment guide
Application Note Active Directory Federation Services deployment guide Document version: v1.1 Last update: 20th January 2014 Purpose ALOHA Load-Balancer deployment guide for Microsoft ADFS and ADFS proxy
Using SteelApp Traffic Manager with SteelCentral Web Analyzer
DEPLOYMENT GUIDE Using SteelApp Traffic Manager with SteelCentral Web Analyzer Riverbed Technical Marketing Contents Contents... 1 1.0 Solution Overview... 2 1.1 End-User Experience Monitoring with Riverbed
Smoothwall Web Filter Deployment Guide
Smoothwall Web Filter Deployment Guide v1.0.7 Copyright 2013 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 3 Loadbalancer.org Appliances Supported...3 Loadbalancer.org Software Versions
Deploying F5 to Replace Microsoft TMG or ISA Server
Deploying F5 to Replace Microsoft TMG or ISA Server Welcome to the F5 deployment guide for configuring the BIG-IP system as a forward and reverse proxy, enabling you to remove or relocate gateway security
VMware vsphere Data Protection 6.0
VMware vsphere Data Protection 6.0 TECHNICAL OVERVIEW REVISED FEBRUARY 2015 Table of Contents Introduction.... 3 Architectural Overview... 4 Deployment and Configuration.... 5 Backup.... 6 Application
Gladinet Cloud Enterprise
GLADINET, INC Gladinet Cloud Enterprise Multi-Site Deployment Guide Gladinet, Inc. 9/27/2013 This document discusses the technologies behind Gladinet Cloud Enterprise Copyright 2013 Gladinet, Inc. Table
Microsoft SharePoint 2010 Administration
Microsoft SharePoint 2010 Administration Real-World Skills for MCITP Certification and Beyond Tom Carpenter James Pyles WILEY Wiley Publishing, Inc. Contents Introduction xxiii Chapter 1 Planning the Logical
Load Balancing. Outlook Web Access. Web Mail Using Equalizer
Load Balancing Outlook Web Access Web Mail Using Equalizer Copyright 2009 Coyote Point Systems, Inc. Printed in the USA. Publication Date: January 2009 Equalizer is a trademark of Coyote Point Systems
55115 - Planning, Deploying and Managing Microsoft Project Server 2013
55115 - Planning, Deploying and Managing Microsoft Project Server 2013 Duration: 3 Days Course Price: $1,785 Software Assurance Eligible Course Description Course Overview The goal of this three-day instructor-led
Load Balancing Barracuda Web Filter. Deployment Guide
Load Balancing Barracuda Web Filter Deployment Guide rev. 1.1.4 Copyright 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 3 Loadbalancer.org Appliances Supported...3 Loadbalancer.org
Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server:
Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server: Here are the pre-requisites for a HA VMM server installation: 1. Failover clustering feature
SharePoint 2013 Logical Architecture
SharePoint 2013 Logical Architecture This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.
Deploying the BIG-IP System with Microsoft Lync Server 2010 and 2013 for Site Resiliency
Deployment Guide Document Version 1.2 What s inside: 2 Configuration example 5 Configuring the BIG-IP LTM using the Lync 2010 iapp 6 Configuring the BIG-IP GTM 11 Creating a Distributed Application for
Load Balancing VMware Horizon View. Deployment Guide
Load Balancing VMware Horizon View Deployment Guide v1.1.0 Copyright 2014 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 4 Appliances Supported... 4 VMware Horizon View Versions Supported...4
Load Balancing McAfee Web Gateway. Deployment Guide
Load Balancing McAfee Web Gateway Deployment Guide rev. 1.1.4 Copyright 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 3 Loadbalancer.org Appliances Supported...3 Loadbalancer.org
Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical
Radware ADC-VX Solution The Agility of Virtual; The Predictability of Physical Table of Contents General... 3 Virtualization and consolidation trends in the data centers... 3 How virtualization and consolidation
VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014
VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Additional Features and Benefits of
Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015
Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this
DottsConnected SHAREPOINT 2010 ADMIN TRAINING. Exercise 1: Create Dedicated Service Accounts in Active Directory
DottsConnected SHAREPOINT 2010 ADMIN TRAINING Module 1 - Getting started with SharePoint 2010 This introductory module introduces students to the fundamental terminology and architecture of SharePoint
MS 10972A Administering the Web Server (IIS) Role of Windows Server
MS 10972A Administering the Web Server (IIS) Role of Windows Server Description: Days: 5 Prerequisites: This course provides students with the fundamental knowledge and skills to configure and manage Internet
AppSense Environment Manager. Enterprise Design Guide
Enterprise Design Guide Contents Introduction... 3 Document Purpose... 3 Basic Architecture... 3 Common Components and Terminology... 4 Best Practices... 5 Scalability Designs... 6 Management Server Scalability...
DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Microsoft Exchange Server 2007
DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Microsoft Exchange Server 2007 Table of Contents Table of Contents Deploying F5 devices with Microsoft Exchange Server 2007 Client Access Servers Prerequisites
Request Routing, Load-Balancing and Fault- Tolerance Solution - MediaDNS
White paper Request Routing, Load-Balancing and Fault- Tolerance Solution - MediaDNS June 2001 Response in Global Environment Simply by connecting to the Internet, local businesses transform themselves
Jeff Schertz MVP, MCITP, MCTS, MCP, MCSE
Jeff Schertz MVP, MCITP, MCTS, MCP, MCSE A comprehensive excerpt from Jeff Schertz s Lync Server MVP Blog Lync Web Services Load Balancing with KEMP VLM This article addresses a standard DNS Load Balanced
SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE
SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers
Load Balancing Trend Micro InterScan Web Gateway
Load Balancing Trend Micro InterScan Web Gateway Deployment Guide rev. 1.1.7 Copyright 2002 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 3 Loadbalancer.org Appliances Supported...
