DS8000 Data Migration using Copy Services in Microsoft Windows Cluster Environment

Size: px
Start display at page:

Download "DS8000 Data Migration using Copy Services in Microsoft Windows Cluster Environment"

Transcription

1 DS8000 Data Migration using Copy Services in Microsoft Windows Cluster Environment By Leena Kushwaha Nagaraja Hosad System and Technology Group Lab Services India Software Lab, IBM July 2013

2 Table of contents Abstract Introduction IBM DS DS8870 Hardware IBM DS8870 features Migration Scenario Storage Migration & Host Preparation Activities Data Migration using Metro Mirror feature Preparation of Windows Server 2008 Failover Cluster Activities on Storage Subsystems and Windows Hosts Summary Resources Trademarks and special notices... 12

3 Abstract This Technical Paper describes the series of steps to be followed on Windows host during storage migration from source DS8000 to target DS8000 family. The intent of this paper is to showcase Windows Server 2008 host preparation activities during storage migration in Microsoft Cluster Service (MSCS). Henceforth in this document it is referenced as Failover Cluster because the Resource Group (RG) made up of disk, network, applications, etc. works in Active/Passive mode only. The target audience includes IT professionals with an interest in the IBM storage migration solutions. 1. Introduction Microsoft Clustering feature provides the highest level of availability for business critical applications such as MS SQL, MS Exchange, Oracle Database, etc. The fault tolerant design of cluster ensures there is no single point of failure including multiple servers, multiple network connections. The Microsoft includes significant changes to the clustering architecture designed to enhance flexibility and availability in every new release of its Operating System. Say, for example Failover clustering in Microsoft Windows Server 2008 offers significant advantages over failover clustering in Windows Server 2003, including new quorum models, simplified configuration, and other enhancements that can help increase flexibility and availability. Storage is one area of Windows Failover Clusters that can drastically affect the overall stability of the cluster. Careful planning and design of the storage subsystem will ensure a smooth cluster installation, and will help with any future troubleshooting efforts. - Migrating from old storage (DS8300) to new storage (DS8870) where the windows server cluster (Microsoft Windows Server 2003 Cluster or Windows Server 2008 Failover Cluster) is still on the same servers. In this situation, where you go for new storage in the failover cluster You must perform the copying or moving of data or folders (including shared folder settings) during a migration from old storage to new storage and then assign the same drive letters to disks in the new storage that are assigned to disks in the old storage. This paper describes the various steps involved in migration of Windows Failover Cluster from one storage (DS8300) to another storage (DS8870) and how to avoid the common pitfalls that affect stability such as incompatible or inconsistent storage drivers etc.,. This guide does not include the process of creating a failover cluster and Cluster Settings migration. Recommendation: It is also recommended to establish SAN zoning to isolate the cluster I/O traffic to only include cluster servers and storage controllers. This helps to reduce I/O latencies on the SAN potentially caused by other operating systems.

4 2. IBM DS DS8870 Hardware IBM System Storage DS8000 series is designed as a high-performance, high capacity, and resilient series of disk storage system that supports continuous operations. The IBM System Storage DS8870 is the most advanced model in the IBM DS8000 lineup and is equipped with IBM POWER7 based controllers. The IBM POWER7 processor technology supports higher Performance and delivers up to three times performance improvement in I/O operations per second in transaction processing workload environments as the prior model. The IBM DS8870 Storage is equipped with high-density storage enclosures that are populated with 24small-form-factor SAS-2 drives or storage enclosures for 12 large-form-factor nearline SAS drives. The DS8870 storage subsystems also can be equipped with Solid-State Drives (SSDs). The DS8870 (as show in Figure 1-1) is IBM s fifth-generation high-end disk system in the DS8000 series. Figure1: IBM DS8870 Storage Subsystem 2.2. IBM DS8870 features The DS8000 series DS8870 offers high availability, multiplatform support, including System z, and simplified management tools to help provide a cost-effective path to an on-demand world. The DS8870 supports functions such as point-in-time copy functions with IBM FlashCopy, FlashCopy Space Efficient, and Remote Mirror and Copy functions with Metro Mirror, Global Copy, Global Mirror, Metro/Global Mirror, IBM z/os Global Mirror, and z/os Metro/Global Mirror. I/O Priority Manager and Easy Tier functions are also supported on DS8870 storage units.

5 3. Migration Scenario The objective of this solution implementation, is to showcase, Windows host preparation activities during storage migration. This solution is applicable for Windows Server 2008 Failover Cluster. This paper demonstrates the approach followed for below listed activities: 1. Storage Migration ( Migration from DS8300 to Storage DS8870 using Metro Mirroring Feature) 2. Windows Host Preparation ( Activities during Pre & Post Storage Migration) Figure 2: Remote Copy Services Solution Setup: The environment setup includes the below mentioned hardware and software. Hardware Components Model No : Operating System / Firmware Levels Servers IBM System X3650 M3 2 Windows Server 2008 R2 Enterprise Edition SAN Switch B40 SAN Switches 2 FW: 66.1 Storage DS8300 (Old Storage) 1 R4.3(Bundle ) DS8870 (New Storage) 1 R7 (Bundle ) In the example, Microsoft Cluster has been configured on IBM X-series hardware that runs Windows Server 2008 R2 Enterprise Edition. This setup has Cluster aware application MS SQL Database Server This SQL Database Server was hosted on two LUNs a Database LUN and a Transaction Log LUN provisioned to each of the two nodes in the Cluster from external storage DS8300. The requirement is to move the data from the Storage DS8300 to the storage DS8870, which is achieved by DS8000 Metro Mirroring feature.

