DocuShare 4, 5, and 6 in a Clustered Environment

Size: px
Start display at page:

Download "DocuShare 4, 5, and 6 in a Clustered Environment"

Transcription

1 DocuShare 4, 5, and 6 in a Clustered Environment A clustered environment defines a computer system that is composed of an assemblage of interconnected computers, or nodes, acting as a singular processing resource. Each node could be either a single computer or a multiprocessor system, and a cluster is defined as two or more nodes connected together. Clusters are generally built using standard hardware and software technology; making them a relative inexpensive way for customers to increase their overall processing power, solve specific computing problems, and ensure consistent site and data availability. There are essentially two types of clustered environments; processing clusters and failover clusters. Processing clusters are best used in science applications, where the main goal is data crunching and where computing power takes precedence over high-availability. Failover clusters are best used in business applications, where high-availability takes precedence over computing power. Each type of cluster, and the extent to which an organization provides this type of environment, has it s cost. In this document we have selected to implement DocuShare in a high-availability failover cluster environment. This document provides the instructions necessary to create a basic failover clustered environment on three operating systems; Windows 2003, Sun Solaris 9, and Linux. These instructions are a starting point. Depending on the unique requirements of individual customers, you may add additional resources to fulfill those requirements. NOTE: To create clustered environments, your DocuShare site must have the optional High Capacity Kit licensed and enabled (DocuShare 4 and 5). May 15,

2 1- Installing DocuShare onto a Windows 2003 Advanced Server Cluster The supported platform consists of two or more servers connected to an external storage device. The illustration below shows a typical Windows 2003 Cluster for DocuShare setup. The type of hardware and connection used in this cluster depends on individual hardware setup and throughput requirements. The DocuShare engineering team used standard DELL servers and an EqualLogic PeerStorage SAN network RAID array to test cluster installation and fail-over. The setup for a cluster that allows fail-over includes a DocuShare target database. The target database may be installed external to a cluster or it may be installed on the individual cluster servers as long as it is fail-over. This rules out the use of MSDE as the target database. Microsoft cluster software requires external storage for the cluster quorum file storage. Another use for external storage is to allow the installed DocuShare instance to be shared between the servers within the cluster. Cluster Requirements 1. Two or more Windows 2003 Advanced Servers 2. External storage 3. Either a database that is cluster enabled or an external database 4. A cluster IP address 5. A cluster DNS name Installation and configuration Follow this procedure to install DocuShare in a Windows 2003 cluster: 1. Install and verify the target cluster according to Microsoft instructions. 2. Choose a location on the external storage device for the DocuShare installation. For this procedure, we refer to this location as <ds-home>. May 15,

3 3. Install DocuShare onto the shared external storage device active node server in the cluster. The active node must be connected to the shared external storage device. 4. During installation, select to install DocuShare without the DocuShare IIS Software Bridge and with the DocuShare Windows Service. 5. After installation, run [ds-home]\bin\dssetup to change the default installation values for host name to cluster host name, instead of the server host name. As an option, the host name for the RMI and IMQ services may be set to the cluster host name or to After changing the configuration values, run [ds-home]\bin\start_docushare env. This command returns DocuShare environment values, including the Host ID number. The Host ID number is unique for each node server. You need this number to obtain a license key and you need the license key to enable DocuShare. You will need a license key for each node server, so repeat this procedure for each node in the cluster. 7. Start DocuShare on the active node. 8. Begin the cluster licensing procedure by logging into a DocuShare site as admin. 9. Go to Admin Home and select Site Management l License from the Administration Menu. 10. Paste the license key that is assigned to the Host ID of the active node server into the License field on the License Management page. It is important that you enter the license key that is designated for the active node server. DocuShare is now licensed to run on this node server. Licensing generates an entry in the license key file that is located at <dshome>\config\licensekey.properties. 11. Use a text editor to open the LicenseKey.properties file. 12. Enter the next license key into the properties file by adding this line of text: docushare.license.key.1=your license key number below the first license key number entry docushare.license.key=license key number. For example: #Wed Sep 01 14:44:36 PDT 2004 docushare.license.key= ca969-1aff5... {more key} docushare.license.key.1= fx998-1bff2... {more key} 13. If you have addition license keys to enter, increment the key number (key.#) in the line of text. For example, docushare.license.key.2=the next license key number. For example: #Wed Sep 01 14:44:36 PDT 2004 docushare.license.key= ca969-1aff5... {more key} docushare.license.key.1= ca969-1aff5... {more key} docushare.license.key.2= ca969-1aff5... {more key} 14. Save and close the LicenseKey.properties file. 15. Stop DocuShare by opening a new command prompt window and running the [dshome]\bin\start_docushare command. 16. From the command prompt window (in [ds-home]\bin\directory) run start_docushare-install docushare instance name -name DocuShare - instance name. The Docushare instance name is the unique name of this DocuShare server installation. May 15,

