Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic iscsi storage

Size: px
Start display at page:

Download "Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic iscsi storage"

Transcription

1 Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic iscsi storage Kai Yu Sr. System Engineer Consultant Dell Global Solutions Engineering David Mar Engineering Manager Dell Global Solutions Engineering

2 ABOUT THE AUTHORS Kai Yu is a Senior System Engineer and works within the Dell Oracle Solutions Lab. He has over 14 years Oracle DBA and Solutions Engineering experience. His specialties include Oracle RAC, Oracle EBS and OVM. He is an avid author of various Oracle technology articles and frequent presenter at Oracle Open World and Collaborate. He is also the Oracle RAC SIG US Event Chair. David Mar is an Engineering Manager for the Dell Oracle Solutions group. He directs a team across the globe to create Oracle RAC reference configurations and build best practices based upon tested and validated configurations. He has worked for Dell since 2000 and has a MS in Computer Science and BS in Computer Engineering from Texas A&M University. 2

3 COMPONENTS WITHIN THE GRID 3

4 Physical View Logical View

5 Physical View Scalability dom1 dom3 dom2 dom4 OVM Servers Scale out blades Database 1 Database 2 Database 3 Database 4 Volume 1 Volume 3 Volume 2

6 Compute Virtualization Roles / Components Virtual Grid Physical Grid RAC DB DB / app DB / app DB 1 OS OS OS OS VM Server Pool OS DB 2 DB 3 OS OS OS OS OS Oracle VM Partitioning single server Consolidation Oracle RAC Scale-up through scale-out of hw DB Scalability only

7 OVM VIRTUALIZATION S ROLE Testing Oracle RAC infrastructure with minimal hardware Testing Oracle RAC pre-production areas App Servers testing and production Good to maximize server utilization rates Consolidation for low utilization servers Partitioning one application from another

8 OVERVIEW OF EQUALLOGIC Volume 1 Volume 2 Volume 3 4 Gigabit network ports per controller 2 GB cache per controller Intelligent automated management tools Self Managing Array Linear Scalability Data Protection Software Storage Pool

9 STORAGE LAYER ON EQUALLOGIC Volume 1 Volume 2 Volume 3 Storage Pool EqualLogic and ASM work well together Performance Implications of running Oracle ASM with Dell EqualLogic TM PS series storage EqualLogic ASM Best Practices for Oracle Best Practices for Deployment of Oracle ASM with Dell TM EqualLogic TM PS iscsi Storage System Peer Storage architecture Setup Quickly Linear Performance Improvements

10 SERVER LAYER ON BLADES Oracle RAC Servers Front View Energy efficient PowerEge M100e enclosure 11 th generation blade servers available Intel Nehalem processors Intel QuickPath memory technology Three redundant fabrics 16 half height blade servers Back View

11 GRID Reference Configuration POC Project 11

12 1 PHYSICAL GRID

13 2 THE VIRTUAL GRID

14 3 MANAGEMENT Oracle Grid Control to manage both physical Grid and virtual Grid Consider HA for production management Manage externally out of the Blade Cluster, to avoid single point of failure Dell Servers enable health monitoring from EM

15 4 - STORAGE

16 GRID IMPLEMENTATION 16

17 GRID IMPLEMENTATION Implementation Tasks Configure Grid Control Management Infrastructure Configure EqualLogic Shared storage Configure Physical Grid Configure Virtual Grid Grid Control Management Infrastructure Configuration OEL bit was installed for Grid control server Oracle Enterprise Manager Grid control installed: with OMS server and repository database and Grid control agent Grid control with patch _10205_x84_64 Apply to OMS server, repository, and the agent Enable Virtual Management Pack with patch to OMS, Install TightVnc Java Viewer to OMS server Restart OMS server 17

18 GRID IMPLEMENTATION: EQUALLOGIC STORAGE 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 Storage volumes for the virtual Grid Volume Size Raid Used for OS Mapping blade_data4 400GB 10 VM Repositories /OVS blade_data6 500GB 10 VM Repositories /OVS/9A87460A7EDE43 EE92201B8B7989DBA6 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 18

19 GRID IMPLEMENTATION: EQUALLOGIC STORAGE EqualLogic storage management console 19