6 4. Storage Migration & Host Preparation Activities 4.1. Data Migration using Metro Mirror feature Pre-Requisite: Metro Mirror License is required on both the Storage boxes Step-By-Step Procedure for Migration: Step-1: Identify LUNs on DS8300 which needs to be migrated to DS8870 dscli> lsfbvol -l -volgrp v38 Date/Time: July 7, :23:36 AM IST IBM DSCLI Version: DS: IBM LH461 Name ID accstate datastate configstate devicemtm datatype extpool sam captype cap (2^30B) cap (10^9B) cap (blocks) volgrp reqcap (blocks) eam ============================================================================= ============================================================================= ======================== SQL_Vol1 2A07 Online Normal Normal FB 512 P18 Standard DS V rotatevols LOG_Vol2 2A08 Online Normal Normal FB 512 P18 Standard DS V rotatevols

7 Quorum_Vol3 2A09 Online Normal Normal FB 512 P18 Standard DS V rotatevols - Step-2: Create New LUNs on DS8870 with Equal Size mkfbvol -dev IBM BLG51 -extpool P3 -cap 250 -name SQL_ mkfbvol -dev IBM BLG51 -extpool P3 -cap 100 -name LOG_ mkfbvol -dev IBM BLG51 -extpool P2 -cap 1 -name Quorum_ Step 3: Configure Zone between source Storage (DS8300) and Target Storage (DS8870) zonecreate "TMP_MM_DS8300_DS8870_100","DS8300_100;DS8870_100" Zonecreate "TMP_MM_DS8300_DS8870_104","DS8300_100;DS8870_104" Step 4: Configure PPRC path between DS8300 and DS8870 mkpprcpath -dev IBM LH461 -remotedev IBM BLG51 -remotewwnn FFD48C -srclss 18 -tgtlss 14 I0632:I0101 I0702:I0100 mkpprcpath -dev IBM LH461 -remotedev IBM BLG51 -remotewwnn FFD48C -srclss 19 -tgtlss 15 I0632:I0101 I0702:I0100 Step-3: Configure Metro Mirror between source and target LUNs mkpprc -dev IBM LH461 -remotedev IBM BLG51 -type mmir 2A07:0100 mkpprc -dev IBM LH461 -remotedev IBM BLG51 -type mmir 2A08:0101 mkpprc -dev IBM LH461 -remotedev IBM BLG51 -type mmir 2A09: Preparation of Windows Server 2008 Failover Cluster Step-By-Step Procedure for Activities on Windows Hosts: Pre-requisites prior to Storage Migration: Take Backup of Windows Server 2008 along with System State Capture Cluster configuration parameters Verify that the HBA firmware and Multipath Software on Windows Server 2008 Server is compatible with DS8870 at the link give below, else need to install the appropriate packages. STEP-4: Cluster Health Check- Sanity Check on Cluster Resource Movement and Cluster Services To verify cluster resource movement, Move the Cluster Resources between each of the nodes, using the Failover Cluster Management. The testing must be successful without any errors. To verify the Cluster state-move all resources from Node B to Node A and then shut down Node B. Now Stop the Cluster Services on Node A and shut down Node A. To bring the cluster up, Power on

8 Node A, start the Cluster services on Node A, bring up the cluster one Single Node first, Now power on Node B, bring up database and application - Confirm the services are up with no issue STEP-5: Install Multipath software SDDDSM and verify the status of multipath Download the Appropriate SDDDSM package suitable for Windows Server 2008 R2 Enterprise Edition (SDDDSM_x64_2.4.3_3_5). Move all the Cluster Resources to Node 1. And on Node 2, run SDDDSM setup followed with a reboot. Do health Check -Failover all resources to Node 2 and verify no errors are logged in cluster events and system logs. Now Run the SDDDSM setup on Node 1 and once complete, reboot Node 1. Repeat STEP-1 to ensure the Cluster state is fine as shown below: Figure 2: Cluster Services and Application Status is Online Execute the below commands to check the status of Multipath #datapath query device #datapath query essmap Captured the Drive Letter and Volume Name as shown below: Figure 3: Drive letter and Volume Name

