CHARON-VAX application note

Size: px
Start display at page:

Download "CHARON-VAX application note"

Transcription

1 AN-022 Building VMS disk cluster systems with CHARON-VAX Author: Software Resources International Date: Revised 6 September 2004 Applies to: CHARON-VAX/XM and CHARON-VAX/XL for Windows build or later and VAX/VMS version 5.5-2H4 or later Host OS: Windows 2000 / XP Professional, Windows 2003 Server VAX/VMS clusters can work in different node architectures. The poor-man s version is an LAVC cluster, where the interconnecting Ethernet handles all cluster traffic (management and data) between the nodes. The advantage of an LAVC cluster is simplicity (no shared disk storage hardware is required); the disadvantage is low data throughput, limited by the 10/100 Mbps Ethernet interconnect. Much higher data access rates in a VMS cluster are achieved by direct access from the VAX/VMS nodes to shared storage devices, with Ethernet handling only the distributed VMS lock manager (access management) traffic. The traditional VAX hardware solution for such a cluster was the use of DSSI or CI disk controllers and storage shelves. Unfortunately, DSSI or CI hardware is hard to get, not supported by Windows host systems, and is limited in throughput (several Mbytes/sec) compared to current technology. The ability of several VAX emulator models in CHARON-VAX/XM and CHARON- VAX/XL (notably the and the emulations) to map emulated MSCP drives to host-based disk images, host SCSI disks or iscsi devices permits the emulation of low cost, high performance VMS clusters with direct disk sharing. The necessary VMS system configurations and the related host hardware requirements are described in this application note. Note: Direct disk sharing does not work with emulated VAX SCSI disks as used for instance in the emulation of a VAX 3100 system. The emulated SCSI controllers in those systems do not support Tagged Command Queuing (TCQ) that is required to guarantee order of execution of SCSI commands. The following description assumes the use of the VAX or models available in CHARON-VAX/XM and CHARON-VAX/XL (Plus) version or later. These models provide an implementation of an MSCP disk controller that can work with either disk container files, physical SCSI drives (seen by the VAX environment as MSCP drives) or virtual disks created by the Microsoft iscsi Initiator. This document is provided for information only and is not a legally binding offer. Software Resources International reserves the right to change the product specifications without prior notice or retire the product. The CHARON name and its logo are a registered trademark of Software Resources International. For further information: vaxinfo@vaxemulator.com

2 The emulated MSCP disks can be shared and accessed directly as in a hardware VAX DSSI cluster, but with an access speed reflecting modern disk hardware. The two practical alternatives are a physical SCSI connection or the use of iscsi. Physical SCSI connections to the Windows hosts require a multi-port SCSI storage shelf and is most practical for a two-node cluster. Note: When you use a shared SCSI storage shelf, avoid Windows-based RAID. Depending on the implementation of the RAID synchronization, VMS access to logical RAID drives can be slow and cause VMS disk offline errors. Use the standard VMS redundancy mechanisms like shadowing instead. The use of iscsi is an interesting alternative that offers a wide price / performance range due to cost-effective GB Ethernet and a choice of iscsi hardware or software target implementations. An iscsi storage subsystem (target) can support VMS clusters with many nodes. As long as simultaneous hardware connectivity between the host systems and the shared disks is available, the number of clustered CHARON-VAX nodes is only limited by VMS cluster limitations, but VMS clusters of more than three nodes have not yet been tested. VAX/VMS installation and configuration Note that VAX/VMS version 5.5-2H4 is the oldest version that can be used for clustering with the VAX or models in CHARON-VAX/XM and CHARON- VAX//XL. In the tested configurations, each node had its own - not shared - system disk on its own host system configured as a Windows disk image or physical disk drive (i.e. \\.\PhysicalDriveX). The installation of the VAX/VMS operating system for each of the CHARON-VAX/XM and CHARON-VAX/XL instances follows the same process as for a standalone CHARON-VAX installation, while observing the naming requirements for the shared disks (see below). After installation of each instance of CHARON-VAX, edit the configuration file to identify the VMS system disk (image, or physical disk drive, not shared), other not-shared disks /disk images, other peripherals and the shared MSCP disks. Each of the cluster instances has its own dedicated system disk containing a copy of the VAX/VMS system. Since all those system disks can be accessible from all CHARON- VAX/XM and CHARON-VAX/XL instances they must have different names. Note that the disk volume label must also be unique. For example DUA0 boots the first instance and DUA1 boots the second instance. Configuration of shared disks By following these guidelines, each instance of VAX/VMS should boot properly as a standalone system. Make sure you boot each instance from the proper location (i.e. its own Page 2 of 6

