Addressing Data Management and IT Infrastructure Challenges in a SharePoint Environment. By Michael Noel

Size: px
Start display at page:

Download "Addressing Data Management and IT Infrastructure Challenges in a SharePoint Environment. By Michael Noel"

Transcription

1 Addressing Data Management and IT Infrastructure Challenges in a SharePoint Environment By Michael Noel

2 Contents Data Management with SharePoint and Its Challenges...2 Addressing Infrastructure Sprawl and Scalability...2 Understanding the Need for Multiple Farms and Servers...3 Scaling a SharePoint Environment...3 Using Server Virtualization to Address Server Sprawl...4 Providing High Availability and Disaster Tolerance for SharePoint...5 Clustering and Mirroring SharePoint s Data Tier...5 Providing Load Balancing Options for the Web Tier...6 Addressing Service Application Availability...6 Understanding Backup and Restore Requirements for SharePoint...7 Addressing the Content Growth Explosion...8 Content Database and Site Collection Structure Limitations...8 Understanding EBS and RBS BLOB Storage Options...9 Providing Storage Solutions for Managing Data...9 Upgrade and Migration Data Management Challenges...9 Data Management Challenges...10 Rearchitecting the Data Tier...10 Introduction: Data Management with SharePoint and Its Challenges In recent years, the success of Microsoft s SharePoint products and technologies has led to an explosion in data management requirements for many organizations. IT environments struggle to manage the rapid growth of SharePoint, while at the same time ensure that their existing environment will scale to fit their growing needs. SharePoint has a few native controls to help manage data, but organizations that don t implement plans for managing their data growth can become overwhelmed with the sheer volume of data created within a SharePoint environment. In addition, if proper thought is not put into server design, storage considerations, content security, and disaster tolerance, small issues soon turn into larger ones. Organizations need a comprehensive approach to SharePoint design that takes into account all the data management challenges a SharePoint environment creates and that gives administrators control over their infrastructure. This whitepaper addresses the most common types of data management challenges SharePoint administrators face and discusses different solutions organizations have taken to address those challenges. The paper incorporates information obtained from a survey of more than 350 SharePoint administrators, architects, and business decision makers that focused on understanding what the data management challenges are and how they re currently being addressed. Addressing Infrastructure Sprawl and Scalability In a production environment, there are few simple SharePoint deployments. SharePoint was designed to be scalable and distributed, allowing for data to be easily distributed and allowing the environment to grow. It s this scalability, however, that can lead to infrastructure sprawl, a challenge that was identified as a key concern by 29 percent of all respondents to the survey. 2 Data Management with SharePoint and Its Challenges Sponsored by NetApp

3 Understanding the Need for Multiple Farms and Servers A SharePoint farm is a self-contained set of SharePoint servers that forms the largest logical unit that you can design. Each individual farm may be composed of one or several servers that are part of the farm. A single SharePoint server can only be a member of a single farm, with the exception of SQL Server database servers, which can hold databases from multiple farms. There are multiple reasons why organizations may need to deploy multiple farms within their organization, including, but not limited to, the following: Geographic Restrictions A single SharePoint farm does not lend itself well to communicating with other farm members across slower network links such as WAN connections. Farm members need high bandwidth and low latency connections. Subsequently, organizations typically either decide to deploy centralized SharePoint farms and have clients access those farms across the WAN, or they deploy multiple farms in different locations, contributing to infrastructure sprawl. Security Boundaries While there are ways of establishing multi-tenancy within a SharePoint farm, the ultimate security boundary within SharePoint is the farm itself. So, if different sets of administrators need to access a farm, or if some of the farm content is highly sensitive, separate farms may be created for security purposes. Dedicated Services Farm Multiple farms can consume Service Applications that are hosted on other SharePoint farms. For example, several farms within an organization can use the search service application, the user profile sync service, and the managed metadata store on a single centralized farm that provides those services to all farms within an organization. This is particularly true with larger distributed organizations. Development and/or Test Farms Having a place to test service patches, updates, and new features is critical for any production environment, because it greatly reduces the risk associated with updating SharePoint. Even the smallest SharePoint environments should ensure that they have test and/or development farms for this reason. Staging Farms Some environments choose to have staging farms deployed, which serve as a location for SharePoint content to be reviewed before it s published into production. This is particularly the case in web content management scenarios such as those involving published SharePoint web sites on the Internet. Disaster Recovery Farms Depending on the disaster recovery option chosen, it may include the creation of a standby Disaster Recovery farm in a remote location to provide for SharePoint functionality in the event of an outage. For these reasons, and as a general reflection of natural growth within SharePoint, it is very common for administrators to become challenged with the growth and sprawl of a SharePoint environment. Scaling a SharePoint Environment SharePoint 2010 was designed to be highly scalable, and to allow organizations to take small, single-server SharePoint environments and massively scale them to hundreds of thousands of users. It does this by providing the following strategies that can be implemented when the existing environment becomes overcommitted: Distributing Databases SharePoint allows for databases to be distributed across multiple SQL Servers, allowing the data tier to scale very easily. Farm databases such as the search databases can reside on their own SQL Server, for example, or data in the content databases can be split among multiple content databases and stored on multiple servers. Splitting Roles onto Dedicated Servers A SharePoint farm consists of one or more servers that each have a designated role within that farm, such as the web role and the various Service Application roles. Simply by breaking a role off from a server and moving it to a new server, overcommitted servers can have their load reduced, allowing administrators to scale the environment. Adding servers to the farm Adding additional servers to an existing SharePoint farm has the effect of load balancing the role across the various role servers. Adding extra web role servers to a farm, for example, Sponsored by NetApp Data Management with SharePoint and Its Challenges 3