4 17. Set the Windows service to Manual start. 18. Move the shared storage to each of the node servers, then repeat the Windows Service registration on each of the cluster node servers. The Windows Service Name must be identical on both nodes. 19. Use the Windows Cluster Administration to complete the following steps: a. Create a new clustered group. This group will contain the four cluster resources required by DocuShare. b. Create a new IPAddress type resource in the cluster group created in the previous step. Under the Parameters tab, enter the IPD Address of the cluster (not the IP Address for the node). Enter the Subnet mask for the IP Address. Select Local Area Connection for the Network. Select the box for Enable NetBIOS for this address. c. Create a new Network Name type resource in the same cluster group. Under the Parameters tab, use the Cluster host name. The Cluster host name must also resolve in DNS. Add the IPAddress Resource as a dependency. d. Create a Physical Disk type resource in the same cluster group. Under the Parameters tab, make sure the disk drive letter is the disk partition where DocuShare is installed. e. Create a Generic Service type resource. Add the IPAddress, Network Name, and Physical Disk resources as dependencies. Under the Parameters tab, use the name of the DocuShare Windows Service that was registered in the previous numbered step. 20. Edit [ds-home]\config\monitor.xml. Locate the <Config> section of the file and change <StopExecTool>kill</StopExecTool> to <StopExecTool>taskkill</StopExecTool>, and save the file. NOTE: Step 20, regarding the monitor.xml file, are specific to DocuShare If your cluster is configured to use the private Heartbeat network card (NIC), the public network adapter must be first in the bind order (at the top of the binding list). If you have multiple public network adapters, then make sure the heartbeat adapter is last. Refer to this Microsoft Knowledge Base article for more information: kb/258750/en-us. 22. Use the Cluster Administration tool to bring the cluster group online. This starts DocuShare and makes it available via the cluster DNS address. 23. Test the fail-over by rebooting the active node, taking the node offline, or moving the DocuShare cluster group to another node. If everything is running correctly, DocuShare should start on a different node server in the cluster. 24. Run the IIS tool on each node to setup the Tomcat connector bridge to IIS. The tool is located either in the Win32/IIS directory on the DocuShare CD or in the directory that contains the extracted DocuShare installation files. May 15,

5 Uninstalling DocuShare from a Windows 2003 cluster 1. Mount the storage volume to the server that contains the DocuShare software you want to uninstall. 2. Use the cluster admin software and take DocuShare offline. 3. Move the storage to each of the servers and run the following command in a command prompt window: a. Enter >cd <DocuShareInstall>\bin. b. Enter >start_docushare -remove the server id number. 4. Use the Add/Remove Programs application from the system control panel to remove the DocuShare IIS Software Bridge. 5. Use the Add/Remove Programs application from the system control panel to remove the DocuShare software from the server. May 15,

6 2- Installing DocuShare onto a Sun Solaris 9 cluster The supported platform consists of two or more servers connected to an external storage device. The Sun cluster software requires a external storage device for cluster quorum file storage. The external storage device also allows servers in the cluster to share the installed DocuShare instance. The illustration below shows a typical Solaris 9 cluster for DocuShare setup. The type of hardware and connection used in this cluster depends on individual hardware setup and throughput requirements. The setup for a cluster that allows fail-over includes a DocuShare target database. The target database may be installed external to a cluster or it may be installed on the individual cluster servers as long as it is fail-over. Cluster Requirements 1. Two or more Sun Solaris 9 servers 2. External storage 3. Either a database that is cluster enabled or an external database 4. A cluster IP address 5. A cluster DNS name May 15,

7 Installation and configuration Follow this procedure to install DocuShare in a Sun Solaris 9 cluster: 1. Install and verify the target cluster. 2. Choose a location on the external storage device for the DocuShare installation. For this procedure, we refer to this location as <DocuShareInstall>. 3. Install DocuShare onto the external storage device. 4. During installation, when asked to enter a host DNS name, enter the cluster DNS name not the local server DNS name. 5. After installation, run dssetup to change the default installation values. A standard DocuShare installation sets default values to point to the local server. You must change those values to the network cluster name. a. Open a command prompt window. b. Enter >cd <DocuShareInstall>/bin to change directory. c. Enter >dssetup.sh to run the configuration update utility. d. In the configuration update utility, change all of the local server values to the cluster values, including the RMI Host and the SunONE Message Queue Host. 6. After changing the configuration values, in the command prompt window of each individual server in the cluster, run start_docushare.sh env to get a server id number for each server. You need this number to have Xerox generate a license key for each server, and you need the license keys to enable DocuShare. 7. Start the cluster licensing procedure by logging into a DocuShare site as admin. 8. Go to Admin Home and select Site Management/License from the Administration Menu. 9. Enter the license key that corresponds to the server you are licensing. It is important to that you enter the license key designated for that particular server. 10. This action generates an entry in the license key file located at <DocuShareInstall>/config/ LicenseKey.properties. 11. Use a text editor to open the LicenseKey.properties file. 12. Enter the first license key into the properties file by adding this line of text: docushare.license.key.1=your license key number below the first license key number entry docushare.license.key=license key number. For example: #Wed Sep 01 14:44:36 PDT 2004 docushare.license.key= ca969-1aff5... {more key} docushare.license.key.1= ca969-1aff5... {more key} 13. If you have addition license keys to enter, increment the key number (key.#) in the line of text. For example, docushare.license.key.2=the next license key number. For example: #Wed Sep 01 14:44:36 PDT 2004 docushare.license.key= ca969-1aff5... {more key} docushare.license.key.1= ca969-1aff5... {more key} docushare.license.key.2= ca969-1aff5... {more key} 14. Save and close the LicenseKey.properties file. May 15,

