How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade

Size: px
Start display at page:

Download "How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade"

Transcription

1 How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade Executive summary... 2 System requirements... 2 Hardware requirements... 2 Software requirements... 3 Hyper-V hosts cluster configuration process overview... 3 Step 1: Configure iscsi disks and iscsi Target on SB600c... 5 Create virtual disks... 6 Create iscsi Target Add the existing disk to the iscsi Target Step 2: Install Windows Server 2008 and HP ProLiant supporting software on BladeSystem server blades Step 3: Configure ProLiant ROM BIOS and install Hyper-V server role Step 4: Configure iscsi Initiator and connect to iscsi LUN disk on server blades Configure iscsi Initiator Configure the iscsi disk volumes Step 5: Install and configure Windows Failover Clustering feature Install Windows Failover Clustering feature Run Failover Clustering validation test Create and configure a cluster Step 6: Configure iscsi disk on SB600c for VM storage and add disk to the cluster Step 7: Create and add VM to the cluster Create a VM Add VM to the cluster Summary For more information... 62

2 Executive summary Hyper-V is a Microsoft hypervisor-based server virtualization product for 64-bit Microsoft Windows Server Hyper-V helps IT customers consolidate servers, improve server utilization, reduce energy consumption and lower total cost of ownership (TCO). In a Hyper-V based infrastructure, virtual machines (VMs) are running on top of the physical host server. The physical host server could be a single point of failure if it loses power or has a hardware failure. With a host server failure, all VMs running on the host server will be out of service. To solve this problem, it is possible to create a simple failover cluster with two cluster nodes and one witness disk. In a step-by-step approach, this document describes how to use Microsoft Windows Server 2008 Failover Clustering feature, in conjunction with HP BladeSystem c-class ProLiant server blades and an HP StorageWorks All-in-One SB600c (SB600c) storage blade, to provide high availability to the Hyper-V host servers or parent partitions. Details on how to install Windows Server 2008 and Hyper-V on HP ProLiant servers can be found in the HP documents Implementing Microsoft Windows Server 2008 on HP ProLiant servers and Implementing Microsoft Windows Server 2008 Hyper-V on HP ProLiant servers at and mpid=reg_r1002_usen. Target audience: The intended audience for this document includes, but is not limited to, solutions architects, technical consultants and readers who are interested in obtaining information on Windows Server 2008 and are interested in Hyper-V and Windows Failover Clustering. The document is also intended for users needing a quick guide to installing Failover Clustering for Hyper-V host on server blades with an SB600c storage blade. System requirements Hardware requirements The hardware infrastructure is based on HP ProLiant c-class server blades and an HP StorageWorks All-in-One SB600c storage blade. Two ProLiant BL465c G5 server blades with identical hardware configurations are deployed as cluster nodes. Customers can create a similar cluster on ProLiant BL260c G5, BL460c, BL465c G5, BL480c, BL495c G5, BL680c G5 or BL685c G5 server blades as well. The recommended server configuration is dual quad-core processors or greater with a minimum of 8GB memory (recommended 12 GB memory) and at least 70GB disk space. The SB600c storage blade is an in-the-enclosure storage solution that provides iscsi shared storage service over IP networks. HP BladeSystem c-class c3000 or c7000 enclosure Note Microsoft Hyper-V and Windows Failover Clustering are not limited to c-class server blades. ProLiant servers with x64 Intel Virtualization Technology (Intel VT) or AMD Virtualization (AMD-V ) hardware-assisted virtualization also support Hyper-V and Failover Clustering. 2

3 Software requirements Server blades in the test environment have the following software installed: Microsoft Windows Server 2008 Enterprise or Datacenter (x64) Only Windows Server 2008 Enterprise and Datacenter (both 32-bit and 64-bit) support the Windows Failover Clustering feature. Windows Server 2008 Enterprise or Datacenter (x64) cluster supports up to the 16 cluster nodes with Fibre Channel, iscsi or SAS shared storage disk configurations. Hyper-V Update for Windows Server 2008 x64 Edition (KB950050). This update can be found at BADED34D24ED&displaylang=en. Hyper-V requires 64-bit Windows Server HP BladeSystem Firmware Deployment Tool v1.30 or later CD-ROM. This firmware CD-ROM can be found at prodtypeid= &prodseriesid= &prodnameid= &swenvoid=4024&swla ng=8&mode=2&taskid=135&switem=mtx a e5423 HP SmartStart CD x64 version This CD-ROM can be found at prodtypeid= &prodseriesid= &prodnameid= &swenvoid=4024&swla ng=8&mode=2&taskid=135&switem=mtx-a12b434edd8941f58e4e608c94 HP ProLiant Support Pack for Windows Server 2008 x64 Editions version 8.11 (A). This support pack can be found at prodtypeid= &prodseriesid= &prodnameid= &swenvoid=4024&swla ng=8&mode=2&taskid=135&switem=mtx-60db08ae0a914c359406c839e8 Hyper-V hosts cluster configuration process overview Windows Server 2008 Failover Clustering provides high availability for the Hyper-V hosts. The enhanced Windows Failover Clustering has four possible configurations: Node Majority, Node and Disk Majority, Node and File Share Majority, and No Majority (Disk Only). In the following sections, a two-node host server cluster (even number of nodes) is created using a StorageWorks SB600c iscsi shared storage disk as the witness disk. The witness disk stores cluster configuration information only. Node and Disk Majority is selected for this cluster quorum configuration and can sustain failure of one node with the witness disk online. This cluster is based on an active-passive configuration where one server node is an active node hosting VMs, and the other node is a passive node. All VM configuration files and virtual hard disks (VHD) are stored on the second shared storage disk owned by an active cluster node, in addition to the witness disk. If the active server node fails due to hardware or software failure, the passive node takes over the cluster and controls the cluster resources such as the shared disks and applications. The passive server node becomes the active server node and automatically brings VMs online (See Figure 1). In this cluster configuration, iscsi protocol is used by the StorageWorks SB600c storage device to send and receive SCSI commands through the IP network with Windows disk management technology (iscsi Target) to provide iscsi shared storage service to the iscsi Initiator. Note In the above configuration, multiple HP GbE2c Ethernet switches are dedicated to different network traffic to improve the Hyper-V cluster performance (see Figure 1). Also, the shared storage disks in the above configuration could potentially be single points of failure. 3