4 allows them to become additional servers within a load balanced pool, offloading some of the web traffic from the other servers in that pool. Using Server Virtualization to Address Server Sprawl Server virtualization technologies are a powerful weapon in the fight against server sprawl. Indeed, today, just over 50 percent of the survey respondents indicated that they re currently using server virtualization for at least part of their SharePoint environment, and many more are considering deploying it as well. Virtualization has advantages that go beyond the basic tenants of consolidation and optimization of the hardware; it also gives SharePoint architects the design flexibility to be able to deploy farm servers that are dedicated to a specific role, but without the need to deploy additional physical hardware. To illustrate, in Figure 1 the SharePoint architect has taken advantage of server virtualization to deploy multiple farms on a small number of systems. In this case, the SharePoint role systems are deployed across two hosts, and the databases are distributed between a pair of physical SQL Servers. The virtualization allows this particular model the flexibility of having multiple farms and multiple dedicated servers running on a much smaller number of physical systems; in this case, four. This type of design flexibility gives virtualization an edge over traditional design techniques, and allows for better control over infrastructure sprawl. Microsoft supports SharePoint in a virtualized environment, per the guidelines established as part of the Server Virtualization Validation Program (SVVP), outlined at As a caveat, while supported, multiple factors must be taken into account before virtualizing SharePoint, including, but not limited to, the following: Consider Passthrough/RDM Devices The best performance is gained on a virtual guest by allocating what Microsoft refers to as Passthrough devices (also known as Figure 1: Sample Server Virtualization Model Raw Device Mapping, or RDM devices) to the individual guests. This is a concept of taking a physical disk or NIC and directly mapping it to the virtual guest, rather than using a virtualized disk or NIC. Consider the advantages and disadvantages of this approach, however, because using Passthrough devices limits the ability to use virtual host failover solutions. Scale out Individual Tiers An equivalent virtual machine will not get the same performance as a physical one, and you may need to scale out an individual tier more quickly to get better performance. Fortunately, virtualization allows you to do this quickly and easily simply be deploying more virtual guests to offload capacity from other farm members. Don t Push the Limits Using memory and process overcommit technologies is one of the biggest source of performance issues in a SharePoint farm. Be very cautious when using them. At the same time, highly consider dedicated virtual hosts for your SharePoint environment as well. Closely Watch Performance Disk I/O, processor, and memory must be closely watched to ensure that the virtual guests are not being overwhelmed. This involves collecting performance counters from the hosts and guests and watching for greater than normal disk read/write times (Higher 4 Data Management with SharePoint and Its Challenges Sponsored by NetApp

5 than 15ms), high processor utilization (Higher than 90 percent), high network bandwidth (Higher than 60 percent), and low memory conditions. If these exist, consider scaling out the tier of servers or add performance with better storage or passthrough/rdm devices. Consider Quick Provisioning Options Virtualization management software allows for the creation of server templates that you can use to quickly add SharePoint servers into a farm through a scripted process. Consider creating SharePoint template servers that already have SharePoint installed, but not configured. After provisioning these servers, they can be quickly added into an existing farm or be used to set up a new farm using PowerShell provisioning techniques. Providing High Availability and Disaster Tolerance for SharePoint In the survey of SharePoint admins and decision makers, more than 74 percent of respondents indicated that SharePoint is a mission-critical or very important tool for their organization. SharePoint has in many cases become as important to organizations as or phones, and is considered mission critical. It s subsequently critical for most organizations to ensure that the environment is made both highly available and disaster tolerant. Shared Storage Clustering The most traditional high availability option for SQL servers involves the creation of a shared storage cluster: multiple nodes have access to the physical storage where the databases are stored and can take over the processing of those databases in the event of an outage of one or more of the nodes. Clustering is available in either Standard or Enterprise editions of SQL Server (though the standard edition only supports a two-node cluster.) Some third-party solutions also provide for Geo-clustering capabilities, which allow for nodes of a cluster to be located across a WAN. SQL Database Mirroring SQL Database Mirroring is newer than clustering, having been introduced with SQL Server 2005 and improved in SQL Server 2008 and SQL Server 2008 R2. Mirroring combines both high availability and disaster recovery options into a single solution. It works by creating a mirrored copy of the SharePoint databases on a completely Clustering and Mirroring SharePoint s Data Tier One of the most visible and critical tiers in a SharePoint architecture is the data tier. Indeed, all the SharePoint content is stored in this tier; recovering it is the most important requirement for disaster recovery of SharePoint content. SQL Server, which runs the SharePoint data tier, includes multiple options that provide for a combination of disaster tolerance and high availability. These include the following: Figure 2: SQL Server High Availability Mirroring for SharePoint Sponsored by NetApp Data Management with SharePoint and Its Challenges 5