3 configuration data) by using clear configuration file naming. Since the emulator console port can be defined as a Telnet session, you can boot all nodes from a single system using a suitable terminal emulator. In the configuration files of all CHARON-VAX instances, for all shared MSCP disks, assign identical device names and identical allocation classes so that all VAX instances see the same device with the same name and attributes (e.g. DUA0 points to the same storage container, physical disk or iscsi target for all instances). Note: DO NOT run any instances simultaneously until they are configured as VAX/VMS cluster nodes. Violating this rule causes shared data loss which can be difficult to detect. It is recommended to set proper boot flags and default boot device in each CHARON-VAX instance. This will keep the booting process consistent while doing automatic startup and reboot. Setting up the VAX/VMS Cluster After successful installation of VAX/VMS on each of the CHARON-VAX/XM and CHARON-VAX/XL instances, they must be configured to run as VAX/VMS Cluster nodes. The VAX/VMS Cluster configuration must take place on each (!) instance running VAX/VMS. Note: Make sure that each instance has the appropriate VMS LMF licenses available for the VAX CPU you emulate, including the LMF keys required to operate as a VAX/VMS cluster. As the VAX/VMS instances cannot co-exist yet, the following steps must be repeated for each instance while the other instance(s) are not running: 1. Boot the instance of the CHARON-VAX/XM or CHARON-VAX/XL from the appropriate location (disk and system root). 2. Verify that the DECnet addresses on all systems are different (in particular when VMS system images are obtained from the same hardware VAX). DECnet addresses translate into physical NIC addresses. Two identical NIC addresses will cause the Ethernet segment to hang. 3. See the document OpenVMSCluster Systems for advice on how to set up cluster parameters and authorizations. See the paragraphs on cluster parameters below for some tips. 4. Load the appropriate VAX/VMS Cluster licenses. 5. Shut down (do not reboot!) the instance of CHARON-VAX/XM or CHARON- VAX/XL. The steps listed above shall be performed on each CHARON-VAX/XM and CHARON- VAX/XL instance, while the other instances are NOT running. Page 3 of 6

4 Cluster parameters some tips. Read the OpenVMSCluter documentation for full details but here we include a few tips to help getting started. Ideally set all parameters using the DCL script SYS$MANAGER:CLUSTER_CONFIG.COM Set up cluster authorizations using $ RUN SYS$SYSTEM:SYSMAN SYSMAN> CONFIGURATION SET CLUSTER_AUTHORIZATION Updates the cluster authorization file, CLUSTER_AUTHORIZE.DAT, in the directory SYS$COMMON:[SYSEXE]. (The SET command creates this file if it does not already exist.) You can include the following qualifiers on this command: /GROUP_NUMBER Specifies a cluster group number. Group number must be in the range from 1 to 4095 or to /PASSWORD Specifies a cluster password. Password may be from 1 to 31 characters in length and may include alphanumeric characters, dollar signs ( $ ), and underscores ( _ ). SYSMAN> CONFIGURATION SHOW CLUSTER_AUTHORIZATION Displays the cluster group number. SYSMAN> HELP CONFIGURATION SET CLUSTER_AUTHORIZATION As an alternative to using the full cluster_config.com you may modify the SYS$SYSTEM:MODPARAMS.DAT file so that the VAX/VMS Cluster software is properly configured. The modifications include the specification of the proper values for the following system parameters (the list below is an example for a two node cluster): VOTES=1 EXPECTED_VOTES=2 VAXCLUSTER=1 DISK_QUORUM= NISCS_LOAD_PEA0=1 MSCP_LOAD=1 MSCP_SERVE_ALL=2 ALLOCLASS=1 INTERCONNECT= NI BOOTNODE= N ALLOCLASS may be any non-zero value but must be the same on all nodes. If you want have a cluster with any (arbitrary) number of nodes (1, 2 n) set EXPECTED_VOTES to 1. If your cluster MUST HAVE not less then N-nodes, then use value N for EXPECTED_VOTES and VOTES=1 for all nodes (without quorum disk). Page 4 of 6

5 Run the AUTOGEN utility to apply the changes made to the SYS$SYSTEM:MODPARAMS.DAT. Warning: Just modifying the MODPARAMS.DAT you lose such cluster specific parameters like authorization cluster group number and password. This information is in the binary file sys$system:cluster_authorize.dat. As a workaround this file can be copied to all cluster nodes to have the same authorization parameters (group/password). Please refer to the available VAX/VMS documentation for a detailed description of each of the parameters listed above, if necessary. After the five steps are finished for each of the CHARON-VAX/XM and CHARON-VAX/XL instances, all the instances can be booted simultaneously to form a VAX/VMS shared disk cluster. Host system hardware Three different ways to create a multi-node CHARON-VAX/XM and CHARON-VAX/XL direct access shared disk cluster have been tested. In each case each host was a dual CPU Windows 2000 or Windows XP Professional host system (or a Hyper-threading P4 system providing two logical CPUs under Windows XP) running an instance of CHARON-VAX/XM or CHARON-VAX/XL. The shared storage, represented as MSCP disks by CHARON-VAX, could be represented in the following alternate ways: 1. By disk container files on a Windows remote share on an additional Windows system, connected via 1GB Ethernet. This is a low-cost test solution with the disadvantage that if the network connection is broken the shared disk in a CHARON-VAX instance goes offline. Reestablishing the connection does not bring the disk back online. Locating a shared disk on one of the CHARON-VAX hosts leads in general to failure as the heavy system load creates a significant difference in access time between the 'local' and the remote VAX instances, causing timeouts. 2. By connecting two CHARON-VAX nodes to a dual port SCSI storage shelf. The shelf must allow true simultaneous disk access, something that not all multi-port SCSI shelves implement correctly. A storage unit that is qualified for VMS clusters (e.g. the HP MSA 1000) will work correctly. This solution is difficult to implement for a cluster with more than two CHARON-VAX nodes. 3. The use of iscsi permits an easy implementation of multiple cluster nodes; the virtual SCSI drives created by the standard Windows iscsi initiator can be configured to work as MSCP drives in CHARON-VAX/XM and CHARON-VAX/XL. The selection of an iscsi target depends on the required I/O performance. While dedicated iscsi storage hardware provides the highest performance, even a software implementation like WinTarget provides a performance exceeding that of DSSI hardware. With WinTarget on a 2.8 GHz P4 system and 1GB Ethernet, CHARON-VAX disk I/O transfer rates >12 Mbytes/sec have been measured for single file copy to a shared drive, and >2 Mbytes/sec for simultaneous copies from two CHARON-VAX nodes. Page 5 of 6