20 GRID IMPLEMENTATION: PHYSICAL GRID 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 Open-iSCSI administration utility to configure host access to storage volumes: eth2-iface on eth2, eth3-iface on eth3 Linux Device Mapper to establish mutipath devices to storage alias: /etc/multipath: multipaths { multipath { wwid 36090a028e093dc7c aae1c7 alias ocr-crs } Check multipath devices in /dev/mapper: /dev/mapper/ocr-crsp1 20

21 GRID IMPLEMENTATION: PHYSICAL GRID Use block devices for 11g Clusterware and RAC databases OEL 5 no longer supports raw devices, Use block devices for 11g clusterware/rac databases /etc/rc.local to set proper ownerships and permissions Configure 11g RAC database Infrastructure 11g RAC clusterware configuration: private interconnect : bond0: x OCRs and 3 X votingdisks on mutipath devices 11g ASM configuration: ORA_ASM_HOME =/opt/oracle/product/ ASM instances provide the storage virtualization 11g RAC software to provide the database service ORA_HOME=/opt/oracle/product/11.1.0/db_1 Grid control agent to connect to OMS server Consolidate multiple databases 21

22 GRID IMPLEMENTATION: PHYSICAL GRID Sizing the DB requirement: CPU, IO and memory Determine storage needs and # of DB instances Determine which nodes to run the database Provision the storage volumes and create the ASM diskgroup User DBCA to create the database using the ASM diskgroups For some ERP applications, convert the installed DB to RAC Examples of Pre-created Databases 22

23 GRID IMPLEMENTATION: PHYSICAL GRID 23

24 GRID IMPLEMENTATION: PHYSICAL GRID Scale out the physical Grid Infrastructure Consolidate more databases to the Grid Increase capability of the existing databases Scale out the storage: a. add additional Equallogic array to the storage group b. expand existing or create new volumes c. make new volume accessible to the servers d. create ASM diskgroup or add partition to the existing diskgroup or resize the partition of an diskgroup [1] Scale the Grid by adding servers: Use 11g RAC add node procedure to add new node to the cluster and add the Expand the database to additional RAC nodes: Use the adding instance procedure of enterprise manager to add new database instance to the database [2] Dynamically move the database to less busy node: User the adding instance and removing instance of enterprise manager to add new database instance to the database [2] 24

25 GRID IMPLEMENTATION: VIRTUAL GRID Implementation Tasks Virtual servers Installation Virtual server network and stroage configuration. Connect VM servers to the Grid Control Management VM infrastructure through Grid control Create guest VM using VM template Manage the resources of guest VMs. Virtual servers 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 25

26 ORACLE VIRTUALIZATION INFRASTRUCTURE IMPLEMENTATION Oracle VM server network configuration eth0 : public in dom0, presented to domu through xenbr0 eth2, eth3: iscsi connections eh4 and eth4 bonded to bond0 for the private interconnect between VMs for 11g RAC configuration through xenbr1 Secure OVM agent is running: service ovs-agent status 26

27 GRID IMPLEMENTATION: VIRTUAL GRID dom0 IO modules connection IP domu eth0 A1 Public Network eth0 eth2,eth 3 eth4,eth 5 B1, B2 iscsi connections C1,C2 Bonded to bond eth1 Customize the default Xen bridge configuration a. Stop the default bridges /etc/xen/scripts/network-bridges stop b. Edit /etc/xen/xend-config.sxp: replace line: (network-script network-bridges) with (network-script network-bridges-dummy) a. Edit /etc/xen/scripts/network-bridges-dummy : /bin/true b. Create infcg-bond0, ifcfg-xenbr0, ifcfg-xenbr1 scripts in /etc/sysconfig/network-scripts 27

28 GRID IMPLEMENTATION: VIRTUAL GRID ifcfg-eth0: ifcfg-eth4 ifcfg-bond0 ifcfg-xenbr0 ifcfg-xenbr1 DEVICE=eth0 DEVICE=eth4 DEVICE=bond0 DEVICE=xenbr0 DEVICE=xenbr1 ONBOOT=yes TYPE=Ethernet ONBOOT=yes ONBOOT=yes ONBOOT=yes BOOTPROTO=none MASTER=bond0 BOOTPROTO=none TYPE=Bridge TYPE=Bridge BRIDGE=xenbr0 USERCTL=no BRIDGE=xenbr1 IPADDR= TYPE=Bridge ONBOOT=yes NETMASK= NETMASK= restart network services: #service network restart check Xen bridges: scripts]# brctl show bridge name bridge id STP enabled interfaces xenbr d1ded0 no eth0 xenbr d1ded2 no bond0 Configure shared storages on dom0 for VM servers For OVM repositories : blade_data4: 400GB, Blade_data6_ 500GB For 11g RAC shared disks: OCRs, votingdisks, ASM diskgroups Configure iscsi and multipath devices on dom0 Use iscsi admin tool and Linux DM as the physical server Check the multipath devices : ls /dev/mapper/* /dev/mapper/blade-data6 /dev/mapper/mpath5 /dev/mapper/ovs_data4p1 /dev/mapper/blade-data6p1 /dev/mapper/vmocr-css1 /dev/mapper/vmocr-css1p1 /dev/mapper/vmracdb1 /dev/mapper/vmracdb1p1 /dev/mapper/ovs_data4 28

29 GRID IMPLEMENTATION: VIRTUAL GRID Convert OVM repository to the shared disks: configure OCFS2 a) Edit /etc/ocfs2/clutser.conf b) service o2cb stop C) Fcb d) # mkfs.ocfs2 -b 4k -C 64k -L ovs /dev/mapper/ovs_data4p1 e) umount /OVS f) edit /etc/fstab: #/dev/sda3 /OVS ocfs2 defaults 1,0 /dev/mapper/ovs_data4p1 /OVS ocfs2 _netdev,datavolume,nointr

30 GRID IMPLEMENTATION: VIRTUAL GRID g) mount ocfs2 partitions: mount -a -t ocfs2 h) create directories under /OVS: running_pool, seed_pool,shareddisk i) repeat steps a-h on all the VM servers Add additional volume to the OVS repositories Connect the VM servers to Enterprise Manager Grid Control Meet pre-requisites: a. Oracle user with oinstall group b. Oracle user s ssh user equivalence between dom0 & OMS 30