4 Figure 1. Hyper-V Host Failover Clustering The following sections provide detailed installation and configuration steps: Step 1: Configure iscsi disks and iscsi Target on SB600c. Step 2: Install Windows Server 2008 and HP ProLiant supporting software on BladeSystem server blades. Step 3: Configure ProLiant ROM BIOS and install Hyper-V server role. Step 4: Configure iscsi Initiator and connect to iscsi LUN disk on server blades. Step 5: Install and configure Windows Failover Clustering feature. Step 6: Configure iscsi disk on SB600c for VM storage and add disk to the cluster. Step 7: Create and add VM to the cluster. Note This document shows details for Steps 1, 4, 5, 6 and 7. 4

5 Step 1: Configure iscsi disks and iscsi Target on SB600c Before installing Windows Failover Clustering, you need to create the iscsi shared storage disks and make them available to the server blades. The two server blades are cluster nodes described later in this document. In this configuration, you need two disks shared between these two server blades: one is the witness disk or quorum disk, and the other is the disk that stores all VM configuration files and VHD files. The quorum disk keeps only cluster configuration information and can not be used to store other information such as VHD files. In cluster Node and Disk Majority configuration, both cluster host server nodes (server blades) and the quorum disk get a vote. In step 1, you only make the quorum disk available to the server blades, so the cluster installation locates the correct quorum disk. You will add the shared VM storage disk in a later step. On SB600c, launch HP All-in-One Storage System Management console. In the left panel, click Storage Management, and in the middle panel, click Microsoft iscsi Target. Figure 2. Launch Microsoft iscsi Target on SB600c 5

6 Create virtual disks In the iscsi Target console left panel, right click Devices, and click Create Virtual Disk to launch the Create Virtual Disk Wizard. Click the Next> button to continue. Figure 3. Create virtual disk 6

7 On the StorageWorks SB600c storage device, each iscsi virtual disk is a virtual disk file (VHD). Give a VHD file name and specify which folder will hold this VHD file on the SB600c drives. In this case, you create a virtual disk that stores all VM configuration and VHD files, enter E:\V-Cluster.vhd, and click the Next> button to continue. Figure 4. Create a new virtual disk file. 7

8 Enter the virtual disk size and click the Next> button to continue. Figure 5. Enter the virtual disk size 8

9 Enter the virtual disk description, and click the Next> button. On the next Access (add iscsi Target) page, click the Next> button again to skip. Then click the Finish button to complete. Figure 6. Enter the virtual disk description 9

10 The iscsi Target right panel shows the newly created virtual disk without being accessed by any iscsi Target. Figure 7. Virtual disk for VM storage 10

11 Repeat the above steps to create a 500MB quorum disk for the cluster. The virtual disk file name is E:\V-Cluster-Quorum.vhd, and the virtual disk description is For Hyper-V Failover Clustering Quorum Disk. Figure 8. Virtual disk for cluster quorum disk 11

12 Create iscsi Target In order for server blades to connect to these iscsi disks, you need to create an iscsi Target to associate with these disks. In the iscsi Target console left panel, right click iscsi Targets, click Create iscsi Target to launch the Create iscsi Target Wizard. Click the Next> button to continue. Figure 9. Create iscsi Target 12

13 Specify the iscsi Target name V-Cluster-Target and description Hyper-V Failover Cluster iscsi Target and click the Next> button to continue. Figure 10. Specify iscsi Target name and description 13

14 Click the Advanced button to launch Advanced Identifiers. Figure 11. Advanced Identifier 14

15 Click the Add button to add iscsi Initiator identifier. Figure 12. Add iscsi Initiator Identifier 15

16 From the Identifier Type drop-down list, click IP Address to add the iscsi Initiator s IP addresses (or the planned iscsi Initiator s IP addresses). Figure 13. Select IP Address 16

17 Enter the server node iscsi IP address here for example, Click the OK button to complete. Figure 14. Add iscsi Identifier 17

18 Repeat the above step to add the second server blade iscsi IP address Click the OK button and return to the previous iscsi Initiators Identifiers page and click the Next> button. Then click the Finish button to complete. Figure 15. Add iscsi Identifiers 18

19 Add the existing disk to the iscsi Target The newly created iscsi Target needs to be associated with the quorum virtual disk. In the iscsi Target console left panel, expand iscsi Targets; in the right panel, right click the newly created V-Cluster-Target, and click Add Existing Virtual Disk to iscsi Target. Figure 16. Add virtual disk to iscsi Target 19

20 Select the quorum virtual disk and click the OK button. Figure 17. Select quorum virtual disk 20

21 In the iscsi Target console left panel, under iscsi Targets, click iscsi Target V-Cluster-Target; the newly added 500MB quorum virtual disk shows as LUN0. Figure 18. Add Hyper-V virtual disk to the iscsi Target Step 2: Install Windows Server 2008 and HP ProLiant supporting software on BladeSystem server blades To install Windows Server 2008 on the two server blades, HP recommends the following procedures: Run HP BladeSystem Firmware Deployment Tool v1.30 or later CD-ROM to update server blade firmware first. Run HP SmartStart CD x64 version 8.10 to configure server blade hardware configuration. Install Windows Server 2008 Enterprise or Datacenter (x64) 64-bit edition. Run HP ProLiant Support Pack for Windows Server 2008 x64 Editions version 8.11 (A) to install the latest drivers. After installing Windows, join the two server blades to the domain. Details on how to install Windows Server 2008 can be found in the HP document Implementing Microsoft Windows Server 2008 on HP ProLiant servers at 21

22 Step 3: Configure ProLiant ROM BIOS and install Hyper-V server role To install Hyper-V, HP recommends the following procedures: On both server blades, enable server blade hardware-assisted virtualization. For details, see the Enable support for hardware-assisted virtualization in the RBSU section in the HP document Implementing Microsoft Windows Server 2008 Hyper-V on HP ProLiant servers. This document can be found at umpid=reg_r1002_usen On both server blades, apply Hyper-V Update for Windows Server 2008 x64 Edition (KB950050) by running Microsoft Windows Update (see Figure 19). This update can also be found at BADED34D24ED&displaylang=en On both server blades, launch Server Manager, and install Hyper-V server role Figure 19. Install Hyper-V Update 22