6 In all cases, the CHARON-VAX nodes were interconnected with 100 Mbps Ethernet to handle the VMS cluster management and other network information. If concurrent database updates generate heavy lock manager traffic, a separate LAN for this traffic can be configured in VAX/VMS running on CHARON-VAX node. Note: None of the three solutions permit the addition of VAX hardware systems to the VAX/VMS cluster. While hardware VAX systems can connect to physical SCSI drives (the only way to directly access the same disks as the CHARON-VAX cluster), those disks will not be considered by VMS running on the hardware VAX as sharable MSCP drives. [ ] Page 6 of 6

CHARON-VAX application note

CHARON-VAX application note CHARON-VAX application note AN-036 Testing various Shared Disk VAX-cluster Author: Ralf van Diesen Updated: 16 September 2005 CLUSTERING WITH DIRECT ACCESS USING SHARED STORAGE VAX/VMS clusters can be

More information

Parallels Containers for Windows 6.0

Parallels Containers for Windows 6.0 Parallels Containers for Windows 6.0 Deploying Microsoft Clusters June 10, 2014 Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse

More information

Emulator Clustering Hands on Lab Session I319 Camiel Vanderhoeven and Barry Kierstein

Emulator Clustering Hands on Lab Session I319 Camiel Vanderhoeven and Barry Kierstein Emulator Clustering Hands on Lab Session I319 Camiel Vanderhoeven and Barry Kierstein Emulator Clustering Hands on Lab Session Goals Introductions Overview of virtualization Hands on experience setting

More information

vtserver Running vtserver on Hypervisors

vtserver Running vtserver on Hypervisors vtserver vtalpha/vtvax Bare Metal Version 4.0.0 Running vtserver on Hypervisors TECHNICAL NOTE BN-0001-09 Running vtserver on Hypervisors Technical Note BN-0001-09 (February 26, 2019) 2019 AVTware / Vere

More information

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky)

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) MediaPulse Architecture Xytech Systems MediaPulse solution utilizes a multitier architecture, requiring at minimum three server roles: a database

More information

HP OpenVMS Systems. The world s leader in clustering. Providing highly available, unlimited high-end computing for your business needs

HP OpenVMS Systems. The world s leader in clustering. Providing highly available, unlimited high-end computing for your business needs 1 HP OpenVMS Systems The world s leader in clustering Providing highly available, unlimited high-end computing for your business needs Expanding the limits of the world's leading clusters Hewlett-Packard

More information

White Paper. July VAX Emulator on HP s Marvel AlphaServers Extends the Life of Legacy DEC VAX Systems

White Paper. July VAX Emulator on HP s Marvel AlphaServers Extends the Life of Legacy DEC VAX Systems Resilient Systems, Inc. 199 Nathan Lane Carlisle, MA 01741 U.S.A. (tel) 1.978.369.5356 (fax) 1.978.371.9065 White Paper July 2003 VAX Emulator on HP s Marvel AlphaServers Extends the Life of Legacy DEC

More information

RUNNING VTSERVER IN A VIRTUAL MACHINE ENVIRONMENT

RUNNING VTSERVER IN A VIRTUAL MACHINE ENVIRONMENT RUNNING VTSERVER IN A VIRTUAL MACHINE ENVIRONMENT TECHNICAL NOTE BN-0001-04 AVT/Vere Technical Note: Running vtserver in a Virtual Machine Environment BN-0001-04 (October, 2016) 2016 Vere Technologies

More information

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky)

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) MediaPulse Architecture Xytech s MediaPulse solution utilizes a multitier architecture, requiring at minimum three server roles: a database server,

More information

vstart 50 VMware vsphere Solution Specification

vstart 50 VMware vsphere Solution Specification vstart 50 VMware vsphere Solution Specification Release 1.3 for 12 th Generation Servers Dell Virtualization Solutions Engineering Revision: A00 March 2012 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

CHARON-VAX application note

CHARON-VAX application note AN-42 Tape devices usage in CHARON-VAX Author: Software Resources International Date: 05-May-2006 Before using a physical tape drive with CHARON-VAX read these recommendations on how to configure tape

More information

Southern Maine Community College Information Technology Professor Howard Burpee. Installing Windows Server 2012

Southern Maine Community College Information Technology Professor Howard Burpee. Installing Windows Server 2012 Southern Maine Community College Information Technology Installing Windows Server 2012 Objectives: Planning an installation for a new LAN Pre installation aspects of Server 2012 How-to install and configure

More information

System Requirements. Hardware and Virtual Appliance Requirements

System Requirements. Hardware and Virtual Appliance Requirements This chapter provides a link to the Cisco Secure Network Server Data Sheet and lists the virtual appliance requirements. Hardware and Virtual Appliance Requirements, page 1 Virtual Machine Appliance Size

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

Clearswift SECURE Gateways

Clearswift SECURE Gateways Clearswift SECURE Gateways Virtual Deployment Guidelines Issue 1.1 December 2015 Copyright Version 1.1, December, 2015 Published by Clearswift Ltd. 1995 2015 Clearswift Ltd. All rights reserved. The materials