8 15. Use the SunPlex cluster generic data service GUI to setup a SunPlex data service for DocuShare. This process will generate a data service package for DocuShare that you will install on each of the nodes in the cluster. For help with this procedure, refer to Chapter 10 of the document found at db/doc/ Stop DocuShare. 17. Using the data service package generated in step 15, install DocuShare on the nodes of the cluster. This sets up the cluster to fail-over. 18. Start DocuShare. 19. Test the fail-over by stopping the server that is hosting DocuShare. If everything is running correctly, DocuShare should automatically start on a different cluster server. Uninstalling DocuShare from a Sun Solaris 9 cluster 1. Use the command available in the DocuShare data service to stop DocuShare. 2. Remove the DocuShare data service package from each server in the cluster. 3. Open a command prompt window and enter <DocuShareInstall>/_uninst/doc_uninstall. This uninstalls DocuShare from the Sun Solaris 9 cluster. May 15,

9 3- Installing DocuShare onto a Linux cluster There a several types of Linux clusters, each designed to meet specific computing and price-point requirements. DocuShare was tested on a high-availability cluster with heartbeat. This configuration provides both fail-over and a low price point. The heartbeat software package is open source and free, and the SuSE Enterprise Linux version 9 already has heartbeat integrated as part of the standard installation. The heartbeat cluster package provides fail-over of system resources based on two servers. The heartbeat cluster package is a mature system and is easy to setup. If a company server network is based on Linux or Solaris, this is an excellent way to begin developing a high-availability network infrastructure. The illustration shows a basic Linux configuration setup for fail-over. In this approach one server is running DocuShare and the other server is a hot spare that is also running DocuShare. The two connections between the servers are used for the heartbeat. The heartbeat software checks to make sure the servers are running. Heartbeat dead time is configurable, so if the hot spare cannot see the primary server for the set dead time, it activates the fail-over and DocuShare running on the hot spare immediately takes control. As company needs expand, you can add to the system to increase coverage. Additions of course increase the price point, but they also add to increased recovery speed. For example, in the illustration below; assume the data is mirrored. If the primary server fails and is replaced, the recovery of the mirror data can take a long time. Now, if the secondary server fails during data recovery, the only way to recover data is through backups. May 15,

10 To avoid the problem of increased data recovery time in the event of a server failure use some type of external data storage, such as a RAID array or a SAN, as shown in the illustration below. The heartbeat software designates one of the servers as the active server that provides service to the cluster IP address/dns name. If the heartbeat software detects that the active server has failed, the secondary server instructs the primary server to stop. The secondary server then takes over the IP address/dns name and informs the designated administrator that there is a problem with the primary server. If the heartbeat software detects that the secondary server has failed, the primary server continues as normal and the software informs the designated administrator that there is a problem with the secondary server. Cluster Requirements 1. Two Linux servers 2. External storage (optional) 3. Either a database that is cluster enabled or an external database 4. A cluster IP address 5. A cluster DNS name May 15,

11 Installation and configuration Follow this procedure to install DocuShare onto a Linux cluster: 1. Install and verify the target cluster. Instructions for this are located at 2. Choose a location on the external storage device for the DocuShare installation. For this procedure, we refer to this location as <DocuShareInstall>. 3. Install DocuShare onto the mirror drive or onto the external storage device. 4. After installation, run dssetup to change the default installation values. A standard DocuShare installation sets default values to point to the local server. You must change those values to the network cluster name. a. Open a command prompt window. b. Enter >cd <DocuShareInstall>/bin to change directory. c. Enter >dssetup.sh to run the configuration update utility. d. In the configuration update utility, change all of the local server values to the cluster values, including the RMI Host and the SunONE Message Queue Host. 5. After changing the configuration values, in the command prompt window of each individual server in the cluster, run start_docushare.sh env to get a server id number for each server. You need this number to have Xerox generate a license key for each server, and you need the license keys to enable DocuShare. 6. Start the cluster licensing procedure by logging into a DocuShare site as admin. 7. Go to Admin Home and select Site Management/License from the Administration Menu. 8. Enter the license key that corresponds to the server you are licensing. It is important to that you enter the license key designated for that particular server. 9. This action generates an entry in the license key file located at <DocuShareInstall>/config/ LicenseKey.properties. 10. Use a text editor to open the LicenseKey.properties file. 11. Enter the first license key into the properties file by adding this line of text: docushare.license.key.1=your license key number below the first license key number entry docushare.license.key=license key number. For example: #Wed Sep 01 14:44:36 PDT 2004 docushare.license.key= ca969-1aff5... {more key} docushare.license.key.1= ca969-1aff5... {more key} 12. If you have addition license keys to enter, increment the key number (key.#) in the line of text. For example, docushare.license.key.2=the next license key number. For example: #Wed Sep 01 14:44:36 PDT 2004 docushare.license.key= ca969-1aff5... {more key} docushare.license.key.1= ca969-1aff5... {more key} docushare.license.key.2= ca969-1aff5... {more key} 13. Save and close the LicenseKey.properties file. May 15,

