SQL Server 2000 Clustering Dave Fackler. Agenda Windows 2000 Clustering SQL Server 2000 Clustering Implementation Tips.

Slides:



Advertisements
Similar presentations
Intel® Manager for Lustre* Lustre Installation & Configuration
Advertisements

What to expect.  Linux  Windows Server (2008 or 2012)
June 23rd, 2009Inflectra Proprietary InformationPage: 1 SpiraTest/Plan/Team Deployment Considerations How to deploy for high-availability and strategies.
SQL Server on a Cluster Experiences Mike FITZSIMON SYSTEMSARCHITECT F ITZSIMON IT C ONSULTING PTY LTD.
Microsoft Clustering Sean Roberts, Jean Pierre SLAC.
Lesson 17 – UNDERSTANDING OTHER NETWARE SERVICES.
1.1 Installing Windows Server 2008 Windows Server 2008 Editions Windows Server 2008 Installation Requirements X64 Installation Considerations Preparing.
Denny Cherry twitter.com/mrdenny.
Week 2 - Installation SQL SERVER2000 ENTERPRISE EDITION INSTALLATION.
CHAPTER Introduction to LANs. MODULE Purpose and Use of a Network.
National Manager Database Services
11 SERVER CLUSTERING Chapter 6. Chapter 6: SERVER CLUSTERING2 OVERVIEW  List the types of server clusters.  Determine which type of cluster to use for.
Microsoft Load Balancing and Clustering. Outline Introduction Load balancing Clustering.
Gopal Ashok Program Manager Microsoft Corp Session Code: DAT 312.
Dedicated Windows 2003 Servers Dedicated Windows 2003 Servers Application Server Application Server Database Server Database Server Web Server Web Server.
Chapter 10 : Designing a SQL Server 2005 Solution for High Availability MCITP Administrator: Microsoft SQL Server 2005 Database Server Infrastructure Design.
What Every MCT Needs to Know about Clustering and High Availability Rodney R. Fournier Microsoft MVP - Windows Server - Clustering Net Working America,
Module 3: Preparing for Cluster Service Installation.
1 © 2006 SolidWorks Corp. Confidential. Clustering  SQL can be used in “Cluster Pack” –A pack is a group of servers that operate together and share partitioned.
INSTALLING MICROSOFT EXCHANGE SERVER 2003 CLUSTERS AND FRONT-END AND BACK ‑ END SERVERS Chapter 4.
Learningcomputer.com SQL Server 2008 – Installation of SQL Server 2008.
Chapter 8 Implementing Disaster Recovery and High Availability Hands-On Virtual Computing.
Clustering SQL Server Tom Pullen Senior DBA, RM Education
Module 1: Installing and Upgrading to Exchange Server 2003.
FTP Web SQL Web failover SQL backup backup Active Directory Active Directory Failover Cluster.
SQL2005 Cluster Build. IP Request Request 6 IP Addresses – One for EACH SQL virtual server (2) – One for the cluster – One for Distributed Transaction.
Module 11: Implementing ISA Server 2004 Enterprise Edition.
SQLCAT: SQL Server HA and DR Design Patterns, Architectures, and Best Practices Using Microsoft SQL Server 2012 AlwaysOn Sanjay Mishra Program Manager.
FTP Web SQL Web failover SQL backup backup Active Directory Active Directory Failover Cluster.
Module 10: Maintaining High-Availability. Overview Introduction to Availability Increasing Availability Using Failover Clustering Standby Servers and.
Cisco Confidential © 2010 Cisco and/or its affiliates. All rights reserved. 1 MSE Virtual Appliance Presenter Name: Patrick Nicholson.
1 Week #10Business Continuity Backing Up Data Configuring Shadow Copies Providing Server and Service Availability.
7. Replication & HA Objectives –Understand Replication and HA Contents –Standby server –Failover clustering –Virtual server –Cluster –Replication Practicals.
Denny Cherry Senior Database Administrator / Architect Awareness Technologies Quest Software SQL Server MVP MCSA, MCDBA, MCTS,
11 CLUSTERING AND AVAILABILITY Chapter 11. Chapter 11: CLUSTERING AND AVAILABILITY2 OVERVIEW  Describe the clustering capabilities of Microsoft Windows.
Module 2: Concepts of Server Clusters. Overview Introduction to Server Clusters Key Concepts of a Server Cluster Choosing a Server Cluster Configuration.
1 Chapter Overview Planning to Install SQL Server 2000 Deciding SQL Server 2000 Setup Configuration Options Running the SQL Server 2000 Setup Program Using.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 12: Planning and Implementing Server Availability and Scalability.
(WINDOWS PLATFORM - ITI310 – S15)
© 2002 Global Knowledge Network, Inc. All rights reserved. Windows Server 2003 MCSA and MCSE Upgrade Clustering Servers.
Module 7: SQL Server Special Considerations. Overview SQL Server High Availability Unicode.
70-412: Configuring Advanced Windows Server 2012 services
WINDOWS SERVER 2003 Genetic Computer School Lesson 12 Fault Tolerance.
MISSION CRITICAL COMPUTING SQL Server Special Considerations.
1 Chapter Overview Using Standby Servers Using Failover Clustering.
Windows Server Failover Clustering with SQL Server.
Deploying Highly Available SQL Server in Windows Azure A Presentation and Demonstration by Microsoft Cluster MVP David Bermingham.
SQL Server 2014 AlwaysOn Step-by-Step SQL Server 2014 AlwaysOn Step-by-Step A hands on look at implementing AlwaysOn in SQL Server 2014.
All the things you need to know before setting up AlwaysOn Michael Steineke SQL & BI Solution Lead Enterprise Architect Concurrency, Inc.
Windows Clusters for Beginners: From Highly Fearful to Highly Reliable in 75 Minutes! Presented by Mark on twitter copyright.
Windows Server Failover Clustering (WSFC) with SQL Server.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 12: Planning and Implementing Server Availability and Scalability.
Backup A backup of the cluster includes the system state, the node, and the cluster disk.
Services DFS, DHCP, and WINS are cluster-aware.
Troubleshooting Tools
ALWAYSON AVAILABILITY GROUPS
Network Operating System Lab
File Share Dependencies
Microsoft BackOffice Applications
SQL Server Failover Effects on Applications
Cluster Disks and Cluster File Storage
Data Storage Requirements
Network Cards Server clusters use a variety of networks to communicate with other nodes and with clients.
Windows Azure Migrating SQL Server Workloads
SQL Server High Availability Amit Vaid.
What’s new in SQL Server 2016 Availability Groups
SpiraTest/Plan/Team Deployment Considerations
AlwaysOn Availability Groups
High Availability/Disaster Recovery Solution
SQL AlwaysOn Availability Groups
Presentation transcript:

SQL Server 2000 Clustering Dave Fackler

Agenda Windows 2000 Clustering SQL Server 2000 Clustering Implementation Tips

Windows 2000 Clustering Shared disk approach Windows 2000 Advanced Server –Two nodes –Four nodes possible with Data Center Install using Cluster Service Manage using Cluster Administrator –Resources –Groups

“Standard” Win2K Cluster

SQL Server 2000 Clustering SQL Server 2000 Enterprise Edition Install using SQL Server Setup –Create virtual server –Single instance or multi-instance (not active-passive or active-active) Manage using Enterprise Manager

Single Instance SQL2K Cluster

After Failover

Multi-Instance SQL2K Cluster

Implementation Tips Plan, plan, plan! Plan shared disk space –Nothing should go on the Quorum drive –Recommend RAID-1 for Quorum –Recommend RAID-10 (or at least RAID-5) for SQL database files –Recommend RAID-1 for SQL log files –Need at least 2+2+3=7 drives! Don’t skimp on hardware

Implementation Tips Plan, plan, plan! Plan network setup –Public network IP addresses for cluster nodes, the cluster itself, and each SQL Virtual Server –Private network for cluster nodes –WINS and DNS services running Create service accounts beforehand Don’t forget MSDTC setup

Implementation Tips Test, test, test! Cluster failover Hardware failures –Network cards and cables –Shared disk arrays and cables –Entire node shutdowns SQL Server and application failures

Agenda Windows 2000 Clustering SQL Server 2000 Clustering Implementation Tips But wait… what about Analysis Services, DTS, etc? –All possible, but another presentation…