High Availability Option for Windows Clusters Detailed Design Specification

Size: px
Start display at page:

Download "High Availability Option for Windows Clusters Detailed Design Specification"

Transcription

1 High Availability Option for Windows Clusters Detailed Design Specification 2008 Ingres Corporation Project Name Component Name Ingres Enterprise Relational Database Version 3 Automatic Cluster Failover for Windows Author Steve Wonderly Last Saved Date October 20, 2008 Revision 0.7

2 Change History: Revision Date Last Revision By Reason for Change 27-Jan-04 Steve Wonderly Initial draft [Revision 0.1]. 26-Mar-04 Steve Wonderly Added cluster administrator commands [0.2] 6-Apr-04 Steve Wonderly Added step-by-step cluster administration [0.3] 13-Jul-04 Steve Wonderly Add to Project 360 site [0.4] 14-Jul-04 Steve Wonderly Minor corrections [0.5] 04-Aug-04 Steve Wonderly Add details to the Internal Specification [0.6] 20-Oct-08 Steve Wonderly Put into Ingres format to publish on Wiki [0.7] Page 2 of 21

3 TABLE OF CONTENTS 1 INTRODUCTION OVERVIEW SCOPE DEFINITIONS, ACRONYMS AND ABBREVIATIONS REFERENCES NOTEWORTHY ISSUES ARCHITECTURAL OVERVIEW CLUSTER SERVICE OVERVIEW MODULE DESCRIPTIONS SAMPLE FLOW/EXECUTION DIAGRAM DESIGN LIMITATION AND ASSUMPTIONS PLATFORM SPECIFIC ISSUES PATENT INFORMATION EXTERNAL SPECIFICATION USER PERSPECTIVE ADMINISTRATION PERSPECTIVE MIGRATION ISSUES SECURITY IMPACT CHANGES INITIATED BY REVIEWS/INSPECTIONS/WALKTHROUGHS INTERNAL SPECIFICATION ESTIMATED EFFORT PROGRAMMING RESOURCES AND FILES INTERFACE REFERENCES IMPACT SUMMARY PRODUCT IMPACTS DOCUMENTATION QUALITY ISSUES UNIT TESTING SUMMARY TESTING RECOMMENDATIONS REGRESSION RISK ASSESSMENT PACKAGING AND INSTALLATION IMPACT VERIFY THE WINDOWS CLUSTER SOFTWARE CONFIGURATION GUIDELINES FOR THE INGRES SYSTEM AND DATA FILES INSTALL PATH AND PACKAGE REGISTERING THE INGRES HIGH AVAILABILITY OPTION UPGRADE LICENSING SUPPORT IMPACT Page 3 of 21

4 PREFACE Intended Audience This document is intended for experience developers with extensive knowledge of Microsoft Windows 2000 Server software and PC-compatible hardware. It assumes knowledge of the Windows 2000 Advanced Server or Datacenter Server 1 operating system and the Microsoft Windows 2000 Cluster Service environment. This document is oriented toward developers who are very familiar with Windows 2000 clustering concepts such as server clusters, virtual servers, resource groups, and failover. Introduction to Windows 2000 Cluster Service 2 The Windows 2000 Cluster service is a separate, isolated set of components that work together with the operating system in order to provide: Improved availability by enabling services and applications in the server cluster to continue providing service during hardware or software component failure or during planned maintenance. Increased scalability by supporting servers that can be expanded with the addition of multiple processors. Improved manageability by enabling administrators to manage devices and resource within the entire cluster as if they were managing a single computer. The Microsoft Cluster service is based on a shared-nothing model of cluster architecture. Each server owns and manages its local devices, and devices common to the cluster, such as a common disk array, are selectively owned and managed by a single server in the cluster at any given time. This model does not require any specialized hardware or applications and enables the Cluster service to support standard Windows 2000-based applications and disk resources. 1 Windows 2000 Datacenter Server has not been tested but is expected to work like Advanced Server. 2 Windows 2000 Clustering Technologies: Cluster Service Architecture white paper, Microsoft Corporation. Page 4 of 21

5 1 INTRODUCTION 1.1 OVERVIEW The Ingres High Availability Option (HAO) for Microsoft Windows Clusters will provide fast error detection, fast software switch-over, and infrastructure restarts. If a failover does occur, clients may see a brief interruption in service, and in most cases, will need to reconnect after a failover has finished. However, once reconnected, the physical server from which they get applications and data is transparent. 1.2 SCOPE Cluster service is one of two complementary Windows clustering technologies provided as extensions to the base Windows 2000 operating system. The other clustering technology, Network Load Balancing, complements Cluster service by supporting highly available and scalable clusters for front-end applications and services such as Internet or intranet sites, Web-based applications, media streaming, and Microsoft Terminal Services. The Ingres High Availability Option for Windows 2000 Cluster service will provide a failover data service. For failover data services, application instances run only on a single node. If the Windows Cluster service detects an error, it attempts either to restart the instance on the same node or to start the instance on another node for failover, depending on how the Cluster service has been configured. The Ingres HAO for Windows 2000 Cluster service will not provide Network Load Balancing (scalable clustering), which has the potential for active instances on multiple nodes. 1.3 DEFINITIONS, ACRONYMS AND ABBREVIATIONS Ingres or Ingres Server: An instance of an Ingres installation including all executable, configuration and database files. Ingres Service or Ingres High Availability Option: The process by which the Windows 2000 Cluster service will monitor and control the Ingres server. High Availability (HA): A system that provides near continuous access to data and applications through a combination of hardware and software. Fault-tolerant: A hardware system that provides constant access to data and applications, but at a higher cost than HA because of specialized hardware. Additionally, fault-tolerant systems usually do not account for software failures. Failover: Failover is the process by which the cluster automatically relocates a service from a failed primary node to a designated secondary node. Scalable services: Scalability provides constant response time or throughput without regard to load. A scalable service leverages the multiple nodes in a cluster to concurrently run an application, thus providing increased performance. Page 5 of 21