12 14. Configure the heartbeat software so DocuShare is the application to monitor and fail-over. Instructions for this step are located at Stop DocuShare. 16. Using the DocuShare data service, install DocuShare on the cluster servers. This sets the cluster to fail-over. 17. Start DocuShare. 18. Test the fail-over by stopping the server that is hosting DocuShare. If everything is running correctly, DocuShare should start on a different cluster server. Uninstalling DocuShare from a Linux cluster 1. Use the command available in the DocuShare data service to stop DocuShare. 2. Remove the DocuShare data service package from each node in the cluster. 3. Open a command prompt window and enter <DocuShareInstall>/_uninst/doc_uninstall. This uninstalls DocuShare from the Linux cluster. May 15,

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

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

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

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: February 2011 This document supports DocuShare Release 6.6.1 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue Palo Alto, California

More information

About Backing Up a Cisco Unity System

About Backing Up a Cisco Unity System CHAPTER 4 Introduction This chapter describes in general terms backing up a Cisco Unity system. When you back up a Cisco Unity server (and one or more Exchange servers) you need to consider the same issues

More information

Installation Guide. Release 3.1

Installation Guide. Release 3.1 Installation Guide Release 3.1 Publication number: 613P10303; September 2003 Copyright 2002-2003 Xerox Corporation. All Rights Reserverved. Xerox, The Document Company, the digital X and DocuShare are

More information

Contingency Planning and Disaster Recovery

Contingency Planning and Disaster Recovery Contingency Planning and Disaster Recovery Best Practices Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: May 2009 This document supports DocuShare Release 6.5/DocuShare CPX Release 6.5 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue

More information

SUSE Manager in the Public Cloud. SUSE Manager Server in the Public Cloud

SUSE Manager in the Public Cloud. SUSE Manager Server in the Public Cloud SUSE Manager in the Public Cloud SUSE Manager Server in the Public Cloud Contents 1 Instance Requirements... 2 2 Setup... 3 3 Registration of Cloned Systems... 6 SUSE Manager delivers best-in-class Linux

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

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

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

More information

Good Mobile Messaging Server 6.3.2 Good Mobile Control Server 1.3.3 for IBM Lotus Domino

Good Mobile Messaging Server 6.3.2 Good Mobile Control Server 1.3.3 for IBM Lotus Domino Good Mobile Messaging Server 6.3.2 Good Mobile Control Server 1.3.3 for IBM Lotus Domino Upgrading Good Messaging from 6.3.1 and Good Mobile Control from 1.3.x Updated: 01/12/12 1 Introduction 1 2 Pre-Upgrade

More information

EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1

EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1 EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014 Version 1 NEC EXPRESSCLUSTER X 3.x for Windows SQL Server 2014 Quick Start Guide Document Number ECX-MSSQL2014-QSG, Version

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

Overview... 1 Requirements... 1. Installing Roles and Features... 3. Creating SQL Server Database... 9 Setting Security Logins...

Overview... 1 Requirements... 1. Installing Roles and Features... 3. Creating SQL Server Database... 9 Setting Security Logins... Contents CHAPTER 1 IMail Server using Failover Clustering Overview... 1 Requirements... 1 CHAPTER 2 IIS Installing Roles and Features... 3 CHAPTER 3 Configuring Storage Area Network Requirements... 5 Connecting

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

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

virtualization.info Review Center SWsoft Virtuozzo 3.5.1 (for Windows) // 02.26.06

virtualization.info Review Center SWsoft Virtuozzo 3.5.1 (for Windows) // 02.26.06 virtualization.info Review Center SWsoft Virtuozzo 3.5.1 (for Windows) // 02.26.06 SWsoft Virtuozzo 3.5.1 (for Windows) Review 2 Summary 0. Introduction 1. Installation 2. VPSs creation and modification

More information

System Compatibility. Enhancements. Email Security. SonicWALL Email Security 7.3.2 Appliance Release Notes

System Compatibility. Enhancements. Email Security. SonicWALL Email Security 7.3.2 Appliance Release Notes Email Security SonicWALL Email Security 7.3.2 Appliance Release Notes System Compatibility SonicWALL Email Security 7.3.2 is supported on the following SonicWALL Email Security appliances: SonicWALL Email

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Veritas Cluster Server