More information

HP Supporting the HP ProLiant Storage Server Product Family.

HP Supporting the HP ProLiant Storage Server Product Family. HP HP0-698 Supporting the HP ProLiant Storage Server Product Family https://killexams.com/pass4sure/exam-detail/hp0-698 QUESTION: 1 What does Volume Shadow Copy provide?. A. backup to disks B. LUN duplication

More information

CockpitMgr for OpenVMS

CockpitMgr for OpenVMS CockpitMgr for OpenVMS Johan Michiels Product Manager HP Belgium Today s speaker: Gerrit Woertman VSI VMS Ambassador CTO OpenVMS Business Generating Software (BGS) gerrit@bgsoftware.nl Some history. Why

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better use of your

More information

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide. support.dell.com

VMware Infrastructure Update 1 for Dell PowerEdge Systems. Deployment Guide.   support.dell.com VMware Infrastructure 3.0.2 Update 1 for Dell PowerEdge Systems Deployment Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better

More information

Reinstalling the Operating System on the Dell PowerVault 745N

Reinstalling the Operating System on the Dell PowerVault 745N Reinstalling the Operating System on the Dell PowerVault 745N This document details the following steps to reinstall the operating system on a PowerVault 745N system: 1. Install the Reinstallation Console

More information

Parallels Virtuozzo Containers 4.6 for Windows

Parallels Virtuozzo Containers 4.6 for Windows Parallels Parallels Virtuozzo Containers 4.6 for Windows Deploying Microsoft Clusters Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o

More information

A Dell Technical White Paper Dell PowerVault MD32X0, MD32X0i, and MD36X0i

A Dell Technical White Paper Dell PowerVault MD32X0, MD32X0i, and MD36X0i Microsoft Hyper-V Implementation Guide for Dell PowerVault MD Series Storage Arrays A Dell Technical White Paper Dell PowerVault MD32X0, MD32X0i, and MD36X0i THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Requirements and Dependencies

Requirements and Dependencies CHAPTER 2 You can install and use Security Manager as a standalone product or in combination with several other Cisco Security Management Suite applications, including optional applications that you can

More information

F5 BIG-IQ Centralized Management and Microsoft Hyper-V: Setup. Version 5.2

F5 BIG-IQ Centralized Management and Microsoft Hyper-V: Setup. Version 5.2 F5 BIG-IQ Centralized Management and Microsoft Hyper-V: Setup Version 5.2 Table of Contents Table of Contents Getting Started with BIG-IQ Virtual Edition...5 What is BIG-IQ Virtual Edition?...5 About

More information

License Management on Integrity Servers

License Management on Integrity Servers License Management on Integrity Servers Guy Peleg LMF technical leader OpenVMS Engineering lmf@hp.com 2003 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

This release of the product includes these new features that have been added since NGFW 5.5.

This release of the product includes these new features that have been added since NGFW 5.5. Release Notes Revision B McAfee Next Generation Firewall 5.7.4 Contents About this release New features Enhancements Known limitations Resolved issues System requirements Installation instructions Upgrade

More information

P4000 VSA Installation and Configuration Guide

P4000 VSA Installation and Configuration Guide HP StorageWorks P4000 VSA Installation and Configuration Guide This guide provides information about installing and configuring the VSA for ESX Server and the VSA for Hyper-V. Included are network configuration

More information

OpenVMS VAX Version 7.3 Upgrade and Installation Manual

OpenVMS VAX Version 7.3 Upgrade and Installation Manual OpenVMS VAX Version 7.3 Upgrade and Installation Manual Order Number: AA QSBQD TE September 2001 This manual provides step-by-step instructions for upgrading and installing the Compaq OpenVMS VAX operating

More information

HP LeftHand P4000 Virtual SAN Appliance in an HP BladeSystem environment solution guide

HP LeftHand P4000 Virtual SAN Appliance in an HP BladeSystem environment solution guide HP LeftHand P4000 Virtual SAN Appliance in an HP BladeSystem environment solution guide AT459-96002 Part number: AT459-96002 First edition: April 2009 Legal and notice information Copyright 2009 Hewlett-Packard

More information

BIG-IP Virtual Edition and Microsoft Hyper- V: Setup. Version 12.1

BIG-IP Virtual Edition and Microsoft Hyper- V: Setup. Version 12.1 BIG-IP Virtual Edition and Microsoft Hyper- V: Setup Version 12.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition on Hyper-V... 5 Steps to deploy BIG-IP VE...5 Prerequisites

More information

White Paper Network Video Management System Guidelines and recommendations in a virtual server environment

White Paper Network Video Management System Guidelines and recommendations in a virtual server environment Guidelines and recommendations in a virtual server environment Network Video Management System October 7, 2016 NVMSWP003 Revision 1.0.0 Table of Contents 1. Virtual Server environment support... 3 2. Using

More information

RUNNING VTVAX FOR WINDOWS IN A VIRTUAL MACHINE ENVIRONMENT

RUNNING VTVAX FOR WINDOWS IN A VIRTUAL MACHINE ENVIRONMENT RUNNING VTVAX FOR WINDOWS IN A VIRTUAL MACHINE ENVIRONMENT TECHNICAL NOTE WN-0001-05 AVT/Vere Technical Note: Running vtvax for Windows in a Virtual Machine Environment WN-0001-05 (October, 2018) 2018

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Configure and Install Guest Domains 12c Release 3 (12.3.2.0.0) E60042-03 June 2016 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