6 Cluster service: The Windows 2000 Cluster service is intended primarily to provide failover support for applications such as databases, messaging systems, and file/print services. Cluster service supports 2-node failover clusters in Windows 2000 Advanced Server and 4-node clusters in Datacenter Server. Server cluster: A server cluster is a group of independent computer systems, known as nodes, working together as a single system to ensure that mission-critical applications and resources remain available to clients. Cluster node: A cluster node is a machine running both the Windows 2000 Advanced/Datacenter Server operating environment and Microsoft Cluster Service (MSCS). By definition, a node is always a member of a server cluster. Quorum resource: In every cluster, a single resource is designated as the quorum resource. This resource maintains the configuration data necessary for recovery of the cluster. Resource types: Cluster resources are categorized by type. Windows 2000 defines several types of resources and provides resource DLLs to manage the types. Standard resource types: Windows 2000 comes with numerous resource types to let you manage cluster resources, including: Physical Disk, DHCP and WINS, Print Spooler, File Share, Internet Protocol, Network Name, Generic Application, and Generic Service. Resource: A cluster resource is any physical or logical component that has the following characteristics: Can be brought online and taken offline. Can be managed in a server cluster. Can be hosted (owned) by only one node at a time. Resource Group: A group of resources that can be managed as a unit. Virtual server: A virtual server is a group that contains: A Network Name resource. An IP Address resource. The applications to be accessed by the clients of the virtual server. Cluster Administrator: A cluster is administered using the Cluster Administrator, a graphical administrator s tool that enables performing maintenance, monitoring, and failover administration. 1.4 REFERENCES Ingres Enterprise Relational Database Version 3.0 PRS Ingres Enterprise Relational Database Release 3.0 Software Requirements Specification Windows 2000 Clustering Technologies: Cluster Service Architecture white paper, Microsoft Corporation. Page 6 of 21