Veritas Cluster Server APPENDIXE This module provides basic guidelines for the (VCS) configuration in a Subscriber Manager (SM) cluster installation. It assumes basic knowledge of the VCS environment; it does not replace the

More information

McAfee Endpoint Encryption Hot Backup Implementation

McAfee Endpoint Encryption Hot Backup Implementation McAfee Endpoint Encryption Hot Backup Implementation 1 Endpoint Encryption Hot Backup Implementation Planning, Implementing and Managing SafeBoot Enterprise Systems SafeBoot Hot Backup Implementation Having

More information

Configure AlwaysOn Failover Cluster Instances (SQL Server) using InfoSphere Data Replication Change Data Capture (CDC) on Windows Server 2012

Configure AlwaysOn Failover Cluster Instances (SQL Server) using InfoSphere Data Replication Change Data Capture (CDC) on Windows Server 2012 Configure AlwaysOn Failover Cluster Instances (SQL Server) using InfoSphere Data Replication Change Data Capture (CDC) on Windows Server 2012 Introduction As part of the SQL Server AlwaysOn offering, AlwaysOn

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

Configure SPLM 2012 on Windows 7 Laptop

Configure SPLM 2012 on Windows 7 Laptop Configure SPLM 2012 on Windows 7 Laptop 7/12/2012 SmartPlant License Manager (SPLM) requires a static IP Address on the license machine. To fulfill this requirement on laptops a virtual network adapter

More information

Omtool Server Monitor administrator guide

Omtool Server Monitor administrator guide Omtool Server Monitor administrator guide May 29, 2008 (4.0342-AA) Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: +1/1 978 327 5700 Toll-free in the US: +1/1 800 886 7845 Fax: +1/1 978 659 1300

More information

Planning, Implementing and Managing SafeBoot Enterprise Systems

Planning, Implementing and Managing SafeBoot Enterprise Systems Off s a f e b o o t h o t b a c k u p d e s i g n Overview Having a single physical server for your SafeBoot enterprise is obviously risky, and even if regular backups are taken delays can occur in user

More information

INUVIKA TECHNICAL GUIDE

INUVIKA TECHNICAL GUIDE --------------------------------------------------------------------------------------------------- INUVIKA TECHNICAL GUIDE FILE SERVER HIGH AVAILABILITY OVD Enterprise External Document Version 1.0 Published

More information

Linux High Availability

Linux High Availability Linux High Availability In general, there are service monitor daemons running on the load balancer to check server health periodically, as illustrated in the figure of LVS high availability. If there is

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

High Availability for VMware GSX Server

High Availability for VMware GSX Server High Availability for GSX Server High Availability for GSX Server Revision 1.1.0 published January 2005, GeoCluster, and NSI are registered trademarks of NSI Software, Inc. Balance is a trademark of NSI

More information

AX4 5 Series Software Overview

AX4 5 Series Software Overview AX4 5 Series Software Overview March 6, 2008 This document presents an overview of all software you need to configure and monitor any AX4 5 series storage system running the Navisphere Express management

More information

How to build a SQL Server cluster

How to build a SQL Server cluster SQL Server Insider Clusters help you run a highly available SQL Server, but setup requires a whole bunch of steps. We walk you through the process, and help you make the right configuration decisions before

More information

Network Server for Windows. Overview of the Sequencher Network Page 2. Installing Sequencher Server for the First Time Page 3

Network Server for Windows. Overview of the Sequencher Network Page 2. Installing Sequencher Server for the First Time Page 3 Network Server for Windows Installation Instructions Overview of the Sequencher Network Page 2 Installing Sequencher Server for the First Time Page 3 Adding Sequencher licenses to KeyServer Page 4 Updating

More information

Configuration of a Load-Balanced and Fail-Over Merak Cluster using Windows Server 2003 Network Load Balancing

Configuration of a Load-Balanced and Fail-Over Merak Cluster using Windows Server 2003 Network Load Balancing Configuration of a Load-Balanced and Fail-Over Merak Cluster using Windows Server 2003 Network Load Balancing Author: Gerrit Schunk Last Modified: 2005-07-08 Copyright SolWeb Informática S.L. All rights

More information

BounceBack Server Solution Reference Guide

BounceBack Server Solution Reference Guide BounceBack Server Solution Reference Guide Contents Introduction... 2 System Requirements... 3 Initial Setup... 4 BounceBack Server Appliance Front View... 5 BounceBack Server Appliance Rear View... 6

More information

Windows clustering glossary

Windows clustering glossary Windows clustering glossary To configure the Microsoft Cluster Service with Windows 2000 Advanced Server, you need to have a solid grounding in the various terms that are used with the Cluster Service.

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

Deploying Microsoft Clusters in Parallels Virtuozzo-Based Systems

Deploying Microsoft Clusters in Parallels Virtuozzo-Based Systems Parallels Deploying Microsoft Clusters in Parallels Virtuozzo-Based Systems Copyright 1999-2008 Parallels, Inc. ISBN: N/A Parallels Holdings, Ltd. c/o Parallels Software, Inc. 13755 Sunrise Valley Drive