9 4.3. Activities on Storage Subsystems and Windows Hosts Step-By-Step Procedure for Storage Failover: Step 4: Un-mount the disks by removing the drive letter Step 5: Bring down the servers STEP-6: Removing Data LUNs from Old Storage DS8300 Unmap the LUNs from DS8300 dscli> chvolgrp action remove volume 2A07 v38 dscli> chvolgrp action remove volume 2A08 v38 dscli> chvolgrp action remove volume 2A09 v38 Check all pairs are in Full Duplex lspprc -dev IBM LH461 -remotedev IBM BLG51 2A07:0100 lspprc -dev IBM LH461 -remotedev IBM BLG51 2A08:0101 lspprc -dev IBM LH461 -remotedev IBM BLG51 2A09:0000 Remove the Replication Relationship rmpprc -dev IBM LH461 -remotedev IBM BLG51 2A07:0100 rmpprc -dev IBM LH461 -remotedev IBM BLG51 2A08:0101 rmpprc -dev IBM LH461 -remotedev IBM BLG51 2A09:0000 STEP-7: Perform Zoning Activities Remove zoning between DS8300 and Windows Hosts (SMMABT_1 and SMMABT_2) Create New Zones between Windows Servers and DS8870 STEP-8: Assign the Data LUNs from New Storage DS8870 to Hosts Create a Volgrp V3 and add the volumes to it. chvolgrp -dev IBM BLG51 -action add -volume 0100 V3 chvolgrp -dev IBM BLG51 -action add -volume 0101 V3 chvolgrp -dev IBM BLG51 -action add -volume 0000 V3 Now add the host to the Volgrp V3 mkhostconnect -wwpn 50060B0000C2621A -hosttype Win2008 -volgrp V3 SMABT1_hba0 mkhostconnect -wwpn 50060B0000C hosttype Win2008 -volgrp V3 SMABT1_hba1 mkhostconnect -wwpn 50060B0000C2621E -hosttype Win2008 -volgrp V3 SMABT2_hba0 mkhostconnect -wwpn 50060B0000C2621C -hosttype Win2008 -volgrp V3 SMABT2_hba1 STEP-8: Scan the New LUNs on Windows Hosts Power on Node 1 (SMMABT_1) And from Windows Disk Manager Management Console, re-scan the New LUNs that were assigned from the Storage DS8870. Verify the LUNs are detected by executing the following commands

10 #datapath query device #datapath query essmap Once LUNs detected, initialize the new LUNs without formatting Assign the same Drive letter and Volume Name as Captured in STEP-5 Perform the Above Steps on Node 2 (SMMABT_2) STEP-9: Bringing Cluster and application online Open the Failover Cluster Management Console and Start the Cluster Services Start the appropriate services such as the SQL services. Do a health check of the critical events, services and cluster state Once all the statuses are a green, Failover the resources to Node 2 and do a health check of the critical events, services and cluster state. Verified the Application - SQL Migration Success was successful. STEP-10: Delete OLD LUNs on DS8370 Deleted the OLD LUNs on DS8300 Deleted the Old Volgrp V38 on DS Summary The IBM System Storage DS8870 is designed to manage a broad scope of storage workloads that exist in today s complex data center, doing it effectively and efficiently. The integration of flexible and reliable Storage DS8870 with Microsoft Failover Cluster not only aids capacity but will also ensure that users can have nearly constant access to important server-based resources. The copy services functions make the DS8000 series a key component for disaster recovery solutions, data migration activities and for data duplication and backup solutions. The migrations steps described in this paper allows a seamless migration to the IBM System Storage DS8870 which is the most advanced model in the IBM DS8000 lineup.

11 Resources These Web sites provide useful references to supplement the information contained in this document: IBM System Storage DS8000 Series Overview: - IBM System Storage DS8870 Architecture and Implementation - IBM System Storage DS8000 Host Attachment Guide - Microsoft Failover Clustering Overview - Configure a Two Node Microsoft Failover Cluster - Windows Server Failover Clustering (WSFC) with SQL Server -

12 Trademarks and special notices Copyright IBM Corporation All rights Reserved. References in this document to IBM products or services do not imply that IBM intends to make them available in every country. IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol ( or ), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Application Note Abstract This application note explains the configure details of using Infortrend FC-host storage systems

More information

Violin Memory Arrays With IBM System Storage SAN Volume Control

Violin Memory Arrays With IBM System Storage SAN Volume Control Technical White Paper Report Best Practices Guide: Violin Memory Arrays With IBM System Storage SAN Volume Control Implementation Best Practices and Performance Considerations Version 1.0 Abstract This

More information

Implementing disaster recovery solutions with IBM Storwize V7000 and VMware Site Recovery Manager

Implementing disaster recovery solutions with IBM Storwize V7000 and VMware Site Recovery Manager Implementing disaster recovery solutions with IBM Storwize V7000 and VMware Site Recovery Manager A step-by-step guide IBM Systems and Technology Group ISV Enablement January 2011 Table of contents Abstract...

More information

Microsoft System Center 2012 SP1 Virtual Machine Manager with Storwize family products. IBM Systems and Technology Group ISV Enablement January 2014

Microsoft System Center 2012 SP1 Virtual Machine Manager with Storwize family products. IBM Systems and Technology Group ISV Enablement January 2014 Microsoft System Center 2012 SP1 Virtual Machine Manager with Storwize family products IBM Systems and Technology Group ISV Enablement January 2014 Copyright IBM Corporation, 2014 Table of contents Abstract...

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service ESX 4.0 ESXi 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the

More information

Course 20465: Designing a Data Solution with Microsoft SQL Server

Course 20465: Designing a Data Solution with Microsoft SQL Server Course 20465: Designing a Data Solution with Microsoft SQL Server Overview About this course The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure

More information

Designing a Data Solution with Microsoft SQL Server

Designing a Data Solution with Microsoft SQL Server Course 20465C: Designing a Data Solution with Microsoft SQL Server Page 1 of 6 Designing a Data Solution with Microsoft SQL Server Course 20465C: 4 days; Instructor-Led Introduction The focus of this four-day

More information

Designing a Data Solution with Microsoft SQL Server 2014