7 Windows 200 Server: Step-by-Step Guide to Installing Cluster Service, Microsoft Corporation. Introducing Windows 2000 Advanced Server, overview/advanced.asp, Microsoft Corporation. [Superceded by Windows 2000 Server, Windows 2000 Clustering Technologies, Microsoft Corporation. [Superceded by Windows Clustering Technologies - An Overview, NOTEWORTHY ISSUES A few questions remain. 1. Because the Ingres server (or client-only Net server) is installed on only one node of the cluster and then enabled on all other nodes, is it safe to assume that Ingres can only be uninstalled from that same first node? (This is the way it currently works.) 2. Because Ingres is installed on only one node of the cluster, the program shortcuts for the Ingres programs and utilities (Ingres Configuration Manager, Ingres Network Utility, Ingres Visual DBA, etc.) are installed on only that node. The other nodes of the cluster do not have the shortcuts. Page 7 of 21

8 2 ARCHITECTURAL OVERVIEW 2.1 CLUSTER SERVICE OVERVIEW The following figure shows a sample cluster configuration. For a detailed explanation refer to Introducing Windows 2000 Advanced Server and Windows 2000 Clustering Technologies: Cluster Service Architecture. Two-node server cluster running Windows 2000 Advanced Server Page 8 of 21

9 Windows 2000 Datacenter Server supports four-node clusters and does require device connections using Fibre Channel as shown in the following illustration of the components of a four-node cluster. Four-node server cluster running Windows 2000 Datacenter Server 2.2 MODULE DESCRIPTIONS Ingres Service The Ingres service for Windows is enhanced to provide monitoring of the various Ingres servers that it started, e.g., DBMS server, net server, etc. This functionality provides the high availability service required in this project by monitoring the servers and shutting down if one of the servers fails. When the Ingres service shuts down or fails, the Windows Cluster service detects the failure and reports it and restarts Ingres on the same cluster node or failover to another node, depending on the settings defined by the administrator Cluster Administrator A cluster can be administered using the Cluster Administrator, a graphical administrator s tool that enables performing maintenance, monitoring, and failover administration. Additionally, Cluster service provides an automation interface that can be used to create custom scripting tools for administering cluster resources, nodes, and the cluster itself. Applications and administration tools, such as the Cluster Administrator, can access this interface using remote procedure calls (RPC) Page 9 of 21

10 regardless of whether the tool is running on a node in the cluster or on an external computer The Cluster Commands You can use cluster commands to administer server clusters from the Windows 2000 command prompt. You can also call the program cluster.exe from command scripts to automate many cluster administration tasks. Cluster.exe is provided on all Windows 2000 computers. The cluster commands used for Ingres Windows 2000 High Availability are shown below. For more information regarding the cluster commands, see the Cluster commands overview Windows 2000 Advanced Server help topic. 2.3 SAMPLE FLOW/EXECUTION DIAGRAM The Windows Cluster Service starts the Ingres service when requested by the Cluster Administrator or Cluster command. When the Ingres service starts, it starts the Name server, Net server, and various other servers as configured. Then the Ingres service monitors the servers by polling them every 30 seconds, as long as they continue to respond. If one of the critical servers does not respond, the Ingres service shuts down all of its servers and terminates. The Windows Cluster Service detects the shutdown of the Ingres service as a failure and attempts to restart Ingres on either the same node or another cluster node, depending on the configuration set in the Cluster Administrator. When requested by the Cluster Administrator or a Cluster command, the Cluster Service sends a shutdown message the Ingres service. The Ingres service, in turn, shuts down all its various servers and then the service itself terminates. All other operations of the Ingres Service and various servers of the installation behave as a normal, non-clustered installation. 2.4 DESIGN LIMITATION AND ASSUMPTIONS The Ingres High Availability Option for Windows 2000 Cluster service runs on Windows 2000 Advanced Server and Windows 2000 Datacenter Server. Ingres HAO for Windows supports both server (DBMS) and client-only (Ingres Net) installations. 2.5 PLATFORM SPECIFIC ISSUES See also the section DESIGN LIMITATION AND ASSUMPTIONS. Supported Platforms Windows 2000 Advanced Server Windows 2000 Datacenter Server 3 3 Windows 2000 Datacenter Server has not been tested but is expected to work like Advanced Server. Page 10 of 21

11 2.6 PATENT INFORMATION None. Page 11 of 21

12 3 EXTERNAL SPECIFICATION 3.1 USER PERSPECTIVE Remote client access to the Ingres installation should be done be through the clusterdefined virtual server. The actual server name and IP address where Ingres is running is transparent to the end user. 3.2 ADMINISTRATION PERSPECTIVE Ingres will not be able to be shut down or started by the Ingres user. All starting and stopping must be done through the Cluster service via the Cluster Administrator GUI tool or the cluster commands. If Ingres or one of its servers is shut down while under the control of the Cluster service, the cluster server will see this as a failure and try to restart Ingres on the same node or failover the service to the failover node. 3.3 MIGRATION ISSUES This is the first version of the Ingres DBMS High Availability Option for Windows 2000 Cluster service, so there are no migration issues. 3.4 SECURITY IMPACT Installation of the High Availability Option must be done by a Windows administrator. Once installed, the High Availability Option can be controlled only by an administrator with access to Windows cluster commands or the Cluster Administrator. When started, security of the Ingres server is identical to that of a non-clustered Ingres installation. 3.5 CHANGES INITIATED BY REVIEWS/INSPECTIONS/WALKTHROUGHS Use table below to document changes for a component or a design entity. Date Type No Change Description Change Description 1 In this section describe each change and its impact. Create a sub-section for each change identified in the table above. Click here to begin typing Page 12 of 21

13 4 INTERNAL SPECIFICATION 4.1 ESTIMATED EFFORT Estimated engineering effort to code and test the Ingres DBMS HAO for Windows 2000 Cluster service ready for handover to QA and Technical Writers will require approximately 45 man days of development (including time involved in studying Windows clustering and preparing the DDS). 4.2 PROGRAMMING Setting up the development environment for defining a Cluster service Before beginning Ingres HAO development, you must have installed the Windows 2000 Advanced Server and the Cluster service. Development is done via Microsoft Visual Studio.NET Modify the Ingres service module (servproc.exe) The Ingres service module (servproc.exe) starts and stops the various servers that make up an Ingres server installation or client-only (net server) installation. Automatic cluster failover for Windows (the High Availability Option) necessitates adding code to detect the failure of any of the server processes started by the Ingres service and to stop all servers upon such a failure and terminate the service Detailed Implementation Description After starting the configured servers, the servproc module waited for a single event: service shutdown. The High Availability Option adds code to wait for either the shutdown event or a timeout period (30 seconds). If the timeout event pops, servproc checks to see if all of the started servers are still running. If all servers are running, servproc again waits. If a server is no longer running or responding, servproc stops all servers and then shuts down. The new code is used ONLY IF the parameter HAScluster is passed to servproc upon startup of the service External Interfaces to the Other Modules A new parameter is added to the servproc module to support the High Availability Option, HAScluster. It is passed when starting the Ingres service to enable the new functionality. The servproc module uses the ingstop module, with a new parameter (-check) to check the status of the started servers. The ingstop module returns a zero return code if all servers are OK; otherwise it returns a -1 value Modify the ingstop command/module (ingstop.exe) The ingstop command stops Ingres servers, depending on the parameter passed. Changes for the High Availability Option added a new option, -check, to check the status of the started servers and return a value based on the result of the check. Page 13 of 21

14 Detailed Implementation Description When -check is passed, ingstop builds a list of servers that should have been started, and then it checks that list to see if each server is running. If all configured servers are running, ingstop returns a zero return code; otherwise it returns an error code (-1). Two new functions are added to ingstop.c: build_server_list() and check_server_list(). The build_server_list() function uses PM routines of the CL to read the config.dat file and determine which servers should be started and running. It builds a list of the DBMS, GCC, GCB, JDBC, GCD, and STAR servers and the number and name of each server configured. The check_server_list() function compares the list built by build_server_list() with the actual counts of servers found by an existing functions, get_procs() and find_procs(). The get_procs() function calls the iinamu command to determine which servers are running External Interfaces to the Other Modules A new parameter, -check, is added to ingstop to support the new functionality. The PM CL routines are used by ingstop to read the configuration of the servers from the config.dat file. The PM interfaces are new to the ingstop module. In addition, changes made to ingstop.c use an existing external interface, the iinamu command, to determine which servers are running Create a High Availability Option setup wizard (wincluster.exe) A new setup wizard allows the user to easily setup the High Availability Option for Windows clusters. The wizard uses a standard Windows property sheet control to display a series of dialogs that allow the user to specify the details for implementing the High Availability Option Detailed Implementation Description The wincluster wizard is contained at front\st\wincluster in a solution/project pair of files and several C++ source and header files. wincluster.sln the Visual Studio.NET solution file wincluster.vcproj the Visual Studio.NET project file 256bmp.cpp/.h the main bitmap in the wizard clusterpage.cpp/.h the cluster information page of the wizard, displays the name of the cluster and processes cluster information for adding of the Ingres service to the cluster configdat.cpp/.h modifies the config.dat file for failover cluster operation dependencies.cpp/.h the dependencies page of the wizard, displays and processes the resource dependencies needed for the Ingres service final.cpp/.h the final page of the wizard, prompts user to finish the installation or cancel it Page 14 of 21

15 installcode.cpp/.h displays existing Ingres installations installed and allows user to select one to setup the High Availability Option presetup.cpp/.h contains the information obtained during pre-setup about the Ingres installation propsheet.cpp/.h the property sheet that hosts the property pages of the wizard resource.h contains symbolic resource references setenv.cpp/.h sets an Ingres variable to new value (like ingsetenv) splash.cpp/.h displays the splash screen StdAfx.cpp/.h contains headers for creating pre-compiled headers welcome.cpp/.h the first page of the wizard, displays opening comments and explanation of the wizard wincluster.cpp/.h the main module, starts the wizard and contains various helper functions res\block01.bmp, ingsplash.bmp bitmaps res\wincuster.rc2 resources for wincluster External Interfaces to the Other Modules The external interface is a Windows property sheet and property pages which implement a wizard user interface. External interfaces used by the High Availability Option setup wizard (wincluster.exe) include: The PM Compatibility Library (CL) routines read, write, and scan config.dat Windows clustering APIs from the Platform SDK: OpenCluster opens a connection to a cluster and returns a handle CloseCluster closes a cluster handle GetClusterInformation retrieves a cluster's name and version ClusterOpenEnum opens an enumerator for iterating through cluster objects in a cluster ClusterEnum enumerates the cluster objects in a cluster, returning the name of one object with each call OpenClusterResource opens a resource and returns a handle to it CloseClusterResource closes a resource handle ClusterResourceControl initiates an operation affecting a resource. The operation performed depends on the control code passed. ResUtilFindSzProperty utility function locates a string property in a property list 4.3 RESOURCES AND FILES Resources needed for developing Ingres DBMS High Availability Option for Microsoft Windows 2000 are: Page 15 of 21

16 Name Version New Description of module or entity Microsoft Windows 2000 Microsoft Visual Studio.NET 2003 Microsoft Platform SDK MKS Toolkit for Windows Piccolo client Advanced Server or above July 2002 or later 5.2 or above or above O/S C++ development C++ runtime Development tools Source control Description of change 4.4 INTERFACE How do other components that are external to the design interact with this component? Describe methods and rules of interaction. Communication protocols Data formats, acceptable values A description of the input range, the meaning of inputs and outputs, the type and format of inputs and outputs. Describe limitation and boundary conditions. Document error condition, error codes and messages. Click here to begin typing 4.5 REFERENCES Step-by-Step Guide to Installing Cluster Service, asp, Microsoft Corporation. Server Clusters Windows 2000 Advanced Server help topic, Microsoft Corporation. Cluster commands overview Windows 2000 Advanced Server help topic, Microsoft Corporation. 4 As of August 6, 2004, Windows 2000 Advanced Server is not on the list of approved operating systems in Computer Associates Principal Tech Stack. Page 16 of 21

17 5 IMPACT SUMMARY The estimates in this section are approximate and are intended to give other groups such as Tech Writing, Services (Support, Education, CA Technology Services), QA and Localization an idea of the impact this change will have. 5.1 PRODUCT IMPACTS Entities List the menus, screens/panels, commands, reports and messages that are impacted by the development of the module/function. Use the table below to summarize these changes. Entity New Modified Comments Menus Lists Screen/Panels Commands Messages Help Modules Reports 5.2 DOCUMENTATION MANUAL Getting Started Guide System Administration Guide IMPACT A new section for installing and configuring Ingres HAO clusters will be needed. A new section for Ingres HAO clusters will be needed. Page 17 of 21

18 6 QUALITY ISSUES 6.1 UNIT TESTING SUMMARY Unit Testing Description List external functions and procedure that will be unit tested. 6.2 TESTING RECOMMENDATIONS The Ingres HAO needs to be tested on a Windows 2000 Advanced Server and a Datacenter Server cluster. Test that the Ingres HAO behaves properly in all cases where a resource group is moved between physical hosts. These cases include system crashes and the use of the cluster /fail command. Test that the client machines continue to get service after these events. 6.3 REGRESSION RISK ASSESSMENT The Ingres HAO for Windows 2000 Cluster service is a new component with no direct regression risks Backward Compatibility Issues The Ingres DBMS HAO for Windows 2000 Cluster service is a new component with no direct backward compatibility issues. Page 18 of 21

19 7 PACKAGING AND INSTALLATION IMPACT 7.1 VERIFY THE WINDOWS CLUSTER SOFTWARE The Windows Cluster service must be installed and configured on the cluster nodes in order to install the Ingres HAO for Windows 2000 Clusters. To display the cluster version and release, use the cluster [[/cluster:]cluster name] /version command: C:\>cluster /ver Cluster Name: CLUSTER2000 Cluster Version: 5.0 (Build 2195: Service Pack 4) Cluster Vendor: Microsoft(R) Cluster service 7.2 CONFIGURATION GUIDELINES FOR THE INGRES SYSTEM AND DATA FILES Access to the Ingres data does not depend on the type of clustered file system. The clustered files systems supported by Windows 2000 Cluster service are multi-initiator SCSI or SCSI over Fibre Channel to RAID disk sets. The Ingres system files can exist in either the local disks of each cluster node or on the shared cluster file system. The Ingres data and related files must exist on the shared cluster file system. It is recommended that all system, data, and data-related files are stored on the shared clustered file system. 7.3 INSTALL PATH AND PACKAGE The new HAO setup wizard, wincluster.exe, is put into the \ingres\bin directory at the time of the Ingres installation. The servproc.exe module is also in \ingres\bin, and ingstop.exe is in \ingres\utility. 7.4 REGISTERING THE INGRES HIGH AVAILABILITY OPTION These steps will need to be performed after the Ingres installation. Preparing to install the Ingres HAO The Windows Cluster Service must be installed and configured on the cluster nodes before installing the Ingres High Availability Option. The Cluster Service is a component of Windows Clustering that creates a server cluster and controls all aspects of its operation. How to set up and configure the Ingres HAO The instructions for setting up the High Availability Option are given in Chapter 12, Installing the High Availability Option for Windows, in the System Administrator Guide. 7.5 UPGRADE This will be the first version of the Ingres HAO for Windows 2000 Cluster service so there will be no upgrade issues. Page 19 of 21

20 7.6 LICENSING There are no plans to license the Ingres HAO separately. Licensing will be performed at the DBMS level. Page 20 of 21

21 8 SUPPORT IMPACT Detail any diagnostics or trace facilities built in to the component, or facilities built into other components that would be used to gather information about what is happening. Note anything that may make the component: Difficult to diagnose (for example: no tracing facility) Difficult to service Unreliable (for example: External Risks) Workarounds Page 21 of 21

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

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

Ingres DBMS High Availability Server for Windows Clustering (Windows 2000 Advanced Server)

Ingres DBMS High Availability Server for Windows Clustering (Windows 2000 Advanced Server) Advantage Ingres Enterprise Relational Database Version 2.65 Ingres DBMS High Availability Server for Windows Clustering (Windows 2000 Advanced Server) Notes: Ingres starts as a service in Windows 2000,

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

How to Manage a Virtual Server cluster Successfully

How to Manage a Virtual Server cluster Successfully Distributed Data Center Virtualization using Windows Virtual Server 2005 R2 Using Sanbolic s Melio File System, LaScala Volume Manager and Microsoft Clustering Services to enable flexible migration of

More information

Basic System Administration ESX Server 3.0.1 and Virtual Center 2.0.1

Basic System Administration ESX Server 3.0.1 and Virtual Center 2.0.1 Basic System Administration ESX Server 3.0.1 and Virtual Center 2.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Microsoft Internet Information Server 3.0 Service Failover Using Microsoft Cluster Server

Microsoft Internet Information Server 3.0 Service Failover Using Microsoft Cluster Server Microsoft Internet Information Server 3.0 Service Failover Using Microsoft Cluster Server TechNote First Edition (March 1998) Part Number 309827-001 Compaq Computer Corporation Notice The information in

More information

Ingres High Availability Option

Ingres High Availability Option Ingres High Availability Option May 2008 For information contact Product Management at products@ingres.com This presentation contains forward-looking statements that are based on management s expectations,

More information

GlobalSCAPE DMZ Gateway, v1. User Guide

GlobalSCAPE DMZ Gateway, v1. User Guide GlobalSCAPE DMZ Gateway, v1 User Guide GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054 Technical

More information

Basic System Administration ESX Server 3.0 and VirtualCenter 2.0

Basic System Administration ESX Server 3.0 and VirtualCenter 2.0 Basic System Administration ESX Server 3.0 and VirtualCenter 2.0 Basic System Administration Revision: 20090213 Item: VI-ENG-Q206-219 You can find the most up-to-date technical documentation at: http://www.vmware.com/support/pubs

More information

Oracle Fail Safe. Concepts and Administration Guide Release 3.4.2 for Microsoft Windows E14973-01

Oracle Fail Safe. Concepts and Administration Guide Release 3.4.2 for Microsoft Windows E14973-01 Oracle Fail Safe Concepts and Administration Guide Release 3.4.2 for Microsoft Windows E14973-01 October 2009 Oracle Fail Safe Concepts and Administration Guide, Release 3.4.2 for Microsoft Windows E14973-01

More information

Installing and Configuring Windows Server 2008. Module Overview 14/05/2013. Lesson 1: Planning Windows Server 2008 Installation.

Installing and Configuring Windows Server 2008. Module Overview 14/05/2013. Lesson 1: Planning Windows Server 2008 Installation. Installing and Configuring Windows Server 2008 Tom Brett Module Overview Planning Windows Server 2008 Installations Performing a Windows Server 2008 Installation Configuring Windows Server 2008 Following

More information

Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide

Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide Microsoft Corporation Published: May 2010 Abstract This guide describes the steps for configuring Remote Desktop Connection

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

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

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 Release 3.0 User Guide P/N 300-999-671 REV 02 Copyright 2007-2013 EMC Corporation. All rights reserved. Published in the USA.

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

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

Project Iris. econtent Server Cluster Support: High Availability through Microsoft Cluster Service DocBase Version 4.2 12/13/2000

Project Iris. econtent Server Cluster Support: High Availability through Microsoft Cluster Service DocBase Version 4.2 12/13/2000 Project Iris Server Cluster Support: High Availability through Microsoft Cluster Service DocBase Version 4.2 12/13/2000 Page 1 of 11 1.0 Overview There are many ways in which the Server may be configured

More information

PoINT Jukebox Manager Deployment in a Windows Cluster Configuration

PoINT Jukebox Manager Deployment in a Windows Cluster Configuration PoINT Jukebox Manager Deployment in a Windows Cluster Configuration This document describes the requirements, configuration and restrictions of PoINT Jukebox Manager in a Microsoft Windows cluster configuration.

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

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

Microsoft SQL Server Installation Guide

Microsoft SQL Server Installation Guide Microsoft SQL Server Installation Guide Version 3.0 For SQL Server 2014 Developer & 2012 Express October 2014 Copyright 2010 2014 Robert Schudy, Warren Mansur and Jack Polnar Permission granted for any

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1 This document supports the version of each product listed and supports all subsequent

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

Microsoft SQL Server Installation Guide

Microsoft SQL Server Installation Guide Microsoft SQL Server Installation Guide Version 2.1 For SQL Server 2012 January 2013 Copyright 2010 2013 Robert Schudy, Warren Mansur and Jack Polnar Permission granted for any use of Boston University

More information

HP Certified Professional

HP Certified Professional Purpose of the Exam Prep Guide Audience HP Certified Professional Implementing Windows Server 2003 on ProLiant Cluster Solutions Exam # HP0-794 Exam Preparation Guide The intent of this guide is to set

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

FileMaker Server 15. Getting Started Guide

FileMaker Server 15. Getting Started Guide FileMaker Server 15 Getting Started Guide 2007 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

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

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available Phone: (603)883-7979 sales@cepoint.com Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous

More information

FioranoMQ 9. High Availability Guide

FioranoMQ 9. High Availability Guide FioranoMQ 9 High Availability Guide Copyright (c) 1999-2008, Fiorano Software Technologies Pvt. Ltd., Copyright (c) 2008-2009, Fiorano Software Pty. Ltd. All rights reserved. This software is the confidential

More information

Administering and Managing Failover Clustering

Administering and Managing Failover Clustering 24_0672329565_ch18.qxd 9/7/07 8:37 AM Page 647 CHAPTER 18 Administering and Managing Failover Clustering Failover clustering is one of four SQL Server 2005 highavailability alternatives. Other SQL Server

More information

SUMMARY Moderate-High: Requires Visual Basic For Applications (VBA) skills, network file services skills and interoperability skills.

SUMMARY Moderate-High: Requires Visual Basic For Applications (VBA) skills, network file services skills and interoperability skills. Author: Sanjay Sansanwal Title: Configuring FileCM Extensions for Word The information in this article applies to: o FileCM 2.6, 3.0, 3.5, 3.5.1, 3.5.2, 4.0, 4.2 o Microsoft Windows 2000 Professional,

More information

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08 Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL Installation and System Administrator's Guide 4MASIN450-08 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos and the Sage product

More information

Brocade Network Advisor High Availability Using Microsoft Cluster Service

Brocade Network Advisor High Availability Using Microsoft Cluster Service Brocade Network Advisor High Availability Using Microsoft Cluster Service This paper discusses how installing Brocade Network Advisor on a pair of Microsoft Cluster Service nodes provides automatic failover

More information

Active-Passive Failover Cluster

Active-Passive Failover Cluster Active-Passive Failover Cluster Advanced Design and Setup Guide Content Version: 7.1.x Written by: Product Knowledge Date: March 2015 2015 Software. All rights reserved Software is a trademark of Lexmark

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

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

Cluster Guide. Released: February 2013. Companion Guides:

Cluster Guide. Released: February 2013. Companion Guides: Cluster Guide Released: February 2013 Companion Guides: UniPrint Infinity Companion Guides can be found online for your convenience and are intended to assist Administrators with the operation of UniPrint

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

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 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

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 8.2 Service Pack 1 User Guide 302-001-235 REV 01 Copyright 2007-2015 EMC Corporation. All rights reserved. Published

More information

User's Guide - Beta 1 Draft

User's Guide - Beta 1 Draft IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Cluster Server Agent vnext User's Guide - Beta 1 Draft SC27-2316-05 IBM Tivoli Composite Application Manager for Microsoft

More information

FactoryTalk View Site Edition V5.0 (CPR9) Server Redundancy Guidelines

FactoryTalk View Site Edition V5.0 (CPR9) Server Redundancy Guidelines FactoryTalk View Site Edition V5.0 (CPR9) Server Redundancy Guidelines This page left intentionally blank. FTView SE 5.0 (CPR9) Server Redundancy Guidelines.doc 8/19/2008 Page 2 of 27 Table of Contents

More information

Stretching A Wolfpack Cluster Of Servers For Disaster Tolerance. Dick Wilkins Program Manager Hewlett-Packard Co. Redmond, WA dick_wilkins@hp.

Stretching A Wolfpack Cluster Of Servers For Disaster Tolerance. Dick Wilkins Program Manager Hewlett-Packard Co. Redmond, WA dick_wilkins@hp. Stretching A Wolfpack Cluster Of Servers For Disaster Tolerance Dick Wilkins Program Manager Hewlett-Packard Co. Redmond, WA dick_wilkins@hp.com Motivation WWW access has made many businesses 24 by 7 operations.

More information

FileMaker Server 13. Getting Started Guide

FileMaker Server 13. Getting Started Guide FileMaker Server 13 Getting Started Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

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

VMware Site Recovery Manager with EMC RecoverPoint

VMware Site Recovery Manager with EMC RecoverPoint VMware Site Recovery Manager with EMC RecoverPoint Implementation Guide EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com Copyright

More information

How to protect, restore and recover SQL 2005 and SQL 2008 Databases

How to protect, restore and recover SQL 2005 and SQL 2008 Databases How to protect, restore and recover SQL 2005 and SQL 2008 Databases Introduction This document discusses steps to set up SQL Server Protection Plans and restore protected databases using our software.

More information

VT Technology Management Utilities for Hyper-V (vtutilities)

VT Technology Management Utilities for Hyper-V (vtutilities) VT Technology Management Utilities for Hyper-V (vtutilities) vtutilities provide a local graphical user interface (GUI) to manage Hyper-V. Hyper-V is supported on Windows Server 2008 R2 and Windows Server

More information

Antelope Enterprise. Electronic Documents Management System and Workflow Engine

Antelope Enterprise. Electronic Documents Management System and Workflow Engine Antelope Enterprise Electronic Documents Management System and Workflow Engine Antelope Enterprise v4 High Availability Edition Information in this document applies to the Antelope Enterprise v4 High Availability.

More information

By the Citrix Publications Department. Citrix Systems, Inc.

By the Citrix Publications Department. Citrix Systems, Inc. Licensing: Setting Up the License Server on a Microsoft Cluster By the Citrix Publications Department Citrix Systems, Inc. Notice The information in this publication is subject to change without notice.

More information

MailEnable Installation Guide

MailEnable Installation Guide MailEnable Installation Guide MailEnable Messaging Services for Microsoft Windows 2000/2003/2008 Installation Guide for: MailEnable Standard Edition MailEnable Professional Edition MailEnable Enterprise

More information

FactoryTalk Gateway Getting Results Guide

FactoryTalk Gateway Getting Results Guide Performance and Visibility FactoryTalk Gateway Getting Results Guide Getting Results Guide Table of contents Chapter 1 Introduction Intended audience... 7 Where to find additional information... 7 Help...

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

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

1. Introduction Page3 2. Windows Cluster Page3 2.1 High availability Cluster Page3 2.2 Shared Storage Device Page4 2.3 Active Passive Mode Page4

1. Introduction Page3 2. Windows Cluster Page3 2.1 High availability Cluster Page3 2.2 Shared Storage Device Page4 2.3 Active Passive Mode Page4 Index 1. Introduction Page3 2. Windows Cluster Page3 2.1 High availability Cluster Page3 2.2 Shared Storage Device Page4 2.3 Active Passive Mode Page4 3 Boundary conditions Page4 4. Installation of Kyocontrol

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

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

s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ]

s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ] s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ] Oracle 1z0-102 : Practice Test Question No : 1 Which two statements are true about java