A Dell Technical White Paper PowerVault MD32X0, MD32X0i, and MD36X0i Series of Arrays

A Dell Technical White Paper PowerVault MD32X0, MD32X0i, and MD36X0i Series of Arrays Microsoft Hyper-V Planning Guide for Dell PowerVault MD Series Storage Arrays A Dell Technical White Paper PowerVault MD32X0, MD32X0i, and MD36X0i Series of Arrays THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Minimum Requirements for Cencon 4 with Microsoft R SQL 2008 R2 Enterprise

Minimum Requirements for Cencon 4 with Microsoft R SQL 2008 R2 Enterprise Minimum Requirements for Cencon 4 with Microsoft R SQL 2008 R2 Enterprise SQL 2008 R2 Enterprise Restrictions 8 CPU 2 TB Ram Use Limit 524 PB Database Size High Availability Options Database Mirroring,

More information

VMware vsphere Storage Appliance Installation and Configuration

VMware vsphere Storage Appliance Installation and Configuration VMware vsphere Storage Appliance Installation and Configuration vsphere Storage Appliance 1.0 vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions

More information

Upgrading the MSA1000 for Enhanced Features

Upgrading the MSA1000 for Enhanced Features White Paper December 2002 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Benefits of the MSA1000 Enhancements...1 Prerequisites...3 Environmental Monitoring Unit (EMU) issue:...3

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 3 Virtual Machine Resource and Performance Checks,

More information

AMD: WebBench Virtualization Performance Study

AMD: WebBench Virtualization Performance Study March 2005 www.veritest.com info@veritest.com AMD: WebBench Virtualization Performance Study Test report prepared under contract from Advanced Micro Devices, Inc. Executive summary Advanced Micro Devices,

More information

Pexip Infinity Server Design Guide

Pexip Infinity Server Design Guide Pexip Infinity Server Design Guide Introduction This document describes the recommended specifications and deployment for servers hosting the Pexip Infinity platform. It starts with a Summary of recommendations

More information

Nova series update F/W & Boot code from Boot Utility

Nova series update F/W & Boot code from Boot Utility Nova series update F/W & Boot code from Boot Utility Purpose: Update firmware/boot code from Boot Utility Product Affect: Nova 20S, Nova 20R, Nova 26S, Nova 26R, Nova 27S, Nova 29S, Nova 30S, Nova 30R,

More information

QuickSpecs. HP Advanced Server V5.1B-5 for UNIX. Overview. Retired

QuickSpecs. HP Advanced Server V5.1B-5 for UNIX. Overview. Retired Overview The Advanced Server for UNIX (ASU) software is a Tru64 UNIX layered application that provides seamless interoperability between systems running the Tru64 UNIX operating system software and systems

More information

Application Design in a VAXcluster System. By William E. Snaman, Jr. systems provide solutions. can survive the failure of. design of VAXcluster

Application Design in a VAXcluster System. By William E. Snaman, Jr. systems provide solutions. can survive the failure of. design of VAXcluster Application Design in a VAXcluster System By William E. Snaman, Jr. Abstract VAXcluster systems provide a flexible way to configure a computing system that can survive the failure of any component. In

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 2 Virtual Machine Resource and Performance Checks,

More information

Managing Multi-user Windows (Citrix) from a System Manager's View

Managing Multi-user Windows (Citrix) from a System Manager's View Managing Multi-user Windows (Citrix) from a System Manager's View Thomas Wirt Systems Manager Kittle s Home Furnishings Abstract This session will cover my experiences and advice on installing and managing

More information

SANsurfer Fibre Channel Command Line Interface (CLI) Table of Contents

SANsurfer Fibre Channel Command Line Interface (CLI) Table of Contents SANsurfer Fibre Channel Command Line Interface (CLI) QLogic Corporation All rights reserved Table of Contents 1 Package Contents 2 Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3 OS

More information

IBM InfoSphere Streams v4.0 Performance Best Practices

IBM InfoSphere Streams v4.0 Performance Best Practices Henry May IBM InfoSphere Streams v4.0 Performance Best Practices Abstract Streams v4.0 introduces powerful high availability features. Leveraging these requires careful consideration of performance related

More information

HP StoreVirtual Storage Multi-Site Configuration Guide

HP StoreVirtual Storage Multi-Site Configuration Guide HP StoreVirtual Storage Multi-Site Configuration Guide Abstract This guide contains detailed instructions for designing and implementing the Multi-Site SAN features of the LeftHand OS. The Multi-Site SAN

More information

Hosted Microsoft Exchange Server 2003 Deployment Utilizing Network Appliance Storage Solutions

Hosted Microsoft Exchange Server 2003 Deployment Utilizing Network Appliance Storage Solutions Hosted Microsoft Exchange Server 23 Deployment Utilizing Network Appliance Storage Solutions Large-Scale, 68,-Mailbox Exchange Server Proof of Concept Lee Dorrier, Network Appliance, Inc. Eric Johnson,

More information

Veritas Cluster Server Application Note: Support for HP-UX Integrity Virtual Machines. HP-UX 11i v2, HP-UX 11i v3