Designing a Data Solution with Microsoft SQL Server 2014 20465C - Version: 1 22 June 2016 Designing a Data Solution with Microsoft SQL Server 2014 Designing a Data Solution with Microsoft SQL Server 2014 20465C - Version: 1 5 days Course Description: The focus

More information

IBM System Storage DS5020 Express

IBM System Storage DS5020 Express IBM DS5020 Express Manage growth, complexity, and risk with scalable, high-performance storage Highlights Mixed host interfaces support (Fibre Channel/iSCSI) enables SAN tiering Balanced performance well-suited

More information

Designing a Data Solution with Microsoft SQL Server 2014

Designing a Data Solution with Microsoft SQL Server 2014 Page 1 of 8 Overview The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure solutions by using SQL Server 2014 and other Microsoft technologies.

More information

MS 20465C: Designing a Data Solution with Microsoft SQL Server

MS 20465C: Designing a Data Solution with Microsoft SQL Server MS 20465C: Designing a Data Solution with Microsoft SQL Server Description: Note: Days: 5 Prerequisites: The focus of this five-day instructor-led course is on planning and implementing enterprise database

More information

Designing a Data Solution with Microsoft SQL Server

Designing a Data Solution with Microsoft SQL Server The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure solutions by using SQL Server 2014 and other Microsoft technologies. It describes how

More information

VMware vsphere 5.1 Advanced Administration

VMware vsphere 5.1 Advanced Administration Course ID VMW200 VMware vsphere 5.1 Advanced Administration Course Description This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter.

More information

Course 20465C: Designing a Data Solution with Microsoft SQL Server

Course 20465C: Designing a Data Solution with Microsoft SQL Server Course 20465C: Designing a Data Solution with Microsoft SQL Server Module 1: Introduction to Enterprise Data Architecture As organizations grow to enterprise scale, their IT infrastructure requirements

More information

20465C: Designing a Data Solution with Microsoft SQL Server

20465C: Designing a Data Solution with Microsoft SQL Server 20465C: Designing a Data Solution with Microsoft SQL Server Course Details Course Code: Duration: Notes: 20465C 5 days This course syllabus should be used to determine whether the course is appropriate

More information

Long-Distance Configurations for MSCS with IBM Enterprise Storage Server

Long-Distance Configurations for MSCS with IBM Enterprise Storage Server Long-Distance Configurations for MSCS with IBM Enterprise Storage Server Torsten Rothenwaldt IBM Germany Presentation 2E06 Agenda Cluster problems to resolve in long-distance configurations Stretched MSCS

More information

Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server

Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server Windows 6.1 February 2014 Symantec Storage Foundation and High Availability Solutions

More information

HBA Virtualization Technologies for Windows OS Environments

HBA Virtualization Technologies for Windows OS Environments HBA Virtualization Technologies for Windows OS Environments FC HBA Virtualization Keeping Pace with Virtualized Data Centers Executive Summary Today, Microsoft offers Virtual Server 2005 R2, a software

More information

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES By: Edward Whalen Performance Tuning Corporation INTRODUCTION There are a number of clustering products available on the market today, and clustering has become

More information

Deploying Global Clusters for Site Disaster Recovery via Symantec Storage Foundation on Infortrend Systems

Deploying Global Clusters for Site Disaster Recovery via Symantec Storage Foundation on Infortrend Systems Deploying Global Clusters for Site Disaster Recovery via Symantec Storage Foundation on Infortrend Systems Application Notes Abstract: This document describes how to apply global clusters in site disaster

More information

Non-Native Options for High Availability

Non-Native Options for High Availability The Essentials Series: Configuring High Availability for Windows Server 2008 Environments Non-Native Options for High Availability by Non-Native Options for High Availability... 1 Suitability and Cost...

More information

Best practices for fully automated disaster recovery of Microsoft SQL Server 2008 using HP Continuous Access EVA with Cluster Extension EVA

Best practices for fully automated disaster recovery of Microsoft SQL Server 2008 using HP Continuous Access EVA with Cluster Extension EVA Best practices for fully automated disaster recovery of Microsoft SQL Server 2008 using HP Continuous Access EVA with Cluster Extension EVA Subtitle Table of contents Overview... 2 Key findings... 3 Solution

More information

Using VMware ESX Server with IBM System Storage SAN Volume Controller ESX Server 3.0.2

Using VMware ESX Server with IBM System Storage SAN Volume Controller ESX Server 3.0.2 Technical Note Using VMware ESX Server with IBM System Storage SAN Volume Controller ESX Server 3.0.2 This technical note discusses using ESX Server hosts with an IBM System Storage SAN Volume Controller

More information

VERITAS Storage Foundation 4.3 for Windows

VERITAS Storage Foundation 4.3 for Windows DATASHEET VERITAS Storage Foundation 4.3 for Windows Advanced Volume Management Technology for Windows In distributed client/server environments, users demand that databases, mission-critical applications

More information

Course 20465C: Designing a Data Solution with Microsoft SQL Server

Course 20465C: Designing a Data Solution with Microsoft SQL Server Course 20465C: Designing a Data Solution with Microsoft SQL Server Five days, instructor-led About this Course The focus of this five-day instructor-led course is on planning and implementing enterprise

More information

Administering a Microsoft SQL Server 2000 Database

Administering a Microsoft SQL Server 2000 Database Aug/12/2002 Page 1 of 5 Administering a Microsoft SQL Server 2000 Database Catalog No: RS-MOC2072 MOC Course Number: 2072 5 days Tuition: $2,070 Introduction This course provides students with the knowledge