6 different SharePoint server. When used together with a third witness server, such as Figure 2 shows, Database Mirroring allows for the SharePoint databases to be able to failover to the mirror server. Note, however, that asynchronous mirroring (typically used in WAN failover scenarios) can t mirror certain system databases such as the config DB; only synchronous mirroring is supported in these scenarios. Providing Load Balancing Options for the Web Tier The web tier of SharePoint, run by Windows Server Internet Information Services (IIS) running on web role servers, can be easily load balanced to provide for high availability. Load balancing takes the form of two supported options: Hardware-Based Load Balancing Many organizations take advantage of dedicated hardware-based load balancers, which take the web traffic destined for SharePoint and distribute it between multiple SharePoint web servers. The only caveat with using hardware-based load balancers is that the session affinity of the connection must be set to single in normal operations, a concept also referred to as sticky sessions. Because SharePoint is a session-based application, this means that a single client s traffic must be routed through a single server, unless that server fails. Not configuring the load balancer this way can lead to an interruption of the user s session with the server. Windows Network Load Balancing Microsoft s Windows Server Network Load Balancing (NLB) is a fully supported solution as well. NLB runs as a service on the web servers, and is used to balance the traffic sent to SharePoint. Windows Server has two types of NLB:, Unicast, which requires dedicated network cards for the heartbeat traffic, and multicast, which requires special router configuration. Addressing Service Application Availability SharePoint is divided into three tiers, which Figure 3 shows. This includes the user-facing web tier, the data tier, where all of the information is stored, and a third tier. The third tier, new in SharePoint 2010, is the tier where the various SharePoint 2010 Service Applications operate. The Service Application tier is an extensible layer comprised of multiple Service Applications that perform various workloads throughout a farm. Service Applications include common services such as search, but also include other more complex functionality such as the Managed Metadata Service, which provides a location for centralized configuration of metadata and content types, ensuring consistency across the types of data within an organization. The number and type of service applications provided varies depending on the version of SharePoint utilized. Table 1 illustrates the native SharePoint 2010 Service Applications, what they re used for, and which versions of SharePoint they re included in. Because the Service Application tier is extensible, third-party Service Applications can also be written and Microsoft may expand this list in the future. Typically, addressing high availability within Service Applications involves simply adding an additional server to a farm and configuring that farm to run the Service Application as well. Because most service applications store their data within custom Service Application databases, this makes it easier to allow for multiple servers at the Service Application tier to exist, offloading some of the workload and providing for high availability in the event of an outage of one of the servers. Figure 3: SharePoint Architecture Layers 6 Data Management with SharePoint and Its Challenges Sponsored by NetApp

7 Table 1: Service Application Matrix Service Application Description SharePoint Foundation 2010 SharePoint Server 2010 Standard SharePoint Server 2010 Enterprise Access Services Business Data Connectivity service Excel Services Application Lets users view, edit, and interact with Access 2010 databases in a Web browser. Gives access to line-of-business data systems. Lets users view and interact withexcel 2010 files in a Web browser. Managed Metadata service Manages taxonomy hierarchies, keywords and social tagging infrastructure, and publish content types across site collections. PerformancePoint Service Application Search service Secure Store service State service Usage and Health Data Collection service User Profile service Visio Graphics Service Provides the capabilities of PerformancePoint. Crawls content, produces index partitions, and serves search queries. Provides single sign-on authentication to access multiple applications or services. Provides temporary storage of user session data for SharePoint Server components. Collects farm wide usage and health data, and provides the ability to view various usage and health reports. Adds support for My Site Web sites, profile pages, social tagging and other social computing features. Lets users view and refresh published Visio 2010 diagrams in a Web browser. Web Analytics service Provides Web service interfaces. Word Automation Services Microsoft SharePoint Foundation Subscription Settings Service Performs automated bulk document conversions. Provides multi-tenant functionality for service applications. Tracks subscription IDs and settings for services that are deployed in partitioned mode. Deployed through Windows PowerShell only. Some Service Applications, such as Search, require more complex customization, but can still be configured to be highly available. Indeed, SharePoint 2010 now allows for redundant search indexes to be created, something that wasn t possible with SharePoint Understanding Backup and Restore Requirements for SharePoint SharePoint 2010 is extremely capable and scalable, but those capabilities come with a price in complexity. Understanding all the moving parts in the various tiers of SharePoint is a complex task, and is a source of significant anxiety among SharePoint administrators, with data protection issues being a major concern for 33 percent of the survey respondents. Microsoft provides for several native backup and restore options for SharePoint 2010, including the following: Backup and Restore from the SharePoint Central Administration Tool This is the most obvious method of backing up SharePoint, directly from the web-based Central Admin tool. New features in SharePoint 2010 include status bars that Sponsored by NetApp Data Management with SharePoint and Its Challenges 7

8 Figure 4: Sample Best Practice Content Database and Site Collection Layout indicate the progress of the backup and the ability to get more granular, backing up at the Site Collection level. PowerShell Scripted Backup Processes SharePoint backups can now be automated using PowerShell, which kicks off the same process as the SharePoint Central Admin Tool does, though from a command-line. It provides for the same level of granularity. SQL Server Database Backups using SQL Server Maintenance Plans The most common native backup approach to SharePoint involves backing up the SharePoint databases using a SQL Server Maintenance Plan. However, this approach doesn t back up the search index, or any custom configuration made to individual SharePoint servers. The most important factor to understand when planning for SharePoint backup and restore is that the native tools do not fully address all the concerns most organizations have in terms of SharePoint backup and restore. For example, no built-in tools provide for individual item-level restore from SharePoint backups. Backup and restore times, as well as the amount of storage required for multiple backups, can also be greatly optimized. Most enterprise organizations look to third-party solutions for help in this area. Addressing the Content Growth Explosion The rapid growth of content within SharePoint environments is a significant area of concern for many organizations. In the survey, 29 percent of respondents indicated that rapidly growing server and 8 Data Management with SharePoint and Its Challenges Sponsored by NetApp