More information

High Availability with Postgres Plus Advanced Server. An EnterpriseDB White Paper

High Availability with Postgres Plus Advanced Server. An EnterpriseDB White Paper High Availability with Postgres Plus Advanced Server An EnterpriseDB White Paper For DBAs, Database Architects & IT Directors December 2013 Table of Contents Introduction 3 Active/Passive Clustering 4

More information

FileMaker Server 12. Getting Started Guide

FileMaker Server 12. Getting Started Guide FileMaker Server 12 Getting Started Guide 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager. Install Guide. Idera Inc., Published: April 2013

Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager. Install Guide. Idera Inc., Published: April 2013 Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager Install Guide Idera Inc., Published: April 2013 Contents Introduction to the Idera SQL Diagnostic Manager Management

More information

Understanding IBM Tivoli Monitoring 6.1 Agents In A Microsoft Clustered Environment 06/01/2006

Understanding IBM Tivoli Monitoring 6.1 Agents In A Microsoft Clustered Environment 06/01/2006 Page 1 of 17 Introduction Understanding IBM Tivoli Monitoring 6.1 Agents In A Microsoft Clustered Environment 06/01/2006 The purpose of this document is to describe the IBM Tivoli Monitoring 6.1 agents

More information

Cautions When Using BitLocker Drive Encryption on PRIMERGY