31 GRID IMPLEMENTATION: VIRTUAL GRID c. Create /OVS/provxy d. Oracle user sudo privileges: visudo /etc/sudoers Add line: oracle ALL=(ALL) NOPASSWD: ALL Comment out line: Defaults requiretty Create VM server Pool: login to Grid control 31

32 GRID IMPLEMENTATION: VIRTUAL GRID Add additional VM servers to the VM server pool 32

33 ORACLE VIRTUALIZATION INFRASTRUCTURE IMPLEMENTATION Create Guest VMs using VM template Virtual Machine as node of Virtual Grid Methods of guest VMs: VM template; install media; PXE boot Import a VM template Download OVM_EL5U2_X86_64_11GRAC_PVM.gz to repository Discover VM template from Grid control Virtual Central 33

34 ORACLE VIRTUALIZATION INFRASTRUCTURE IMPLEMENTATION Create VM using the template 34

35 ORACLE VIRTUALIZATION INFRASTRUCTURE IMPLEMENTATION Add additional disk to the VM Attach shared disk to the VM s 35

36 ORACLE VIRTUALIZATION INFRASTRUCTURE IMPLEMENTATION Images files in repository: Local disk: Shared disk Disks as resources for VM: 36

37 ORACLE VIRTUALIZATION INFRASTRUCTURE IMPLEMENTATION Disks shown in VM as the virtual disk partitions: Attached the storage to 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!', Exposed Xen bridge for virtual network interface 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 37

38 ORACLE VIRTUALIZATION INFRASTRUCTURE IMPLEMENTATION Storage/Network configuration for 11g RAC on VMs: 38

39 ORACLE VIRTUALIZATION INFRASTRUCTURE IMPLEMENTATION Consolidate enterprise applications on the Grid Applications and middleware on the virtual Grid Create a guest VM using Oracle OEL 5.2 template Deploy application on the guest VM Build the VM template of the VM Create new guest VMs based on the VM template Deploy database service on the physical Grid Provision adequate size of storage volume from SAN Make the volume accessible to all the physical Grid Nodes Create the ASM diskgroup Create database service on the ASM diskgroup Create application database schema on the database Establish the application database connections Deploy DEV/Test Application suite on the virtual Grid Multi-tier nodes are on the VMs Fast deployment based on templates 39

40 CASE STUDIES OF GRID HOSTING APPLICATIONS Grid Architecture to host applications Oracle Applications E-Business suites on RAC/VM Three Applications Tier nodes on three VMs Two Database Tier nodes on Two node RAC. Oracle E-Business Suite single node on Virtual Grid Both Applications tier and Database tier node on VMs Banner applications on physical/virtual Grid Two Applications Tier nodes on two VMs Two Database Tier nodes on Two node RAC Provisioning Oracle 11g RAC on Virtual Grid Two Database RAC nodes on two VMs 11g RAC provisioning by Grid control Provisioning Pack 11g RAC provisionging procedure Add additonal RAC node on new VM Grid control Provisioning Pack Add node Procedure 40

41 CASE STUDIES OF GRID HOSTING APPLICATIONS Grid Architecture to host applications 41

42 CASE STUDIES OF GRID HOSTING APPLICATIONS Virtual Grid shown on Grid Control Virtual Central 42

43 SUMMARY Dell Grid POC Project: Pre-built Grid with physical and virtual grids Grid control as the unified management solution for the Grid Dell blades as the platform of the Grid: RAC node and VM servers EqualLogic provides the shared storage for the physical and virtual Grid The Grid provides the infrastructure to consolidate the enterprise applications as well as the RAC databases Acknowledge the support of Oracle engineers: Akanksha Sheoran, Rajat Nigam, Daniel Dibbets, Kurt Hackel, Channabasappa Nekar, Premjith Rayaroth, and Dell Engineer: Roger Lopez Related OpenWorld Presentations: ID#: S308185, Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager, 10/11/09 13:00-14:00, Kai Yu & Rajat Nigam ID#: S310132, Oracle E-Business Suite on Oracle RAC and Oracle VM: Architecture and Implementation, 10/14/09 10:15-11:15 Kai Yu and John Tao 43

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

Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager

Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager Oracle RAC SIG Web Seminar Thursday, August 5, 2010 Kai Yu, Sr. System Engineer Consultant Dell Global Solutions Engineering

More information

Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips OTN South America Tour 2011 Brazil, Uruguay and Chile, July 2011.

Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips OTN South America Tour 2011 Brazil, Uruguay and Chile, July 2011. Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips OTN South America Tour 2011 Brazil, Uruguay and Chile, July 2011. Kai Yu Oracle Solutions Engineering Dell Inc About Author Kai Yu, kai_yu@dell.com

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Saar Maoz, RACPack RAC Development, Oracle Kai Yu, Oracle Solutions Engineering, Dell Inc About Authors Saar Maoz Consulting Software

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips IOUG Collaborate 12, Virtualization Boot Camp Session #328, Monday April 23 rd, 3:45-4:45pm Kai Yu Oracle Solutions Engineering Lab Dell

More information

Configuring and Managing a Private Cloud with Oracle Enterprise Manager

Configuring and Managing a Private Cloud with Oracle Enterprise Manager Configuring and Managing a Private Cloud with Oracle Enterprise Manager Oracle OpenWorld 2011 Session #06980, Tuesday, 5:30 pm Kai Yu Dell Inc. Madhup Gulati, Oracle Corporation Akanksha Sheoran, Oracle