9 storage requirements presented a significant challenge. In addition, more than 86 percent indicated that refreshing their server and storage infrastructure was important. Tools and methods to deal with this explosion in content growth are required. Content Database and Site Collection Structure Limitations How SharePoint is logically structured contributes to challenges around data management. Specifically, the fact that SharePoint Site Collections can only exist in a single content database can severely restrict the scalability of the data tier, particularly for those organizations that don t install multiple site collections and content databases when initially creating their SharePoint farm. Ideally, site collections and content databases should be deployed so that they re distributed, as Figure 4 shows. In this model, the SharePoint environment is used for document management, and each department within the organization is given its own Site Collection, each installed into a separate content database. With this approach, the data is distributed across the environment from the beginning, and the total size of individual content databases can be brought under control. As a general guideline, Microsoft recommends not allowing individual content databases to grow larger than 200GB. Using this strategy can help avoid individual databases from approaching this size. Understanding EBS and RBS BLOB Storage Options For larger organizations or those with significantly higher data storage requirements, Microsoft provides a supported option within the SharePoint data tier that allows for documents stored in SharePoint to be physically stored outside the content database. This concept works by taking the Binary Large OBjects (BLOBs), which include documents, photos, and anything other than the metadata and properties of the document, and storing it in a separate storage location. Because 80 percent to 90 percent of the space taken up in a SharePoint content database is comprised of BLOBs, this can have the effect of drastically reducing the size of the content databases. The original, SharePoint-specific BLOB storage option was the External BLOB Storage (EBS) option. EBS was created for SharePoint 2007, and is still supported in SharePoint Microsoft has indicated, however, that EBS won t be supported in the next version of SharePoint. The more recent BLOB storage option is a SQLspecific technology known as Remote BLOB Storage (RBS.) RBS operates at the SQL layer, so SharePoint is not even aware that the content is separated. This has performance enhancements, but the one limiting factor of RBS over EBS is that it must be enabled for all BLOBs in a single database, whereas EBS can be more granular. When using EBS or RBS, you must take into account factors such as how it changes backup and restore requirements, and the fact that it changes the way that other SQL features such as database mirroring and SQL Transparent Data Encryption (TDE) operate. That said, proper use of an RBS/EBS solution, which typically takes the form of a third-party option that uses the API, can reduce the overall data management challenges with SharePoint Providing Storage Solutions for Managing Data The majority of SharePoint performance issues are directly related to issues at the data tier, so it s incredibly important to ensure that the data tier is properly designed to allow for high levels of disk I/O. Typically, this means housing the SharePoint databases on a fast Storage Area Network (SAN) or equivalent storage infrastructure. Indeed, 74 percent of participants in the survey indicated that they are using SAN disk with their SharePoint environment. For planning SharePoint disk I/O requirements, Microsoft gives the equation of 0.75 IOPS per GB of SharePoint content, although this can vary depending on the nature of the SharePoint environment, the number of users, and other factors. Work directly with your storage vendor to implement the proper amount of disk performance for SharePoint and to determine the appropriate storage architecture. Take into account the different workloads your business will be implementing through SharePoint s feature set (eg., Workflow, Document Automation, ECM). The various workloads will help drive the discussion around anticipated storage requirements for the Sponsored by NetApp Data Management with SharePoint and Its Challenges 9

10 business in terms of amount, growth, and data type for performance and cost optimization. Also consider availability requirements for the various content and business processes being relied upon SharePoint. Upgrade and Migration Data Management Challenges Even a year after SharePoint 2010 was released, only 22 percent of survey respondents indicated that they re already using SharePoint 2010 in production. However, 38 percent indicated that they plan on migrating to this new version within the next six months. This makes upgrade and migration a major topic of concern for many organizations. Indeed, because the architecture of the back-end SharePoint environment has changed so much, this poses challenges for these organizations that must plan their migration strategy carefully to avoid running into the types of data management challenges listed in this document. Data Management Challenges The biggest issue from a data management perspective that most organizations face when migrating to SharePoint 2010 is how to architect the data tier to allow for both environments to co-exist during the migration process. In addition, changes to the taxonomy between SharePoint 2007 and SharePoint 2010 also create challenges when migrating content between systems. Microsoft provides two migration options natively, an in-place upgrade and a separate approach known as the database attach migration process. The in-place upgrade has significant disadvantages, namely risk and inflexibility, so it s not commonly used. This means that the database attach process, which involves building a brand new SharePoint 2010 environment and then migrating to that environment database by database, ends up being the preferred option. A third option is to rely on third-party migration tools, which also assume the creation of a new parallel SharePoint 2010 environment. Because the database attach processes and thirdparty migration tool processes require a separate newly created SharePoint farm, organizations must plan on new storage for the SharePoint 2010 farm, because the existing legacy SharePoint storage is still utilized throughout the process. If there is a large amount of data, this can lead to some serious challenges in balancing the storage requirements during the migration. Rearchitecting the Data Tier Because of these migration challenges, organizations often restructure and rearchitect their storage environment during the migration process. This has the side effect of allowing for Greenfield deployment for the new farm, giving administrators the ability to design around best practices and to build for future performance and scalability. It also provides for an opportunity to implement the other best practices discussed, such as SQL Server Database mirroring, geo-clustering, or third-party storage solutions that provide for better HA and DR of the new target environment. As evident in the survey results and as discussed in this white paper, SharePoint administrators and architects face significant data management challenges that can lead to performance issues, infrastructure sprawl, and other serious problems. Putting the proper thought into architecture of the three tiers of SharePoint 2010, including web, Service Application, and data, can help minimize the effects of these challenges and provide for a robust and high performance SharePoint 2010 environment that can scale to the needs of your organization. Michael Noel is an MVP for SharePoint Server and an MCSE+I. He has been involved in the computer industry for nearly two decades, and has significant real-world experience helping organizations realize business value from Information Technology. Currently a partner at Convergent Computing in the San Francisco Bay Area, Michael s writings and worldwide public speaking experience leverage his real-world expertise designing, deploying, and administering IT infrastructure for his clients. To learn more about NetApp solutions for SharePoint Server environments, go to microsoft-sharepoint-server/ 10 Data Management with SharePoint and Its Challenges Sponsored by NetApp

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web. We have a new pie!

Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web. We have a new pie! Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web We have a new pie! 2 Introduction Key Session Objectives Agenda More Scalable More Flexible More Features Intranet

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332 36 Contact Hours Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment.

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 4 Days + 1 day Self Study Course Pre-requisites: Before attending this course, students must have: Completed Course 20331: Core Solutions of Microsoft SharePoint Server 2013, successful

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

More information

Advanced Solutions of Microsoft SharePoint 2013

