Building Oracle Grid with Oracle VM on Blade Servers and iscsi Storage. Kai Yu Dell Oracle Solutions Engineering

Size: px
Start display at page:

Download "Building Oracle Grid with Oracle VM on Blade Servers and iscsi Storage. Kai Yu Dell Oracle Solutions Engineering"

Transcription

1 Building Oracle Grid with Oracle VM on Blade Servers and iscsi Storage Kai Yu Dell Oracle Solutions Engineering

2 About Author Kai Yu 15 years with Oracle technology, specialized in Oracle Grid/RAC, Oracle Apps and Oracle VM Oracle ACE Director, Oracle papers author and frequent presenter at OOW and Collaborate IOUG Oracle RAC SIG president Dell Oracle Solutions Engineering Lab Dell s Oracle Technology solutions based on Dell PE servers and Dell storages. The solutions stack: servers, storage, network, OS, virtualization, Oracle RAC, Oracle Apps

3 Agenda Introduction to Oracle Grid Grid Reference Configuration POC Project Grid Implementation Consolidate Applications on Grid QA

4 Introduction to Oracle Grid Enterprise Grid Computing Group independent hardware and software components in to a single resource pool Can be provisioned, distributed and redistributed on demand Standardization, Virtualization, Automation Benefit of Grid Computing Quickly meet the changing of business needs Dynamically allocate the resources for changing workloads Resource consolidation and sharing reduce the IT cost Providing Predictable service levels Key Technologies for Oracle Grid Sever clustering: Real Applications Cluster (RAC) Server Virtualization: Oracle VM Storage Virtualization: Automatic Storage Management (ASM) Management and Provisioning: Oracle Enterprise Manager

5 Introduction to Oracle Grid Oracle Real Application Clusters Multiple instances running on many hosts interconnected by high speed private network share a single database Oracle Cache Fusion Technology for node synchronization All Instances can execute transactions simultaneously on the single database in the shared storage Provide High Availability for the applications Scalability, special useful for commodity hardware. Automatic Storage Management (ASM) An integrated file system and volume manager Spread data evenly on disks; automatically rebalance Easy management of file system Provide shared storage for RAC nodes

6 Introduction to Oracle Grid

7 Introduction to Oracle Grid Oracle VM Technology Virtual Server: Xen Hypervisor, management domain dom0 Linux kernel with support of devices, IO, networking, etc. Virtual Server Pool: an autonomous region of VM servers VM: guest OS with applications running on domu

8 Introduction to Oracle Grid

9 Introduction to Oracle Grid Enterprise Grid vs Cloud Computing Dynamic shared infrastructure as the basis of Cloud computing Provide the key building blocks for cloud computing Help IT build private cloud and cloud-like infrastructure Engineering solution on Grid Computing Provide customers a solution that builds cloud like services Complete stack of software and hardware platform Provide building, deploying and managing solutions Ensure customers the enterprise grade configuration Engineering Solution through the Oracle Grid Proof of Concept project

10 Grid Architecture Design Grid Reference POC Project Engineering solution for Grid Architecture and implementation Design/implement an enterprise grade Grid infrastructure Dynamically provision multi-tier applications in a single Grid Based on commodity hardware and SAN storage Grid Architecture Physical Grid on clustering: 8 + nodes Oracle 11g RAC Virtual Grid: a set of virtual machines running on Oracle VM servers based on Dell Blades Grid control as the unified management Grid Hardware Platform Commodity Hardware: Dell 11g Blade Servers: Shared SAN storage: Dell EqualLogic iscsi storage

11 Physical View Logical View Grid Architecture Design

12 Grid Architecture Design

13 Grid Architecture Design

14 Implementation Tasks Configure Grid Control Management Infrastructure Configure EqualLogic Shared storage Configure Physical Grid Configure Virtual Grid Grid Control Management Configuration Oracle Enterprise Linux OEL bit Oracle Enterprise Manager Grid control Grid control upgrade Enable Virtual Management Pack Restart OMS server

15 Blade servers connect to EqualLogic SAN Storage

16 EqualLogic shared storage configuration Storage volumes for the Physical Grid Volume Size Raid Used for OS Mapping blade_crs 2GB 10 OCR/Votingdisk Yes blade_data1 100GB 10 Data for DB1 ASM diskgroup1 blade_data2 100GB 10 Data for DB2 ASM diskgroup2 blade_data3 150GB 10 Data for DB3 ASM diskgroup3 blade_data5 150GB 10 Data for DB4 ASM diskgroup5 Volume Size Raid Used for OS Mapping Storage volumes for the Virtual Grid blade_data4 400GB 10 VM Repositories /OVS blade_data6 500GB 10 VM Repositories /OVS/9A87460A7EDE4 3EE92201B8B7989DBA 6 vmcor1-5 1GB each 10 OCR/vogtingdisk 2XOCRs/3Xvotingdisks vmracdb1 50GB 10 Data for RAC DB ASM diskgroup1 vmracdb2 50GB 10 Data for RAC DB ASM diskgroup2

17 EqualLogic storage management console