More information

Integration of Oracle VM 3 in Enterprise Manager 12c

Integration of Oracle VM 3 in Enterprise Manager 12c Integration of Oracle VM 3 in Enterprise Manager 12c DOAG SIG Infrastruktur Martin Bracher Senior Consultant Trivadis AG 8. März 2012 BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR.

More information

S317077: Lessons from the RAC Pack: Oracle Real Application Clusters on Oracle VM - Best Practices

S317077: Lessons from the RAC Pack: Oracle Real Application Clusters on Oracle VM - Best Practices 1 S317077: Lessons from the RAC Pack: Oracle Real Application Clusters on Oracle VM - Best Practices Saar Maoz RACPack Oracle RAC Development Roger Lopez Oracle Database Solutions

More information

Case Study: Implementing the Oracle Grid Computing on Dell Hardware for Multiple ERP Applications

Case Study: Implementing the Oracle Grid Computing on Dell Hardware for Multiple ERP Applications Case Study: Implementing the Oracle Grid Computing on Dell Hardware for Multiple ERP Applications Kai Yu, System Engineer Senior Consultant, Dell Inc Dan Brint, Supervising Analyst - Administrative Services

More information

OEM Provisioning Concepts and Example

OEM Provisioning Concepts and Example OEM Provisioning Concepts and Example Rob Zoeteweij Zoeteweij Consulting The Provisioning and Patch Automation Pack automates the deployment of software, applications, and patches. This paper will focus

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

Oracle Real Application Clusters in Oracle VM Environments. An Oracle Technical White Paper March 2012

Oracle Real Application Clusters in Oracle VM Environments. An Oracle Technical White Paper March 2012 Oracle Real Application Clusters in Oracle VM Environments An Oracle Technical White Paper March 2012 Oracle Real Application Clusters in Oracle VM Environments Executive Summary... 3 Introduction... 4

More information

Best Practices and Performance Characteristics of Running Oracle RAC 11g with Dell EqualLogic on Oracle VM

Best Practices and Performance Characteristics of Running Oracle RAC 11g with Dell EqualLogic on Oracle VM Best Practices and Performance Characteristics of Running Oracle RAC 11g with Dell EqualLogic on Oracle VM Database Solutions Engineering By Roger Lopez Dell Product Group March 2010 THIS WHITE PAPER IS

More information

Virtualizing Oracle E-Business Suite Through Oracle VM. Kai Yu Oracle Solutions Engineering Dell Inc.

Virtualizing Oracle E-Business Suite Through Oracle VM. Kai Yu Oracle Solutions Engineering Dell Inc. Virtualizing Oracle E-Business Suite Through Oracle VM Kai Yu Oracle Solutions Engineering Dell Inc. About Author Kai Yu, kai_yu@dell.com 17 years with Oracle Technology: DBA, Apps DBA, Architect Hands-on

More information

Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment

Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment Kai Yu, Senior Engineer John Tao, Lead Applications DBA Dell Inc. kai_yu@dell.com, John_Tao@dell.com http://kyuoracleblog.wordpress.com

More information

Experiences with OracleVM 3.3

Experiences with OracleVM 3.3 Experiences with OracleVM 3.3 Hans Forbrich Oracle ACE Director Forbrich Consulting Ltd Based in Alberta, Canada Why I use Oracle VM Oracle shop Oracle product licensing Hard Partitioning Fixed servers

More information

Building a RAC Test Environment on VMWare For Free. Dan Norris Thanks to Tim oracle-base.

Building a RAC Test Environment on VMWare For Free. Dan Norris  Thanks to Tim oracle-base. Building a RAC Test Environment on VMWare For Free Dan Norris dnorris@piocon.com http://www.dannorris.com/ Thanks to Tim Hall @ oracle-base.com Agenda Who is Dan? VMWare Orientation Importance of prerequisite

More information

An Oracle Technical White Paper December Best Practices and Guidelines for Deploying the Oracle VM Blade Cluster Reference Configuration

An Oracle Technical White Paper December Best Practices and Guidelines for Deploying the Oracle VM Blade Cluster Reference Configuration An Oracle Technical White Paper December 2010 Best Practices and Guidelines for Deploying the Oracle VM Blade Cluster Reference Configuration Introduction... 1 Overview of the Oracle VM Blade Cluster Reference

More information

Virtual Switches. Yao-Min Chen. Virtual Switches

Virtual Switches. Yao-Min Chen. Virtual Switches Virtual Switches Yao-Min Chen Virtual Switches Outline Virtual Networks and Virtual Switches Xen Networking and Bridging XenServer Networking Open vswitch Virtual Switches Virtual Network A virtual network

More information

OEM Provisioning An Introduction

OEM Provisioning An Introduction OEM Provisioning An Introduction Rob Zoeteweij 09-07-2009 1 Agenda Introduction Concepts Framework Break Out of the Box Q & A 09-07-2009 2 Agenda Introduction Concepts Framework Break Out of the Box Q

More information

Database Solutions Engineering. Dell Reference Configuration Deploying Oracle Database on Dell EqualLogic PS5000XV iscsi Storage