Advanced Solutions of Microsoft SharePoint 2013 Course 20332A :Advanced Solutions of Microsoft SharePoint 2013 Page 1 of 9 Advanced Solutions of Microsoft SharePoint 2013 Course 20332A: 4 days; Instructor-Led About the Course This four-day course examines

More information

Virtualization And High Availability. Howard Chow Microsoft MVP

Virtualization And High Availability. Howard Chow Microsoft MVP Virtualization And High Availability Howard Chow Microsoft MVP Session Objectives And Agenda Virtualization and High Availability Types of high availability enabled by virtualization Enabling a highly

More information

SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Enterprise Intranet Collaboration Environment

SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Enterprise Intranet Collaboration Environment SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Enterprise Intranet Collaboration Environment This document is provided as-is. Information and views expressed in this document, including

More information

SQL Server Consolidation with Server Virtualization on NetApp Storage

SQL Server Consolidation with Server Virtualization on NetApp Storage White Paper SQL Server Consolidation with Server Virtualization on NetApp Storage Generosa Litton and Richard Preston, NetApp March 2010 WP-7095 FLEXIBLE AND EFFICIENT STORAGE CONSOLIDATION FOR SQL SERVER

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

More information

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability IT teams in companies of all sizes face constant pressure to meet the Availability requirements of today s Always-On

More information

EMC Integrated Infrastructure for VMware. Business Continuity

EMC Integrated Infrastructure for VMware. Business Continuity EMC Integrated Infrastructure for VMware Business Continuity Enabled by EMC Celerra and VMware vcenter Site Recovery Manager Reference Architecture Copyright 2009 EMC Corporation. All rights reserved.

More information

Real-time Protection for Microsoft Hyper-V

Real-time Protection for Microsoft Hyper-V Real-time Protection for Microsoft Hyper-V Introduction Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate of customer adoption. Moving resources to

More information

ScaleArc for SQL Server

ScaleArc for SQL Server Solution Brief ScaleArc for SQL Server Overview Organizations around the world depend on SQL Server for their revenuegenerating, customer-facing applications, running their most business-critical operations

More information

VERITAS Volume Replicator. Successful Replication and Disaster Recovery

VERITAS Volume Replicator. Successful Replication and Disaster Recovery VERITAS Volume Replicator Successful Replication and Disaster Recovery V E R I T A S W H I T E P A P E R Table of Contents Introduction.................................................................................1

More information

COPYRIGHTED MATERIAL. Contents at a Glance

COPYRIGHTED MATERIAL. Contents at a Glance Contents at a Glance Introduction xxiii Chapter 1 Planning the Logical Architecture 1 Chapter 2 Designing the Physical Architecture 47 Chapter 3 Integrating SharePoint with the Network Infrastructure 127

More information

Introduction. When we sat down to write the original SharePoint 2003 Unleashed book more than a

Introduction. When we sat down to write the original SharePoint 2003 Unleashed book more than a Introduction When we sat down to write the original SharePoint 2003 Unleashed book more than a decade ago, we had a hunch that the technology would be popular, but did not anticipate how quickly the product

More information

Optimize SharePoint Storage to Cut Costs and Dramatically Improve Performance

Optimize SharePoint Storage to Cut Costs and Dramatically Improve Performance Optimize SharePoint Storage to Cut Costs and Dramatically Improve Performance Michael Noel Published: 2012 CONTENTS UNDERSTANDING THE CURRENT STATE OF SHAREPOINT AND OUT OF CONTROL STORAGE GROWTH... 2

More information

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS WHY TAKE 10 DAYS AWAY FROM THE OFFICE WHEN YOU ONLY NEED 5? Need to gain knowledge for both the 203391 Planning and Administering Microsoft SharePoint 2016

More information

Focus On: Oracle Database 11g Release 2

Focus On: Oracle Database 11g Release 2 Focus On: Oracle Database 11g Release 2 Focus on: Oracle Database 11g Release 2 Oracle s most recent database version, Oracle Database 11g Release 2 [11g R2] is focused on cost saving, high availability

More information

SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Social Environment

SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Social Environment SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Social Environment This document is provided as-is. Information and views expressed in this document, including URL and other Internet

More information

Migration and Building of Data Centers in IBM SoftLayer

Migration and Building of Data Centers in IBM SoftLayer Migration and Building of Data Centers in IBM SoftLayer Advantages of IBM SoftLayer and RackWare Together IBM SoftLayer offers customers the advantage of migrating and building complex environments into

More information

Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware

Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware Virtualizing Microsoft Exchange Server 2010 with NetApp and VMware Deploying Microsoft Exchange Server 2010 in a virtualized environment that leverages VMware virtualization and NetApp unified storage

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC)

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Manageability and availability for Oracle RAC databases Overview Veritas InfoScale Enterprise for Oracle Real Application Clusters

More information

Carbonite Availability. Technical overview

Carbonite Availability. Technical overview Carbonite Availability Technical overview Table of contents Executive summary The availability imperative...3 True real-time replication More efficient and better protection... 4 Robust protection Reliably

More information

Why Datrium DVX is Best for VDI

Why Datrium DVX is Best for VDI Why Datrium DVX is Best for VDI 385 Moffett Park Dr. Sunnyvale, CA 94089 844-478-8349 www.datrium.com Technical Report Introduction Managing a robust and growing virtual desktop infrastructure in current

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 TRANSFORMING MICROSOFT APPLICATIONS TO THE CLOUD Louaye Rachidi Technology Consultant 2 22x Partner Of Year 19+ Gold And Silver Microsoft Competencies 2,700+ Consultants Worldwide Cooperative Support

More information

White Paper. A System for Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft

White Paper. A System for  Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft White Paper Mimosa Systems, Inc. November 2007 A System for Email Archiving, Recovery, and Storage Optimization Mimosa NearPoint for Microsoft Exchange Server and EqualLogic PS Series Storage Arrays CONTENTS