More information

Planning and Administering Windows Server 2008 Servers

Planning and Administering Windows Server 2008 Servers Planning and Administering Windows Server 2008 Servers Course 6430 Five days Instructor-led Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

Data Protection Manager for Exchange 2010 and the IBM Storwize V7000 with SAN Based Replica Creation and Recovery

Data Protection Manager for Exchange 2010 and the IBM Storwize V7000 with SAN Based Replica Creation and Recovery Data Protection Manager for Exchange 2010 and the IBM Storwize V7000 with SAN Based Replica Creation and Recovery Installation and Configuration Guide Revised: July 2011 Version: 2.7.4 Exchange 2010 backup

More information

Planning and Administering Windows Server 2008 Servers

Planning and Administering Windows Server 2008 Servers Planning and Administering Windows Server 2008 Servers MOC6430 About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

How To Live Migrate In Hyperv On Windows Server 22 (Windows) (Windows V) (Hyperv) (Powerpoint) (For A Hyperv Virtual Machine) (Virtual Machine) And (Hyper V) Vhd (Virtual Hard Disk

How To Live Migrate In Hyperv On Windows Server 22 (Windows) (Windows V) (Hyperv) (Powerpoint) (For A Hyperv Virtual Machine) (Virtual Machine) And (Hyper V) Vhd (Virtual Hard Disk Poster Companion Reference: Hyper-V Virtual Machine Mobility Live Migration Without Shared Storage Storage Migration Live Migration with SMB Shared Storage Live Migration with Failover Clusters Copyright

More information

Corporate I.T. Services Limited Updating your Network Infrastructure Technology Skills to Windows Server 2008 (Beta 3)

Corporate I.T. Services Limited Updating your Network Infrastructure Technology Skills to Windows Server 2008 (Beta 3) Updating your Network Infrastructure Technology Skills to Windows Server 2008 (Beta 3) Course 6415A: Three days; Instructor-Led Introduction This 3 day instructor-led course provides students with an understanding

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service Update 1 ESX 4.0 ESXi 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until

More information

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine Virtual Fibre Channel for Hyper-V Virtual Fibre Channel for Hyper-V, a new technology available in Microsoft Windows Server 2012, allows direct access to Fibre Channel (FC) shared storage by multiple guest

More information

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Best Practices Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Installation and Configuration Guide 2010 LSI Corporation August 13, 2010

More information

Dell Compellent Storage Center

Dell Compellent Storage Center Dell Compellent Storage Center How to Setup a Microsoft Windows Server 2012 Failover Cluster Reference Guide Dell Compellent Technical Solutions Group January 2013 THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL

More information

SAN Implementation Course SANIW; 3 Days, Instructor-led

SAN Implementation Course SANIW; 3 Days, Instructor-led SAN Implementation Course SANIW; 3 Days, Instructor-led Course Description In this workshop course, you learn how to connect Windows, vsphere, and Linux hosts via Fibre Channel (FC) and iscsi protocols

More information

Windows Host Utilities 6.0.2 Installation and Setup Guide

Windows Host Utilities 6.0.2 Installation and Setup Guide Windows Host Utilities 6.0.2 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

IBM Storwize V7000: For your VMware virtual infrastructure

IBM Storwize V7000: For your VMware virtual infrastructure IBM Storwize V7000: For your VMware virtual infrastructure Innovative midrange disk system leverages integrated storage technologies Highlights Complement server virtualization, extending cost savings

More information

Implementing and Managing Windows Server 2008 Clustering

Implementing and Managing Windows Server 2008 Clustering Implementing and Managing Windows Server 2008 Clustering Course Number: 6423A Course Length: 3 Days Course Overview This instructor-led course explores Windows Server 2008 clustering and provides students

More information

Course Syllabus. Planning and Administering Windows Server 2008 Servers. Key Data. Audience. At Course Completion. Prerequisites. Recommended Courses

Course Syllabus. Planning and Administering Windows Server 2008 Servers. Key Data. Audience. At Course Completion. Prerequisites. Recommended Courses Course Syllabus Planning and Administering Windows Server 2008 Servers This five-day instructor-led course provides students with the knowledge and skills to implement, monitor, and maintain Windows Server

More information

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Duration: Three consecutive Saturdays About this Course This instructor led course teaches students how to implement and manage Windows

More information

IBM Tivoli Storage Productivity Center (TPC)

IBM Tivoli Storage Productivity Center (TPC) IBM Tivoli Storage Productivity Center (TPC) Simplify, automate, and optimize storage infrastructure Highlights The IBM Tivoli Storage Productivity Center is designed to: Help centralize the management

More information

Administering a Microsoft SQL Server 2000 Database

Administering a Microsoft SQL Server 2000 Database Administering a Microsoft SQL Server 2000 Database Course 2072 - Five days - Instructor-led - Hands-On Introduction This course provides students with the knowledge and skills required to install, configure,

More information

Drobo How-To Guide. Topics. What You Will Need. Prerequisites. Deploy Drobo B1200i with Microsoft Hyper-V Clustering

Drobo How-To Guide. Topics. What You Will Need. Prerequisites. Deploy Drobo B1200i with Microsoft Hyper-V Clustering Multipathing I/O (MPIO) enables the use of multiple iscsi ports on a Drobo SAN to provide fault tolerance. MPIO can also boost performance of an application by load balancing traffic across multiple ports.

More information

Installing and Configuring a. SQL Server 2012 Failover Cluster

Installing and Configuring a. SQL Server 2012 Failover Cluster Installing and Configuring a SQL Server 2012 Failover Cluster Edwin M Sarmiento Applies to: SQL Server 2012 SQL Server 2014 P a g e 1 Copyright This document is provided as-is. Information and views expressed

More information

StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover Cluster

StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover JANUARY 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind

More information

"Charting the Course... MOC 20465 C Designing a Data Solution with Microsoft SQL Server Course Summary

Charting the Course... MOC 20465 C Designing a Data Solution with Microsoft SQL Server Course Summary Course Summary Description The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure solutions by using SQL and other Microsoft technologies. It

More information

SQL Clusters in Virtualized Environments April 10 th, 2013

SQL Clusters in Virtualized Environments April 10 th, 2013 SQL Clusters in Virtualized Environments April 10 th, 2013 Session Overview This session s primary objective is to help you gain insight into where clustering fits in the overall picture of HA/DR as it

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service Update 1 ESXi 5.1 vcenter Server 5.1 This document supports the version of each product listed and supports all subsequent versions until the

More information

Designing a Data Solution with Microsoft SQL Server

Designing a Data Solution with Microsoft SQL Server Course Code: M20465C Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Designing a Data Solution with Microsoft SQL Server Overview The focus of this five-day instructor-led course is on planning

More information

Tivoli Storage Flashcopy Manager for Windows - Tips to implement retry capability to FCM offload backup. Cloud & Smarter Infrastructure IBM Japan

Tivoli Storage Flashcopy Manager for Windows - Tips to implement retry capability to FCM offload backup. Cloud & Smarter Infrastructure IBM Japan Tivoli Storage Flashcopy Manager for Windows - Tips to implement retry capability to FCM offload backup Cloud & Smarter Infrastructure IBM Japan Rev.1 2013 IBM Corporation Abstract Tivoli Storage Flashcopy

More information

Veritas Storage Foundation 4.3 for Windows by Symantec

Veritas Storage Foundation 4.3 for Windows by Symantec Veritas Storage Foundation 4.3 for Windows by Symantec Advanced online volume management technology for Windows Veritas Storage Foundation for Windows brings advanced volume management technology to Windows

More information

VERITAS Volume Manager Delivering High Availability Storage Management Tools for Microsoft Windows

VERITAS Volume Manager Delivering High Availability Storage Management Tools for Microsoft Windows VERITAS Volume Manager Delivering High Availability Storage Management Tools for Microsoft Windows Bob Brencic, Director of Windows Marketing Foundations Group VERITAS Software Corporation Agenda Common

More information

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL

More information

IBM XIV Storage System. MSCS Guide. Version 1.0.x

IBM XIV Storage System. MSCS Guide. Version 1.0.x MSCS Guide Version 1.0.x Second Edition (April 2010) This edition applies to IBM XIV Storage System Software and to all subsequent releases and modifications until otherwise indicated in new editions.

More information

IBM Storwize Rapid Application Storage

IBM Storwize Rapid Application Storage IBM Storwize Rapid Application Storage Efficient, pretested, integrated and powerful solution to accelerate deployment and return on investment. Highlights Improve disk utilization by up to 30 percent

More information

Designing a Data Solution with Microsoft SQL Server 2014

Designing a Data Solution with Microsoft SQL Server 2014 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20465C: Designing a Data Solution with Microsoft SQL Server 2014 Length: 5 Days Audience: IT Professionals

More information

Downtime, whether planned or unplanned,

Downtime, whether planned or unplanned, Deploying Simple, Cost-Effective Disaster Recovery with Dell and VMware Because of their complexity and lack of standardization, traditional disaster recovery infrastructures often fail to meet enterprise

More information

DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution

DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution Tested with: ESRP Storage Version 3.0 Tested Date: Content DELL TM PowerEdge TM T610... 1 500 Mailbox Resiliency

More information

20465: Designing a Data Solution with Microsoft SQL Server

20465: Designing a Data Solution with Microsoft SQL Server 20465: Designing a Data Solution with Microsoft SQL Server Microsoft - Base de Dados Nível: Avançado Duração: 30h Sobre o curso The focus of this five-day instructor-led course is on planning and implementing

More information

Administering a Microsoft SQL Server 2000 Database

Administering a Microsoft SQL Server 2000 Database Administering a Microsoft SQL Server 2000 Database Elements of this syllabus are subject to change. Key Data Course #: 2072A Number of Days: 5 Format: Instructor-Led Certification Exams: 70-228: System

More information

SanDisk ION Accelerator High Availability

SanDisk ION Accelerator High Availability WHITE PAPER SanDisk ION Accelerator High Availability 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Introduction 3 Basics of SanDisk ION Accelerator High Availability 3 ALUA Multipathing

More information

Windows Server Failover Clustering April 2010

Windows Server Failover Clustering April 2010 Windows Server Failover Clustering April 00 Windows Server Failover Clustering (WSFC) is the successor to Microsoft Cluster Service (MSCS). WSFC and its predecessor, MSCS, offer high availability for critical

More information

LT Auditor+ 2013. Windows Assessment SP1 Installation & Configuration Guide

LT Auditor+ 2013. Windows Assessment SP1 Installation & Configuration Guide LT Auditor+ 2013 Windows Assessment SP1 Installation & Configuration Guide Table of Contents CHAPTER 1- OVERVIEW... 3 CHAPTER 2 - INSTALL LT AUDITOR+ WINDOWS ASSESSMENT SP1 COMPONENTS... 4 System Requirements...

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service ESX 4.1 ESXi 4.1 vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the

More information

Application Note. Introduction. Instructions

Application Note. Introduction. Instructions How to configure Emulex Fibre Channel HBAs with Hyper-V Virtual Fibre Channel on Microsoft Windows Server 2012 with a virtual machine running Microsoft Windows Server 2008 R2 x64 This application note

More information

Deploy App Orchestration 2.6 for High Availability and Disaster Recovery

Deploy App Orchestration 2.6 for High Availability and Disaster Recovery Deploy App Orchestration 2.6 for High Availability and Disaster Recovery Qiang Xu, Cloud Services Nanjing Team Last Updated: Mar 24, 2015 Contents Introduction... 2 Process Overview... 3 Before you begin...

More information

Contents. SnapComms Data Protection Recommendations

Contents. SnapComms Data Protection Recommendations Contents Abstract... 2 SnapComms Solution Environment... 2 Concepts... 3 What to Protect... 3 Database Failure Scenarios... 3 Physical Infrastructure Failures... 3 Logical Data Failures... 3 Service Recovery

More information

Lab Validation Report. By Steven Burns. Month Year

Lab Validation Report. By Steven Burns. Month Year 1 Hyper-V v2 Host Level Backups Using Symantec NetBackup 7.0 and the Hitachi VSS Hardware Provider with the Hitachi Adaptable Modular Storage 2000 Family Lab Validation Report By Steven Burns March 2011

More information

Pervasive PSQL Meets Critical Business Requirements

Pervasive PSQL Meets Critical Business Requirements Pervasive PSQL Meets Critical Business Requirements Pervasive PSQL White Paper May 2012 Table of Contents Introduction... 3 Data Backup... 3 Pervasive Backup Agent... 3 Pervasive PSQL VSS Writer... 5 Pervasive

More information

Server Consolidation with SQL Server 2008

Server Consolidation with SQL Server 2008 Server Consolidation with SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 supports multiple options for server consolidation, providing organizations

More information

Whitepaper - Disaster Recovery with StepWise

Whitepaper - Disaster Recovery with StepWise Whitepaper - Disaster Recovery with StepWise Copyright Invizion Pty Ltd. All rights reserved. First Published October, 2010 Invizion believes the information in this publication is accurate as of its publication

More information

IBM Storwize Rapid Application Storage solutions

IBM Storwize Rapid Application Storage solutions IBM Storwize Rapid Application Storage solutions Efficient, integrated, pretested and powerful solutions to accelerate deployment and return on investment. Highlights Improve disk utilization by up to

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 6451B: Planning, Deploying and Managing Microsoft System Center Configuration Manager 2007 Length: 3 Days Published: June 29, 2012 Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

Setup for Microsoft Cluster Service ESX Server 3.0.1 and VirtualCenter 2.0.1

Setup for Microsoft Cluster Service ESX Server 3.0.1 and VirtualCenter 2.0.1 ESX Server 3.0.1 and VirtualCenter 2.0.1 Setup for Microsoft Cluster Service Revision: 20060818 Item: XXX-ENG-QNNN-NNN You can find the most up-to-date technical documentation on our Web site at http://www.vmware.com/support/

More information

Managing and Maintaining Windows Server 2008 Servers (6430) Course length: 5 days

Managing and Maintaining Windows Server 2008 Servers (6430) Course length: 5 days Managing and Maintaining Windows Server 2008 Servers (6430) Course length: 5 days Course Summary: This five-day instructor-led course provides students with the knowledge and skills to implement, monitor,

More information

The Benefit of Migrating from 4Gb to 8Gb Fibre Channel

The Benefit of Migrating from 4Gb to 8Gb Fibre Channel The Benefit of Migrating from 4Gb to 8Gb Fibre Channel Notices The information in this document is subject to change without notice. While every effort has been made to ensure that all information in this

More information

Dell PowerVault MD32xx Deployment Guide for VMware ESX4.1 Server

Dell PowerVault MD32xx Deployment Guide for VMware ESX4.1 Server Dell PowerVault MD32xx Deployment Guide for VMware ESX4.1 Server A Dell Technical White Paper PowerVault MD32xx Storage Array www.dell.com/md32xx THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

IBM TSM for Microsoft Office SharePoint Server 2007 Backup and Restore Solution IBM System Storage DS4000 Series & AvePoint DocAve 4.

IBM TSM for Microsoft Office SharePoint Server 2007 Backup and Restore Solution IBM System Storage DS4000 Series & AvePoint DocAve 4. IBM TSM for Microsoft Office SharePoint Server 2007 Backup and Restore Solution IBM System Storage DS4000 Series & AvePoint DocAve 4.1 Document Date: April 24, 2008 Authors: David West i, David Hartman

More information

Integrating Data Protection Manager with StorTrends itx

Integrating Data Protection Manager with StorTrends itx Integrating Data Protection Manager with StorTrends itx INTEGRATING DATA PROTECTION MANAGER WITH STORTRENDS ITX 2 1. Introduction 2 2. Test Environment 2 Requirements 2 3. Setting up the Application Servers

More information

IBM Storwize V7000 Gen2 Easy Tier with Microsoft Hyper-V, SQL, and Exchange Configuration and performance guidelines

IBM Storwize V7000 Gen2 Easy Tier with Microsoft Hyper-V, SQL, and Exchange Configuration and performance guidelines IBM Storwize V7000 Gen2 Easy Tier with Microsoft Hyper-V, SQL, and Exchange Configuration and performance guidelines David West IBM Systems, ISV Enablement July 2015 Copyright IBM Corporation, 2015 Table

More information

Course 2788A: Designing High Availability Database Solutions Using Microsoft SQL Server 2005

Course 2788A: Designing High Availability Database Solutions Using Microsoft SQL Server 2005 Course Syllabus Course 2788A: Designing High Availability Database Solutions Using Microsoft SQL Server 2005 About this Course Elements of this syllabus are subject to change. This three-day instructor-led

More information

Best practices for data migration.

Best practices for data migration. IBM Global Technology Services June 2007 Best practices for data migration. Methodologies for planning, designing, migrating and validating data migration Page 2 Contents 2 Executive summary 4 Introduction

More information

Course Syllabus. At Course Completion

Course Syllabus. At Course Completion Key Data Product #: Course #: 6231A Number of Days: 5 Format: Certification Exams: 70-432, 70-433 Instructor-Led This course syllabus should be used to determine whether the course is appropriate for the

More information

M6430a Planning and Administering Windows Server 2008 Servers

M6430a Planning and Administering Windows Server 2008 Servers M6430a Planning and Administering Windows Server Servers Course 6430A: Five days; Instructor-Led Introduction This five-day instructor-led course provides students with the knowledge and skills to implement,

More information

Fibre Channel SAN Configuration Guide ESX Server 3.5, ESX Server 3i version 3.5 VirtualCenter 2.5

Fibre Channel SAN Configuration Guide ESX Server 3.5, ESX Server 3i version 3.5 VirtualCenter 2.5 Fibre Channel SAN Configuration Guide ESX Server 3.5, ESX Server 3i version 3.5 VirtualCenter 2.5 This document supports the version of each product listed and supports all subsequent versions until the

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

Dell High Availability Solutions Guide for Microsoft Hyper-V Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS Leverage EMC and VMware To Improve The Return On Your Oracle Investment ESSENTIALS Better Performance At Lower Cost Run

More information

The Benefits of Virtualizing

The Benefits of Virtualizing T E C H N I C A L B R I E F The Benefits of Virtualizing Aciduisismodo Microsoft SQL Dolore Server Eolore in Dionseq Hitachi Storage Uatummy Environments Odolorem Vel Leveraging Microsoft Hyper-V By Heidi

More information

Planning and Administering Windows Server 2008 Servers 70-646

Planning and Administering Windows Server 2008 Servers 70-646 Hands-On Planning and Administering Windows Server 2008 Servers 70-646 Course Description This Hands-On course provides students with the knowledge and skills to implement, monitor, and maintain Windows

More information

Microsoft Cross-Site Disaster Recovery Solutions

Microsoft Cross-Site Disaster Recovery Solutions Microsoft Cross-Site Disaster Recovery Solutions End-to-End Solutions Enabled by Windows 2008 Failover Clustering, Hyper-V, and Partner Solutions for Data Replication Published: December 2009 Introduction:

More information

MS Exchange Server Acceleration

MS Exchange Server Acceleration White Paper MS Exchange Server Acceleration Using virtualization to dramatically maximize user experience for Microsoft Exchange Server Allon Cohen, PhD Scott Harlin OCZ Storage Solutions, Inc. A Toshiba

More information

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and Data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

Why Use 16Gb Fibre Channel with Windows Server 2012 Deployments

Why Use 16Gb Fibre Channel with Windows Server 2012 Deployments W h i t e p a p e r Why Use 16Gb Fibre Channel with Windows Server 2012 Deployments Introduction Windows Server 2012 Hyper-V Storage Networking Microsoft s Windows Server 2012 platform is designed for

More information

EXTENDED ORACLE RAC with EMC VPLEX Metro

EXTENDED ORACLE RAC with EMC VPLEX Metro EXTENDED ORACLE RAC with EMC VPLEX Metro Reduced Complexity and Improved Availability Allan Robertson Derek O Mahony EMC Solutions Group 1 Objectives At the end of this session, you will Understand how

More information

MailMarshal Exchange in a Windows Server Active/Passive Cluster

MailMarshal Exchange in a Windows Server Active/Passive Cluster MailMarshal Exchange in a Windows Server Active/Passive Cluster November, 2006 Contents Introduction 2 Preparation 3 Generic Resource Creation 4 Cluster MailMarshal Install 4 Antivirus Software 8 Known

More information

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Technical white paper Table of contents Executive summary... 2 Introduction... 2 Test methodology... 3

More information

MS-55021 - Configuring and Administering Hyper-V in Windows Server 2012

MS-55021 - Configuring and Administering Hyper-V in Windows Server 2012 www.etidaho.com (208) 327-0768 MS-55021 - Configuring and Administering Hyper-V in Windows Server 2012 3 Days Course Description Overview: This three-day instructor-led course provides students with the

More information