Database Solutions Engineering. Dell Reference Configuration Deploying Oracle Database on Dell EqualLogic PS5000XV iscsi Storage Dell Reference Configuration Deploying Oracle Database on Dell EqualLogic PS5000XV iscsi Storage A Dell Technical White Paper Database Solutions Engineering By Wendy Chen Dell Product Group September 2008

More information

Oracle VM Template for MySQL Enterprise Edition =========================================================================== ===

Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Note: * This is first release of MySQL in a Template delivery for installation

More information

Best Practices of Oracle 10g/11g Clusterware: Configuration, Administration and Troubleshooting. Kai Yu Dell Inc

Best Practices of Oracle 10g/11g Clusterware: Configuration, Administration and Troubleshooting. Kai Yu Dell Inc Best Practices of Oracle 10g/11g Clusterware: Configuration, Administration and Troubleshooting Kai Yu Dell Inc About Author: Kai Yu Senior System Consultant in Dell Oracle Solutions Engineering lab: kai_yu@dell.com,

More information

RAC Performance Monitoring and Diagnosis using Oracle Enterprise Manager. Kai Yu Senior System Engineer Dell Oracle Solutions Engineering

RAC Performance Monitoring and Diagnosis using Oracle Enterprise Manager. Kai Yu Senior System Engineer Dell Oracle Solutions Engineering RAC Performance Monitoring and Diagnosis using Oracle Enterprise Manager Kai Yu Senior System Engineer Dell Oracle Solutions Engineering About Author Kai Yu Senior System Engineer, Dell Oracle Solutions

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

A. Use a specified server pool as the default for all commands requiring a server pool argument.

A. Use a specified server pool as the default for all commands requiring a server pool argument. Volume: 80 Questions Question No : 1 What is the purpose of the use command In the CLI? A. Use a specified server pool as the default for all commands requiring a server pool argument. B. Use a specified

More information

Oracle 1Z Oracle VM 2 for x86 Essentials.

Oracle 1Z Oracle VM 2 for x86 Essentials. Oracle 1Z0-540 Oracle VM 2 for x86 Essentials http://killexams.com/exam-detail/1z0-540 D. OCFS2 and GFS only E. GFS, OCFS2 and NFS F. NFS only Answer: E QUESTION: 70 A customer wants to use hard partitioning

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Simple Reliable Affordable Oracle Engineered Systems Fastest Deployment. Lowest Cost. Extreme Performance. Oracle Database Appliance X3-2 Technical Overview Bob Thome Senior Director, Oracle Database

More information

Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016

Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016 Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016 Table of Contents Executive Overview 2 Scope 2 Introduction 3 The Benefits

More information

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Database Solutions Engineering By Raghunatha M, Ravi Ramappa Dell Product Group October 2009 Executive Summary

More information

BENEFITS AND BEST PRACTICES FOR DEPLOYING SSDS IN AN OLTP ENVIRONMENT USING DELL EQUALLOGIC PS SERIES

BENEFITS AND BEST PRACTICES FOR DEPLOYING SSDS IN AN OLTP ENVIRONMENT USING DELL EQUALLOGIC PS SERIES WHITE PAPER BENEFITS AND BEST PRACTICES FOR DEPLOYING SSDS IN AN OLTP ENVIRONMENT USING DELL EQUALLOGIC PS SERIES Using Solid State Disks (SSDs) in enterprise storage arrays is one of today s hottest storage

More information

Oracle VM 3.3. Planning and Implementing

Oracle VM 3.3. Planning and Implementing Oracle VM 3.3 Planning and Implementing Agenda 1. Introduction 2. What are we doing 3. Why did we want to virtualize 4. Building the case for virtualization 5. Hardware sizing for Oracle VM 6. Oracle VM

More information

Database Solutions Engineering. Best Practices for Deploying SSDs in an Oracle OLTP Environment using Dell TM EqualLogic TM PS Series

Database Solutions Engineering. Best Practices for Deploying SSDs in an Oracle OLTP Environment using Dell TM EqualLogic TM PS Series Best Practices for Deploying SSDs in an Oracle OLTP Environment using Dell TM EqualLogic TM PS Series A Dell Technical White Paper Database Solutions Engineering Dell Product Group April 2009 THIS WHITE

More information

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Wendy Chen, Roger Lopez, and Josh Raw Dell Product Group February 2013 This document is for informational purposes only and may

More information

Virtualisation for Oracle databases and application servers

Virtualisation for Oracle databases and application servers Virtualisation for Oracle databases and application servers Carlos Garcia Fernandez Luigi Gallerani Anton Topurov Carlos.Garcia.Fernandez@cern.ch Outline What is virtualisation? Tests and Management of

More information

Oracle RAC Course Content

Oracle RAC Course Content 1 Oracle RAC Course Content Oracle 11g R2 Grid Infrastructure Concepts What is a Cluster Grid Foundation Components Oracle Clusterware Architecture Oracle Clusterware Software and Storage Describe ASM

More information

Power your cloud infrastructure with Oracle VM and Cisco!

Power your cloud infrastructure with Oracle VM and Cisco! Power your cloud infrastructure with Oracle VM and Cisco! John Priest Director PM Oracle VM October 26/27, 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall 1 Copyright 2011, 2013, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification

More information

White Paper. Dell Reference Configuration