23 Step 4: Configure iscsi Initiator and connect to iscsi LUN disk on server blades Before creating the Windows Failover Clustering, the server blades need to connect to the iscsi Target through iscsi Initiator and access the shared quorum disk. This quorum disk will store all cluster information and is a cluster witness disk. Configure iscsi Initiator On both server blades, click Start. Click Administrative Tools and select iscsi Initiator. If Microsoft iscsi service is not running on the server blade, click the Yes button to start the service and set the service to start automatically. This service is required by the iscsi Initiator. Click the Yes button to unblock the iscsi service through Windows Firewall and launch iscsi Initiator Property. Figure 20. Launch iscsi Initiator 23

24 Click the Discovery tab and click the Add Portal button to add iscsi Target portal. Figure 21. Add iscsi Target portal 24

25 Enter iscsi Target IP address and click the OK button to continue. Figure 22. Enter iscsi Target IP address 25

26 Click the Targets tab; in the Targets list, it shows the target name, and the status is Inactive. Click the Log on button to continue. Figure 23. Connect iscsi Target 26

27 In the Log On to Target, make sure Automatically restore this connection when the computer starts is checked, and click the OK button to continue. When restarting the blade server, this option ensures that Windows will automatically connect the iscsi Target. Figure 24. Enable automatically restore connection 27

28 In the Targets list, the iscsi Target status is changed from Inactive to Connected. Click the OK button to continue and finish the iscsi Initiator configuration. Figure 25. Target is connected. 28

29 Configure the iscsi disk volumes Now you need to discover and format the iscsi disks in Windows on the first server blade V-HOST1. Click Server Manager to launch the console. Figure 26. Launch Server Manager 29

30 In the left panel, expand Storage and click Disk Management. In the bottom of the middle panel, the 500MB quorum disk shows as an offline disk 1. If this quorum disk does not show in the middle panel, you can click More Actions in right panel and click Rescan Disks to discover the iscsi quorum disk. Right click Disk 1 and click Online to bring this quorum disk online. Repeat this step on the second server blade V-HOST2, but do not bring the disk online. Figure 27. Bring iscsi quorum disk online 30

31 The following steps only apply to the first server blade V-HOST1. Right click Disk 1 (iscsi quorum disk) again and click Initialize Disk. Figure 28. Initialize disk 31

32 Check Disk 1, select MBR and click the OK button to continue. Figure 29. Initialize disk 32

33 Select New Simple Volume.. In the New Simple Volume Wizard; click the Next> button to continue. Figure 30. Select New Simple Volume 33

34 Specify the size of the quorum disk volume and click the Next> button to continue. Figure 31. Specify Volume Size 34

35 Assign a drive letter to the new iscsi disk volume; for example, assign drive letter Q for quorum disk volume. Click the Next> button to continue. Figure 32. Assign a drive letter to the iscsi disk volume 35

36 Assign a volume label to the iscsi quorum disk. Click the Next> button to continue, and click the Finish button on the next page. Figure 33. Assign a volume label to the iscsi quorum disk 36

37 The middle panel of Server Manager shows the newly configured Quorum disk volume. Figure 34. New quorum disk 37

38 Step 5: Install and configure Windows Failover Clustering feature After the server blades are configured with quorum disks, you can start to install Failover Clustering. Install Windows Failover Clustering feature In this section, you will install the Windows Failover Clustering feature on both server blades, V-HOST1 and V-HOST2. Launch Server Manager; in the left panel, click Features. In the right panel, click Add Features. Figure 35. Add features 38

39 In the Add Features Wizard, check Failover Clustering and click the Next> button to continue. On the next page, click the Next> button to continue. Figure 36. Select Failover Clustering feature After installing the Failover Clustering feature on V-HOST1, repeat the same steps on V-HOST2. Apply the Update for Windows Server 2008 x64 Edition (KB951308) on both server blades by running Microsoft Windows Update. Restart the server blades after the installation of the update. This Windows update provides Failover Cluster Management console more control and functionalities for Hyper-V. This update also can be found at 3C8B91F90998&displaylang=en. 39

40 Run Failover Clustering validation test In this section, you only need to run the Windows Failover Clustering validation test on one of the server blades, the V-HOST1. Click Start, click Administrative Tools, and click Failover Cluster Management to launch the Failover Cluster Management console. Figure 37. Launch Failover Cluster Management console 40

41 In the Failover Cluster Management console, click Validate a Configuration to launch the Validate a Configuration Wizard. Cluster validation test is not a must-run test but is highly recommended. Figure 38. Click Validate a Configuration 41

42 In the Enter name input box, enter the server blade s name, V-HOST1, click the Add button, enter V-HOST2, and click the Add button. Click the Next> button to continue. Figure 39. Add server names to the selected servers list 42

43 Select Run all tests (recommended) and click the Next> button to run the test. Click the Next> button to start the test. After the test is finished, the Wizard shows if the test is successful or failed. Click the Finish button. Figure 40. Run test 43

44 Create and configure a cluster In this section, you will create and configure a cluster. On the first server blade, V-HOST1, in the Failover Clustering Management console middle panel, click Create a Cluster to launch the Create Cluster Wizard. Figure 41. Create a cluster 44

45 Enter the server blade name, V-HOST1, and click the Add button. Do the same to add the second server blade name, V-HOST2, to the selected servers list. Click the Next> button to continue. Figure 42. Add server names 45

46 Enter the cluster name V-W2K8-Cluster and assign IP addresses and to the cluster. Click the Next> button. On the next page, click the Next> button again to create the cluster. When successfully finishing, click the Finish button. Figure 43. Enter the cluster name and IP addresses 46

47 The Failover Cluster Management console shows one cluster with Node and Disk Majority (Cluster Disk 1). Figure 44. Finish the cluster configuration 47

48 Step 6: Configure iscsi disk on SB600c for VM storage and add disk to the cluster This step shows how to add the second shared storage disk, which stores all Hyper-V VM configuration files and VHD files on the cluster. On the SB600c storage device, repeat the Add the existing disk to the iscsi Target section in Step 1 and add the second disk to the iscsi Target. Figure 45. Add disk for Hyper-V VM 48

49 On the first server blade, V-HOST1, repeat the Configure the iscsi disk volumes section in Step 4, bring the second disk online; initialize and format the second disk and assign drive letter V for the disk. Figure 46. Configure the disk 49