More information

Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP. Silverton Consulting, Inc. StorInt Briefing

Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP. Silverton Consulting, Inc. StorInt Briefing Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP Silverton Consulting, Inc. StorInt Briefing BENEFITS OF MULTI- NODE SCALE- OUT CLUSTERS RUNNING NETAPP CDOT PAGE 2 OF 7 Introduction

More information

Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition

Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition One Stop Virtualization Shop Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition Written by Edwin M Sarmiento, a Microsoft Data Platform

More information

Solution Brief: Commvault HyperScale Software

Solution Brief: Commvault HyperScale Software Solution Brief: Commvault HyperScale Software ENTERPRISE IT SHIFTS Enterprise IT is being transformed with the maturing of public cloud providers that offer compute, storage and application services with

More information

"Charting the Course... MOC /2: Planning, Administering & Advanced Technologies of SharePoint Course Summary

Charting the Course... MOC /2: Planning, Administering & Advanced Technologies of SharePoint Course Summary Description Course Summary This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft environment. The course teaches you how to deploy, administer, and troubleshoot

More information

Controlling Costs and Driving Agility in the Datacenter

Controlling Costs and Driving Agility in the Datacenter Controlling Costs and Driving Agility in the Datacenter Optimizing Server Infrastructure with Microsoft System Center Microsoft Corporation Published: November 2007 Executive Summary To help control costs,

More information

CHAPTER 1: WHAT S NEW IN SHAREPOINT

CHAPTER 1: WHAT S NEW IN SHAREPOINT INTRODUCTION xxix CHAPTER 1: WHAT S NEW IN SHAREPOINT 2013 1 Installation Changes 2 System Requirements 2 The Installation Process 2 Upgrading from SharePoint 2010 3 Patching 3 Central Administration 4

More information

20331B: Core Solutions of Microsoft SharePoint Server 2013

20331B: Core Solutions of Microsoft SharePoint Server 2013 20331B: Core Solutions of Microsoft SharePoint Server 2013 Course Details Course Code: Duration: Notes: 20331B 5 days This course syllabus should be used to determine whether the course is appropriate

More information

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst

NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst ESG Lab Spotlight NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst Abstract: This ESG Lab Spotlight explores how NetApp Data ONTAP 8.2 Storage QoS can

More information

Microsoft Core Solutions of Microsoft SharePoint Server 2013

Microsoft Core Solutions of Microsoft SharePoint Server 2013 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20331 - Core Solutions of Microsoft SharePoint Server 2013 Length 5 days Price $4290.00 (inc GST) Version B Overview This course will provide you with the

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 20339-1; 5 Days; Instructor-led Course Description This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft SharePoint

More information

Microsoft E xchange 2010 on VMware

Microsoft E xchange 2010 on VMware : Microsoft E xchange 2010 on VMware Availability and R ecovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more

More information

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002 Maximum Availability Architecture: Overview An Oracle White Paper July 2002 Maximum Availability Architecture: Overview Abstract...3 Introduction...3 Architecture Overview...4 Application Tier...5 Network

More information

1Architectural Overview of SharePoint 2013

1Architectural Overview of SharePoint 2013 1Architectural Overview of SharePoint 2013 WHAT S IN THIS CHAPTER? Understanding on-premise server farm architecture Deploying, confi guring, and publishing applications with the service application architecture

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

VMware vsphere with ESX 6 and vcenter 6

VMware vsphere with ESX 6 and vcenter 6 VMware vsphere with ESX 6 and vcenter 6 Course VM-06 5 Days Instructor-led, Hands-on Course Description This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere

More information

StarWind Virtual SAN Windows Geo-Clustering: SQL Server

StarWind Virtual SAN Windows Geo-Clustering: SQL Server #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Windows Geo-Clustering: SQL Server FEBRUARY 2016 TECHNICAL PAPER EDWIN SARMIENTO, Microsoft SQL Server MVP, Microsoft Certified Master

More information

WHITE PAPER. Header Title. Side Bar Copy. Header Title 5 Reasons to Consider Disaster Recovery as a Service for IBM i WHITEPAPER

WHITE PAPER. Header Title. Side Bar Copy. Header Title 5 Reasons to Consider Disaster Recovery as a Service for IBM i WHITEPAPER Side Bar Copy Header Title Header Title 5 Reasons to Consider Disaster Recovery as a Service for IBM i WHITEPAPER Introduction Due to the complexity of protecting ever-changing infrastructures and the

More information

Data center requirements

Data center requirements Prerequisites, page 1 Data center workflow, page 2 Determine data center requirements, page 2 Gather data for initial data center planning, page 2 Determine the data center deployment model, page 3 Determine

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 20339-2; 5 Days; Instructor-led Course Description This five-day course will teach you how to plan, configure, and manage the advanced features in a SharePoint

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 Course 20339-2A 5 Days Instructor-led, Hands on Course Information This five-day course will teach you how to plan, configure, and manage the advanced features

More information

SvSAN Data Sheet - StorMagic

SvSAN Data Sheet - StorMagic SvSAN Data Sheet - StorMagic A Virtual SAN for distributed multi-site environments StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical applications

More information

Audience Profile: Course Outline. Introduction & Architecture. SharePoint 2013 Administration Basics. Creating Web Applications and Site Collections

Audience Profile: Course Outline. Introduction & Architecture. SharePoint 2013 Administration Basics. Creating Web Applications and Site Collections Audience Profile: This course is for Consultants and IT Professionals, who need to understand how to plan, implement and configure SharePoint. This course is mainly targeted for administrators and support

More information

Pro SharePoint 2010 Administration