White Paper. Dell Reference Configuration White Paper Dell Reference Configuration Deploying Oracle Database 10g R2 Standard Edition Real Application Clusters with Red Hat Enterprise Linux 4 Advanced Server x86_64 on Dell PowerEdge Servers and

More information

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

Implementation and. Oracle VM. Administration Guide. Oracle Press ORACLG. Mc Grauv Hill. Edward Whalen

Implementation and. Oracle VM. Administration Guide. Oracle Press ORACLG. Mc Grauv Hill. Edward Whalen ORACLG Oracle Press Oracle VM Implementation and Administration Guide Edward Whalen Mc Grauv Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore

More information

by guotao zhong August 2006

by guotao zhong August 2006 The installation of Oracle RAC 10g Release 2 on Asianux 2.0(x86-64) by guotao zhong August 2006 1. Introduction One Oracle RAC is a cluster database with a shared cache architecture that provides highly

More information

Oracle VM Workshop Applica>on Driven Virtualiza>on

Oracle VM Workshop Applica>on Driven Virtualiza>on Oracle VM Workshop Applica>on Driven Virtualiza>on Simon COTER Principal Product Manager Oracle VM & VirtualBox simon.coter@oracle.com hnps://blogs.oracle.com/scoter November 25th, 2015 Copyright 2014

More information

Oracle Database 10g Linux Deployment Guide Version 2.0

Oracle Database 10g Linux Deployment Guide Version 2.0 Dell PowerEdge Systems Oracle Database 10g Linux Deployment Guide Version 2.0 www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better use

More information

Hitachi Adapters for Oracle Database

Hitachi Adapters for Oracle Database Hitachi Adapters for Oracle Database v01.1.0 Release Notes Contents About This Document... 2 Intended Audience... 2 Getting Help... 2 Hardware and Software Support... 3 Hitachi Storage Adapter for Oracle

More information

Contents. About This Document Intended Audience Getting Help Hardware and Software Support Storage Models (All adapters)...

Contents. About This Document Intended Audience Getting Help Hardware and Software Support Storage Models (All adapters)... Hitachi Adapters for Oracle Database v01.2.0 Release Notes Contents About This Document... 3 Intended Audience... 3 Getting Help... 3 Hardware and Software Support... 4 Storage Models (All adapters)...

More information

Planning & Installing a RAC Database

Planning & Installing a RAC Database Planning & Installing a RAC Database Caleb Small, BSc, ISP www.caleb.com/dba Who is Caleb? Lifelong IT career Oracle DBA since v7.0 Former Instructor for Oracle Corp. Independent consultant Faculty appointment

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

Experience the GRID Today with Oracle9i RAC

Experience the GRID Today with Oracle9i RAC 1 Experience the GRID Today with Oracle9i RAC Shig Hiura Pre-Sales Engineer Shig_Hiura@etagon.com 2 Agenda Introduction What is the Grid The Database Grid Oracle9i RAC Technology 10g vs. 9iR2 Comparison

More information

ORACLE RAC DBA COURSE CONTENT

ORACLE RAC DBA COURSE CONTENT ORACLE RAC DBA COURSE CONTENT Course Objectives Understand Oracle Clusterware architecture Describe how Grid Plug and Play affects Clusterware Describe Automatic Storage Management (ASM) architecture Perform

More information

... Oracle Database 11g Release 2 with Oracle Real Application Clusters on IBM Flex System tm p460 Compute Nodes with IBM Storwize tm V7000 Unified

... Oracle Database 11g Release 2 with Oracle Real Application Clusters on IBM Flex System tm p460 Compute Nodes with IBM Storwize tm V7000 Unified Oracle Database 11g Release 2 with Oracle Real Application Clusters on IBM Flex System tm p460 Compute Nodes with IBM Storwize tm........ Author: Ravisankar Shanmugam IBM Oracle International Competency

More information

Improving Blade Economics with Virtualization

Improving Blade Economics with Virtualization Improving Blade Economics with Virtualization John Kennedy Senior Systems Engineer VMware, Inc. jkennedy@vmware.com The agenda Description of Virtualization VMware Products Benefits of virtualization Overview

More information

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Duration: 5 Days What you will learn Oracle Database 12c: Clusterware & ASM Admin Accelerated

More information

Oracle Grid Infrastructure RAC Provisioning - Using OEM GC 11.1

Oracle Grid Infrastructure RAC Provisioning - Using OEM GC 11.1 Oracle Grid Infrastructure RAC Provisioning - Using OEM GC 11.1 Author: Rob Zoeteweij Date: July 14 2010 http://oemgc.wordpress.com Using the OEM GC Provisioning and Automated Patching Pack, you are able

More information

Oracle Exadata and OVM Best Practice Overview

Oracle Exadata and OVM Best Practice Overview Oracle Exadata and OVM Best Practice Overview Nov 2017 Update Topics Covered Ø Use Cases Ø ExadataOVM Software Requirements Ø ExadataIsolation Considerations Ø Exadata OVM Sizing and Prerequisites Ø Exadata

More information

Conference Oracle Database Appliance Virtualized Implementation with HA and DR for Banner Database and Application Servers.

Conference Oracle Database Appliance Virtualized Implementation with HA and DR for Banner Database and Application Servers. Conference 2017 Oracle Database Appliance Virtualized Implementation with HA and DR for Banner Database and Application Servers. Shaya Hazeri-Chabok, B.SE, MBA, MCTS, OCP DBA, Capilano University Agenda

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 ! 2 Oracle VM Introduction Adam Hawley, Senior Director Virtualization, Oracle January 15, 2013 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

