How To Make An Org Database Available On Linux

Size: px
Start display at page:

Download "How To Make An Org Database Available On Linux"

Transcription

1 by Andrey Kvasyuk, Senior Consultant July 7, 2005

2 Introduction For years, the IT community has debated the merits of operating systems such as UNIX, Linux and Windows with religious fervor. However, for most businesses, the choice of OS is defined by practical factors like reliability, support, ease of maintenance and most importantly, the availability of business applications. One of the cornerstone business applications is the database, and one of the most popular and mature enterprise databases in the market is Oracle, specifically Oracle RAC (Real Application Cluster) 9i or 10g. Oracle database servers have been running for decades on RISC UNIX systems from major players including HP, Sun and IBM. These systems have traditionally represented an industrial grade of quality, scalability and reliability and the notion of Enterprise System has been associated with these names. But today, several factors have come into play: Servers built on the Intel platform provide a competitive level of performance for a small fraction of the RISC platform cost. Open Source Linux is more popular than ever. Various brands of Linux are used in nearly 80% of all companies. With the introduction of Enterprise Linux 3.0 in 2003, RedHat announced its intention to join the Enterprise-class OS club. In response to these trends, Oracle has been offering its database on Linux platforms for a number of years, and today it s a stable and reliable product running on standalone RedHat Linux servers in many organizations. In this paper, we ll examine the suitability of Linux as an Enterprise-class, high-availability platform for Oracle RAC given the needs of today s Enterprise business applications and users. We ll look at the factors that make for an Enterprise-class platform to see how Linux measures up, and discuss third-party products that can be used to bring Linux up to the level of the traditional enterprise UNIX vendors. Background The issues examined in this paper aren t purely academic. As part of an application development effort, GRT Corporation was engaged by a client to migrate an Oracle database from a legacy HP Tru64 clustered UNIX environment to RedHat Enterprise Linux. The client stated a number of reasons behind the move: The Alpha processor used in the system, originally developed by Digital Equipment Corporation (DEC) and acquired by Compaq (and subsequently HP), was reaching end of product life. The Tru64 operating system, also developed by DEC, was being phased out by HP in favor of HP/UX. To compound the problem, HP has elected to use the Itanium processor as the basis for its new platform. If the client migrated to HP/UX, they would need to migrate again when the Itanium platform is introduced. The cost of maintenance for the system was too high and the hardware was becoming unreliable 2005 GRT Corporation. All rights reserved. 2

3 The client already had a large installation of RedHat Linux used for infrastructure servers (e.g., web, ftp, firewall, etc.) This new High Availability Linux platform for Oracle had to be at least comparable with the old Tru64 system in performance and reliability. GRT s initiative to design and build this platform provided the background for this paper. The Distant Past Linux in the 1990 s Back in the middle 1990 s Linux was an experimental OS adopted by the most advanced developers and system administrators. It was downloaded from the Internet and easily fit onto five floppy disks. One of the most popular distributions was Slackware, and the main idea was do it yourself. There was progress on many fronts during this era; e.g., the Samba project allowed Linux to communicate with Windows. Around the RedHat distribution showed up. This package was far more advanced than Slackware because it gave Linux the look and feel of a big UNIX like Solaris. It quickly found a home as an Internet (web, ftp, DNS, etc.) server or Samba server. With the help of the ibcs package and some low-level library modifications, it was even possible to run Oracle 7 for SCO Unix on Linux. Eventually, the port of Oracle version to Linux resulted in a fast, stable and robust solution for the lightly loaded workgroup or small company. Fast Forward The New Millennium The dot.com boom gave Linux another big push. The introduction of Java, the explosion of e- commerce and support from players like IBM created a rich environment for Linux to flourish. In 2003, IDC reported that Linux on the Intel platform has emerged as a viable alternative to RISC/Unix for mission-critical enterprise computing 1. However, Illuminata found that in spite of improvements, the process and tools associated with many Linux distros often fall short of the highly systematic framework that the major UNIX vendors have put in place over the years, and which they continue to refine 2 In order to address these issues, RedHat introduced Advanced Server 2.1 and, at the end of 2003, Enterprise Linux 3.0, which included features such as Cluster Manager. It was a significant advance in an open source Linux world, which largely defines clustering as load balancing and failover among small servers that don t share storage something suitable for Web serving farms but not for critical database engines 3. 1 Linux and Intel-Based Servers a Powerful Combination to Reduce the Cost of Enterprise Computing, IDC, Red Hat Applies to the Enterprise Club, Illuminata, Red Hat Applies to the Enterprise Club, Illuminata, GRT Corporation. All rights reserved. 3