18 Physical Grid Configuration : 8-node 11g RAC Network configuration Network Interface IO modules Connections IP address eth0 A1 Public Network eth2 B1 iscsi connection (odd) eth3 B2 iscsi connection (odd) eth4,eth5 C1,C2 Bonded to bond VIP Virtual IP for 11g RAC iscsi storage connections Configure host access to storage: eth2 and eth3, /etc/iscsi/iscsid.config iscsi interfaces: i-eth2 on eth2, i-eth3 on eth3: iscsiadm -m iface -I i-eth2 --op=new iscsiadm -m iface -I i-eth2 --op=update -n iface.hwaddress -v <hwadd> iscsiadm -m discovery -t st -p interface=i-eth2 --interface=i-eth3 iscsiadm -m node -p interface i-eth3 --login iscsiadm -m node -p interface i-eth2 login Check Partitions : more /proc/partitions:

19 Find iscsi ID: /sbin/scsi_id -gus /block/sdd Linux Device Mapper to establish mutipath devices to storage alias: /etc/multipath.conf. multipaths { }. } multipath { wwid 36090a c45a2941c7fc76340 alias ocr_crsp14 service multipathd restart Check multipath devices in /dev/mapper: ocr-crsp1, data1, data2, data3, data5 Make partitions: fdisk

20 Use block devices for 11g Clusterware and RAC databases: OCRs, Votingdisks and ASM diskgroups. Configure 11g RAC database Infrastructure 11g RAC clusterware configuration: private interconnect : bond0 OCRs and votingdisks on mutipath devices 11g ASM configuration: ASM instances provide the storage virtualization 11g RAC software to provide the database services Grid control agent to connect to OMS server

21 Consolidate Databases Sizing the DB: Storage, # of DB instances, which nodes to run Provision the storage/asm diskgroup Create the database For some ERP applications, convert the installed DB to RAC

22 Scale out the physical Grid Infrastructure Add more databases to the Grid Increase capability of the existing databases Scale out the storage: add additional EqualLogic array expand existing or create new volumes make new volume accessible to the servers add new ASM diskgroup or add disk to the existing diskgroup or resize the disk of an diskgroup Add new node to the cluster Dynamically move the database to less busy node:

23 Implementation Tasks Overview Virtual servers Installation Virtual server network and storage configuration. Connect VM servers to the Grid Control Create guest VM using VM template Configure the VMs using VM Management Pack with Oracle Enterprise Manager Virtual Server Installation Prepare local disk and enable virtualization on BIOS Install Oracle VM server Change Dom0 memory : /boot/grub/menu.lst: edit line: kernel /xen-64bit.gz dom0_mem=1024m Ensure VM agent working: #service ovs-agent status

24 Oracle VM server network configuration

25 Configure shared storages on dom0 OVM repositories : blade_data4: 400GB, Shared disks for Oracle RAC on VMs Configure iscsi and multipath devices on dom0 /dev/mapper/ovs_data4p1 Put OVM repository on blade_data4p1 (OVM 2.1) mkfs.ocfs2 -b 4k -C 64k -L ovs /dev/mapper/ovs_data4p1 unmount /OVS, moun new OVS: mount -a -t ocfs2 edit /etc/fstab to include the new /OVS partiotion create directories : iso_pool, proxy, running_pool, seed_pool, shareddisk under /OVS

26 Put OVM repository on blade_data4p1 (OVM 2.2) service iptables stop; service o2cb configure, mkfs.ocfs2 -Tdatafiles -N8 /dev/mapper/p1ovsdisk1p1 remove the local /OVS: /opt/ovs-agent-2.3/utils/repos.py -l [ * ] 9e7012d5-69ba-4ac2-a58d-3400cd044efc => /dev/sda3 /opt/ovs-agent-2.3/utils/repos.py -d 9e7012d5-69ba-4ac2-a58d- 3400cd044efc create new repository on shared devices; /opt/ovs-agent-2.3/utils/repos.py -n /dev/mapper/p1ovsdisk1p1 [ NEW ] 567d581b-ec4a-4da8-94df-841dc0c5a390 => /dev/mapper/p1ovsdisk1p1 create the newly created repository the cluster root repository: /opt/ovs-agent-2.3/utils/repos.py -r 567d581b-ec4a-4da8-94df- 841dc0c5a390 [ R ] 567d581b-ec4a-4da8-94df-841dc0c5a390 => /dev/mapper/p1ovsdisk1p1 Reboot all the VM servers

27 VM Management tools: Oracle VM Manager Enterprise Manager: VM Management Pack Connect the VM servers to Enterprise Manager Pre-requisites Steps: oracle user in oinstall group, oracle ssh user equivalence between dome0 and OMS server, Oracle user sudo privileges : /etc/sudoers

28 Create VM server Pool: login to Grid control

29 Add additional virtual servers to the VM server pool

30 Create Guest VMs using VM template Virtual Machine as node of Virtual Grid Create guest VM using VM templates Import a VM template: download template; Discover VM template

31 Create VM using the template

32 Prepare storage for VMs: virtual disks: From the Images files in repository: Local disk: Shared disk Disks as resources for VM:

33 Add local disk to the VM Attach shared disk to the VM s

34 Disks shown in VM as the virtual disk partitions: Attached the storage to the guest VM a) vm.cfg: disk = [''file:/ovs/shareddisk/racdb.img,xvdc,w!', b) vm.cfg: disk = [' phy: /dev/mapper/vmracdbp1, xvdc,w!', Virtual network interface through Xen bridges vm.cfg: vif = ['bridge=xenbr0,mac=00:16:3e:11:8e:ce,type=netfront', 'bridge=xenbr1,mac=00:16:3e:50:63:25,type=netfront',] xenbr0 eth0 in the guest VM xenbr1 eth1 in the guest VM

35 Storage/Network configuration for 11g RAC on VMs:

36 Consolidate Applications Consolidate enterprise applications on the Grid Applications and middleware on the virtual Grid VMs Applications Application VM templates->new VMs Application template VMs Modification New application template Import: existing VM: Copy VM image Import VM image Deploy database service on the physical Grid Provisiong Storage Attach storage to Nodes ASM diskgroup Database create Schema->connect to Database Deploy DEV/Test Application suite on the virtual Grid Multi-tier nodes are on the VMs Fast deployment based on templates

37 Consolidate Applications Grid Architecture to host applications Grid Structure and Applications Physical Grid Virtual Grid VM server Pool 11g RAC Databases Grid Big_5 2vm2 11g RAC nvmr ac4 ebs2a pp2 EBS R12 Test Suite on VMs Banner RAC DB Bann 1 Bann 2 ebs2d b1 Other Database Apps 1 Apps 2 ebsap p1 EBS R12 Apps Tier on VMs EBS RAC DB Other Database Oracle VM EqualLogic SAN storage

38 Consolidate Applications Oracle E-Business Suite Applications:

39 Consolidate Applications Virtual Grid shown on Grid Control Virtual Central

40 SUMMARY Dell Grid POC: Oracle Grid on Dell Blades and EqualLogic Oracle Enterprise Manager Grid control for management Provides the infrastructure to consolidate the enterprise applications and databases Acknowledgement: David Mar, Roger Lopez (Dell Oracle Solutions Engineering), John Tao(Dell IT), Rajat Nigam(Oracle) Related Dell Oracle Whitepapers: 1) Building an Oracle Grid with Oracle VM on Dell Blade servers and Dell EqualLogic iscsi storage 2) Implementing Oracle E-Business Suite in a Scalable and Reliable Virtual System Architecture 3) Efficient Deployment of Oracle Real Application Clusters (RAC) in a Virtualized Environment Using Enterprise Manager Provisioning Pack