Cautions When Using BitLocker Drive Encryption on PRIMERGY Cautions When Using BitLocker Drive Encryption on PRIMERGY July 2008 Fujitsu Limited Table of Contents Preface...3 1 Recovery mode...4 2 Changes in hardware configurations...5 3 Prior to hardware maintenance

More information

Cluster to Cluster Failover Using Double-Take

Cluster to Cluster Failover Using Double-Take Cluster to Cluster Failover Using Double-Take Cluster to Cluster Failover Using Double-Take published August 2001 NSI and Double-Take are registered trademarks of Network Specialists, Inc. GeoCluster is

More information

Cluster to Cluster Failover Using Double-Take

Cluster to Cluster Failover Using Double-Take Cluster to Cluster Failover Using Double-Take Cluster to Cluster Failover Using Double-Take Revision 2.2.0 published March 2004 Double-Take, GeoCluster and NSI are registered trademarks of NSI Software,

More information

TABLE OF CONTENTS. Quick Start - Windows File System idataagent. Page 1 of 44 OVERVIEW SYSTEM REQUIREMENTS DEPLOYMENT

TABLE OF CONTENTS. Quick Start - Windows File System idataagent. Page 1 of 44 OVERVIEW SYSTEM REQUIREMENTS DEPLOYMENT Page 1 of 44 Quick Start - Windows File System idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Simplified Data Management Point-In-Time Recovery System State SnapProtect Backup Office Communications