50 Now you need to add disk V:\ to the cluster. On the Failover Cluster Management console left panel, right click Storage and click Add a disk. Figure 47. Add a disk to the cluster 50

51 Check Cluster Disk 2 from the available disks list, and click the OK button to add the second disk to the cluster. Figure 48. Add the disk 51

52 After adding the second disk to the cluster, click Storage in the Failover Cluster Management console left panel; the Cluster Disk 2 (Volume V) shows in the Summary of Storage in the middle panel. Figure 49. Second disk in the cluster 52

53 Step 7: Create and add VM to the cluster This section describes how to create a VM and how to add the VM to the cluster. Create a VM On the first server blade, V-HOST1, launch the Hyper-V Manager by clicking Start, click Administrative Tools and select Hyper-V Manager. In the left panel, right click the host name, V-HOST1, and select New, and click Virtual Machine to launch the New Virtual Machine Wizard. Figure 50. Create new virtual machine 53

54 Enter the VM name VM1 and check Store the virtual machine in a different location. In the location, enter V:\. Hyper-V stores all VM1 s configuration files on the shared storage disk V. Click the Next> button to continue. Figure 51. Create a VM 54

55 Click the Next> button to accept the default memory size 512MB. Click the Next> button to accept the default value of Configure Networking. On the Connect Virtual Hard Disk, click Create a virtual hard disk and enter V:\VM1\ as the virtual hard disk location. Click the Finish button to complete. Figure 52. Create VM virtual disk (VHD) 55

56 In Hyper-V Manager, click V-HOST1 in the left panel; the newly created VM1 shows in the middle panel and its status is Off. Figure 53. VM status is off 56

57 Add VM to the cluster You need to add VM1 to the cluster and make it highly available. In the Failover Cluster Management left panel, click Service and Applications; in the right panel, click Configure a Service or Application to launch the High Availability Wizard. Click the Next> button to continue. Figure 54. Configure High Availability service or application 57

58 On the Select Service and Application page, highlight Virtual Machine and click the Next> button. Figure 55. Select Virtual Machine 58

59 The Select Virtual Machine page shows all available VMs. Check the VMs needed to be added to the cluster and click the Next> button. Figure 56. Select VM 59

60 The Summary page shows whether adding the VM to the cluster was successful or failed. Click the Finish button to complete. Figure 57. Add VM to the cluster 60

61 In the Failover Cluster Management console middle panel, the VM shows Offline. Right click the VM and click Bring this service or application online. Now you have the virtual machine running on top of host cluster. Figure 58. Bring VM online Summary In a Hyper-V environment, configuring High Availability for Hyper-V hosts is a challenge. This document provides detailed guidance on how to create and configure a Hyper-V host level cluster using HP BladeSystem ProLiant servers and the StorageWorks All-in-One SB600c storage device. 61

62 For more information For more information about HP BladeSystem, go to For more information about HP StorageWorks All-in-One SB600c storage blade, go to For more information about HP solutions, go to the HP ActiveAnswers website For more information about Microsoft Hyper-V, go to For more information about Hyper-V cluster, go to To help us improve our documents, please provide feedback at Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. AMD Virtualization and AMD-V are trademarks of Advanced Micro Devices, Inc. Intel is a trademark of Intel Corporation in the U.S. and other countries. 4AA2-2983ENW, October 2008

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

HP ProLiant Cluster for MSA1000 for Small Business... 2. Hardware Cabling Scheme... 3. Introduction... 3. Software and Hardware Requirements...

HP ProLiant Cluster for MSA1000 for Small Business... 2. Hardware Cabling Scheme... 3. Introduction... 3. Software and Hardware Requirements... Installation Checklist HP ProLiant Cluster for HP StorageWorks Modular Smart Array1000 for Small Business using Microsoft Windows Server 2003 Enterprise Edition November 2004 Table of Contents HP ProLiant

More information

How To Set Up A Two Node Hyperv Cluster With Failover Clustering And Cluster Shared Volume (Csv) Enabled

How To Set Up A Two Node Hyperv Cluster With Failover Clustering And Cluster Shared Volume (Csv) Enabled Getting Started with Hyper-V and the Scale Computing Cluster Scale Computing 5225 Exploration Drive Indianapolis, IN, 46241 Contents Contents CHAPTER 1 Introduction to Hyper-V: BEFORE YOU START. vii Revision

More information

HP Cloud Map for TIBCO ActiveMatrix BusinessWorks: Importing the template

HP Cloud Map for TIBCO ActiveMatrix BusinessWorks: Importing the template HP Cloud Map for TIBCO ActiveMatrix BusinessWorks: Importing the template An HP Reference Architecture for TIBCO Technical white paper Table of contents Executive summary... 2 Solution environment... 2

More information

Implementing the HP Cloud Map for SAS Enterprise BI on Linux

Implementing the HP Cloud Map for SAS Enterprise BI on Linux Technical white paper Implementing the HP Cloud Map for SAS Enterprise BI on Linux Table of contents Executive summary... 2 How to utilize this HP CloudSystem Matrix template... 2 Download the template...

More information

Microsoft Hyper-V Server 2008 R2 Getting Started Guide

Microsoft Hyper-V Server 2008 R2 Getting Started Guide Microsoft Hyper-V Server 2008 R2 Getting Started Guide Microsoft Corporation Published: July 2009 Abstract This guide helps you get started with Microsoft Hyper-V Server 2008 R2 by providing information

More information

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN Table of contents Executive summary... 2 Introduction... 2 Solution criteria... 3 Hyper-V guest machine configurations...

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

Using HP ProLiant Network Teaming Software with Microsoft Windows Server 2008 Hyper-V or with Microsoft Windows Server 2008 R2 Hyper-V

Using HP ProLiant Network Teaming Software with Microsoft Windows Server 2008 Hyper-V or with Microsoft Windows Server 2008 R2 Hyper-V Using HP ProLiant Network Teaming Software with Microsoft Windows Server 2008 Hyper-V or with Microsoft Windows Server 2008 R2 Hyper-V HOWTO, 4 TH Edition Introduction... 2 Software requirements... 2 Order

More information

Installation Guide. Step-by-Step Guide for clustering Hyper-V virtual machines with Sanbolic s Kayo FS. Table of Contents

Installation Guide. Step-by-Step Guide for clustering Hyper-V virtual machines with Sanbolic s Kayo FS. Table of Contents Distributed Data Center Virtualization using Windows Server 2008 Hyper-V and Failover Clustering beta release* *The clustered disk removal section will become obsolete once the solution ships in early