More information

High Availability for Internet Information Server Using Double-Take 4.x

High Availability for Internet Information Server Using Double-Take 4.x High Availability for Internet Information Server Using Double-Take 4.x High Availability for Internet Information Server Using Double-Take 4.x published December 2002 NSI and Double-Take are registered

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

PS Series Storage Array - Configuration, Operation and Management

PS Series Storage Array - Configuration, Operation and Management Course Title: PS Series Storage Array - Configuration, Operation and Management The Partner Technical Training PS Series Storage Array - Configuration, Operation and Management course provides the opportunity

More information

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud David Pae, Ulf Schoo June 2013 (Please consult http://aws.amazon.com/windows/

More information

How to Restore a Windows System to Bare Metal

How to Restore a Windows System to Bare Metal How to Restore a Windows System to Bare Metal This article applies to Barracuda Backup Server firmware version 5.4 and higher. Bare metal recovery allows you to restore a complete Microsoft Windows system,

More information

Installing RMFT on an MS Cluster

Installing RMFT on an MS Cluster Installing RMFT on an MS Cluster RMFT Software Version 2.4.3 Supported on: Windows Server 2003 Enterprise Edition Windows Server 2000 Advanced Windows Server 2003 Datacenter Edition Windows Server 2008

More information

FreeFlow Accxes Print Server V15.0 August 2010 701P50924. Xerox FreeFlow Accxes Print Server Drivers and Client Tools Software Installation Guide

FreeFlow Accxes Print Server V15.0 August 2010 701P50924. Xerox FreeFlow Accxes Print Server Drivers and Client Tools Software Installation Guide FreeFlow Accxes Print Server V15.0 August 2010 701P50924 Xerox FreeFlow Accxes Print Server Drivers and Client Tools Software 2010 Xerox Corporation. All rights reserved. XEROX and Xerox and Design, 6204,

More information

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Introduction Successful ClientBase Browser usage depends on proper hardware, setup and installation. This section

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

Backup and Restore of CONFIGURATION Object on Windows 2008

Backup and Restore of CONFIGURATION Object on Windows 2008 Backup and Restore of CONFIGURATION Object on Windows 2008 Technical Whitepaper Contents Introduction... 3 CONFIGURATION Backup... 3 Windows configuration objects... 3 Active Directory... 4 DFS... 4 DHCP

More information

Step-by-Step Guide to Open-E DSS V7 Active-Active Load Balanced iscsi HA Cluster

Step-by-Step Guide to Open-E DSS V7 Active-Active Load Balanced iscsi HA Cluster www.open-e.com 1 Step-by-Step Guide to Open-E DSS V7 Active-Active Load Balanced iscsi HA Cluster (without bonding) Software Version: DSS ver. 7.00 up10 Presentation updated: May 2013 www.open-e.com 2

More information

Cluster Installation Manual

Cluster Installation Manual Cluster Installation Manual SECURITY MANAGEMENT SYSTEM 9600-0406 G4S Technology 2005-2010 All rights reserved. No part of this publication may be reproduced in any form without the written permission of

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

Installation Guide July 2009

Installation Guide July 2009 July 2009 About this guide Edition notice This edition applies to Version 4.0 of the Pivot3 RAIGE Operating System and to any subsequent releases until otherwise indicated in new editions. Notification

More information

MCSE 2003. Core exams (Networking) One Client OS Exam. Core Exams (6 Exams Required)

MCSE 2003. Core exams (Networking) One Client OS Exam. Core Exams (6 Exams Required) MCSE 2003 Microsoft Certified Systems Engineer (MCSE) candidates on the Microsoft Windows Server 2003 track are required to satisfy the following requirements: Core Exams (6 Exams Required) Four networking

More information

Upgrading Cisco UCS Central

Upgrading Cisco UCS Central This chapter includes the following sections: to Release 1.3, page 1 to Release 1.3 You can upgrade Cisco UCS Central release 1.1(2a) or 1.2 to 1.3 in either standalone or cluster mode. If you are already

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

Installing SQL Server 2008 Cluster

Installing SQL Server 2008 Cluster 1. Introduction Installing SQL Server 2008 Cluster This document outlines the step by step process to install SQL Server 2008 failover Cluster. 2. Prerequisites The following prerequisites must be fulfilled

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

Installation of MicroSoft Active Directory

Installation of MicroSoft Active Directory Installation of MicroSoft Active Directory Before you start following this article you must be aware this is simply a lab setup and you need to assign relevant ip address, hostnames & domain names which

More information

Hands-On Microsoft Windows Server 2008. Chapter 12 Managing System Reliability and Availability

Hands-On Microsoft Windows Server 2008. Chapter 12 Managing System Reliability and Availability Hands-On Microsoft Windows Server 2008 Chapter 12 Managing System Reliability and Availability Objectives Understand general problem-solving strategies Resolve boot problems Use and configure Event Viewer

More information

PolyServe Understudy QuickStart Guide

PolyServe Understudy QuickStart Guide PolyServe Understudy QuickStart Guide PolyServe Understudy QuickStart Guide POLYSERVE UNDERSTUDY QUICKSTART GUIDE... 3 UNDERSTUDY SOFTWARE DISTRIBUTION & REGISTRATION... 3 Downloading an Evaluation Copy

More information

How To Install And Configure Windows Server 2003 On A Student Computer

How To Install And Configure Windows Server 2003 On A Student Computer Course: WIN310 Student Lab Setup Guide Microsoft Windows Server 2003 Network Infrastructure (70-291) ISBN: 0-470-06887-6 STUDENT COMPUTER SETUP Hardware Requirements All hardware must be on the Microsoft

More information

Intelligent disaster recovery. Dell DL backup to Disk Appliance powered by Symantec

Intelligent disaster recovery. Dell DL backup to Disk Appliance powered by Symantec Intelligent disaster recovery Dell DL backup to Disk Appliance powered by Symantec The PowerVault DL Backup to Disk Appliance Powered by Symantec Backup Exec offers the industry s only fully integrated

More information

CONFIGURING MNLB FOR LOAD BALANCING EXCHANGE 2013 CU2 CAS SERVERS FOR HIGH AVAILABILITY

CONFIGURING MNLB FOR LOAD BALANCING EXCHANGE 2013 CU2 CAS SERVERS FOR HIGH AVAILABILITY CONFIGURING MNLB FOR LOAD BALANCING EXCHANGE 2013 CU2 CAS SERVERS FOR HIGH AVAILABILITY INFRASTRUCTURE CONFIGURATION 2 CAS Servers Virtual Machines running on Hyper-V Windows Server 2013 R2 Generation

More information

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

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

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

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

VERITAS NetBackup 6.0 High Availability

VERITAS NetBackup 6.0 High Availability VERITAS NetBackup 6.0 High Availability System Administrator s Guide for UNIX, Windows, and Linux N152848 September 2005 Disclaimer The information contained in this publication is subject to change without

More information

High-Availability User s Guide v2.00

High-Availability User s Guide v2.00 Intended Audience The information presented in this manual is written for storage administrators to build Thecus High-Availability system. Requirement Two Thecus NAS with High-Availability Firmware 2.00.00

More information

InterWorx Clustering Guide. by InterWorx LLC

InterWorx Clustering Guide. by InterWorx LLC InterWorx Clustering Guide by InterWorx LLC Contents 1 What Is Clustering? 3 1.1 What Does Clustering Do? What Doesn t It Do?............................ 3 1.2 Why Cluster?...............................................

More information

Application Note 116: Gauntlet System High Availability Using Replication

Application Note 116: Gauntlet System High Availability Using Replication Customer Service: 425-487-1515 Technical Support: 425-951-3390 Fax: 425-487-2288 Email: info@teltone.com support@teltone.com Website: www.teltone.com Application Note 116: Gauntlet System High Availability

More information

Microsoft Exchange 2003 Disaster Recovery Operations Guide

Microsoft Exchange 2003 Disaster Recovery Operations Guide Microsoft Exchange 2003 Disaster Recovery Operations Guide Microsoft Corporation Published: December 12, 2006 Author: Exchange Server Documentation Team Abstract This guide provides installation and deployment

More information

IBM FileNet Image Services

IBM FileNet Image Services IBM FileNet Image Services Version 4.1 Microsoft Cluster Server Installation and Upgrade Procedures for Windows Server GC31-5531-01 IBM FileNet Image Services Version 4.1 Microsoft Cluster Server Installation

More information

Secure Perfect RAID Recovery Instructions

Secure Perfect RAID Recovery Instructions Secure Perfect RAID Recovery Instructions Contents Overview Dell PowerEdge 2500 RAID Level 1 Recovery Instructions Overview NOTE If you possess a previous version of this document, you may notice changes

More information

Upgrading Good Mobile Messaging and Good Mobile Control Servers

Upgrading Good Mobile Messaging and Good Mobile Control Servers Good Mobile Messaging Server 8.1.6 Good Mobile Control Server 2.6.4 for IBM Lotus Domino Upgrading Good Mobile Messaging and Good Mobile Control Servers Updated: 09/25/15 1 Introduction 1 2 Pre-Upgrade

More information

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design Implementing Microsoft SQL Server 2008 Exercise Guide Database by Design Installation Lab: This lab deals with installing the SQL Server 2008 database. The requirements are to have either a Windows 7 machine

More information

Symantec NetBackup Bare Metal Restore Administrator's Guide

Symantec NetBackup Bare Metal Restore Administrator's Guide Symantec NetBackup Bare Metal Restore Administrator's Guide UNIX, Windows, Linux Release 7.5 Symantec NetBackup Bare Metal Restore Administrator's Guide The software described in this book is furnished

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

Managing, Maintaining Data in a Virtual World

Managing, Maintaining Data in a Virtual World Moving, ed.harnish@acronis.com Ed Acronis Harnish, Inc. VP Managing, Maintaining Data in a Virtual World BR The VM, Console DR and & Archiving and Recovery Operating Recovery Strategies System Agenda High

More information

Dell PowerVault MD3400 and MD3420 Series Storage Arrays Deployment Guide

Dell PowerVault MD3400 and MD3420 Series Storage Arrays Deployment Guide Dell PowerVault MD3400 and MD3420 Series Storage Arrays Deployment Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION:

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

PRIMECLUSTER GLS for Windows. GLS Setup Guide for Cluster Systems MSCS/MSFC Edition

PRIMECLUSTER GLS for Windows. GLS Setup Guide for Cluster Systems MSCS/MSFC Edition PRIMECLUSTER GLS for Windows GLS Setup Guide for Cluster Systems MSCS/MSFC Edition B1FN-5931-02ENZ0(00) February 2012 Preface Purpose of this Manual This manual is intended to explain installation procedures

More information

SteelEye Protection Suite for Linux v8.2.0 WebSphere MQ / MQSeries Recovery Kit. Administration Guide

SteelEye Protection Suite for Linux v8.2.0 WebSphere MQ / MQSeries Recovery Kit. Administration Guide SteelEye Protection Suite for Linux v8.2.0 WebSphere MQ / MQSeries Recovery Kit Administration Guide October 2013 This document and the information herein is the property of SIOS Technology Corp. (previously

More information

High Availability & Disaster Recovery Development Project. Concepts, Design and Implementation

High Availability & Disaster Recovery Development Project. Concepts, Design and Implementation High Availability & Disaster Recovery Development Project Concepts, Design and Implementation High Availability & Disaster Recovery Development Project CONCEPTS Who: Schmooze Com Inc, maintainers, core

More information

Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2. Summary

Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2. Summary Technical Bulletin Application Note April 2013 Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2 Summary This application note describes how to install the

More information

Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide

Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Microsoft Corporation Published: October 2006 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step guide

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

White Paper. Fabasoft on Linux Cluster Support. Fabasoft Folio 2015 Update Rollup 2

White Paper. Fabasoft on Linux Cluster Support. Fabasoft Folio 2015 Update Rollup 2 White Paper Fabasoft Folio 2015 Update Rollup 2 Copyright Fabasoft R&D GmbH, Linz, Austria, 2015. All rights reserved. All hardware and software names used are registered trade names and/or registered

More information

Release Notes. LiveVault. Contents. Version 7.65. Revision 0

Release Notes. LiveVault. Contents. Version 7.65. Revision 0 R E L E A S E N O T E S LiveVault Version 7.65 Release Notes Revision 0 This document describes new features and resolved issues for LiveVault 7.65. You can retrieve the latest available product documentation

More information

Chapter 2 Preparing Your Network

Chapter 2 Preparing Your Network Chapter 2 Preparing Your Network This document describes how to prepare your network to connect to the Internet through a router and how to verify the readiness of your broadband Internet service from

More information

VERITAS NetBackup TM 6.0

VERITAS NetBackup TM 6.0 VERITAS NetBackup TM 6.0 System Administrator s Guide, Volume II for UNIX and Linux N15258B September 2005 Disclaimer The information contained in this publication is subject to change without notice.

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

Wazza s QuickStart 1. Leopard Server - Install & Configure DNS

Wazza s QuickStart 1. Leopard Server - Install & Configure DNS Wazza s QuickStart 1. Leopard Server - Install & Configure DNS About this Document This document is the first in a series of documents describing the process of installing and configuring a Mac OS X 10.5

More information

Preface... 1. Introduction... 1 High Availability... 2 Users... 4 Other Resources... 5 Conventions... 5

Preface... 1. Introduction... 1 High Availability... 2 Users... 4 Other Resources... 5 Conventions... 5 Table of Contents Preface.................................................... 1 Introduction............................................................. 1 High Availability.........................................................

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

Course: WIN310. Student Lab Setup Guide. Summer 2010. Microsoft Windows Server 2003 Network Infrastructure (70-291)

Course: WIN310. Student Lab Setup Guide. Summer 2010. Microsoft Windows Server 2003 Network Infrastructure (70-291) Course: WIN310 Student Lab Setup Guide Summer 2010 Microsoft Windows Server 2003 Network Infrastructure (70-291) ISBN: 0-470-06887-6 Published by Wiley & Sons 1 STUDENT COMPUTER SETUP Hardware Requirements

More information

ITA Mail Archive Setup Guide

ITA Mail Archive Setup Guide This version of ITA Mail Archive is optimized to archive emails on both Microsoft Exchange 2000 and 2003 and 2007 servers. It is highly recommended that ITA Mail Archive should run on a server other than

More information

Building a Highly Available and Scalable Web Farm

Building a Highly Available and Scalable Web Farm Page 1 of 10 MSDN Home > MSDN Library > Deployment Rate this page: 10 users 4.9 out of 5 Building a Highly Available and Scalable Web Farm Duwamish Online Paul Johns and Aaron Ching Microsoft Developer

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