1Z0-593 Exam Questions Demo Oracle. Exam Questions 1Z0-593

1Z0-593 Exam Questions Demo   Oracle. Exam Questions 1Z0-593 Oracle Exam Questions 1Z0-593 Oracle Real Application Clusters 11g Essentials Version:Demo QUESTION NO: 1 Once OUI recognizes a set of nodes in a cluster, which three choices does it offer when installing

More information

How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates

How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates HOL 10472 How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates Simon Coter Product Manager, Oracle VM & VirtualBox simon.coter@oracle.com Christophe Pauliat Systems sales

More information

Storage Monitoring Made Easy for DBAs: Diagnosing Performance Problems. Senior Product Manager Consulting Member of Technical Staff

Storage Monitoring Made Easy for DBAs: Diagnosing Performance Problems. Senior Product Manager Consulting Member of Technical Staff Storage Monitoring Made Easy for DBAs: Diagnosing Performance Problems Anirban Chatterjee Sriram Palapudi Senior Product Manager Consulting Member of Technical Staff The following is intended to outline

More information

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications with data-center-like

More information

EM 12c: Broadest, Most Complete Range of Enterprise Services

EM 12c: Broadest, Most Complete Range of Enterprise Services Enterprise Manager 12c Cloud Taxonomy EM Product Management 1 Copyright 2011, Oracle and/or its affiliates. All rights EM 12c: Broadest, Most Complete Range of Enterprise Services Self-Service Application/

More information

Oracle Database 12c Flex Clusters

Oracle Database 12c Flex Clusters 1 David Paschall-Zimbel Senior Technical Consultant Oracle Database 12c Flex Clusters 27 July 2016 About Collier IT Since 1991, Collier IT has specialized in creating and implementing robust infrastructure

More information

Windows Azure Services - At Different Levels

Windows Azure Services - At Different Levels Windows Azure Windows Azure Services - At Different Levels SaaS eg : MS Office 365 Paas eg : Azure SQL Database, Azure websites, Azure Content Delivery Network (CDN), Azure BizTalk Services, and Azure

More information

Oracle RAC 11g Release 1 ( ) Oracle VM templates Linux X86 64bit and X86 32bit Test Configuration

Oracle RAC 11g Release 1 ( ) Oracle VM templates Linux X86 64bit and X86 32bit Test Configuration Last Modified: 13-Feb-2011 Oracle Real Application Cluster 11g Release 1 Templates for Oracle VM (Test Configuration) Oracle RAC 11g Release 1 (11.1.0.7.6) Oracle VM templates Linux X86 64bit and X86 32bit

More information

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure ORACLE WHITE PAPER NOVEMBER 2017

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure ORACLE WHITE PAPER NOVEMBER 2017 Installing and Configuring Oracle VM on Oracle Cloud Infrastructure ORACLE WHITE PAPER NOVEMBER 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 7 Disclaimer The following is intended to outline our general product direction.

More information

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW UKOUG RAC SIG Meeting London, October 24 th, 2006 Luca Canali, CERN IT CH-1211 LCGenève 23 Outline Oracle at CERN Architecture of CERN

More information

Deep Dive. Cloud Control 12c. Oracle Enterprise Manager ORACLG. Oracle Press. Michael New Edward Whalen Matthew Burke. London Madrid Mexico City Milan

Deep Dive. Cloud Control 12c. Oracle Enterprise Manager ORACLG. Oracle Press. Michael New Edward Whalen Matthew Burke. London Madrid Mexico City Milan ORACLG Oracle Press Oracle Enterprise Manager Cloud Control 12c Deep Dive Michael New Edward Whalen Matthew Burke Mc Graw Hill Education New York Chicago San Francisco Athens London Madrid Mexico City

More information

<Insert Picture Here> Enterprise Data Management using Grid Technology

<Insert Picture Here> Enterprise Data Management using Grid Technology Enterprise Data using Grid Technology Kriangsak Tiawsirisup Sales Consulting Manager Oracle Corporation (Thailand) 3 Related Data Centre Trends. Service Oriented Architecture Flexibility

More information

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance Introducing Oracle WebLogic Server on Oracle Database Appliance Oracle Database Appliance with WebLogic Server Simple. Reliable. Affordable. 2 Virtualization on Oracle Database Appliance

More information

Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux

Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux 1 Best Practices Deployment Guide: Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux This document

More information

Virtual Iron Software Release Notes

Virtual Iron Software Release Notes Virtual Iron Software Release Notes Virtual Iron Version 4.2 Copyright (c) 2007 Virtual Iron Software, Inc. 00122407R1 This information is the intellectual property of Virtual Iron Software, Inc. This

More information

Leveraging Oracle ASM Cluster File System for Private Cloud Storage. Kai Yu Oracle Solutions Engineering Dell Inc

Leveraging Oracle ASM Cluster File System for Private Cloud Storage. Kai Yu Oracle Solutions Engineering Dell Inc Leveraging Oracle ASM Cluster File System for Private Cloud Storage Kai Yu Oracle Solutions Engineering Dell Inc About Author Kai Yu, Senior Principal Architect, Dell Database Engineering 21 years live