4 Elements of a Highly Available System How Does Linux Rate? What makes a system highly availably? In this section we ll examine the attributes of HA platforms for Oracle RAC and see how Linux performs in each category. Storage Support To be considered highly available, an operating system should be able to communicate to shared storage and recognize LUNs using a Fiber Channel Host Bus Adapter (HBA). For Oracle RAC, having the shared storage is mandatory because Oracle instances running on the different cluster nodes must have access to the same physical disks where the database files are located. RedHat Enterprise Linux (RHEL) 3.0 includes support for QLogic 22xx and 23xx HBAs. The latest version of the driver source code can also be freely downloaded from the QLogic web site. The QLogic HBA in combination with the EMC CLARiiON Cx700 makes up a very powerful storage platform. EMC also provides two storage management products; Connectrix Manager is used to configure Storage Area Networks and monitor the status of the FC Switches; Navisphere allows administrators to configure RAID groups and Remote Mirrors, carve LUNs, monitor the status of the disks and much more all from a web browser. Dynamic MultiPathing Dynamic MultiPathing (DMP) is a mechanism for providing two or more hardware paths to a single disk device. DMP provides protection against hardware failures like broken cables or failed Fiber Channel switches. With multiport disk arrays, DMP software automatically recognizes multiple I/O paths to a particular disk device within the disk array. In the event of a loss of one connection to a disk, the system continues to access the data over other connections to the disk. DMP also provides greater throughput by balancing the I/O load uniformly across multiple paths to the disk device. For users of Oracle RAC, having DMP means that Oracle instances won t lose access to the database files in the event of an equipment failure. DMP is implemented in various software products available for Linux, including Matrix Server for Oracle RAC from PolyServe Inc, EMC PowerPath, HP SecurePath and Veritas Storage Foundation for Oracle RAC 4.0. Clusterware Clusterware connects multiple, independent systems into a management framework for increased availability. Each node runs its own operating system and cooperates at the software level to form a cluster. Clusterware provides heartbeat, cluster membership and failover mechanisms. For Linux applications, the RedHat Cluster Suite (RHCS) is a low-cost solution. It provides Application/Service failover and IP Load Balancing. For high-volume open source applications, such as NFS, Samba, and Apache, Red Hat Cluster Suite provides a complete ready-to-use failover solution. However, applications like Oracle RAC, working in Active/Active mode and using shared storage concurrently, are far more complex and the simple failover capability of RHCS is insufficient. Veritas Cluster Server, part of Storage Foundation for Oracle RAC (SFRAC), provides both failover (for simple applications) and parallel groups as well as tight integration with other modules in the SFRAC suite including Veritas File System, Volume Manager and ODM GRT Corporation. All rights reserved. 4

5 Cluster Logical Volume Manager Logical Volume Manager (LVM) is a feature that combines multiple disk partitions in groups. This gives users the flexibility to increase or decrease the size of filesystems or add physical storage without re-organizing partitions. Cluster Logical Volume Manager is an extension to LVM that allows logical volumes to be shared by multiple nodes in a cluster. Each node sees the same logical volume layout, and more importantly, the same state of all volume resources. RHEL 3.0 comes with a robust LVM originally created by Sistina (since acquired by RedHat). It isn t cluster-aware, but solutions are available from third-party vendors such as IBM, Veritas and PolyServe. Veritas Storage Foundation for Oracle RAC (SFRAC), for example, provides administrators with powerful administrative tools for Cluster LVM as well as features such as mirroring and striping. Cluster File System A Cluster File System (CFS) is used when files are shared for read/write between cluster nodes. CFS is an important element in an HA Enterprise System, particularly when Oracle RAC is one of the applications. Database management is much easier and more flexible with CFS than RAW devices. Linux does not suffer from a lack of CFS options available products include Oracle Cluster File System, Red Hat Global File System, IBM General Parallel File System, Matrix PolyServe Server and Veritas VxCFS. Conclusions Based on our analysis, we believe that Linux can now be used to build a High Availability platform for Oracle RAC using a range of high-quality, third-party tools readily available from Independent Software Vendors. The choice of tools will depend on factors such as complexity, business-criticality, required level of support and hardware platform. When we applied the results of the study to our client s Tru64 migration challenge, we recommended and built the following configuration for a new, Linux-based HA platform: The overall system is configured as (2) dual-node clusters. Each node is located in a separate room with an independent power supply. Cluster interconnects are Gigabit Ethernet links. Each node is an Intel-based server with (4) Xeon 3.2 GHz CPUs and 16GB of memory. The storage system is (2) EMC CLARiiON Cx700 arrays managed by EMC Navisphere and (2) EMC ED-64M Fiber Channel switches managed by EMC Connectrix Manager. The operating system is RedHat Enterprise Linux 3.0 The clusterware is Veritas VCS (SFRAC) managed by Veritas Cluster Manager. Storage volumes are mirrored to each other with Host-Based Mirroring. Each storage array is located in a separate room and managed by Veritas Enterprise Administrator. The file system is Veritas VxFS (SFRAC) managed by Veritas Enterprise Administrator. Oracle RAC 9i(10g) for Linux is used in four instances on two nodes, cluster mode Active/Active. Other clustered applications include Bea WebLogic, Apache web server and Maestro client as well as some home-built applications, all managed by Veritas Cluster Administrator GRT Corporation. All rights reserved. 5

6 Preliminary tests showed that this new configuration of hardware and software based on a Linux platform was extremely promising. In every aspect, the system performed on-par with the old Tru64 platform and in most cases showed better stability, performance and maintainability. The new system still requires some fine-tuning and testing due to the high level of complexity, but it s clear that Linux as a platform for Enterprise Oracle applications has arrived and will offer stiff competition to the traditional big names in the UNIX market GRT Corporation. All rights reserved. 6