Veritas Cluster Server Application Note: Support for HP-UX Integrity Virtual Machines. HP-UX 11i v2, HP-UX 11i v3 Veritas Cluster Server Application Note: Support for HP-UX Integrity Virtual Machines HP-UX 11i v2, HP-UX 11i v3 Augut 2009 Application Note: Veritas Cluster Server Support for HP-UX Integrity Virtual

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine ISE Features Not Supported in a Virtual Machine, page 1 Supported VMware Versions, page 1 Support for VMware vmotion, page 2 Support for Open Virtualization Format, page 2 Virtual Machine Requirements,

More information

BIG-IP Virtual Edition and Microsoft Hyper- V: Setup. Version 13.1

BIG-IP Virtual Edition and Microsoft Hyper- V: Setup. Version 13.1 BIG-IP Virtual Edition and Microsoft Hyper- V: Setup Version 13.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition in Hyper-V... 5 About single NIC and multi-nic configurations...5

More information

HP StoreVirtual Storage Multi-Site Configuration Guide

HP StoreVirtual Storage Multi-Site Configuration Guide HP StoreVirtual Storage Multi-Site Configuration Guide Abstract This guide contains detailed instructions for designing and implementing the Multi-Site SAN features of the LeftHand OS. The Multi-Site SAN

More information

Virtualization And High Availability. Howard Chow Microsoft MVP

Virtualization And High Availability. Howard Chow Microsoft MVP Virtualization And High Availability Howard Chow Microsoft MVP Session Objectives And Agenda Virtualization and High Availability Types of high availability enabled by virtualization Enabling a highly

More information

Performance Characterization of the Dell Flexible Computing On-Demand Desktop Streaming Solution

Performance Characterization of the Dell Flexible Computing On-Demand Desktop Streaming Solution Performance Characterization of the Dell Flexible Computing On-Demand Desktop Streaming Solution Product Group Dell White Paper February 28 Contents Contents Introduction... 3 Solution Components... 4

More information

SANsurfer FC/CNA HBA Command Line Interface (CLI) Table of Contents

SANsurfer FC/CNA HBA Command Line Interface (CLI) Table of Contents SANsurfer FC/CNA HBA Command Line Interface (CLI) QLogic Corporation. All rights reserved. Table of Contents 1. Package Contents 2. Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3. OS

More information

DSI Optimized Backup & Deduplication for VTL Installation & User Guide

DSI Optimized Backup & Deduplication for VTL Installation & User Guide DSI Optimized Backup & Deduplication for VTL Installation & User Guide Restore Virtualized Appliance Version 4 Dynamic Solutions International, LLC 373 Inverness Parkway Suite 110 Englewood, CO 80112 Phone:

More information

BIG-IP Virtual Edition and Citrix XenServer: Setup. Version 12.1

BIG-IP Virtual Edition and Citrix XenServer: Setup. Version 12.1 BIG-IP Virtual Edition and Citrix XenServer: Setup Version 12.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition on XenServer... 5 Steps to deploy BIG-IP VE...5 Prerequisites

More information

BIG-IP Virtual Edition and VMware ESXi: Setup. Version 12.1

BIG-IP Virtual Edition and VMware ESXi: Setup. Version 12.1 BIG-IP Virtual Edition and VMware ESXi: Setup Version 12.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition on ESXi...5 Steps to deploy BIG-IP VE...5 Prerequisites for BIG-IP

More information

How to Install ESX 4.0 on Workstation as a VM

How to Install ESX 4.0 on Workstation as a VM white paper How to Install ESX 4.0 on Workstation 6.5.2 as a VM Title: How to Install ESX 4.0 on Workstation 6.5.2 as a VM Author(s): Xtravirt (Paul Buckle) Target Audience: Technical - Novice Current

More information

A GPFS Primer October 2005

A GPFS Primer October 2005 A Primer October 2005 Overview This paper describes (General Parallel File System) Version 2, Release 3 for AIX 5L and Linux. It provides an overview of key concepts which should be understood by those

More information

Autodesk Revit Structure 2012 System Requirements and Recommendations. Minimum: Entry-level configuration. Operating System Microsoft Windows 7 32-bit

Autodesk Revit Structure 2012 System Requirements and Recommendations. Minimum: Entry-level configuration. Operating System Microsoft Windows 7 32-bit Autodesk Revit Structure 2012 System s and Recommendations Minimum: Entry-level configuration Operating System Microsoft Windows 7 32-bit Microsoft Windows Vista 32-bit (SP2 or later) Business Microsoft

More information

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results Dell Fluid Data solutions Powerful self-optimized enterprise storage Dell Compellent Storage Center: Designed for business results The Dell difference: Efficiency designed to drive down your total cost

More information

iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard

iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard On February 11 th 2003, the Internet Engineering Task Force (IETF) ratified the iscsi standard. The IETF was made up of

More information

ProLiant DL F100 Integrated Cluster Solutions and Non-Integrated Cluster Bundle Configurations. Configurations

ProLiant DL F100 Integrated Cluster Solutions and Non-Integrated Cluster Bundle Configurations. Configurations Overview ProLiant DL F100 Integrated Cluster Solutions and Non-Integrated Cluster Bundle Configurations 1. MSA1000 6. Fibre Channel Interconnect #1 and #2 2. Smart Array Controller 7. Ethernet "HeartBeat"

More information

Best Practices for Multi-site and Disaster-Tolerant OpenVMS Clusters

Best Practices for Multi-site and Disaster-Tolerant OpenVMS Clusters Best Practices for Multi-site and Disaster-Tolerant OpenVMS Clusters OpenVMS Boot Camp 2017, SID 303 Keith Parris, Engineer What things can I do to maximize performance in a multi-site cluster? 2 What