41 References 1. Best Practices of Deployment of Oracle ASM with Dell EqualLogic PS iscsi Storage System, Dell White Paper 2. Oracle Press Release: Oracle Enterprise Manager Extends Management to Oracle VM Server Virtualization 3. Oracle Enterprise Manager Concepts 10g Release 5 ( ) Part Number B Oracle Enterprise Manager Grid Control ReadMe for Linux x g Release 5 ( ) April How to Enable Oracle VM Management Pack in EM Grid Control , Metalink Note #: Oracle VM: Converting from a Local to Shared OVS Repository, Metalink note # How to Add Shared Repositories to Oracle VM Pools with Multiple Servers, Metalink Note # Implementing Oracle Grid: A successful Customer Case Study, Kai Yu, Dan Brint, IOUG Select Journal Volume 16, Number 2, Second Quarter Deploying Oracle VM Release 2.1 on Dell PowewrEdge servers and Dell/EMC storage Dell white paper 10. Dell Reference Configuration Deploying Oracle Database on Dell EqualLogic PS5000XV iscsi Storage A Dell Technical White Paper 11. Technical Best Practices for Virtualization & RAC Oracle RAC SIG webseminar slides, Michael Timpanaro-Perota & Daniel Dibbets 12. Kai Yu s Oracle Blog

42 QA