Pro SharePoint 2010 Administration Pro SharePoint 2010 Administration Robert Garrett Pro SharePoint 2010 Administration ordersny@springer-sbm.com www.springeronline.com www.apress.com/bulk-sales Contents at a Glance Foreword... xiv About

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

Reasons to Deploy Oracle on EMC Symmetrix VMAX

Reasons to Deploy Oracle on EMC Symmetrix VMAX Enterprises are under growing urgency to optimize the efficiency of their Oracle databases. IT decision-makers and business leaders are constantly pushing the boundaries of their infrastructures and applications

More information

White Paper. Backup and Recovery Challenges with SharePoint. By Martin Tuip. October Mimosa Systems, Inc.

White Paper. Backup and Recovery Challenges with SharePoint. By Martin Tuip. October Mimosa Systems, Inc. White Paper By Martin Tuip Mimosa Systems, Inc. October 2009 Backup and Recovery Challenges with SharePoint CONTENTS Introduction...3 SharePoint Backup and Recovery Challenges...3 Native Backup and Recovery

More information

ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS. By George Crump

ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS. By George Crump ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS By George Crump Economical, Storage Purpose-Built for the Emerging Data Centers Most small, growing businesses start as a collection of laptops

More information

DATA CENTRE SOLUTIONS

DATA CENTRE SOLUTIONS DATA CENTRE SOLUTIONS NOW OPTIMIZATION IS WITHIN REACH. CONVERGED INFRASTRUCTURE VIRTUALIZATION STORAGE NETWORKING BACKUP & RECOVERY POWER & COOLING 2 INCREASE AGILITY, STARTING IN YOUR DATA CENTRE. Chances

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

VERITAS Volume Replicator Successful Replication and Disaster Recovery

VERITAS Volume Replicator Successful Replication and Disaster Recovery VERITAS Replicator Successful Replication and Disaster Recovery Introduction Companies today rely to an unprecedented extent on online, frequently accessed, constantly changing data to run their businesses.

More information

What's New in vsan 6.2 First Published On: Last Updated On:

What's New in vsan 6.2 First Published On: Last Updated On: First Published On: 07-07-2016 Last Updated On: 08-23-2017 1 1. Introduction 1.1.Preface 1.2.Architecture Overview 2. Space Efficiency 2.1.Deduplication and Compression 2.2.RAID - 5/6 (Erasure Coding)

More information

DocuPhase Enterprise Configuration Guide

DocuPhase Enterprise Configuration Guide DocuPhase Enterprise Configuration Guide Version 6.1 DocuPhase Corporation 1499 Gulf to Bay Boulevard, Clearwater, FL 33755 Tel: (727) 441-8228 Fax: (727) 444-4419 Email: support@docuphase.com Web: www.docuphase.com

More information

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security Bringing OpenStack to the Enterprise An enterprise-class solution ensures you get the required performance, reliability, and security INTRODUCTION Organizations today frequently need to quickly get systems