More information

Configuring SR-IOV. Table of contents. with HP Virtual Connect and Microsoft Hyper-V. Technical white paper

Configuring SR-IOV. Table of contents. with HP Virtual Connect and Microsoft Hyper-V. Technical white paper Technical white paper Configuring SR-IOV with HP Virtual Connect and Microsoft Hyper-V Table of contents Abstract... 2 Overview... 2 SR-IOV... 2 Advantages and usage... 2 With Flex-10... 3 Setup... 4 Supported

More information

Introduction to the Cisco ASAv

Introduction to the Cisco ASAv Hypervisor Support The Cisco Adaptive Security Virtual Appliance (ASAv) brings full firewall functionality to virtualized environments to secure data center traffic and multitenant environments. You can

More information

Installing VMware vsphere 5.1 Components

Installing VMware vsphere 5.1 Components Installing VMware vsphere 5.1 Components Module 14 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

Vess A2000 Series SR1.1 Release Notes

Vess A2000 Series SR1.1 Release Notes Vess A2000 Series SR1.1 Release Notes Version: 3.0 Date: 2014/08/06 Copyright 2014, PROMISE Technology, Inc. All Rights Reserved Version 3.0 Promise Technology, Inc. Page 1 Revision History Revision Date

More information

CHARON-VAX. For Red Hat Linux. MicroVAX Software Emulator. Hobbyist User Manual. November 2000

CHARON-VAX. For Red Hat Linux. MicroVAX Software Emulator. Hobbyist User Manual. November 2000 CHARON-VAX MicroVAX Software Emulator Hobbyist User Manual For Red Hat Linux November 2000 2000 Software Resources International S.A. Email: info@softresint.com Page i Ownership Notice Software Resources

More information

SMB Live. Modernize with Hybrid Cloud. Lab 1: Exploring Windows Server 2012 R2 & Hyper-V

SMB Live. Modernize with Hybrid Cloud. Lab 1: Exploring Windows Server 2012 R2 & Hyper-V SMB Live Modernize with Hybrid Cloud Lab 1: Exploring Windows Server 2012 R2 & Hyper-V Terms of Use 2013 Microsoft Corporation. All rights reserved. Information in this document, including URL and other

More information

iscsi Boot from SAN with Dell PS Series

iscsi Boot from SAN with Dell PS Series iscsi Boot from SAN with Dell PS Series For Dell PowerEdge 13th generation servers Dell Storage Engineering September 2016 A Dell Best Practices Guide Revisions Date November 2012 September 2016 Description

More information

HP Advanced Server V5.1B-3 for UNIX. Overview

HP Advanced Server V5.1B-3 for UNIX. Overview Overview The Advanced Server for UNIX (ASU) software is a Tru64 UNIX layered application that provides seamless interoperability between systems running the Tru64 UNIX operating system software and systems

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 3 Virtual Machine Resource and Performance Checks,

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine ISE Features Not Supported in a Virtual Machine, page 1 Supported VMware Versions, page 1 Support for VMware vmotion, page 2 Support for Open Virtualization Format, page 2 Virtual Machine Requirements,

More information

HP Volume Shadowing for OpenVMS. OpenVMS Version 8.4

HP Volume Shadowing for OpenVMS. OpenVMS Version 8.4 HP Volume Shadowing for OpenVMS OpenVMS Version 8.4 HP Part Number: BA554-90020 Published: June 2010 Copyright 2010 Hewlett-Packard Development Company, L.P Legal Notices Confidential computer software.

More information

F5 iworkflow and Microsoft Hyper-V: Setup. Version 2.2.0

F5 iworkflow and Microsoft Hyper-V: Setup. Version 2.2.0 F5 iworkflow and Microsoft Hyper-V: Setup Version 2.2.0 Table of Contents Table of Contents Getting Started with iworkflow Virtual Edition... 5 What is iworkflow Virtual Edition?... 5 About iworkflow

More information

SUMMIT Windows 2012 Cluster with Hyper V. Presented by Todd Endicott and Mary Monroe. Advancing Care through Data

SUMMIT Windows 2012 Cluster with Hyper V. Presented by Todd Endicott and Mary Monroe. Advancing Care through Data SUMMIT 2014 Advancing Care through Data Windows 2012 Cluster with Hyper V Presented by Todd Endicott and Mary Monroe Agenda Hypervisor comparison Pre-Reqs How to build Windows 2012 Fail over cluster How

More information

Chapter 2. Switch Concepts and Configuration. Part I

Chapter 2. Switch Concepts and Configuration. Part I Chapter 2 Switch Concepts and Configuration Part I CCNA3-1 Chapter 2-1 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor,

More information

Simplified Storage Migration for Microsoft Cluster Server

Simplified Storage Migration for Microsoft Cluster Server Simplified Storage Migration for Microsoft Cluster Server Using VERITAS Volume Manager for Windows 2000 with Microsoft Cluster Server V E R I T A S W H I T E P A P E R June 2001 Table of Contents Overview...................................................................................1

More information

Computer-System Architecture (cont.) Symmetrically Constructed Clusters (cont.) Advantages: 1. Greater computational power by running applications

Computer-System Architecture (cont.) Symmetrically Constructed Clusters (cont.) Advantages: 1. Greater computational power by running applications Computer-System Architecture (cont.) Symmetrically Constructed Clusters (cont.) Advantages: 1. Greater computational power by running applications concurrently on all computers in the cluster. Disadvantages:

More information

Remote PC Guide for VMware Implementation Using ESXi Version 3.5/4.01

Remote PC Guide for VMware Implementation Using ESXi Version 3.5/4.01 Remote PC Guide for VMware Implementation Using ESXi Version 3.5/4.01 Document Version: 2010-10-22 This guide is a primer for adding remotely accessible PC or servers into your NETLAB Academy Edition or

More information

SmartPath EMS VMA Virtual Appliance Quick Start Guide

SmartPath EMS VMA Virtual Appliance Quick Start Guide LWN600VMA SmartPath Enterprise Wireless System Virtual Appliance SmartPath EMS VMA Virtual Appliance Quick Start Guide Provides the speed, range, security, adapability, and manageability to replace wired

More information

BIG-IP Virtual Edition Setup Guide for VMware ESXi. Version 11.5

BIG-IP Virtual Edition Setup Guide for VMware ESXi. Version 11.5 BIG-IP Virtual Edition Setup Guide for VMware ESXi Version 11.5 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition...5 What is BIG-IP Virtual Edition?...5 About BIG-IP VE

More information

This document describes how to backup and restore a VAX VMS system disk using KnapSac.

This document describes how to backup and restore a VAX VMS system disk using KnapSac. KnapSac Usage Notes 2012 Compact Data Works, Inc. Backup/Restore of a VMS System Disk (VAX) This document describes how to backup and restore a VAX VMS system disk using KnapSac. In this approach KnapSac

More information

Critical Resource Analysis (CRA) White Paper

Critical Resource Analysis (CRA) White Paper Critical Resource Analysis (CRA) White Paper SUMMARY... 3 Introduction to Critical Resource Analysis... 4 CRA return values... 4 Mass Storage CRA Scenarios... 5 Boot Path Configuration Scenarios... 5 Scenario

More information

Altos T310 F3 Specifications

Altos T310 F3 Specifications Product overview The Altos T310 F3 delivers proactive management tools matched by best priceperformance technology ideal for SMB and branch office operations. This singlesocket tower server features an

More information

Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG)

Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG) Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG) Dell White Paper By Neelima Chinthamani (Enterprise OS Releases) Ravikanth Chaganti

More information

HP Video Over Ethernet. User Guide

HP Video Over Ethernet. User Guide HP Video Over Ethernet User Guide 2016 HP Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth

More information

The Master Console Center (MCC) automates and enhances data center operations by:

The Master Console Center (MCC) automates and enhances data center operations by: Introduction The Master Console Center () automates and enhances data center operations by: Providing a high degree of operational consolidation, allowing multiple data centers and/or hosts to be monitored

More information

Specifying Storage Servers for IP security applications

Specifying Storage Servers for IP security applications Specifying Storage Servers for IP security applications The migration of security systems from analogue to digital IP based solutions has created a large demand for storage servers high performance PCs

More information

Recommended System Requirements for Microsoft Dynamics SL 2018

Recommended System Requirements for Microsoft Dynamics SL 2018 Recommended System for Microsoft Dynamics SL 2018 Synergy Business Solutions recommends three separate servers but this can be discussed during the upgrade planning process. Dynamics SL / Management Reporter

More information

NetVault Backup Client and Server Sizing Guide 3.0

NetVault Backup Client and Server Sizing Guide 3.0 NetVault Backup Client and Server Sizing Guide 3.0 Recommended hardware and storage configurations for NetVault Backup 12.x September 2018 Page 1 Table of Contents 1. Abstract... 3 2. Introduction... 3

More information

BIG-IQ Centralized Management and Microsoft Hyper-V: Setup. Version 5.0

BIG-IQ Centralized Management and Microsoft Hyper-V: Setup. Version 5.0 BIG-IQ Centralized Management and Microsoft Hyper-V: Setup Version 5.0 Table of Contents Table of Contents Getting Started with BIG-IQ Virtual Edition...5 What is BIG-IQ Virtual Edition?...5 About BIG-IQ

More information

FUJITSU Storage ETERNUS DX S3 series. Windows 7 iscsi Single Path Connection

FUJITSU Storage ETERNUS DX S3 series. Windows 7 iscsi Single Path Connection FUJITSU Storage ETERNUS DX S3 series Windows 7 iscsi Single Path Connection Disclaimer The connection information provided in this document is the connection result that was obtained at Fujitsu Limited's

More information

VERITAS Volume Manager for Windows 2000

VERITAS Volume Manager for Windows 2000 VERITAS Volume Manager for Windows 2000 Advanced Storage Management Technology for the Windows 2000 Platform In distributed client/server environments, users demand that databases, mission-critical applications

More information

Emulator Virtual Appliance Installation and Configuration Guide

Emulator Virtual Appliance Installation and Configuration Guide Emulator Virtual Appliance Installation and Configuration Guide Global Support Email: support@itrinegy.com Regional Telephone Hotline Support: Americas: 1-888-448-4366 EMEA: +44 (0)1799 252 200 NOTICE

More information

VERITAS Storage Foundation 4.0 for Windows

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

More information

Symantec Protection Center Getting Started Guide. Version 2.0

Symantec Protection Center Getting Started Guide. Version 2.0 Symantec Protection Center Getting Started Guide Version 2.0 Symantec Protection Center Getting Started Guide The software described in this book is furnished under a license agreement and may be used

More information