More information

HP VMware ESXi 5.0 and Updates Getting Started Guide

HP VMware ESXi 5.0 and Updates Getting Started Guide HP VMware ESXi 5.0 and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HP VMware ESXi. HP Part Number: 616896-002 Published: August 2011 Edition: 1 Copyright

More information

Using HP Systems Insight Manager to achieve high availability for Microsoft Team Foundation Server

Using HP Systems Insight Manager to achieve high availability for Microsoft Team Foundation Server Using HP Systems Insight Manager to achieve high availability for Microsoft Team Foundation Server Executive summary... 2 Audience... 2 Architecture... 3 Prerequisite... 4 Deploying AT servers... 5 Configuring

More information

HP One-Button Disaster Recovery (OBDR) Solution for ProLiant Servers

HP One-Button Disaster Recovery (OBDR) Solution for ProLiant Servers Reference guide HP One-Button Disaster Recovery (OBDR) Solution for ProLiant Servers Reference guide Contents One button disaster recovery (OBDR) 2 Requirements 2 HP tape drive and server support 2 Creating

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

HP ProLiant DL380 G5 High Availability Storage Server

HP ProLiant DL380 G5 High Availability Storage Server HP ProLiant DL380 G5 High Availability Storage Server installation instructions *5697-7748* Part number: 5697 7748 First edition: November 2008 Legal and notice information Copyright 1999, 2008 Hewlett-Packard

More information

Enabling VMware Enhanced VMotion Compatibility on HP ProLiant servers

Enabling VMware Enhanced VMotion Compatibility on HP ProLiant servers Enabling VMware Enhanced VMotion Compatibility on HP ProLiant servers Technical white paper Table of contents Executive summary... 2 VMware VMotion overview... 2 VMotion CPU compatibility... 2 Enhanced

More information

Implementing Red Hat Enterprise Linux 6 on HP ProLiant servers

Implementing Red Hat Enterprise Linux 6 on HP ProLiant servers Technical white paper Implementing Red Hat Enterprise Linux 6 on HP ProLiant servers Table of contents Abstract... 2 Introduction to Red Hat Enterprise Linux 6... 2 New features... 2 Recommended ProLiant

More information

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Integration note, 4th Edition Introduction... 2 Overview... 2 Comparing Insight Management software Hyper-V R2 and VMware ESX management...

More information

Microsoft Exchange Server 2007 and Hyper-V high availability configuration on HP ProLiant BL680c G5 server blades

Microsoft Exchange Server 2007 and Hyper-V high availability configuration on HP ProLiant BL680c G5 server blades Microsoft Exchange Server 2007 and Hyper-V high availability configuration on HP ProLiant BL680c G5 server blades Executive summary... 2 Introduction... 2 Exchange 2007 Hyper-V high availability configuration...

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V R2. A Dell Technical White Paper

Dell High Availability Solutions Guide for Microsoft Hyper-V R2. A Dell Technical White Paper Dell High Availability Solutions Guide for Microsoft Hyper-V R2 A Dell Technical White Paper THIS WHITE PAPER IS FOR INFORMATIONAL PURPOPERATING SYSTEMS ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL

More information

istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering

istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering Tuesday, Feb 21 st, 2012 KernSafe Technologies, Inc. www.kernsafe.com Copyright KernSafe Technologies 2006-2012.

More information

Implementing Microsoft Windows Server 2008 Hyper-V Release Candidate 1 on HP ProLiant servers

Implementing Microsoft Windows Server 2008 Hyper-V Release Candidate 1 on HP ProLiant servers Implementing Microsoft Windows Server 2008 Hyper-V Release Candidate 1 on HP ProLiant servers integration note Abstract... 2 Introduction to Windows Server 2008 Hyper-V RC1... 3 Terminology... 3 Applicable

More information

Microsoft BackOffice Small Business Server 4.5 Installation Instructions for Compaq Prosignia and ProLiant Servers

Microsoft BackOffice Small Business Server 4.5 Installation Instructions for Compaq Prosignia and ProLiant Servers Integration Note October 2000 Prepared by OS Integration Engineering Compaq Computer Corporation Contents Introduction...3 Requirements...3 Minimum Requirements...4 Required Information...5 Additional

More information

HP CloudSystem Enterprise

HP CloudSystem Enterprise HP CloudSystem Enterprise F5 BIG-IP and Apache Load Balancing Reference Implementation Technical white paper Table of contents Introduction... 2 Background assumptions... 2 Overview... 2 Process steps...

More information

StarWind iscsi SAN Configuring HA File Server for SMB NAS

StarWind iscsi SAN Configuring HA File Server for SMB NAS Hardware-less VM Storage StarWind iscsi SAN Configuring HA File Server for SMB NAS DATE: FEBRUARY 2012 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software

More information

HP Server Integrations with Microsoft System Center Products Support Matrix

HP Server Integrations with Microsoft System Center Products Support Matrix HP Server Integrations with Microsoft System Center Products Support Matrix Part Number 467676-006 June 2010 (Sixth Edition) Copyright, 2010 Hewlett-Packard Development Company, L.P. The information contained

More information

HP Converged Infrastructure Solutions

HP Converged Infrastructure Solutions HP Converged Infrastructure Solutions HP Virtual Connect and HP StorageWorks Simple SAN Connection Manager Enterprise Software Solution brief Executive summary Whether it is with VMware vsphere, Microsoft

More information

Microsoft Windows Compute Cluster Server 2003 Getting Started Guide

Microsoft Windows Compute Cluster Server 2003 Getting Started Guide Microsoft Windows Compute Cluster Server 2003 Getting Started Guide Part Number 434709-003 March 2007 (Third Edition) Copyright 2006, 2007 Hewlett-Packard Development Company, L.P. The information contained

More information

Server Virtualization with QNAP Turbo NAS and Microsoft Hyper-V

Server Virtualization with QNAP Turbo NAS and Microsoft Hyper-V Server Virtualization with QNAP Turbo NAS and Microsoft Hyper-V How to set up the QNAP Turbo NAS as an iscsi storage for Microsoft Hyper-V and as an ISOs repository Copyright 2010. QNAP Systems, Inc. All

More information

How To Write An Article On An Hp Appsystem For Spera Hana