More information

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 00 9714 390 9050 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop

More information

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days This Exadata Database Machine: 12c Administration Workshop introduces you to Oracle Exadata Database Machine. Explore the various

More information

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions 1Z0-432 Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-432 Exam on Oracle Real Application Clusters 12c Essentials... 2 Oracle 1Z0-432

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 Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

Oracle VM. 1 Introduction. Release Notes Release for x86

Oracle VM. 1 Introduction. Release Notes Release for x86 Oracle VM Release Notes Release 3.0.2 for x86 E18546-02 September 2011 This document contains information on Oracle VM Release 3.0.2 and supersedes the product documentation. This document contains last-minute

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

Blueprints. Quick Start Guide for installing and running KVM

Blueprints. Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Note Before using this information and the product it supports, read the information

More information

Managing VMware ESXi in the Datacenter. Dwarakanath P Rao Sr Partner consultant 6 th November 2008

Managing VMware ESXi in the Datacenter. Dwarakanath P Rao Sr Partner consultant 6 th November 2008 Managing VMware ESXi in the Datacenter Dwarakanath P Rao Sr Partner consultant 6 th November 2008 Agenda VMware ESXi Overview ESXi Getting Started Case Studies VMware ESXi Overview Next What generation

More information

Deploying Fusion Middleware in a 100% Virtual Environment Using OVM

Deploying Fusion Middleware in a 100% Virtual Environment Using OVM Deploying Fusion Middleware in a 100% Virtual Environment Using OVM Executive Overview Andy Weaver, Fishbowl Solutions The Oracle Fusion Middleware stack encompasses many different software products that

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, four-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Oracle VM Template for MySQL Enterprise Edition

Oracle VM Template for MySQL Enterprise Edition Oracle VM Template for MySQL Enterprise Edition Rapidly Deliver Web-Based Applications in the Cloud, with Reduced Risk, Cost and Complexity A MySQL Implementation Guide June 2011 Copyright 2011, Oracle

More information

Oracle Database Appliance

Oracle Database Appliance Oracle Database Appliance Release Notes Release 12.1.2.10.0 for Linux x86-64 E83195-01 February 2017 This document may be updated after the most recent version of the product is released. To check for

More information

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

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

More information

Oracle 1Z Oracle Cloud Solutions Infrastructure Architect Associate.

Oracle 1Z Oracle Cloud Solutions Infrastructure Architect Associate. Oracle 1Z0-932 Oracle Cloud Solutions Infrastructure Architect Associate https://killexams.com/pass4sure/exam-detail/1z0-932 QUESTION: 76 Which two resources are available by default when your Oracle Cloud

More information

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 100 Rohit Rahi November 2018 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

PracticeTorrent. Latest study torrent with verified answers will facilitate your actual test

PracticeTorrent.   Latest study torrent with verified answers will facilitate your actual test PracticeTorrent http://www.practicetorrent.com Latest study torrent with verified answers will facilitate your actual test Exam : 1z1-068 Title : Oracle Database 12c: RAC and Grid Infrastructure Administration

More information

Virtualization can provide many advantages in enterprise

Virtualization can provide many advantages in enterprise iscsi: Changing the Economics of Part 2 Deploying iscsi in Virtualized Data Centers By Matt Baker Travis Vigil Integrating virtualized servers with shared storage is necessary for flexible virtual machine

More information

FlashGrid Cloud Area Network Version 17.05

FlashGrid Cloud Area Network Version 17.05 FlashGrid Cloud Area Network Version 17.05 Deployment Guide rev. 2017-11-17 2017 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 OS Compatibility... 3 3 Defining CLAN Subnets... 3 4 Client to Database

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure

More information

PeerStorage Arrays Unequalled Storage Solutions

PeerStorage Arrays Unequalled Storage Solutions Simplifying Networked Storage PeerStorage Arrays Unequalled Storage Solutions John Joseph, VP of Marketing EqualLogic,, 9 Townsend West, Nashua NH 03063 Phone: +1-603 603-249-7772, FAX: +1-603 603-579-6910

More information

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 800-260-690 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training

More information

Exdata Database Machine: 12c Administration Workshop Ed 2

Exdata Database Machine: 12c Administration Workshop Ed 2 Exdata Database Machine: 12c Administration Workshop Ed 2 Duration 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training introduces you to Oracle Exadata Database

More information

ORACLE CLUSTERWARE ARCHITECTURE

ORACLE CLUSTERWARE ARCHITECTURE BEST PRACTICES OF ORACLE 10G/11G CLUSTERWARE: CONFIGURATION, ADMINISTRATION AND TROUBLESHOOTING Kai Yu, Dell Oracle Solutions Engineering, Dell Inc. This article aims to provide DBAs some practical understanding

More information

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini White Paper Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini February 2015 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Contents

More information

Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software.

Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software. Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software. White Paper rev. 2017-10-16 2017 FlashGrid Inc. 1 www.flashgrid.io Abstract Ensuring high availability

More information

Oracle Database 11g: Real Application Testing & Manageability Overview

Oracle Database 11g: Real Application Testing & Manageability Overview Oracle Database 11g: Real Application Testing & Manageability Overview Top 3 DBA Activities Performance Management Challenge: Sustain Optimal Performance Change Management Challenge: Preserve Order amid

More information