More information

Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V

Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V Comparison and Contents Introduction... 4 More Secure Multitenancy... 5 Flexible Infrastructure... 9 Scale, Performance, and Density... 13 High Availability... 18 Processor and Memory Support... 24 Network...

More information

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

MAS 90. Installation and System Administrator's Guide 4WIN1010-02/04

MAS 90. Installation and System Administrator's Guide 4WIN1010-02/04 MAS 90 Installation and System Administrator's Guide 4WIN1010-02/04 Copyright 1998-2004 Best Software, Inc. All rights reserved. Rev 02 Contents Chapter 1 Introduction 1 How to Use This Manual 1 Graphic

More information

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

Using FlashNAS ZFS. Microsoft Hyper-V Server 2012. Live Migration

Using FlashNAS ZFS. Microsoft Hyper-V Server 2012. Live Migration Using FlashNAS ZFS with Microsoft Hyper-V Server 2012 and Live Migration Abstract: This application note provides step-by-step instructions to help you configure FlashNAS ZFS systems for use with Microsoft

More information

Compellent Storage Center

Compellent Storage Center Compellent Storage Center Microsoft Multipath IO (MPIO) Best Practices Guide Dell Compellent Technical Solutions Group October 2012 THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY

More information

Veritas Storage Foundation High Availability for Windows by Symantec