How To Write An Article On An Hp Appsystem For Spera Hana Technical white paper HP AppSystem for SAP HANA Distributed architecture with 3PAR StoreServ 7400 storage Table of contents Executive summary... 2 Introduction... 2 Appliance components... 3 3PAR StoreServ

More information

StarWind iscsi SAN: Configuring HA File Server for SMB NAS February 2012

StarWind iscsi SAN: Configuring HA File Server for SMB NAS February 2012 StarWind iscsi SAN: Configuring HA File Server for SMB NAS February 2012 TRADEMARKS StarWind, StarWind Software and the StarWind and the StarWind Software logos are trademarks of StarWind Software which

More information

How to Test Out Backup & Replication 6.5 for Hyper-V

How to Test Out Backup & Replication 6.5 for Hyper-V How to Test Out Backup & Replication 6.5 for Hyper-V Mike Resseler May, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

StarWind iscsi SAN Software: Providing shared storage for Hyper-V's Live Migration feature on two physical servers

StarWind iscsi SAN Software: Providing shared storage for Hyper-V's Live Migration feature on two physical servers StarWind iscsi SAN Software: Providing shared storage for Hyper-V's Live Migration feature on two physical servers www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright

More information

HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes

HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes Table of contents Executive summary... 2 Introduction... 3 Tiered solution matrix... 3 Recommended

More information

Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring

Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96337 First edition: June 2009

More information

SMS Inventory Tool for HP ProLiant and Integrity Update User Guide

SMS Inventory Tool for HP ProLiant and Integrity Update User Guide SMS Inventory Tool for HP ProLiant and Integrity Update User Guide Part Number 391346-003 December 2007 (Third Edition) Copyright 2006, 2007 Hewlett-Packard Development Company, L.P. The information contained

More information

HP Factory-Installed Operating System Software for Microsoft Windows Small Business Server 2003 R2 User Guide

HP Factory-Installed Operating System Software for Microsoft Windows Small Business Server 2003 R2 User Guide HP Factory-Installed Operating System Software for Microsoft Windows Small Business Server 2003 R2 User Guide Part Number 371502-004 October 2007 (Fourth Edition) Copyright 2004, 2007 Hewlett-Packard Development

More information

Sizing guide for SAP and VMware ESX Server running on HP ProLiant x86-64 platforms

Sizing guide for SAP and VMware ESX Server running on HP ProLiant x86-64 platforms Sizing guide for SAP and VMware ESX Server running on HP ProLiant x86-64 platforms Executive summary... 2 Server virtualization overview... 2 Solution definition...2 SAP architecture... 2 VMware... 3 Virtual

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

ProLiant Essentials Intelligent Networking Active Path Failover in Microsoft Windows environments

ProLiant Essentials Intelligent Networking Active Path Failover in Microsoft Windows environments ProLiant Essentials Intelligent Networking Active Path Failover in Microsoft Windows environments white paper Abstract... 2 Introduction... 2 Benefits of Active Path Failover... 3 How the Active Path Failover

More information

HP Server Management Packs for Microsoft System Center Essentials User Guide

HP Server Management Packs for Microsoft System Center Essentials User Guide HP Server Management Packs for Microsoft System Center Essentials User Guide Part Number 460344-001 September 2007 (First Edition) Copyright 2007 Hewlett-Packard Development Company, L.P. The information

More information

HP ProLiant PRO Management Pack (v 2.0) for Microsoft System Center User Guide

HP ProLiant PRO Management Pack (v 2.0) for Microsoft System Center User Guide HP ProLiant PRO Management Pack (v 2.0) for Microsoft System Center User Guide Abstract This guide provides information on using the HP ProLiant PRO Management Pack for Microsoft System Center version

More information

StarWind iscsi SAN & NAS: Configuring HA Storage for Hyper-V October 2012

StarWind iscsi SAN & NAS: Configuring HA Storage for Hyper-V October 2012 StarWind iscsi SAN & NAS: Configuring HA Storage for Hyper-V October 2012 TRADEMARKS StarWind, StarWind Software and the StarWind and the StarWind Software logos are trademarks of StarWind Software which

More information

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Dell Compellent Solution Guide Kris Piepho, Microsoft Product Specialist October, 2013 Revisions Date Description 1/4/2013

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

Building a Microsoft Windows Server 2008 R2 Hyper-V failover cluster with HP Virtual Connect FlexFabric

Building a Microsoft Windows Server 2008 R2 Hyper-V failover cluster with HP Virtual Connect FlexFabric Building a Microsoft Windows Server 2008 R2 Hyper-V failover cluster with HP Virtual Connect FlexFabric Technical white paper Table of contents Executive summary... 2 Overview... 2 HP Virtual Connect FlexFabric...

More information

SAP database backup and restore solutions for HP StorageWorks Enterprise Virtual Array using HP Data Protector 6.1 software

SAP database backup and restore solutions for HP StorageWorks Enterprise Virtual Array using HP Data Protector 6.1 software SAP database backup and restore solutions for HP StorageWorks Enterprise Virtual Array using HP Data Protector 6.1 software Table of contents Executive summary... 2 Solution overview... 2 Objectives...

More information

HP reference configuration for entry-level SAS Grid Manager solutions

HP reference configuration for entry-level SAS Grid Manager solutions HP reference configuration for entry-level SAS Grid Manager solutions Up to 864 simultaneous SAS jobs and more than 3 GB/s I/O throughput Technical white paper Table of contents Executive summary... 2

More information

HP SCOM Management Packs User Guide

HP SCOM Management Packs User Guide HP SCOM Management Packs User Guide Abstract This guide describes the HP extensions for Microsoft System Center Operations Manager that are provided as part of HP Insight Control for Microsoft System Center.

More information

Configuring Windows Server Clusters

Configuring Windows Server Clusters Configuring Windows Server Clusters In Enterprise network, group of servers are often used to provide a common set of services. For example, Different physical computers can be used to answer request directed

More information

Introduction to Hyper-V High- Availability with Failover Clustering

Introduction to Hyper-V High- Availability with Failover Clustering Introduction to Hyper-V High- Availability with Failover Clustering Lab Guide This lab is for anyone who wants to learn about Windows Server 2012 R2 Failover Clustering, focusing on configuration for Hyper-V

More information

Fibre Channel HBA and VM Migration