Best Practices for Data Sharing in a Grid Distributed SAS Environment. Updated July 2010

Best Practices for Data Sharing in a Grid Distributed SAS Environment. Updated July 2010 Best Practices for Data Sharing in a Grid Distributed SAS Environment Updated July 2010 B E S T P R A C T I C E D O C U M E N T Table of Contents 1 Abstract... 2 1.1 Storage performance is critical...

More information

Scalable NAS for Oracle: Gateway to the (NFS) future

Scalable NAS for Oracle: Gateway to the (NFS) future Scalable NAS for Oracle: Gateway to the (NFS) future Dr. Draško Tomić ESS technical consultant, HP EEM 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change

More information

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Applied Technology Abstract This white paper investigates configuration and replication choices for Oracle Database deployment with EMC

More information

PolyServe Matrix Server for Linux

PolyServe Matrix Server for Linux PolyServe Matrix Server for Linux Highly Available, Shared Data Clustering Software PolyServe Matrix Server for Linux is shared data clustering software that allows customers to replace UNIX SMP servers

More information

Netapp Interoperability Matrix

Netapp Interoperability Matrix Netapp Interoperability Matrix FC, FCoE, iscsi and NAS (NFS) Storage Interoperability The Interoperability Matrix (IMT) defines the components and versions that have been qualified and which can be used

More information

Oracle Database Scalability in VMware ESX VMware ESX 3.5

Oracle Database Scalability in VMware ESX VMware ESX 3.5 Performance Study Oracle Database Scalability in VMware ESX VMware ESX 3.5 Database applications running on individual physical servers represent a large consolidation opportunity. However enterprises

More information

White Paper. Dell Reference Configuration

White Paper. Dell Reference Configuration White Paper Dell Reference Configuration Deploying Oracle Database 11g R1 Enterprise Edition Real Application Clusters with Red Hat Enterprise Linux 5.1 and Oracle Enterprise Linux 5.1 On Dell PowerEdge

More information

How To Use Visualsan On A Server With A Memory Card (For A Non-Procedure)

How To Use Visualsan On A Server With A Memory Card (For A Non-Procedure) EMC VisualSAN Version 4.1 Support Matrix P/N 300-001-314 Rev A09 June 2005 This document provides detailed information concerning which devices VisualSAN supports, in what capacity they are supported,

More information

Windows Host Utilities 6.0 Installation and Setup Guide

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

More information

Shared Parallel File System

Shared Parallel File System Shared Parallel File System Fangbin Liu fliu@science.uva.nl System and Network Engineering University of Amsterdam Shared Parallel File System Introduction of the project The PVFS2 parallel file system

More information

Windows Host Utilities 6.0.2 Installation and Setup Guide

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

More information

Save up to 85% on Your Oracle Costs

Save up to 85% on Your Oracle Costs Save up to 85% on Your Oracle Costs With: www.myra.com 1 At MYRA systems, it is about better IT service delivery. Are you finding you are paying increasing costs for your UNIX environments? Advances in

More information

WHITE PAPER. How To Build a SAN. The Essential Guide for Turning Your Windows Server Into Shared Storage on Your IP Network

WHITE PAPER. How To Build a SAN. The Essential Guide for Turning Your Windows Server Into Shared Storage on Your IP Network WHITE PAPER How To Build a SAN The Essential Guide for Turning Your Windows Server Into Shared Storage on Your IP Network TABLE OF CONTENTS Introduction... 3 What is a SAN?... 4 Why iscsi Storage?... 4

More information

SAN TECHNICAL - DETAILS/ SPECIFICATIONS

SAN TECHNICAL - DETAILS/ SPECIFICATIONS SAN TECHNICAL - DETAILS/ SPECIFICATIONS Technical Details / Specifications for 25 -TB Usable capacity SAN Solution Item 1) SAN STORAGE HARDWARE : One No. S.N. Features Description Technical Compliance

More information

1. Revision Page 1. 1. Revision Page 1

1. Revision Page 1. 1. Revision Page 1 1. Revision Page 1 Note: This document contains support information for only the 3 most recent versions of Hitachi Dynamic Link Manager Advanced. If you require support for previous versions, please ask

More information

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS DOAG Nuremberg - 17/09/2013 Kirill Loifman Oracle Certified Professional DBA www: dadbm.com Twitter: @loifmkir ELEMENTS OF HIGH AVAILABILITY

More information

Centrata IT Management Suite 3.0

Centrata IT Management Suite 3.0 Centrata IT Management Suite 3.0 Technical Operating Environment April 9, 2004 Centrata Incorporated Copyright 2004 by Centrata Incorporated All rights reserved. April 9, 2004 Centrata IT Management Suite

More information

HP Serviceguard for Linux Order and Configuration Guide

HP Serviceguard for Linux Order and Configuration Guide HP Serviceguard for Linux Order and Configuration Guide Introduction... 2 What s new... 2 Special note on configurations... 2 Cluster configuration elements... 3 System software... 3 HP Serviceguard for