Veritas Storage Foundation High Availability for Windows by Symantec Veritas Storage Foundation High Availability for Windows by Symantec Simple-to-use solution for high availability and disaster recovery of businesscritical Windows applications Data Sheet: High Availability

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

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Failover Clustering for Microsoft SQL Server 2005 and SQL Server 2005 Analysis Services

Failover Clustering for Microsoft SQL Server 2005 and SQL Server 2005 Analysis Services Failover Clustering for Microsoft SQL Server 2005 and SQL Server 2005 Analysis Services SQL Server Technical Article Writers: Allan Hirt (Avanade, Inc.) and Dave Whitney (Microsoft) Project Editors: Louis

More information

Using MSCS to Cluster VirtualCenter VirtualCenter 2.0.1 Patch 2

Using MSCS to Cluster VirtualCenter VirtualCenter 2.0.1 Patch 2 Technical Note Using MSCS to Cluster VirtualCenter VirtualCenter 2.0.1 Patch 2 In a default installation, VMware VirtualCenter 2.x runs on a single Windows-based server. In order to provide high availability,

More information

Best Practices for Installing and Configuring the Captaris RightFax 9.3 Shared Services Module

Best Practices for Installing and Configuring the Captaris RightFax 9.3 Shared Services Module WHITE PAPER Best Practices for Installing and Configuring the Captaris RightFax 9.3 Shared Services Module Taking Advantage of Multiple RightFax Servers Sharing a Single Database PREFACE Captaris has created

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