Fibre Channel HBA and VM Migration Fibre Channel HBA and VM Migration Guide for Hyper-V and System Center VMM2008 FC0054605-00 A Fibre Channel HBA and VM Migration Guide for Hyper-V and System Center VMM2008 S Information furnished in this

More information

Microsoft File and Print Service Failover Using Microsoft Cluster Server

Microsoft File and Print Service Failover Using Microsoft Cluster Server Microsoft File and Print Service Failover Using Microsoft Cluster Server TechNote First Edition (March 1998) Part Number 309826-001 Compaq Computer Corporation Notice The information in this publication

More information

HP SCOM Management Packs User Guide

HP SCOM Management Packs User Guide HP SCOM Management Packs User Guide Abstract This guide describes the HP extensions for Microsoft System Center Operations Manager that are provided as part of HP Insight Control for Microsoft System Center.

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

HP StorageWorks EVA Hardware Providers quick start guide

HP StorageWorks EVA Hardware Providers quick start guide Windows 2003 HP StorageWorks EVA Hardware Providers quick start guide EVA 4000 EVA 6000 EVA 8000 product version: 3.0 first edition (May 2005) part number: T1634-96051 This guide provides a summary of

More information

PHD Virtual Backup for Hyper-V

PHD Virtual Backup for Hyper-V PHD Virtual Backup for Hyper-V version 7.0 Installation & Getting Started Guide Document Release Date: December 18, 2013 www.phdvirtual.com PHDVB v7 for Hyper-V Legal Notices PHD Virtual Backup for Hyper-V

More information

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management

More information

Installing Hortonworks Sandbox on Hyper-V

Installing Hortonworks Sandbox on Hyper-V Installing Hortonworks Sandbox on Hyper-V Getting Ready to install on Windows using Hyper-V Use this section to prepare for your installation. Pre-Requisites Ensure that you have installed and enabled

More information

HP Insight Control for Microsoft System Center integration overview

HP Insight Control for Microsoft System Center integration overview HP Insight Control for Microsoft System Center integration overview Integration note, 2 nd edition Introduction... 3 Integrating Insight Control with System Center... 3 Licensing... 5 Complementary functionality

More information

HP BladeSystem Management Pack version 1.0 for Microsoft System Center Essentials Troubleshooting Assistant

HP BladeSystem Management Pack version 1.0 for Microsoft System Center Essentials Troubleshooting Assistant HP BladeSystem Management Pack version 1.0 for Microsoft System Center Essentials Troubleshooting Assistant Part Number 465399-001 November 2007 (First Edition) Copyright 2007 Hewlett-Packard Development

More information

HP PolyServe Software 4.1.0 upgrade guide

HP PolyServe Software 4.1.0 upgrade guide HP StorageWorks HP PolyServe Software 4.1.0 upgrade guide This document describes how to upgrade to HP PolyServe Matrix Server 4.1.0, HP PolyServe Software for Microsoft SQL Server 4.1.0, and HP PolyServe

More information

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V)

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V) Page 1 of 19 Quick Start - Virtual Server idataagent (Microsoft/Hyper-V) TABLE OF CONTENTS OVERVIEW Introduction Key Features Complete Virtual Machine Protection Granular Recovery of Virtual Machine Data

More information

HP Smart Array 5i Plus Controller and Battery Backed Write Cache (BBWC) Enabler