More information

Red Hat Global File System for scale-out web services

Red Hat Global File System for scale-out web services Red Hat Global File System for scale-out web services by Subbu Krishnamurthy (Based on the projects by ATIX, Munich, Germany) Red Hat leads the way in delivering open source storage management for Linux

More information

EMC Unified Storage for Microsoft SQL Server 2008

EMC Unified Storage for Microsoft SQL Server 2008 EMC Unified Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON and EMC FAST Cache Reference Copyright 2010 EMC Corporation. All rights reserved. Published October, 2010 EMC believes the information

More information

recovery at a fraction of the cost of Oracle RAC

recovery at a fraction of the cost of Oracle RAC Concurrent data access and fast failover for unstructured data and Oracle databases recovery at a fraction of the cost of Oracle RAC Improve application performance and scalability - Get parallel processing

More information

An Overview of Red Hat Enterprise Linux 2.1 Reliability, Availability, Scalability and Manageability (RASM) Features

An Overview of Red Hat Enterprise Linux 2.1 Reliability, Availability, Scalability and Manageability (RASM) Features An Overview of Red Hat Enterprise Linux 2.1 Reliability, Availability, Scalability and Manageability (RASM) Features Abstract This white paper provides a technical overview of Red Hat Enterprise Linux

More information

Hitachi Path Management & Load Balancing with Hitachi Dynamic Link Manager and Global Link Availability Manager

Hitachi Path Management & Load Balancing with Hitachi Dynamic Link Manager and Global Link Availability Manager Hitachi Data System s WebTech Series Hitachi Path Management & Load Balancing with Hitachi Dynamic Link Manager and Global Link Availability Manager The HDS WebTech Series Dynamic Load Balancing Who should

More information

EMC PowerPath Family

EMC PowerPath Family DATA SHEET EMC PowerPath Family PowerPath Multipathing PowerPath Migration Enabler PowerPath Encryption with RSA The enabler for EMC host-based solutions The Big Picture Intelligent high-performance path

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

HP Serviceguard Cluster Configuration for Partitioned Systems

HP Serviceguard Cluster Configuration for Partitioned Systems HP Serviceguard Cluster Configuration for Partitioned Systems July 2005 Abstract...2 Partition configurations...3 Serviceguard design assumptions...4 Hardware redundancy...4 Cluster membership protocol...4

More information

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

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

More information

UN 4013 V - Virtual Tape Libraries solutions update...