43 Thank You Please Complete the Survey (presentation #705, Building Oracle Grid with Oracle VM on blade servers and iscsi storage, Presenter: Kai Yu) Visit Kai s Oracle Blog:

Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc

Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc 2 About Author Kai Yu 16 years with Oracle technology Work in Dell Oracle Solutions Engineering

More information

Configuring and Managing a Private Cloud with Enterprise Manager 12c

Configuring and Managing a Private Cloud with Enterprise Manager 12c Configuring and Managing a Private Cloud with Enterprise Manager 12c IOUG Online Education Series 12:00pm - 1:00pm CT, June 26, 2012, Kai Yu Oracle Solutions Engineering Lab Enterprise Solutions Engineering,

More information

BUILDING AN ORACLE GRID BLADE SERVERS AND DELL EQUALLOGIC ISCSI STORAGE WITH ORACLE VM ON DELL. A Dell Technical White Paper

BUILDING AN ORACLE GRID BLADE SERVERS AND DELL EQUALLOGIC ISCSI STORAGE WITH ORACLE VM ON DELL. A Dell Technical White Paper BUILDING AN ORACLE GRID WITH ORACLE VM ON DELL BLADE SERVERS AND DELL EQUALLOGIC ISCSI STORAGE A Dell Technical White Paper Dell Database Solutions Engineering Kai Yu and David Mar Dell Product Group October

More information

Automated Deployment of Oracle RAC Using Enterprise Manager Provisioning Pack

Automated Deployment of Oracle RAC Using Enterprise Manager Provisioning Pack Automated Deployment of Oracle RAC Using Enterprise Manager Provisioning Pack By Kai Yu As a part of the Oracle Enterprise Manager s lifecycle management solutions, the Oracle Enterprise Manager Provisioning

More information

High Availability Infrastructure for Cloud Computing

High Availability Infrastructure for Cloud Computing High Availability Infrastructure for Cloud Computing Oracle Technology Network Architect Day Reston, VA, May 16, 2012 Kai Yu Oracle Solutions Engineering Lab Enterprise Solutions Engineering, Dell Inc.

More information

INTRODUCTION TO CLOUD MANAGEMENT

INTRODUCTION TO CLOUD MANAGEMENT CONFIGURING AND MANAGING A PRIVATE CLOUD WITH ORACLE ENTERPRISE MANAGER 12C Kai Yu, Dell Inc. INTRODUCTION TO CLOUD MANAGEMENT Oracle cloud supports several types of resource service models: Infrastructure

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

High Availability Infrastructure of Database Cloud: Architecture, Best Practices. Kai Yu Oracle Solutions Engineering, Dell Inc.

High Availability Infrastructure of Database Cloud: Architecture, Best Practices. Kai Yu Oracle Solutions Engineering, Dell Inc. High Availability Infrastructure of Database Cloud: Architecture, Best Practices Kai Yu Oracle Solutions Engineering, Dell Inc. About Me Kai Yu, Senior Architect, Dell Oracle Solutions Lab 17 years Oracle

More information

IOUG Virtualization SIG - Online Symposium Kai Yu Oracle Solutions Engineering, Dell Inc.

IOUG Virtualization SIG - Online Symposium Kai Yu Oracle Solutions Engineering, Dell Inc. Simplifying Application Deployment in Cloud using Virtual assemblies and EM 12c IOUG Virtualization SIG - Online Symposium Kai Yu Oracle Solutions Engineering, Dell Inc. About Author Kai Yu, Senior Architect,

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo [email protected] George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

Oracle VM Server Recovery Guide. Version 8.2

Oracle VM Server Recovery Guide. Version 8.2 Oracle VM Server Recovery Guide Version 8.2 Oracle VM Server for x86 Recovery Guide The purpose of this document is to provide the steps necessary to perform system recovery of an Oracle VM Server for

More information

Design and Implement a Self- Service Enabled Private Cloud with Oracle Enterprise Manager 12c

Design and Implement a Self- Service Enabled Private Cloud with Oracle Enterprise Manager 12c Design and Implement a Self- Service Enabled Private Cloud with Oracle Enterprise Manager 12c Prepared By: Kai Yu Senior Principal Engineer Dell Inc. About Author Kai Yu, Senior Principal Architect, Dell

More information

CON9488 The Enterprise Cloud Simplified with Oracle VM

CON9488 The Enterprise Cloud Simplified with Oracle VM CON9488 The Enterprise Cloud Simplified with Oracle VM Andy Herm, Senior Architect, Cloud Infrastructure, Oracle Conor Wentz, Senior Architect, Cloud Infrastructure, Oracle Honglin Su, Sr. Director of

More information

INTRODUCTION APPLICATION DEPLOYMENT WITH ORACLE VIRTUAL ASSEMBLY

INTRODUCTION APPLICATION DEPLOYMENT WITH ORACLE VIRTUAL ASSEMBLY SIMPLIFYING APPLICATION DEPLOYMENT IN CLOUD USING VIRTUAL ASSEMBLIES AND EM 12C Kai Yu, Dell Inc. ABSTRACT Oracle virtual assemblies provide a great way to simply the deployment of enterprise-class multi-tier

More information

1 P a g e Delivering Self -Service Cloud application service using Oracle Enterprise Manager 12c

1 P a g e Delivering Self -Service Cloud application service using Oracle Enterprise Manager 12c Delivering Self-service Cloud application services using Oracle Enterprise Manager 12c Kai Yu, Senior Principal Engineer, Oracle Solutions Engineering, Dell Inc ABSTRACT Oracle Self-Service provisioning

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 Oracle Virtual Machine Server pre x86 Marián Kuna Technology Sales

More information

<Insert Picture Here> Oracle VM and Cloud Computing

<Insert Picture Here> Oracle VM and Cloud Computing Oracle VM and Cloud Computing Paulo Bosco Otto Sales Consultant [email protected] The following is intended to outline our general product direction. It is intended for

More information

WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity

WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity Frances Zhao-Perez Alexandra Huff Oracle CAF Product Management Simon Haslam Technical Director O-box Safe Harbor Statement

More information

<Insert Picture Here> Enabling Cloud Deployments with Oracle Virtualization

<Insert Picture Here> Enabling Cloud Deployments with Oracle Virtualization Enabling Cloud Deployments with Oracle Virtualization NAME TITLE The following is intended to outline our general product direction. It is intended for information purposes only,

More information

<Insert Picture Here> Introducing Oracle VM: Oracle s Virtualization Product Strategy

<Insert Picture Here> Introducing Oracle VM: Oracle s Virtualization Product Strategy Introducing Oracle VM: Oracle s Virtualization Product Strategy SAFE HARBOR STATEMENT The following is intended to outline our general product direction. It is intended for information

More information

How To Install An Org Vm Server On A Virtual Box On An Ubuntu 7.1.3 (Orchestra) On A Windows Box On A Microsoft Zephyrus (Orroster) 2.5 (Orner)

How To Install An Org Vm Server On A Virtual Box On An Ubuntu 7.1.3 (Orchestra) On A Windows Box On A Microsoft Zephyrus (Orroster) 2.5 (Orner) Oracle Virtualization Installing Oracle VM Server 3.0.3, Oracle VM Manager 3.0.3 and Deploying Oracle RAC 11gR2 (11.2.0.3) Oracle VM templates Linux x86 64 bit for test configuration In two posts I will

More information

Hard Partitioning and Virtualization with Oracle Virtual Machine. An approach toward cost saving with Oracle Database licenses

Hard Partitioning and Virtualization with Oracle Virtual Machine. An approach toward cost saving with Oracle Database licenses Hard Partitioning and Virtualization with Oracle Virtual Machine An approach toward cost saving with Oracle Database licenses JANUARY 2013 Contents Introduction... 2 Hard Partitioning Concepts... 2 Oracle

More information

Ensure the RAC High Availability: Storage and Network Side Story

Ensure the RAC High Availability: Storage and Network Side Story Ensure the RAC High Availability: Storage and Network Side Story IOUG Forum High Availability Bootcamp Kai Yu, Oracle ACE Director Dell Oracle Solutions Engineering About Author Kai Yu, [email protected]

More information

<Insert Picture Here> Xen Virtualization with Oracle: Commitment, Integration, Mission-critical Virtualization

<Insert Picture Here> Xen Virtualization with Oracle: Commitment, Integration, Mission-critical Virtualization Xen Virtualization with Oracle: Commitment, Integration, Mission-critical Virtualization Christian Rothe, [email protected] The following is intended to outline our general

More information

Implement & Manage IaaS and Self Service Portal with Enterprise Manager 12c

Implement & Manage IaaS and Self Service Portal with Enterprise Manager 12c Implement & Manage IaaS and Self Service Portal with Enterprise Manager 12c Prepared by: Kai Yu Sr. Principal Engineer Dell Inc. Tariq Farooq CEO BrainSurface About Authors Kai Yu, Senior Principal Architect,

More information

Oracle Virtualization Strategy and Roadmap

Oracle Virtualization Strategy and Roadmap Oracle Virtualization Strategy and Roadmap Wim Coekaerts, Senior Vice President, Engineering, Linux and Virtualization, Oracle September 29, 2014 Agenda 1 2 3 4 5 IT Transformation Oracle Virtualization

More information

Rob Zoeteweij CUSTOMER CASE CONFIGURATION MANAGEMENT PROVISIONING & AUTOMATED PATCHING

Rob Zoeteweij CUSTOMER CASE CONFIGURATION MANAGEMENT PROVISIONING & AUTOMATED PATCHING Rob Zoeteweij CUSTOMER CASE CONFIGURATION MANAGEMENT PROVISIONING & AUTOMATED PATCHING Agenda Case introduction Configuration Management Provisioning & Automated Patching Finally Q & A Case introduction

More information

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering Oracle OpenWorld 2010, Session S316263 3:00-4:00pm, Thursday 23-Sep-2010

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

Data Center Op+miza+on

Data Center Op+miza+on Data Center Op+miza+on Sept 2014 Jitender Sunke VP Applications, ITC Holdings Ajay Arora Sr. Director, Centroid Systems Justin Youngs Principal Architect, Oracle 1 Agenda! Introductions! Oracle VCA An

More information

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager. Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager. Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering About Author Kai Yu Senior System Engineer, Dell Oracle Solutions

More information

VMware vsphere 5.1 Advanced Administration

VMware vsphere 5.1 Advanced Administration Course ID VMW200 VMware vsphere 5.1 Advanced Administration Course Description This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter.

More information

VMware vsphere 5.0 Boot Camp

VMware vsphere 5.0 Boot Camp VMware vsphere 5.0 Boot Camp This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter. Assuming no prior virtualization experience, this

More information

Converting Linux and Windows Physical and Virtual Machines to Oracle VM Virtual Machines. An Oracle Technical White Paper December 2008

Converting Linux and Windows Physical and Virtual Machines to Oracle VM Virtual Machines. An Oracle Technical White Paper December 2008 Converting Linux and Windows Physical and Virtual Machines to Oracle VM Virtual Machines An Oracle Technical White Paper December 2008 Converting Linux and Windows Physical and Virtual Machines to Oracle

More information

Enabling Multi-pathing on ESVA with Red Hat Enterprise Linux 6 Device Mapper

Enabling Multi-pathing on ESVA with Red Hat Enterprise Linux 6 Device Mapper Enabling Multi-pathing on ESVA with Red Hat Enterprise Linux 6 Device Mapper Application Note Abstract This document describes how to enable multi-pathing configuration using the Device Mapper service

More information

A Highly Versatile Virtual Data Center Ressource Pool Benefits of XenServer to virtualize services in a virtual pool

A Highly Versatile Virtual Data Center Ressource Pool Benefits of XenServer to virtualize services in a virtual pool A Highly Versatile Virtual Data Center Ressource Pool Benefits of XenServer to virtualize services in a virtual pool Stefan Bujack A Highly Versatile Virtual Data Center Ressource Pool Umeå, 27.05.09 Overview

More information

Virtualization Strategy with Oracle VM and Oracle Linux. Bjorn Naessens

Virtualization Strategy with Oracle VM and Oracle Linux. Bjorn Naessens with Oracle VM and Bjorn Naessens Join the buzz: Wifi pass: BANQ Twitter #oracleopenxperience @oopenxperience 2 About me Certifications OVM 2.x/3.x Implementation Specialist 5.x Certified Administrator

More information

An Oracle Technical White Paper August 2011. Oracle VM: Designing, Creating and Testing an Oracle VM 2.2 Environment

An Oracle Technical White Paper August 2011. Oracle VM: Designing, Creating and Testing an Oracle VM 2.2 Environment An Oracle Technical White Paper August 2011 Oracle VM: Designing, Creating and Testing an Oracle VM 2.2 Environment Introduction... 1 Stage 1: Designing your Oracle VM environment... 2 Oracle VM Management

More information

Oracle Applications and Cloud Computing - Future Direction

Oracle Applications and Cloud Computing - Future Direction Oracle Applications and Cloud Computing - Future Direction February 26, 2010 03:00 PM 03:40 PM Presented By Subash Krishnaswamy [email protected] Vijay Tirumalai [email protected]

More information

Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise

Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Manager Oracle NIST Definition of Cloud Computing Cloud

More information

An Oracle White Paper October 2011. Oracle VM 3: Quick Start Guide

An Oracle White Paper October 2011. Oracle VM 3: Quick Start Guide An Oracle White Paper October 2011 Oracle VM 3: Quick Start Guide Introduction... 1 Prepare for Implementation... 2 Important Note to Oracle VM 2.x Users... 2 Important Note for All Readers... 2 What You

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 VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

<Insert Picture Here> Infrastructure as a Service (IaaS) Cloud Computing for Enterprises

<Insert Picture Here> Infrastructure as a Service (IaaS) Cloud Computing for Enterprises Infrastructure as a Service (IaaS) Cloud Computing for Enterprises Speaker Title The following is intended to outline our general product direction. It is intended for information

More information

Agenda About SUNY and ITEC Cloud project Challenges and Use cases for ITEC Cloud EM Solution Business Benefits

Agenda About SUNY and ITEC Cloud project Challenges and Use cases for ITEC Cloud EM Solution Business Benefits Agenda About SUNY and ITEC Cloud project Challenges and Use cases for ITEC Cloud EM Solution Business Benefits About SUNY Power of SUNY Nations Largest State University System 64 Geographically Dispersed

More information

Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies

Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies Kurt Klemperer, Principal System Performance Engineer [email protected] Agenda Session Length:

More information

Building Storage Service in a Private Cloud

Building Storage Service in a Private Cloud Building Storage Service in a Private Cloud Sateesh Potturu & Deepak Vasudevan Wipro Technologies Abstract Storage in a private cloud is the storage that sits within a particular enterprise security domain

More information

CON9577 Performance Optimizations for Cloud Infrastructure as a Service

CON9577 Performance Optimizations for Cloud Infrastructure as a Service CON9577 Performance Optimizations for Cloud Infrastructure as a Service John Falkenthal, Software Development Sr. Director - Oracle VM SPARC and VirtualBox Jeff Savit, Senior Principal Technical Product

More information

Running Oracle Databases in a z Systems Cloud environment

Running Oracle Databases in a z Systems Cloud environment Running Oracle Databases in a z Systems Cloud environment Sam Amsavelu [email protected] ISV & Channels Technical Sales - Oracle IBM Advanced Technical Skills (ATS), America Technical University/Symposia

More information

Monitor Your Engineered Systems From a Single Pane Of Glass

Monitor Your Engineered Systems From a Single Pane Of Glass Monitor Your Engineered Systems From a Single Pane Of Glass Oracle Enterprise Manager and Exadata, Exalogic & Exalytics Prepared By: Alfredo Krieg Sr. Oracle Enterprise Cloud Administrator The Sherwin-Williams

More information

Oracle Cloud Storage and File system

Oracle Cloud Storage and File system 2012 Tieto Corporation Oracle Cloud Storage and File system Andrejs Karpovs Oracle Apps DBA Tieto, [email protected] Few notes about me I Am a DBA Work in Tieto Have 4 years exprerience working

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

Oracle Networking and High Availability Options (with Linux on System z) & Red Hat/SUSE Oracle Update

Oracle Networking and High Availability Options (with Linux on System z) & Red Hat/SUSE Oracle Update Oracle Networking and High Availability Options (with Linux on System z) & Red Hat/SUSE Oracle Update Speaker Names: David Simpson & Kathryn Arrell Speakers Company: IBM Date of Presentation: Wednesday,

More information

Avnet Guide to Oracle: Oracle Linux

Avnet Guide to Oracle: Oracle Linux Accelerating Your Success TM Avnet Guide to Oracle: Oracle Linux Avnet Technology Solutions Oracle Business Unit Oracle Linux Webinar Accelerating Your Success TM Overview Welcome and Introduction Why

More information

Oracle Software. Hardware. Training. Consulting. Mythics Complete.

Oracle Software. Hardware. Training. Consulting. Mythics Complete. Oracle Software. Hardware. Training. Consulting. Mythics Complete. Database Cloud in a Box DBaaS on Oracle Database Appliance [UGF10279] Oracle Open World 2015 Introduction to Erik Benner Erik Benner Enterprise

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Oracle Linux/Oracle VM & Oracle Cloud Overview Omar Ahmad Principle Sales Consultant David Chang - Sales Manager Safe Harbor Statement The following is intended to outline our general product direction.

More information

Deploying Microsoft Hyper-V with Dell EqualLogic PS Series Arrays

Deploying Microsoft Hyper-V with Dell EqualLogic PS Series Arrays TECHNICAL REPORT Deploying Microsoft Hyper-V with Dell EqualLogic PS Series Arrays ABSTRACT This technical report details information and best practices for deploying Microsoft Hyper-V with Dell EqualLogic

More information

Linux/Open Source and Cloud computing Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering

Linux/Open Source and Cloud computing Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering Linux/Open Source and Cloud computing Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering NIST Definition of Cloud Computing Cloud computing is a model for enabling convenient, on-demand

More information

Building Active/Passive Clusters with Oracle Fusion Middleware 11g

Building Active/Passive Clusters with Oracle Fusion Middleware 11g Building Active/Passive Clusters with Oracle Fusion Middleware 11g Simon Haslam Veriton Limited 1 (2.1h) Simon Haslam / Veriton Specialised consultant & Oracle Partner, established for 14 years Demanding

More information

What s New with VMware Virtual Infrastructure

What s New with VMware Virtual Infrastructure What s New with VMware Virtual Infrastructure Virtualization: Industry-Standard Way of Computing Early Adoption Mainstreaming Standardization Test & Development Server Consolidation Infrastructure Management

More information

Virtualization @ Google

Virtualization @ Google Virtualization @ Google Alexander Schreiber Google Switzerland Libre Software Meeting 2012 Geneva, Switzerland, 2012-06-10 Introduction Talk overview Corporate infrastructure Overview Use cases Technology

More information

An Oracle Technical White Paper May 2011. Oracle Optimized Solution for Enterprise Cloud Infrastructure

An Oracle Technical White Paper May 2011. Oracle Optimized Solution for Enterprise Cloud Infrastructure An Oracle Technical White Paper May 2011 Oracle Optimized Solution for Enterprise Cloud Infrastructure Introduction... 1 Overview of the Oracle Optimized Solution for Enterprise Cloud Infrastructure...

More information

Oracle Products on SUSE Linux Enterprise Server 11

Oracle Products on SUSE Linux Enterprise Server 11 Oracle Products on SUSE Linux Enterprise Server 11 Technical Introduction Arun Singh Sr. Technical Manager [email protected] Agenda Introduction SUSE Products Oracle Products Road Map Question and Answer

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

Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN

Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN A Dell EqualLogic best practices technical white paper Storage Infrastructure and Solutions Engineering Dell Product Group November 2012 2012

More information

IOS110. Virtualization 5/27/2014 1

IOS110. Virtualization 5/27/2014 1 IOS110 Virtualization 5/27/2014 1 Agenda What is Virtualization? Types of Virtualization. Advantages and Disadvantages. Virtualization software Hyper V What is Virtualization? Virtualization Refers to

More information

Cloud Computing through Virtualization and HPC technologies

Cloud Computing through Virtualization and HPC technologies Cloud Computing through Virtualization and HPC technologies William Lu, Ph.D. 1 Agenda Cloud Computing & HPC A Case of HPC Implementation Application Performance in VM Summary 2 Cloud Computing & HPC HPC

More information

Cloud Server. Parallels. Key Features and Benefits. White Paper. www.parallels.com

Cloud Server. Parallels. Key Features and Benefits. White Paper. www.parallels.com Parallels Cloud Server White Paper Key Features and Benefits www.parallels.com Table of Contents Introduction... 3 Key Features... 3 Distributed Cloud Storage (Containers and Hypervisors)... 3 Rebootless

More information

Using Dell EqualLogic and Multipath I/O with Citrix XenServer 6.2

Using Dell EqualLogic and Multipath I/O with Citrix XenServer 6.2 Using Dell EqualLogic and Multipath I/O with Citrix XenServer 6.2 Dell Engineering Donald Williams November 2013 A Dell Deployment and Configuration Guide Revisions Date November 2013 Description Initial

More information

ORACLE CONFIGURATION SERVICES EXHIBIT

ORACLE CONFIGURATION SERVICES EXHIBIT ORACLE CONFIGURATION SERVICES EXHIBIT This exhibit incorporates by reference the terms of the order for Exadata Database Machine, Exadata Storage Expansion Rack, SuperCluster, Exalogic on SuperCluster,

More information

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c.

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c. An Oracle White Paper June, 2012 Provisioning & Patching Oracle Database using Enterprise Manager 12c. Table of Contents Executive Overview... 2 Introduction... 2 EM Readiness:... 3 Installing Agent...

More information

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book About the Author p. xv About the Technical Contributors p. xvi About the Technical Reviewers p. xvi Acknowledgments p. xix Preface p. xxiii About This Book p. xxiii How to Use This Book p. xxiv Appendices

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

Oracle Solutions on Top of VMware vsphere 4. Saša Hederić VMware Adriatic

Oracle Solutions on Top of VMware vsphere 4. Saša Hederić VMware Adriatic Oracle Solutions on Top of VMware vsphere 4 Saša Hederić VMware Adriatic The Problem Where the IT Budget Goes 5% Infrastructure Investment 23% Application Investment 42% Infrastructure Maintenance Overwhelming

More information

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

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

More information

Virtualizare sub Linux: avantaje si pericole. Dragos Manac

Virtualizare sub Linux: avantaje si pericole. Dragos Manac Virtualizare sub Linux: avantaje si pericole Dragos Manac 1 Red Hat Enterprise Linux 5 Virtualization Major Hypervisors Xen: University of Cambridge Computer Laboratory Fully open sourced Set of patches

More information

Sanbolic s SAN Storage Enhancing Software Portfolio

Sanbolic s SAN Storage Enhancing Software Portfolio Software to Simplify and Share SAN Storage Sanbolic s SAN Storage Enhancing Software Portfolio Overview of Product Suites www.sanbolic.com Version 2.0 Page 2 of 10 Contents About Sanbolic... 3 Sanbolic

More information

Downtime, whether planned or unplanned,

Downtime, whether planned or unplanned, Deploying Simple, Cost-Effective Disaster Recovery with Dell and VMware Because of their complexity and lack of standardization, traditional disaster recovery infrastructures often fail to meet enterprise

More information

How To Install Eucalyptus (Cont'D) On A Cloud) On An Ubuntu Or Linux (Contd) Or A Windows 7 (Cont') (Cont'T) (Bsd) (Dll) (Amd)

How To Install Eucalyptus (Cont'D) On A Cloud) On An Ubuntu Or Linux (Contd) Or A Windows 7 (Cont') (Cont'T) (Bsd) (Dll) (Amd) Installing Eucalyptus Past, Present, and Future Eucalyptus Overview Most widely deployed software platform for on-premise IaaS clouds 25,000+ cloud starts as of mid 2011 AWS-compatible, enterprise-deployed

More information

Best Practices for Deploying & Tuning Oracle Database 12c on RHEL6

Best Practices for Deploying & Tuning Oracle Database 12c on RHEL6 Best Practices for Deploying & Tuning Oracle Database 12c on RHEL6 Roger Lopez, Principal Software Engineer, Red Hat Sanjay Rao, Principal Performance Engineer, Red Hat April, 2014 Agenda Agenda Deploying

More information

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Large Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER IS FOR

More information

MS 10751A - Configuring and Deploying a Private Cloud with System Center 2012

MS 10751A - Configuring and Deploying a Private Cloud with System Center 2012 MS 10751A - Configuring and Deploying a Private Cloud with System Center 2012 Description: Days: 5 Prerequisites: This course describes private cloud configuration and deployment with Microsoft System

More information

SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager [email protected]. Product Marketing Manager djarvis@suse.

SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager pchadwick@suse.com. Product Marketing Manager djarvis@suse. SUSE Cloud 2.0 Pete Chadwick Douglas Jarvis Senior Product Manager [email protected] Product Marketing Manager [email protected] SUSE Cloud SUSE Cloud is an open source software solution based on OpenStack

More information

Private Cloud for WebSphere Virtual Enterprise Application Hosting

Private Cloud for WebSphere Virtual Enterprise Application Hosting Private Cloud for WebSphere Virtual Enterprise Application Hosting Tracy Smith Nationwide Insurance February 7, 2013 Session Number 12884 www.linkedin.com/in/tracysmith2 [email protected] Private

More information

Private cloud computing advances

Private cloud computing advances Building robust private cloud services infrastructures By Brian Gautreau and Gong Wang Private clouds optimize utilization and management of IT resources to heighten availability. Microsoft Private Cloud

More information

Lecture 2 Cloud Computing & Virtualization. Cloud Application Development (SE808, School of Software, Sun Yat-Sen University) Yabo (Arber) Xu

Lecture 2 Cloud Computing & Virtualization. Cloud Application Development (SE808, School of Software, Sun Yat-Sen University) Yabo (Arber) Xu Lecture 2 Cloud Computing & Virtualization Cloud Application Development (SE808, School of Software, Sun Yat-Sen University) Yabo (Arber) Xu Outline Introduction to Virtualization The Major Approaches

More information

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com Parallels Cloud Storage White Paper Performance Benchmark Results www.parallels.com Table of Contents Executive Summary... 3 Architecture Overview... 3 Key Features... 4 No Special Hardware Requirements...

More information

VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER

VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER CORPORATE COLLEGE SEMINAR SERIES Date: April 15-19 Presented by: Lone Star Corporate College Format: Location: Classroom instruction 8 a.m.-5 p.m. (five-day session)

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about

More information

Enabling Technologies for Distributed Computing

Enabling Technologies for Distributed Computing Enabling Technologies for Distributed Computing Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF Multi-core CPUs and Multithreading Technologies

More information

An Oracle White Paper February 2014. Why Oracle VM is the Best Platform for Deploying Oracle Database

An Oracle White Paper February 2014. Why Oracle VM is the Best Platform for Deploying Oracle Database An Oracle White Paper February 2014 Why Oracle VM is the Best Platform for Deploying Oracle Database Introduction Critical business applications order entry, financials, human resources, customer relationship

More information

<Insert Picture Here> Cloud Computing Strategy

<Insert Picture Here> Cloud Computing Strategy Cloud Computing Strategy Rex Wang VP Infrastructure and Management The following is intended to outline our general product direction. It is intended for information purposes only,

More information

DELL. Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING

DELL. Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING DELL Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING September 2008 1 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information