PRIMEQUEST Integration

PRIMEQUEST Integration C122-E062-01EN PRIMEQUEST Integration for Microsoft Operations Manager FUJITSU LIMITED Preface Purpose This manual explains the MOM management pack (PRIMEQUEST Server Agent MOM Connector), a function

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

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

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 Release 8.2 User Guide P/N 302-000-658 REV 01 Copyright 2007-2014 EMC Corporation. All rights reserved. Published in the USA.

More information

Configuring Network Load Balancing with Cerberus FTP Server

Configuring Network Load Balancing with Cerberus FTP Server Configuring Network Load Balancing with Cerberus FTP Server May 2016 Version 1.0 1 Introduction Purpose This guide will discuss how to install and configure Network Load Balancing on Windows Server 2012

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

Clustering VirtualCenter 2.5 Using Microsoft Cluster Services

Clustering VirtualCenter 2.5 Using Microsoft Cluster Services Clustering VirtualCenter 2.5 Using Microsoft Cluster Services This paper documents the steps to successfully implement a high availability solution for VirtualCenter 2.5 using Microsoft s cluster services.

More information

Configuration Guide. Achieve Unified Management and Scale-Out for Windows Server 2012 R2 Hyper-V Deployments with the Sanbolic Platform

Configuration Guide. Achieve Unified Management and Scale-Out for Windows Server 2012 R2 Hyper-V Deployments with the Sanbolic Platform Configuration Guide Achieve Unified Management and Scale-Out for Windows Server 2012 R2 Hyper-V Deployments with the Sanbolic Platform Introduction Using Microsoft Windows Server 2012 R2 and Hyper-V, organizations

More information

RedundancyMaster Help. 2014 Kepware Technologies

RedundancyMaster Help. 2014 Kepware Technologies 2014 Kepware Technologies 2 RedundancyMaster Help Table of Contents Table of Contents 2 Introduction 4 System Requirements 10 Accessing the Administration Menu 11 Setting Up Redundancy 11 Adding Redundancy

More information

Managing Software and Configurations

Managing Software and Configurations 55 CHAPTER This chapter describes how to manage the ASASM software and configurations and includes the following sections: Saving the Running Configuration to a TFTP Server, page 55-1 Managing Files, page

More information

Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database

Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database WHITE PAPER Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Executive

More information

QuickStart Guide vcenter Server Heartbeat 5.5 Update 2

QuickStart Guide vcenter Server Heartbeat 5.5 Update 2 vcenter Server Heartbeat 5.5 Update 2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

FileMaker Server 11. Getting Started Guide

FileMaker Server 11. Getting Started Guide FileMaker Server 11 Getting Started Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Deploying Exchange Server 2007 SP1 on Windows Server 2008

Deploying Exchange Server 2007 SP1 on Windows Server 2008 Deploying Exchange Server 2007 SP1 on Windows Server 2008 Product Group - Enterprise Dell White Paper By Ananda Sankaran Andrew Bachler April 2008 Contents Introduction... 3 Deployment Considerations...

More information

Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server:

Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server: Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server: Here are the pre-requisites for a HA VMM server installation: 1. Failover clustering feature

More information

Availability Guide for Deploying SQL Server on VMware vsphere. August 2009

Availability Guide for Deploying SQL Server on VMware vsphere. August 2009 Availability Guide for Deploying SQL Server on VMware vsphere August 2009 Contents Introduction...1 SQL Server 2008 with vsphere and VMware HA/DRS...2 Log Shipping Availability Option...4 Database Mirroring...

More information

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Tape RAID Option Guide r11.5 D01183-1E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

More information