HP Smart Array 5i Plus Controller and Battery Backed Write Cache (BBWC) Enabler Overview HP Smart Array 5i Plus Controller and Battery Backed Write Cache (BBWC) Enabler Models Smart Array 5i Plus Controller and BBWC Enabler bundled Option Kit (for ProLiant DL380 G2, ProLiant DL380

More information

NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V

NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V Instructions apply to installs on Windows Server 2012 R2 Before you begin When deployed in a Hyper V environment, LANGuardian will capture

More information

Clustering ExtremeZ-IP 4.1

Clustering ExtremeZ-IP 4.1 Clustering ExtremeZ-IP 4.1 Installing and Configuring ExtremeZ-IP 4.x on a Cluster Version: 1.3 Date: 10/11/05 Product Version: 4.1 Introduction This document provides instructions and background information

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

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

StarWind iscsi SAN Software: Using StarWind with MS Cluster on Windows Server 2008

StarWind iscsi SAN Software: Using StarWind with MS Cluster on Windows Server 2008 StarWind iscsi SAN Software: Using StarWind with MS Cluster on Windows Server 2008 www.starwindsoftware.com Copyright 2008-2012. All rights reserved. COPYRIGHT Copyright 2008-2012. All rights reserved.

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

P4000 SAN/iQ software upgrade user guide

P4000 SAN/iQ software upgrade user guide HP StorageWorks P4000 SAN/iQ software upgrade user guide Abstract This guide provides information about upgrading the SAN/iQ software to release 8.5 Part number: AX696-96010 Second edition: March 2010

More information

HP CloudSystem Enterprise

HP CloudSystem Enterprise Technical white paper HP CloudSystem Enterprise Creating a multi-tenancy solution with HP Matrix Operating Environment and HP Cloud Service Automation Table of contents Executive summary 2 Multi-tenancy

More information

Installation and Configuration Guide for Cluster Services running on Microsoft Windows 2000 Advanced Server using Acer Altos Servers

Installation and Configuration Guide for Cluster Services running on Microsoft Windows 2000 Advanced Server using Acer Altos Servers Acer Altos Server Installation and Configuration Guide for Cluster Services running on Microsoft Windows 2000 Advanced Server using Acer Altos Servers This installation guide provides instructions for

More information

Veeam Task Manager for Hyper-V

Veeam Task Manager for Hyper-V Veeam Task Manager for Hyper-V Version 1.0 User Guide July, 2014 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be

More information

Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX

Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX Startup Guide Paul Marquardt Contents Introduction... 4 Requirements... 4 Chassis setup... 6 Chassis placement and CMC cabling...

More information

Bosch Video Management System High availability with VMware

Bosch Video Management System High availability with VMware Bosch Video Management System High availability with VMware en Technical Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3

More information

StarWind iscsi SAN & NAS: Configuring HA File Server on Windows Server 2012 for SMB NAS January 2013

StarWind iscsi SAN & NAS: Configuring HA File Server on Windows Server 2012 for SMB NAS January 2013 StarWind iscsi SAN & NAS: Configuring HA File Server on Windows Server 2012 for SMB NAS January 2013 TRADEMARKS StarWind, StarWind Software and the StarWind and the StarWind Software logos are trademarks

More information

Windows 7 XP Mode for HP Business PCs

Windows 7 XP Mode for HP Business PCs Windows 7 XP Mode for HP Business PCs Table of Contents: Introduction...1 Disclaimer...1 Main features and benefits... 2 Hardware Requirements...2 Minimum Hardware Requirements... 3 Recommended Hardware

More information

Enhancing the HP Converged Infrastructure Reference Architectures for Virtual Desktop Infrastructure

Enhancing the HP Converged Infrastructure Reference Architectures for Virtual Desktop Infrastructure Enhancing the HP Converged Infrastructure Reference Architectures for Virtual Desktop Infrastructure Incorporating scalable, available SSD technologies into Citrix XenDesktop and VMware View deployments

More information

HP StorageWorks EBS Solutions guide for VMware Consolidated Backup

HP StorageWorks EBS Solutions guide for VMware Consolidated Backup HP StorageWorks EBS Solutions guide for VMware Consolidated Backup Executive Summary... 2 Audience... 2 Information not provided... 2 Introduction... 3 HP Enterprise backup environment... 3 Virtual infrastructure...

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 FTP Server Configuration Table of contents Overview... 2 IIS FTP server configuration... 2 Installing FTP v7.5 for IIS... 2 Creating an FTP site with basic authentication...

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

ThinPrint.print Server Engine installation and architecture

ThinPrint.print Server Engine installation and architecture ActiveAnswers iss solutions september 2003 installation guide ThinPrint.print Server Engine installation and architecture contents introduction... 3 SBC printing challenges... 3 enterprise computing printing

More information

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with MARCH 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the

More information

StarWind iscsi SAN & NAS: Configuring HA Shared Storage for Scale- Out File Servers in Windows Server 2012 January 2013

StarWind iscsi SAN & NAS: Configuring HA Shared Storage for Scale- Out File Servers in Windows Server 2012 January 2013 StarWind iscsi SAN & NAS: Configuring HA Shared Storage for Scale- Out File Servers in Windows Server 2012 January 2013 TRADEMARKS StarWind, StarWind Software and the StarWind and the StarWind Software

More information

istorage Server: High Availability iscsi SAN for Windows Server 2012 Cluster

istorage Server: High Availability iscsi SAN for Windows Server 2012 Cluster istorage Server: High Availability iscsi SAN for Windows Server 2012 Cluster Tuesday, December 26, 2013 KernSafe Technologies, Inc www.kernsafe.com Copyright KernSafe Technologies 2006-2013.All right reserved.

More information

Microsoft Exchange Server 2007 deployment scenarios for midsize businesses

Microsoft Exchange Server 2007 deployment scenarios for midsize businesses Microsoft Exchange Server 2007 deployment scenarios for midsize businesses Executive summary... 2 Sample deployment scenarios... 2 Introduction... 3 Target audience... 3 Prerequisites... 3 Customer profile...

More information

Cluster Guide. Version: 9.0 Released: March 2015. Companion Guides:

Cluster Guide. Version: 9.0 Released: March 2015. Companion Guides: Cluster Guide Version: 9.0 Released: March 2015 Companion Guides: UniPrint Infinity Companion Guides can be found online for your convenience and are intended to assist Administrators with the operation

More information

Table of contents. Matching server virtualization with advanced storage virtualization

Table of contents. Matching server virtualization with advanced storage virtualization Matching server virtualization with advanced storage virtualization Using HP LeftHand SAN and VMware Infrastructure 3 for improved ease of use, reduced cost and complexity, increased availability, and

More information

HP network adapter teaming: load balancing in ProLiant servers running Microsoft Windows operating systems

HP network adapter teaming: load balancing in ProLiant servers running Microsoft Windows operating systems HP network adapter teaming: load balancing in ProLiant servers running Microsoft Windows operating systems white paper Introduction... 2 Overview of teaming and load balancing... 2 Transmit Load Balancing...

More information

capacity management for StorageWorks NAS servers

capacity management for StorageWorks NAS servers application notes hp OpenView capacity management for StorageWorks NAS servers First Edition (February 2004) Part Number: AA-RV1BA-TE This document describes how to use HP OpenView Storage Area Manager

More information

Dell Solutions Overview Guide for Microsoft Hyper-V

Dell Solutions Overview Guide for Microsoft Hyper-V Dell Solutions Overview 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. CAUTION:

More information

HP StorageWorks Automated Storage Manager User Guide

HP StorageWorks Automated Storage Manager User Guide HP StorageWorks Automated Storage Manager User Guide Part Number: 5697 0422 First edition: June 2010 Legal and notice information Copyright 2010, 2010 Hewlett-Packard Development Company, L.P. Confidential

More information

Desktop virtualization: Implementing Virtual Desktop Infrastructure (VDI) with HP. What is HP Virtual Desktop Infrastructure?

Desktop virtualization: Implementing Virtual Desktop Infrastructure (VDI) with HP. What is HP Virtual Desktop Infrastructure? Desktop virtualization: Implementing Virtual Desktop Infrastructure (VDI) with HP What is HP Virtual Desktop Infrastructure? Virtual Desktop Infrastructure from HP is a desktop replacement solution designed

More information

Using High Availability Technologies Lesson 12

Using High Availability Technologies Lesson 12 Using High Availability Technologies Lesson 12 Skills Matrix Technology Skill Objective Domain Objective # Using Virtualization Configure Windows Server Hyper-V and virtual machines 1.3 What Is High Availability?

More information

Managing Multi-Hypervisor Environments with vcenter Server

Managing Multi-Hypervisor Environments with vcenter Server Managing Multi-Hypervisor Environments with vcenter Server vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.0 This document supports the version of each product listed and supports all subsequent

More information

FTP Server Configuration

FTP Server Configuration FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,

More information

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Version 9.0 User Guide 302-001-755 REV 01 Copyright 2007-2015 EMC Corporation. All rights reserved. Published in USA. Published

More information

70-659 Q&A. DEMO Version

70-659 Q&A. DEMO Version TS: Windows Server 2008 R2, Server Virtualization Q&A DEMO Version Copyright (c) 2011 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free version

More information

Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V

Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V Implementation Guide By Eduardo Freitas and Ryan Sokolowski February 2010 Summary Deploying

More information