More information

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes.

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes. Content Features SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes Asset Library Enhancements/Video Support Yes Yes Auditing Yes Yes Auditing & Reporting (e.g. doc edits,

More information

WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS

WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS Carrier networks are undergoing their biggest transformation since the beginning of the Internet. The ability to get to market quickly and to respond to

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Data Sheet: Storage Management Overview Veritas Storage Foundation 6.0 for Windows brings advanced online storage management

More information

Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery

Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery White Paper Business Continuity Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery Table of Contents Executive Summary... 1 Key Facts About

More information

DocAve 6 Software Platform Service Pack 1

DocAve 6 Software Platform Service Pack 1 DocAve 6 Software Platform Service Pack 1 Release Notes For Microsoft SharePoint Release Date: September 25, 2012 1 New Features and Improvements General The new Plan Groups feature helps organize and

More information

A: PLANNING AND ADMINISTERING SHAREPOINT 2016

A: PLANNING AND ADMINISTERING SHAREPOINT 2016 ABOUT THIS COURSE This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft SharePoint 2016 environment. The course teaches you how to deploy, administer, and

More information

DELL EMC DATA DOMAIN BOOST AND DYNAMIC INTERFACE GROUPS

DELL EMC DATA DOMAIN BOOST AND DYNAMIC INTERFACE GROUPS WHITE PAPER DELL EMC DATA DOMAIN BOOST AND DYNAMIC INTERFACE GROUPS Maximize the efficiency of multiple network interfaces Abstract Dell EMC delivers dynamic interface groups to simplify the use of multiple

More information

An End User s Perspective of Central Administration

An End User s Perspective of Central Administration Your free source of essential SharePoint know-how from Combined Knowledge An End User s Perspective of Central Administration By Chris Casingena Relevant to SharePoint 2013 www.combined-knowledge.com Copyright

More information

Microsoft SQL Server on Stratus ftserver Systems

Microsoft SQL Server on Stratus ftserver Systems W H I T E P A P E R Microsoft SQL Server on Stratus ftserver Systems Security, scalability and reliability at its best Uptime that approaches six nines Significant cost savings for your business Only from

More information

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification.

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification. Course Content Course Description: This five-day course will teach you how to plan, configure, and manage the advanced features in a environment. The special areas of focus for this course include implementing

More information

Become a MongoDB Replica Set Expert in Under 5 Minutes:

Become a MongoDB Replica Set Expert in Under 5 Minutes: Become a MongoDB Replica Set Expert in Under 5 Minutes: USING PERCONA SERVER FOR MONGODB IN A FAILOVER ARCHITECTURE This solution brief outlines a way to run a MongoDB replica set for read scaling in production.

More information

The vsphere 6.0 Advantages Over Hyper- V

The vsphere 6.0 Advantages Over Hyper- V The Advantages Over Hyper- V The most trusted and complete virtualization platform SDDC Competitive Marketing 2015 Q2 VMware.com/go/PartnerCompete 2015 VMware Inc. All rights reserved. v3b The Most Trusted

More information

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS Abstract Virtualization and workload management are essential technologies for maximizing scalability, availability and

More information

Copyri g h t 2012 OSIso f t, LLC. 1

Copyri g h t 2012 OSIso f t, LLC. 1 1 Architecture and Best Practices (Recommendation for PI Systems) Presented by John Daniels Customer Support Engineer Agenda PI System High Availability PI Server level (such as PI Server HA, AF HA, PI

More information

Configuring and Administering Microsoft SharePoint 2010

Configuring and Administering Microsoft SharePoint 2010 Configuring and Administering Microsoft SharePoint 2010 10174B; 5 Days, Instructor-led Course Description This five-day instructor-led course teaches students how to install, configure, and administer

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

Microsoft Office SharePoint Server 2007 with EBS Best Practices Guide

Microsoft Office SharePoint Server 2007 with EBS Best Practices Guide Technical Report Microsoft Office SharePoint Server 2007 with EBS Best Practices Guide Microsoft Business Unit, NetApp June 2011 TR-3819 TABLE OF CONTENTS 1 INTRODUCTION... 4 1.1 PURPOSE AND SCOPE... 4

More information

1Architectural Overview of SharePoint 2013

1Architectural Overview of SharePoint 2013 1Architectural Overview of SharePoint 2013 WHAT S IN THIS CHAPTER? Understanding on-premise server farm architecture Deploying, confi guring, and publishing applications with the service application architecture

More information

Implementing SharePoint Server 2010 on Dell vstart Solution

Implementing SharePoint Server 2010 on Dell vstart Solution Implementing SharePoint Server 2010 on Dell vstart Solution A Reference Architecture for a 3500 concurrent users SharePoint Server 2010 farm on vstart 100 Hyper-V Solution. Dell Global Solutions Engineering

More information

Inside SD-WAN: WAN Virtualization Traffic Routing Options

Inside SD-WAN: WAN Virtualization Traffic Routing Options TECHNOLOGY REPORT Inside SD-WAN: WAN Virtualization Traffic Routing Options How to select the right software-defined traffic routing technique for each type of network traffic. SD-WAN and WAN Virtualization

More information

EMC Business Continuity for Microsoft SharePoint Server (MOSS 2007)

EMC Business Continuity for Microsoft SharePoint Server (MOSS 2007) EMC Business Continuity for Microsoft SharePoint Server (MOSS 2007) Enabled by EMC Symmetrix DMX-4 4500 and EMC Symmetrix Remote Data Facility (SRDF) Reference Architecture EMC Global Solutions 42 South

More information

SoftNAS Cloud Data Management Products for AWS Add Breakthrough NAS Performance, Protection, Flexibility

SoftNAS Cloud Data Management Products for AWS Add Breakthrough NAS Performance, Protection, Flexibility Control Any Data. Any Cloud. Anywhere. SoftNAS Cloud Data Management Products for AWS Add Breakthrough NAS Performance, Protection, Flexibility Understanding SoftNAS Cloud SoftNAS, Inc. is the #1 software-defined

More information

Storage Optimization with Oracle Database 11g

Storage Optimization with Oracle Database 11g Storage Optimization with Oracle Database 11g Terabytes of Data Reduce Storage Costs by Factor of 10x Data Growth Continues to Outpace Budget Growth Rate of Database Growth 1000 800 600 400 200 1998 2000

More information

Configuring and Administering Microsoft SharePoint 2010

Configuring and Administering Microsoft SharePoint 2010 MS 10174 Configuring and Administering Microsoft SharePoint 2010 Course Length: 5 days Overview The course teaches students how to install, configure and administer SharePoint, and also man-age and monitor

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information

"Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary

Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary Description Course Summary This powerful 5-day, 10 hour per day extended hours class is an intensive introduction to VMware vsphere including VMware ESXi 6.7 and vcenter 6.7. This course has been completely

More information

Networking for a smarter data center: Getting it right

Networking for a smarter data center: Getting it right IBM Global Technology Services October 2011 Networking for a smarter data center: Getting it right Planning the network needed for a dynamic infrastructure 2 Networking for a smarter data center: Getting

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

That Set the Foundation for the Private Cloud

That Set the Foundation for the Private Cloud for Choosing Virtualization Solutions That Set the Foundation for the Private Cloud solutions from work together to harmoniously manage physical and virtual environments, enabling the use of multiple hypervisors

More information

White Paper: Clustering of Servers in ABBYY FlexiCapture

White Paper: Clustering of Servers in ABBYY FlexiCapture White Paper: Clustering of Servers in ABBYY FlexiCapture By: Jim Hill Published: May 2018 Introduction Configuring an ABBYY FlexiCapture Distributed system in a cluster using Microsoft Windows Server Clustering

More information

Storage Solutions for VMware: InfiniBox. White Paper

Storage Solutions for VMware: InfiniBox. White Paper Storage Solutions for VMware: InfiniBox White Paper Abstract The integration between infrastructure and applications can drive greater flexibility and speed in helping businesses to be competitive and

More information

SharePoint 2013 Central Administration

SharePoint 2013 Central Administration Course Objectives SharePoint 2013 Central Administration SharePoint Virtual environment creation through VMware, Virtual Box & Hyper-V. SharePoint Farm setup - Standalone, Small, Medium and Large Scale

More information

Data Sheet: Storage Management Veritas Storage Foundation by Symantec Heterogeneous online storage management

Data Sheet: Storage Management Veritas Storage Foundation by Symantec Heterogeneous online storage management Heterogeneous online storage management Overview Veritas Storage Foundation provides a complete solution for heterogeneous online storage management. Based on the industry-leading Veritas Volume Manager

More information

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1 Copyright 2011, 2012 EMC Corporation. All rights reserved. Published March, 2012 EMC believes the information in this publication

More information