UN 4013 V - Virtual Tape Libraries solutions update... UN 4013 V - Virtual Tape Libraries solutions update... - a Unisys storage partner Key issues when considering virtual tape Connectivity is my platform supported by whom? (for Unisys environments, MCP,

More information

HP Serviceguard Cluster Configuration for HP-UX 11i or Linux Partitioned Systems April 2009

HP Serviceguard Cluster Configuration for HP-UX 11i or Linux Partitioned Systems April 2009 HP Serviceguard Cluster Configuration for HP-UX 11i or Linux Partitioned Systems April 2009 Abstract... 2 Partition Configurations... 2 Serviceguard design assumptions... 4 Hardware redundancy... 4 Cluster

More information

Red Hat Cluster Suite

Red Hat Cluster Suite Red Hat Cluster Suite HP User Society / DECUS 17. Mai 2006 Joachim Schröder Red Hat GmbH Two Key Industry Trends Clustering (scale-out) is happening 20% of all servers shipped will be clustered by 2006.

More information

Data Center High Availability Clusters

Data Center High Availability Clusters CHAPTER 1 High Availability Clusters Overview Clusters define a collection of servers that operate as if they were a single machine. The primary purpose of high availability (HA) clusters is to provide

More information

Red Hat Enterprise Linux 6. Stanislav Polášek ELOS Technologies sp@elostech.cz

Red Hat Enterprise Linux 6. Stanislav Polášek ELOS Technologies sp@elostech.cz Stanislav Polášek ELOS Technologies sp@elostech.cz Red Hat - an Established Global Leader Compiler Development Identity & Authentication Storage & File Systems Middleware Kernel Development Virtualization

More information

Storage Management for the Oracle Database on Red Hat Enterprise Linux 6: Using ASM With or Without ASMLib

Storage Management for the Oracle Database on Red Hat Enterprise Linux 6: Using ASM With or Without ASMLib Storage Management for the Oracle Database on Red Hat Enterprise Linux 6: Using ASM With or Without ASMLib Sayan Saha, Sue Denham & Lars Herrmann 05/02/2011 On 22 March 2011, Oracle posted the following

More information

Panasas at the RCF. Fall 2005 Robert Petkus RHIC/USATLAS Computing Facility Brookhaven National Laboratory. Robert Petkus Panasas at the RCF

Panasas at the RCF. Fall 2005 Robert Petkus RHIC/USATLAS Computing Facility Brookhaven National Laboratory. Robert Petkus Panasas at the RCF Panasas at the RCF HEPiX at SLAC Fall 2005 Robert Petkus RHIC/USATLAS Computing Facility Brookhaven National Laboratory Centralized File Service Single, facility-wide namespace for files. Uniform, facility-wide

More information

EMC Invista: The Easy to Use Storage Manager

EMC Invista: The Easy to Use Storage Manager EMC s Invista SAN Virtualization System Tested Feb. 2006 Page 1 of 13 EMC Invista: The Easy to Use Storage Manager Invista delivers centrally managed LUN Virtualization, Data Mobility, and Copy Services

More information

Parallels. Clustering in Virtuozzo-Based Systems

Parallels. Clustering in Virtuozzo-Based Systems Parallels Clustering in Virtuozzo-Based Systems (c) 1999-2008 2 C HAPTER 1 This document provides general information on clustering in Virtuozzo-based systems. You will learn what clustering scenarios

More information

Deployment Guide: Oracle on Microsoft Windows and Dell PowerEdge Servers, a White Paper sponsored by Dell, Oracle and Microsoft

Deployment Guide: Oracle on Microsoft Windows and Dell PowerEdge Servers, a White Paper sponsored by Dell, Oracle and Microsoft Deployment Guide: Oracle on Microsoft Windows and Dell PowerEdge Servers, a White Paper sponsored by Dell, Oracle and Microsoft By Brian Thomas and Larry Pedigo, Performance Tuning Corporation December

More information

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Applied Technology Abstract By migrating VMware virtual machines from one physical environment to another, VMware VMotion can

More information

Microsoft SQL Server 2005 on Windows Server 2003

Microsoft SQL Server 2005 on Windows Server 2003 EMC Backup and Recovery for SAP Microsoft SQL Server 2005 on Windows Server 2003 Enabled by EMC CLARiiON CX3, EMC Disk Library, EMC Replication Manager, EMC NetWorker, and Symantec Veritas NetBackup Reference

More information

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc.

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc. White Paper Low Cost High Availability Clustering for the Enterprise Jointly published by Winchester Systems Inc. and Red Hat Inc. Linux Clustering Moves Into the Enterprise Mention clustering and Linux

More information

PADS GPFS Filesystem: Crash Root Cause Analysis. Computation Institute

PADS GPFS Filesystem: Crash Root Cause Analysis. Computation Institute PADS GPFS Filesystem: Crash Root Cause Analysis Computation Institute Argonne National Laboratory Table of Contents Purpose 1 Terminology 2 Infrastructure 4 Timeline of Events 5 Background 5 Corruption

More information

SAP Solutions on VMware Infrastructure 3: Customer Implementation - Technical Case Study

SAP Solutions on VMware Infrastructure 3: Customer Implementation - Technical Case Study SAP Solutions on VMware Infrastructure 3: Table of Contents Introduction... 1 SAP Solutions Based Landscape... 1 Logical Architecture... 2 Storage Configuration... 3 Oracle Database LUN Layout... 3 Operations...

More information

SERVER CLUSTERING TECHNOLOGY & CONCEPT

SERVER CLUSTERING TECHNOLOGY & CONCEPT SERVER CLUSTERING TECHNOLOGY & CONCEPT M00383937, Computer Network, Middlesex University, E mail: vaibhav.mathur2007@gmail.com Abstract Server Cluster is one of the clustering technologies; it is use for

More information

High Availability Databases based on Oracle 10g RAC on Linux

High Availability Databases based on Oracle 10g RAC on Linux High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN, June 2006 Luca Canali, CERN IT Outline Goals Architecture of an HA DB Service Deployment at the CERN Physics Database

More information

Powering Linux in the Data Center

Powering Linux in the Data Center Powering Linux in the Data Center Solution Brief: Platform Solutions Powering Linux in the Data Center Contents Symantec and Linux in the data center...................................................................

More information

Netapp Interoperability Matrix

Netapp Interoperability Matrix Netapp Interoperability Matrix Storage Solution : Snap for Oracle (SMO) NetApp FC, FCoE, iscsi and NAS (NFS) Storage System Interoperability The NetApp Interoperability Matrix (IMT) defines the components

More information

SAN Conceptual and Design Basics

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

More information

Virtual Compute Appliance Frequently Asked Questions

Virtual Compute Appliance Frequently Asked Questions General Overview What is Oracle s Virtual Compute Appliance? Oracle s Virtual Compute Appliance is an integrated, wire once, software-defined infrastructure system designed for rapid deployment of both

More information

Clustering in Parallels Virtuozzo-Based Systems

Clustering in Parallels Virtuozzo-Based Systems Parallels Clustering in Parallels Virtuozzo-Based Systems Copyright 1999-2009 Parallels Holdings, Ltd. ISBN: N/A Parallels Holdings, Ltd. c/o Parallels Software, Inc. 13755 Sunrise Valley Drive Suite 600

More information

Network Attached Storage Common Configuration for Entry-Level

Network Attached Storage Common Configuration for Entry-Level Common Configuration for Entry-Level ATTACHMENT VI Product Attribute Entry Level -- Description RFI Response Main Memory (Base): 4 Internal Storage Controller: Fiber Channel RAID Controller: Dual redundant

More information

Symantec Storage Foundation and High Availability Solutions 6.2 Virtualization Guide - AIX

Symantec Storage Foundation and High Availability Solutions 6.2 Virtualization Guide - AIX Symantec Storage Foundation and High Availability Solutions 6.2 Virtualization Guide - AIX August 2015 Symantec Storage Foundation and High Availability Solutions Virtualization Guide The software described

More information

Red Hat Enterprise Linux as a

Red Hat Enterprise Linux as a Red Hat Enterprise Linux as a file server You re familiar with Red Hat products that provide general-purpose environments for server-based software applications or desktop/workstation users. But did you

More information

High Availability for Databases Protecting DB2 Databases with Veritas Cluster Server

High Availability for Databases Protecting DB2 Databases with Veritas Cluster Server WHITE PAPER: P customize T E C H N I C A L Confidence in a connected world. High Availability for Databases Protecting DB2 Databases with Veritas Cluster Server Eric Hennessey, Director Technical Product

More information

Introduction to MPIO, MCS, Trunking, and LACP

Introduction to MPIO, MCS, Trunking, and LACP Introduction to MPIO, MCS, Trunking, and LACP Sam Lee Version 1.0 (JAN, 2010) - 1 - QSAN Technology, Inc. http://www.qsantechnology.com White Paper# QWP201002-P210C lntroduction Many users confuse the

More information

PART 1: Breaking the Connections

PART 1: Breaking the Connections STORAGE VIRTUALIZATION SEMINAR PRESENTATION DOWNLOAD presented by PART 1: Breaking the Connections Storage virtualization is here, breaking the connection between physical storage infrastructure and the

More information

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation Overview of I/O Performance and RAID in an RDBMS Environment By: Edward Whalen Performance Tuning Corporation Abstract This paper covers the fundamentals of I/O topics and an overview of RAID levels commonly

More information

INFOBrief. Red Hat Enterprise Linux 4. Key Points

INFOBrief. Red Hat Enterprise Linux 4. Key Points INFOBrief Red Hat Enterprise Linux 4 Key Points Red Hat Enterprise Linux 4 (RHEL 4) is the first release from Red Hat to support the 2.6 operating system kernel. This is a significant release as it contains

More information

VERITAS and HP A LONG-TERM COMMITMENT

VERITAS and HP A LONG-TERM COMMITMENT VERITAS and HP A LONG-TERM COMMITMENT Hewlett-Packard holds the respect and trust of enterprises worldwide that depend on HP servers, storage, printers, and other equipment to run their businesses. HP

More information

Hitachi Virtage Embedded Virtualization Hitachi BladeSymphony 10U

Hitachi Virtage Embedded Virtualization Hitachi BladeSymphony 10U Hitachi Virtage Embedded Virtualization Hitachi BladeSymphony 10U Datasheet Brings the performance and reliability of mainframe virtualization to blade computing BladeSymphony is the first true enterprise-class

More information

Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers

Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers WHITE PAPER FUJITSU PRIMERGY AND PRIMEPOWER SERVERS Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers CHALLENGE Replace a Fujitsu PRIMEPOWER 2500 partition with a lower cost solution that

More information

HiCommand Dynamic Link Manager (HDLM) for Windows Systems User s Guide

HiCommand Dynamic Link Manager (HDLM) for Windows Systems User s Guide HiCommand Dynamic Link Manager (HDLM) for Windows Systems User s Guide MK-92DLM129-13 2007 Hitachi Data Systems Corporation, ALL RIGHTS RESERVED Notice: No part of this publication may be reproduced or

More information

Optimized Storage Solution for Enterprise Scale Hyper-V Deployments

Optimized Storage Solution for Enterprise Scale Hyper-V Deployments Optimized Storage Solution for Enterprise Scale Hyper-V Deployments End-to-End Storage Solution Enabled by Sanbolic Melio FS and LaScala Software and EMC SAN Solutions Proof of Concept Published: March

More information

Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters

Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters Highlights a Brocade-EMC solution with EMC CLARiiON, EMC Atmos, Brocade Fibre Channel (FC) switches, Brocade FC HBAs, and Brocade

More information

iscsi: Accelerating the Transition to Network Storage

iscsi: Accelerating the Transition to Network Storage iscsi: Accelerating the Transition to Network Storage David Dale April 2003 TR-3241 WHITE PAPER Network Appliance technology and expertise solve a wide range of data storage challenges for organizations,

More information

NAS consolidation options By: Ray Lucchesi Issue date: Dec 2005

NAS consolidation options By: Ray Lucchesi Issue date: Dec 2005 NAS consolidation options By: Ray Lucchesi Issue date: Dec 2005 There are four main ways to consolidate NAS. The approach you take depends on your storage environment, as well as your management and performance

More information

Case Studies Using EMC Legato NetWorker for OpenVMS Backups

Case Studies Using EMC Legato NetWorker for OpenVMS Backups OpenVMS Technical Journal V6 Case Studies Using EMC Legato NetWorker for OpenVMS Backups Case Studies Using EMC Legato NetWorker for OpenVMS Backups... 2 Overview... 2 Introduction... 2 Case Study 1: Backup

More information

Red Hat Enterprise Linux: The ideal platform for running your Oracle database

Red Hat Enterprise Linux: The ideal platform for running your Oracle database Red Hat Enterprise Linux: The ideal platform for running your Oracle database 2 Introduction 2 Scalability 2 Availability 3 Reliability 4 Manageability 5 Red Hat subscriptions 6 Conclusion www.redhat.com

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

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

More information

Red Hat Enterprise linux 5 Continuous Availability

Red Hat Enterprise linux 5 Continuous Availability Red Hat Enterprise linux 5 Continuous Availability Businesses continuity needs to be at the heart of any enterprise IT deployment. Even a modest disruption in service is costly in terms of lost revenue

More information

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability An Oracle White Paper August 2011 Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability Note This whitepaper discusses a number of considerations to be made when

More information

The Cost Effectiveness of PolyServe Matrix Server and SAPRITURITY

The Cost Effectiveness of PolyServe Matrix Server and SAPRITURITY Migrating from UNIX SMP Servers to Linux Clusters The Cost-Effective Alternative PolyServe Clusters of Intel Architecture-based Servers An Intel and PolyServe White Paper The increasingly compelling price/performance

More information

vrealize Business System Requirements Guide

vrealize Business System Requirements Guide vrealize Business System Requirements Guide vrealize Business Advanced and Enterprise 8.2.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Hardware Compatibility List

Hardware Compatibility List Symantec Storage Foundation and High Availability Solutions 6.0, 6.0 Platform Release 1 (Solaris), 6.0.1, 6.0.2 (Linux), 6.0.3, 6.0.4 (Linux), 6.0.5 and Dynamic Multi-Pathing for VMware 6.0, 6.0.1 Hardware

More information

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance.

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance. Agenda Enterprise Performance Factors Overall Enterprise Performance Factors Best Practice for generic Enterprise Best Practice for 3-tiers Enterprise Hardware Load Balancer Basic Unix Tuning Performance

More information

VERITAS Storage Foundation 4.3 for Windows

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

More information

Technical Operations Enterprise Lab for a Large Storage Management Client

Technical Operations Enterprise Lab for a Large Storage Management Client Technical Operations Enterprise Lab for a Large Storage Management Client Background Xoriant s client is a large global storage management company with development centers, laboratories and sales offices

More information

VBLOCK SOLUTION FOR SAP: SAP APPLICATION AND DATABASE PERFORMANCE IN PHYSICAL AND VIRTUAL ENVIRONMENTS

VBLOCK SOLUTION FOR SAP: SAP APPLICATION AND DATABASE PERFORMANCE IN PHYSICAL AND VIRTUAL ENVIRONMENTS Vblock Solution for SAP: SAP Application and Database Performance in Physical and Virtual Environments Table of Contents www.vce.com V VBLOCK SOLUTION FOR SAP: SAP APPLICATION AND DATABASE PERFORMANCE

More information

SAP Solutions High Availability on SUSE Linux Enterprise Server for SAP Applications

SAP Solutions High Availability on SUSE Linux Enterprise Server for SAP Applications Technical White Paper Enterprise Linux Servers SAP Solutions High Availability on SUSE Linux Enterprise Server for SAP Applications All best practices have been developed jointly between Hewlett-Packard

More information

IT Business Management System Requirements Guide

IT Business Management System Requirements Guide IT Business Management System Requirements Guide IT Business Management 8.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Best Practice of Server Virtualization Using Qsan SAN Storage System. F300Q / F400Q / F600Q Series P300Q / P400Q / P500Q / P600Q Series

Best Practice of Server Virtualization Using Qsan SAN Storage System. F300Q / F400Q / F600Q Series P300Q / P400Q / P500Q / P600Q Series Best Practice of Server Virtualization Using Qsan SAN Storage System F300Q / F400Q / F600Q Series P300Q / P400Q / P500Q / P600Q Series Version 1.0 July 2011 Copyright Copyright@2011, Qsan Technology, Inc.

More information

N o v e l l A d d s t o H i g h A v a i l a b i l i t y E x t e n s i o n s f o r S U S E L i n u x E n t e r p r i s e S e r v e r 1 1

N o v e l l A d d s t o H i g h A v a i l a b i l i t y E x t e n s i o n s f o r S U S E L i n u x E n t e r p r i s e S e r v e r 1 1 I N S I G H T N o v e l l A d d s t o H i g h A v a i l a b i l i t y E x t e n s i o n s f o r S U S E L i n u x E n t e r p r i s e S e r v e r 1 1 Jean S. Bozman I D C O P I N I O N Global Headquarters:

More information

Using Multipathing Technology to Achieve a High Availability Solution

Using Multipathing Technology to Achieve a High Availability Solution Using Multipathing Technology to Achieve a High Availability Solution Table of Contents Introduction...3 Multipathing Technology...3 Multipathing I/O Implementations...5 Storage Redundancy...5 Infortrend

More information

EMC MIGRATION OF AN ORACLE DATA WAREHOUSE

EMC MIGRATION OF AN ORACLE DATA WAREHOUSE EMC MIGRATION OF AN ORACLE DATA WAREHOUSE EMC Symmetrix VMAX, Virtual Improve storage space utilization Simplify storage management with Virtual Provisioning Designed for enterprise customers EMC Solutions

More information

Implementing Oracle Grid: A Successful Customer Case Study

Implementing Oracle Grid: A Successful Customer Case Study Implementing Oracle Grid: A Successful Customer Case Study By Kai Yu, Dan Brint and Aaron Burns T he Oracle grid consolidates the physical servers, storage and network infrastructure as resources to form

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.1 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization

More information

Dell and JBoss just work Inventory Management Clustering System on JBoss Enterprise Middleware

Dell and JBoss just work Inventory Management Clustering System on JBoss Enterprise Middleware Dell and JBoss just work Inventory Management Clustering System on JBoss Enterprise Middleware 2 Executive Summary 2 JBoss Enterprise Middleware 5 JBoss/Dell Inventory Management 5 Architecture 6 Benefits

More information

The functionality and advantages of a high-availability file server system

The functionality and advantages of a high-availability file server system The functionality and advantages of a high-availability file server system This paper discusses the benefits of deploying a JMR SHARE High-Availability File Server System. Hardware and performance considerations

More information

OpenPower: IBM s Strategy for Best of Breed 64-bit Linux

OpenPower: IBM s Strategy for Best of Breed 64-bit Linux HRG Harvard Research Group HRG Assessment: OpenPower: IBM s Strategy for Best of Breed 64-bit Linux Overview As users migrate from RISC/UNIX platforms to Linux, to which 64-bit architecture will they move

More information

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

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

More information

Martin County Administration. Information Technology Services. Proposal For. Storage Area Network Systems. Supporting WinTel Server Consolidation

Martin County Administration. Information Technology Services. Proposal For. Storage Area Network Systems. Supporting WinTel Server Consolidation Martin County Administration Information Technology Services Proposal For Storage Area Network Systems Supporting WinTel Server Consolidation February 17, 2005 Version: DRAFT 1.4 Tim Murnane, Systems Administrator

More information

EMC Business Continuity for Microsoft SQL Server 2008

EMC Business Continuity for Microsoft SQL Server 2008 EMC Business Continuity for Microsoft SQL Server 2008 Enabled by EMC Celerra Fibre Channel, EMC MirrorView, VMware Site Recovery Manager, and VMware vsphere 4 Reference Architecture Copyright 2009, 2010

More information

Post-production Video Editing Solution Guide with Microsoft SMB 3 File Serving AssuredSAN 4000

Post-production Video Editing Solution Guide with Microsoft SMB 3 File Serving AssuredSAN 4000 Post-production Video Editing Solution Guide with Microsoft SMB 3 File Serving AssuredSAN 4000 Dot Hill Systems introduction 1 INTRODUCTION Dot Hill Systems offers high performance network storage products

More information

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT UNPRECEDENTED OBSERVABILITY, COST-SAVING PERFORMANCE ACCELERATION, AND SUPERIOR DATA PROTECTION KEY FEATURES Unprecedented observability

More information

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.

More information

An Oracle White Paper. Oracle Database Appliance X4-2

An Oracle White Paper. Oracle Database Appliance X4-2 An Oracle White Paper Oracle Database Appliance X4-2 Introduction The Oracle Database Appliance X4-2 is the 3rd generation of the Oracle Database Appliance. It is an Oracle Engineered System consisting

More information

Network-based Intelligent Data Protection Yossi Mossel, Product Manager

Network-based Intelligent Data Protection Yossi Mossel, Product Manager 1 EMC RecoverPoint Network-based Intelligent Data Protection Yossi Mossel, Product Manager The CIO s Information-Storage and -Management Requirements Lower TCO Utilization, consolidation, automated management

More information

Building the Virtual Information Infrastructure

Building the Virtual Information Infrastructure Technology Concepts and Business Considerations Abstract A virtual information infrastructure allows organizations to make the most of their data center environment by sharing computing, network, and storage

More information

Server Migration from UNIX/RISC to Red Hat Enterprise Linux on Intel Xeon Processors:

Server Migration from UNIX/RISC to Red Hat Enterprise Linux on Intel Xeon Processors: Server Migration from UNIX/RISC to Red Hat Enterprise Linux on Intel Xeon Processors: Lowering Total Cost of Ownership A Case Study Published by: Alinean, Inc. 201 S. Orange Ave Suite 1210 Orlando, FL

More information

Oracle Storage Options

Oracle Storage Options 1/27 Oracle Storage Options RAW, ASM, CFS, for Real Application Cluster Unterföhring, 11.2005 M. Kühn 1 2/27 Be spoilt for choice? RAC Review Introduction Storage Options RAW In short ASM Automatic Storage

More information

EMC CLARiiON Asymmetric Active/Active Feature

EMC CLARiiON Asymmetric Active/Active Feature EMC CLARiiON Asymmetric Active/Active Feature A Detailed Review Abstract This white paper provides an overview of the EMC CLARiiON Asymmetric Active/Active feature. It highlights the configuration, best

More information