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

Size: px
Start display at page:

Download "1 Copyright 2011, Oracle and/or its affiliates. All rights reserved."

Transcription

1 1 Copyright 2011, Oracle and/or its affiliates. All rights

2 Oracle Solaris Cluster Gia-Khanh Nguyen Oracle Solaris Cluster Engineering 2 Copyright 2011, Oracle and/or its affiliates. All rights

3 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 3 Copyright 2011, Oracle and/or its affiliates. All rights

4 Oracle Solaris Cluster 4 Copyright 2011, Oracle and/or its affiliates. All rights

5 Datacenter Evolution From Traditional Datacenters to Cloud Infrastructure Solaris Solaris Solaris Solaris Solaris Solaris Solaris Dedicated d Servers Virtualized Systems Mission i Critical Clouds Solaris 9 Solaris 10 Solaris 11 5 Copyright 2011, Oracle and/or its affiliates. All rights

6 21 st Century Cloud Infrastructure Highly Available For All Mission Critical Applications Oracle Solaris Cluster Solaris 11 Zone Solaris 10 Zone Oracle Solaris Solaris Legacy Zone Oracle Enterprise Manager Ops Center Oracle VM SPARC x86 6 Copyright 2011, Oracle and/or its affiliates. All rights

7 Oracle Solaris Cluster For Mission Critical Clouds Oracle Solaris Cluster Best HA. Best Integration. Oracle Solaris 11 Virtual Clusters Built-in server, storage, network virtualization Multi-tenant configuration from Web to database Secure, isolated Oracle Solaris Zone clusters Application fault isolation in zone clusters Failover Zones Dedicated zone network and data resources Enterprise High Availability Instant system failure detection Orchestrated policy-based, application- specific failover Pre-adapted fencing and quorum for data integrity Broadest data management and networking support Cluster-level Load Balancing Optimized distribution of applications load and priority management for optimized distribution Soft and hard resource limits for flexible behavior Ultimate Disaster Recovery Business continuity across unlimited it distance One-click, automated switchover One-click, automated takeover Physical and virtualized it environments 7 Copyright 2011, Oracle and/or its affiliates. All rights

8 Oracle Solaris Cluster Functions Monitors health of all cluster components: Servers, storage, network OS, virtual machines Applications Tolerates failures by exploiting hardware redundancy and software algorithms Recovers cluster infrastructure and applications in in the event of failures Enables low-impact maintenance 8 Copyright 2011, Oracle and/or its affiliates. All rights

9 High Availability Framework Membership Establishes consistent inclusion of nodes in cluster Coordinates reconfiguration Cluster Configuration Repository Provides local l copy on each node Enables automatic updates Enables nodes to arbitrarily join or leave the cluster Heartbeats Monitors nodes over a private network Triggers reconfiguration when a node leaves or joins the cluster 9 Copyright 2011, Oracle and/or its affiliates. All rights

10 Preserving Data Integrity Quorum 1 1 Prevents partitions (split brain, amnesia) in the cluster Protects against data corruption 1 Uses a majority voting scheme 2 node clusters require a quorum device (an external tie-breaker) Disk Fencing Used to preserve e data integrity ty Non cluster nodes are fenced off from updating any shared data 10 Copyright 2011, Oracle and/or its affiliates. All rights

11 Application Level Management Resource Group Manager Rich and extensible framework for plugging applications into Oracle Solaris Cluster Application is wrapped by an RGM resource, supplying methods for controlling the application: Start, Stop, Monitor, Validate (aka agent) Closely related resources placed in Resource Groups (RG) Support rich dependencies between Resources and RGs Facilitates proper startup/shutdown sequencing Dependencies can have various flavors such as strong/weak/restart Works between RG and across different cluster nodes Oracle Solaris Service Management Facility (SMF) support Standard agents provided for popular applications and DB 11 Copyright 2011, Oracle and/or its affiliates. All rights

12 Simple example of an HA web server Apache web server on ZFS Install Apache and set up web pages and scripts using ZFS file systems in a zpool webpool on shared storage and using the webhost hostname # clrg create websrv-rg # clrslh lh create -g websrv-rg \ -h webhost websrv-lh-rs # clrt register HAStoragePlus # clrs create -t HAStoragePlus -g websrv-rg \ -p zpools=webpool websrv-hasp-rs # clrt register apache # clrs create -g websrv-rg t apache \ -p Bin_dir=/webpool/install/apache/bin \ -p Resource_dependencies=websrv-hasp-rs \ -p Port_list=80/tcp websrv-rs Bring the resource group online # clrg online websrv-rg rg Switchover to the other node # clrg switch n 2 websrv-rg 12 Copyright 2011, Oracle and/or its affiliates. All rights

13 Oracle VM for SPARC Cluster Models Virtualization Oracle Solaris Domain App Oracle Solaris Cluster Oracle Solaris Control Domain Oracle Solaris Domain App Oracle Solaris Cluster Oracle Solaris Domain Oracle Solaris Control Domain Oracle Solaris Domain Guest domain as HA resource (black box) Oracle Solaris Cluster running only in control domain Domain as cluster node (control, I/O or guest domain) Oracle VM for SPARC Oracle VM for SPARC 13 Copyright 2011, Oracle and/or its affiliates. All rights

14 High Availability Designed for Virtualization Oracle Solaris Zones HA Deployments App App App Zone Cluster Finance Cloud Oracle VM for SPARC App Zone Cluster HR Cloud App App Physical Cluster Failover Zone Zone Clusters Ideal for multi-tiered workloads and multi-tenants Application protection: policy based management Ease of use and security: delegated administration extended to virtual cluster Failover Zone Ideal for packaged workloads Zone level protection: resource dependencies d management, restart t and failover Ease of migration: Support for older Oracle Solaris environments in a zone 14 Copyright 2011, Oracle and/or its affiliates. All rights

15 Application-specific HA Efficient Availability. Multi-tier tier Savings. Multi-tenant clusters Combine application, web and database tiers Application-specific failover for virtualized applications Continuous cloud services 15 Copyright 2011, Oracle and/or its affiliates. All rights

16 Example of Multi-tier consolidation PeopleSoft HCM in Zone Clusters with ZFS SA 7000 # clzc status === Zone Clusters === --- Zone Cluster Status --- Name Node Name Zone HostName Status Zone Status appsrv-zc people01-s10 ipseapp1 Online Running people02-s10 ipseapp2 Online Running websrv-zc people01-s10 ipseweb1 Online Running people02-s10 ipseweb2 Online Running dbsrv-zc people01-s10 ipsedb1 Online Running people02-s10 ipsedb2 Online Running 16 Copyright 2011, Oracle and/or its affiliates. All rights

17 Example of Multi-tier consolidation PeopleSoft HCM in Zone Clusters with ZFS SA 7000 # hostname people01-s10 # clnode list people01-s10 people02-s10 # clrg list wc -l 0 # zlogin websrv-zc # hostname ipseweb1 # clnode list ipseweb1 ipseweb2 # clrg list websrv-lb-rg weblh1-rg weblh2-rg websrv1-rg websrv2-rg scalmnt-rg # clrs list web-lb-rs web-lblh-rs weblh1-rs web-admin-rs adminlh-rs weblh2-rs web-pia1-rs web-pia3-rs web-pia2-rs web-pia6-rs web-pia5-rs web-pia4-rs fs-psftweb-rs # clrt list SUNW.LogicalHostname:4 SUNW.SharedAddress:2 SUNW.wls:4 SUNW.ScalMountPoint:3 17 Copyright 2011, Oracle and/or its affiliates. All rights

18 Configurations addressing Disaster Recovery Multi-site stretched/campus cluster Multi-site, multiple clusters Distance dependent on network characteristics Unlimited Distance Separation 18 Copyright 2011, Oracle and/or its affiliates. All rights

19 Shared-storage Campus Cluster Quorum server Room 3 Single Cluster No distance limit it Room 1 Room 2 Public Network Private IP Network FC/AL Switch Fiber Link FC/AL Switch km 19 Copyright 2011, Oracle and/or its affiliates. All rights 19

20 Replication-based Campus Cluster Quorum server Room 3 Single Cluster No distance limit it Room 1 Public Network Room 2 Private IP Network Array 1 Array 2 Array-based replication link km 20 Copyright 2011, Oracle and/or its affiliates. All rights 20

21 Geographic Edition enabled Clusters Primary Site Public IP network subnet 1 subnet 2 Optional Heartbeat Network Admin. Client Backup Site Optional Storage Network Unlimited Distance Separation 21 Copyright 2011, Oracle and/or its affiliates. All rights 21

22 OSCGE Architectural model Layered Extension of Solaris Cluster Built on Solaris Cluster (SPARC, x64) Can be installed/removed with no application downtime Manages cluster applications and associated replication Builds on same hierarchical concepts with associated admin CLI Partnership of two clusters (physical or zone clusters) Each cluster has one or more nodes Protection Group contains Resource Groups and Resources Resource Group contains application and storage resources Heartbeat for connection monitoring in partnership Standard TCP/IP heartbeat, optional plug-ins Alerts by , SNMP trap, custom script 22 Copyright 2011, Oracle and/or its affiliates. All rights 22

23 OSCGE Architectural model (continued) Protection Groups are the managed entities Within a Cluster, Resource Groups fail/switch over Within a Partnership, Protection Groups fail/switch over Big Red Button switch-over of Protection Group Synchronized switchover of application and replication Action script is triggered Can be used to fail-over name server entries, etc. One-click manual switchover by design Standard Business Continuity practice Enables integration with non-it parts of BC plan (people, p buildings, etc.) 23 Copyright 2011, Oracle and/or its affiliates. All rights 23

24 Oracle Solaris Cluster 24 Copyright 2011, Oracle and/or its affiliates. All rights

25 Fastest Failure Detection and Recovery 2.5x Faster Failure Detection and Recovery 25 Copyright 2011, Oracle and/or its affiliates. All rights

26 Largest Portfolio of Applications Out of the Box Support. Top Enterprise Applications. Web Tier / Presentation Tier Oracle Communications Calendar Server Oracle Communications Instant Messaging Server Oracle Communications Messaging Exchange Server Oracle iplanet Web Server Oracle iplanet Proxy Server Apache Web/Proxy Server Apache Tomcat Database Tier Oracle DB and Oracle RAC Sybase ASE Informix IDS MySQL SAP/MaxDB Database PostgreSQL TimesTen No scripting or development required GUI to add custom applications Infrastructure Tier Sun Grid Engine DNS, NFS, DHCP ZFS, QFS Samba Oracle Solaris Zone Oracle VM for SPARC Business Logic Tier Oracle Weblogic Server Oracle E-business Suite Oracle Application Server Oracle Siebel CRM Oracle Business Intelligence Enterprise Edition Oracle PeopleSoft Enterprise Sun Java System Message Queue, Directory Server Agfa IMPAX IBM WebSphere MQ, WebSphere Message Broker SAP livecache, J2EE Engine, Enqueue Server SWIFT Alliance Access/ Gateway 26 Copyright 2011, Oracle and/or its affiliates. All rights

27 Best Availability for Enterprise Applications Private Interconnect Infiniband 2-6 independent interconnects Fast Ethernet Gigabit Ethernet 10 Gigabit Ethernet Managed Takeover or Managed Switchover Protocol IPV4 IPV6 Hardware SPARC X86 Vertical: processors Horizontal: 1-16 nodes Pre-tested with the most networking, storage, and ddata management components Public Network Infiniband Fast Ethernet Gigabit Ethernet 10 Gigabit Ethernet IPMP Sun Trunking Jumbo Frames VLAN Storage Solutions Sun ZFS Storage Appliance EMC, Fujitsu, Hitachi, NetApp, and more Storage Technologies Fiber Channel, SCSI, iscsi, NAS Storage Replication & Mirroring Oracle Data Guard Sun StorageTek Availability Suite MySQL Replicator Hitachi Universal Replicator and True Copy EMC SRDF File System Root: ZFS, UFS,VxFS Failover file system: ZFS, UFS, NFS, QFS, VxFS Cluster file system: ACFS, PxFS, shared QFS Volume Manager ZFS, SVM, VxVM, ASM 27 Copyright 2011, Oracle and/or its affiliates. All rights

28 Best Availability for Oracle Applications Complete Oracle Integration HA out-of-the box for Oracle applications, middleware Seamless integration with Oracle database and Oracle RAC Built on Oracle Solaris, for Oracle Solaris Secure High Availability for virtualized it environments Pre-tested, pre-engineered with SPARC, x86, SPARC SuperCluster and Sun storage 28 Copyright 2011, Oracle and/or its affiliates. All rights

29 Oracle Solaris Cluster for SPARC SuperCluster Ultimate Mission Critical Platform Co-engineered with SPARC SuperCluster Kernel-level Oracle Solaris integration Faster failure detection Faster services recovery Data integrity protection with ZFS SA NFS IO fencing and files lock release Combines mission-critical HA and virtualization Oracle PeopleSoft Application Server T4-4 Node 1 Oracle Web Proxy Server Oracle WebLogic Server Oracle PeopleSoft APPS VM+ S10 IO Application Domain Server DB VM + S11 WebLogic Zone Cluster T4-4 Node 2 Oracle Web Proxy Server Oracle WebLogic Server Application Server Oracle Zone Cluster PeopleSoft APPS VM + S10 IO Application Domain Server Application Server Oracle Zone Cluster RAC Oracle RAC ZFS 7320 Storage Appliance Cluster InfiniBand internal Network DB VM + S11 Oracle RAC Oracle PeopleSoft Application Server 29 Copyright 2011, Oracle and/or its affiliates. All rights

30 Oracle Solaris Cluster 30 Copyright 2011, Oracle and/or its affiliates. All rights

31 Availability Meets The Cloud Sca ale No software to install Zero overhead virtualization Solaris Zones Oracle VM Templates SPARC / x86 Hypervisors Oracle Solaris 11 Integrated end-to-end fault healing of hardware, OS and virtualization Component-Level Dynamic Reconfiguration VMware HA for VMs Vmotion Virtualization mgmt tools Support for x86 Production-safe observability bilit Dynamic Domains Secure live migration Oracle Solaris Cluster 4.0 High Availability Cluster membership, Heartbeat Disk fencing, Quorum, Component, Storage Resources, Quorum, Disk Path Monitoring SMF Integration Configuration Checker Virtualization Oracle Zone cluster, failover zone Oracle VM for SPARC: cluster node, failover node Built-in Application support Wide range of Oracle applications and databases, web-, application and infrastructure solutions Security Role based access control, zones security isolation Disaster Recovery Stretched Cluster and Multi-site/ Multi-cluster with automated failover and replication solution Instant provisioning Availability 31 Copyright 2011, Oracle and/or its affiliates. All rights

32 Full Integration with Oracle Solaris 11 delivery framework IPS based delivery Unified installation experience Error-free software updates Automatic patch dependencies resolution Boot environment Instant snapshot and rollback Lower risk updates Automated Installer Common provisioning tool Easy full stack, multi-node installation Cloud-optimized software distribution 32 Copyright 2011, Oracle and/or its affiliates. All rights

33 Unique HA Protection For Oracle Solaris 11 Virtualization Software Life-cycle Management Disaster Recovery Built-in Application Management Cloud-ready application protection with Oracle Solaris Zone cluster for Oracle Solaris 11, Failover Zone for Oracle Solaris 10 and 11, and Oracle VM for SPARC Cloud-optimized software distribution with automated dependency analysis through Automated Installer and IPS packaging support Reliable protection ti from disaster through h automated t application failover and coordination for replication solutions such as StorageTek Availability Suite 4.0, Oracle Data Guard and script-based plug-in. Support peer OSC3.3u1 cluster. Increased application availability, simplified service deployment and management for Apache, Apache Tomcat, DHCP, DNS, NFS, Oracle Database (single instance and Oracle Real Application Clusters), WebLogic Server 33 Copyright 2011, Oracle and/or its affiliates. All rights

34 Oracle Solaris Cluster 34 Copyright 2011, Oracle and/or its affiliates. All rights

35 Mix of S10 and S11 zones in a 4-node OSC4.0 cluster ptomcat1 ptomcat2 ptomcat3 ptomcat4 Critical Zone 1 L = 12 P = 30 Solaris 11 Zone 2 L = 12 P = 30 Solaris 10 Zone 3 L = 8 P = 20 Solaris 11 Zone 4 L = 8 P = 20 Solaris 10 Important Test L = load factor P = priority Zone 5 Zone 6 L = 8 L = 8 P = 10 P = 10 Solaris 11 Solaris 10 Solaris 11 Solaris 11 Solaris 11 Solaris 11 1 processor 6 cores / 24 threads Load limit = 20 Load factor is the Dedicated CPU count 35 Copyright 2011, Oracle and/or its affiliates. All rights

36 Zones availability gracefully maintained ptomcat1 ptomcat2 ptomcat3 ptomcat4 Zone 1 L = 12 Zone 2 L = 12 P = 30 P = 30 Solaris 11 Solaris 10 Planned outage Maintenance shutdown of ptomcat1 Zone 3 L = 8 P = 20 Solaris 11 Zone 4 L = 8 P = 20 Solaris 10 Zone 5 Zone 6 L = 8 L = 8 P = 10 P = 10 Solaris 11 Solaris 10 Solaris 11 Solaris 11 Solaris 11 Solaris Copyright 2011, Oracle and/or its affiliates. All rights

37 Automatic optimal placement ptomcat1 ptomcat2 ptomcat3 ptomcat4 Zone 2 L = 12 Zone 1 L = 12 P = 30 P = 30 Solaris 10 Solaris 11 Planned outage Switchover of zones completed Zone 3 L = 8 P = 20 Solaris 11 Zone 4 L = 8 P = 20 Solaris 10 Zone 5 Zone 6 L = 8 L = 8 P = 10 P = 10 Solaris 11 Solaris 10 Solaris 11 Solaris 11 Solaris 11 Solaris Copyright 2011, Oracle and/or its affiliates. All rights

38 Additional unplanned outage also handled ptomcat1 ptomcat2 ptomcat3 ptomcat4 Zone 2 L = 12 Zone 1 L = 12 P = 30 P = 30 Solaris 10 Solaris 11 Human error Power off of ptomcat2 Zone 3 L = 8 P = 20 Solaris 11 Zone 4 L = 8 P = 20 Solaris 10 Zone 5 L = 8 P = 10 Solaris 11 Zone 6 L = 8 P = 10 Solaris 10 Solaris 11 Solaris 11 Solaris 11 Solaris Copyright 2011, Oracle and/or its affiliates. All rights

39 Zones availability maintained as per preset policy ptomcat1 ptomcat2 ptomcat3 ptomcat4 Zone 1 L = 12 Zone 2 L = 12 P = 30 P = 30 Solaris 11 Solaris 10 Re-balancing Critical Zone 2 given priority Offlined Test Zone 6 Zone 3 L = 8 P = 20 Solaris 11 Zone 4 L = 8 P = 20 Solaris 10 Solaris 11 Solaris 11 Solaris 11 Solaris Copyright 2011, Oracle and/or its affiliates. All rights

40 Back to optimal placement based on nodes availability ptomcat1 ptomcat2 ptomcat3 ptomcat4 Zone 1 L = 12 Zone 2 L = 12 P = 30 P = 30 Solaris 11 Solaris 10 Zone 3 Zone 4 L = 8 L = 8 P = 20 P = 20 Solaris 11 Solaris 10 Initial configuration restored after servers online and remastering of RGs Zone 5 Zone 6 L = 8 L = 8 P = 10 P = 10 Solaris 11 Solaris 10 Solaris 11 Solaris 11 Solaris 11 Solaris Copyright 2011, Oracle and/or its affiliates. All rights

41 Oracle Solaris Cluster 41 Copyright 2011, Oracle and/or its affiliates. All rights

42 PeopleSoft on SPARC SuperCluster HA Configuration T4-4 Node 1 T4-4 Node 2 DB Apps DB LDom LDom LDom Solaris 11 Solaris 10 Solaris 11 Proxy Apps LDom Solaris 10 Proxy DB RAC 11gR2 WLS WLS-ZC PSFT DB RAC 11gR2 WLS WLS-ZC PSFT PSFT-ZC PSFT-ZC Hypervisor Hypervisor Hardware CPU, Memory, PCIe 2 CPUs 512 GB RAM 2 PCI Root Complexes 2 CPUs 512 GB RAM 2 PCI Root Complexes Hardware CPU, Memory, PCIe 2 CPUs 512 GB RAM 2 PCI Root Complexes 2 CPUs 512 GB RAM 2 PCI Root Complexes 10G IB 10G IB 10G IB 10G IB 10G IB 10G IB 10G IB 10G IB 42 Copyright 2011, Oracle and/or its affiliates. All rights

43 Logical Configuration T4-4 Node 1 T4-4 Node 2 Oracle Web Proxy Server Oracle WebLogic Server WebLogic Zone Cluster Oracle Web Proxy Server Oracle WebLogic Server Oracle PeopleSoft Application Server Application Server Zone Cluster Oracle PeopleSoft Application Server APPS VM+ S10 IO Domain APPS VM + S10 IO Domain Oracle RAC Oracle RAC Oracle RAC DB VM + S11 DB VM + S11 43 Copyright 2011, Oracle and/or its affiliates. All rights

44 Oracle Solaris Cluster More about Oracle Solaris Cluster cluster/index.html Download and Evaluate /t h t t / l cluster/downloads/index.html 44 Copyright 2011, Oracle and/or its affiliates. All rights

45 45 Copyright 2011, Oracle and/or its affiliates. All rights

46 46 Copyright 2011, Oracle and/or its affiliates. All rights

An Oracle White Paper September 2010. Oracle Solaris and Oracle Solaris Cluster: Extending Oracle Solaris for Business Continuity

An Oracle White Paper September 2010. Oracle Solaris and Oracle Solaris Cluster: Extending Oracle Solaris for Business Continuity An Oracle White Paper September 2010 Oracle Solaris and Oracle Solaris Cluster: Extending Oracle Solaris for Business Continuity Executive Summary...1 Introduction...3 Traditional Solution Components...5

More information

HA for Enterprise Clouds: Oracle Solaris Cluster & OpenStack

HA for Enterprise Clouds: Oracle Solaris Cluster & OpenStack HA for Enterprise Clouds: Oracle Solaris Cluster & OpenStack Eve Kleinknecht / Thorsten Frueauf Oracle Keywords: OpenStack, High Availability, Solaris, Solaris Cluster, Oracle Introduction: More and more

More information

Symantec Cluster Server powered by Veritas

Symantec Cluster Server powered by Veritas Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overview protects your most important applications from planned and unplanned downtime. Cluster

More information

Veritas InfoScale Availability

Veritas InfoScale Availability Veritas InfoScale Availability Delivers high availability and disaster recovery for your critical applications Overview protects your most important applications from planned and unplanned downtime. InfoScale

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overview protects your most important applications from planned and unplanned downtime. Cluster

More information

Veritas Storage Foundation High Availability for Windows by Symantec

Veritas Storage Foundation High Availability for Windows by Symantec Veritas Storage Foundation High Availability for Windows by Symantec Simple-to-use solution for high availability and disaster recovery of businesscritical Windows applications Data Sheet: High Availability

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 paulo.bosco.otto@oracle.com The following is intended to outline our general product direction. It is intended for

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

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

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Pavel Anni Oracle Operating Systems & Virtualization Overview 2 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

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

Symantec Storage Foundation High Availability for Windows

Symantec Storage Foundation High Availability for Windows Symantec Storage Foundation High Availability for Windows Storage management, high availability and disaster recovery for physical and virtual Windows applications Data Sheet: High Availability Overview

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

Cloud Optimize Your IT

Cloud Optimize Your IT Cloud Optimize Your IT Windows Server 2012 The information contained in this presentation relates to a pre-release product which may be substantially modified before it is commercially released. This pre-release

More information

Maximum Availability Architecture

Maximum Availability Architecture Disaster Recovery for Oracle Exalogic Elastic Cloud WITH ORACLE EXADATA DATABASE MACHINE Oracle Maximum Availability Architecture White Paper May 2011 Maximum Availability Architecture Oracle Best Practices

More information

Cluster File System Configuration and the Oracle Solaris Zones Model

Cluster File System Configuration and the Oracle Solaris Zones Model An Oracle White Paper February 2011 Zone Clusters How to Deploy Virtual Clusters and Why Introduction... 1 Cluster Application Consolidation... 2 Server Virtualization Technologies... 3 Hardware Partitions...

More information

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief Optimizing Storage for Better TCO in Oracle Environments INFOSTOR Executive Brief a QuinStreet Excutive Brief. 2012 To the casual observer, and even to business decision makers who don t work in information

More information

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

Evolution from the Traditional Data Center to Exalogic: An Operational Perspective

Evolution from the Traditional Data Center to Exalogic: An Operational Perspective An Oracle White Paper July, 2012 Evolution from the Traditional Data Center to Exalogic: 1 Disclaimer The following is intended to outline our general product capabilities. It is intended for information

More information

Journey to the Private Cloud. Key Enabling Technologies

Journey to the Private Cloud. Key Enabling Technologies Journey to the Private Cloud Key Enabling Technologies Jeffrey Nick Chief Technology Officer Senior Vice President EMC Corporation June 2010 1 The current I/T state: Infrastructure sprawl Information explosion

More information

<Insert Picture Here> Private Cloud with Fusion Middleware

<Insert Picture Here> Private Cloud with Fusion Middleware Private Cloud with Fusion Middleware Duško Vukmanović Principal Sales Consultant, Oracle dusko.vukmanovic@oracle.com The following is intended to outline our general product direction.

More information

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK KEY FEATURES PROVISION FROM BARE- METAL TO PRODUCTION QUICKLY AND EFFICIENTLY Controlled discovery with active control of your hardware Automatically

More information

Oracle Solaris and Oracle Virtualization. Dan Roberts Director of Solaris Product Management

Oracle Solaris and Oracle Virtualization. Dan Roberts Director of Solaris Product Management Oracle Solaris and Oracle Virtualization Dan Roberts Director of Solaris Product Management The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Overview: X5 Generation Database Machines

Overview: X5 Generation Database Machines Overview: X5 Generation Database Machines Spend Less by Doing More Spend Less by Paying Less Rob Kolb Exadata X5-2 Exadata X4-8 SuperCluster T5-8 SuperCluster M6-32 Big Memory Machine Oracle Exadata Database

More information

Oracle Solaris: Aktueller Stand und Ausblick

Oracle Solaris: Aktueller Stand und Ausblick Oracle Solaris: Aktueller Stand und Ausblick Detlef Drewanz Principal Sales Consultant, EMEA Server Presales The following is intended to outline our general product direction. It

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION KEY FEATURES AND BENEFITS STANDARD EDITION Java EE 7 full platform support Java SE 8 certification, support Choice of IDEs, development tools and frameworks Oracle Cloud compatibility Industry-leading

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

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> Architekturen, Bausteine und Konzepte für Private Clouds Detlef Drewanz EMEA Server Principal Sales Consultant

<Insert Picture Here> Architekturen, Bausteine und Konzepte für Private Clouds Detlef Drewanz EMEA Server Principal Sales Consultant Architekturen, Bausteine und Konzepte für Private Clouds Detlef Drewanz EMEA Server Principal Sales Consultant The following is intended to outline our general product direction.

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

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS

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

More information

Oracle Infrastructure Systems Management with Enterprise Manager and Ops Center CON4954

Oracle Infrastructure Systems Management with Enterprise Manager and Ops Center CON4954 Oracle Infrastructure Systems Management with Enterprise Manager and Ops Center CON4954 Simon Hayler Product Manager Oracle Enterprise Manager September, 2014 Safe Harbor Statement The following is intended

More information

Solaris For The Modern Data Center. Taking Advantage of Solaris 11 Features

Solaris For The Modern Data Center. Taking Advantage of Solaris 11 Features Solaris For The Modern Data Center Taking Advantage of Solaris 11 Features JANUARY 2013 Contents Introduction... 2 Patching and Maintenance... 2 IPS Packages... 2 Boot Environments... 2 Fast Reboot...

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

Strategies to Solve and Optimize Management of Multi-tiered Business Services

Strategies to Solve and Optimize Management of Multi-tiered Business Services WHITE PAPER: STRATEGIES TO SOLVE AND OPTIMIZE MGMT OF... MULTI-TIERED............. BUSINESS......... SERVICES............... Strategies to Solve and Optimize Management of Multi-tiered Business Services

More information

WHITE PAPER: HIGH CUSTOMIZE AVAILABILITY AND DISASTER RECOVERY

WHITE PAPER: HIGH CUSTOMIZE AVAILABILITY AND DISASTER RECOVERY WHITE PAPER: HIGH CUSTOMIZE AVAILABILITY AND DISASTER RECOVERY Confidence in a connected world. Protecting Business-Critical Applications in a VMware Infrastructure 3 Environment Using Veritas Cluster

More information

Virtual Compute Appliance Frequently Asked Questions

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

More information

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices

More information

Symantec and VMware: Virtualizing Business Critical Applications with Confidence WHITE PAPER

Symantec and VMware: Virtualizing Business Critical Applications with Confidence WHITE PAPER Symantec and VMware: Virtualizing Business Critical Applications with Confidence WHITE PAPER Challenges of Using Traditional High-Availability Solutions Business-critical applications and the systems they

More information

Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V

Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V Comparison and Contents Introduction... 4 More Secure Multitenancy... 5 Flexible Infrastructure... 9 Scale, Performance, and Density... 13 High Availability... 18 Processor and Memory Support... 24 Network...

More information

Cisco Active Network Abstraction Gateway High Availability Solution

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

More information

Building Private Cloud Architectures

Building Private Cloud Architectures Building Private Cloud Architectures Chandra Rangan Sr. Director, Storage & Availability Management Group Symantec Corporation SNW Spring 2011: Building Private Cloud Architectures 1 State of the infrastructure

More information

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

More information

ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK

ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK KEY FEATURES LIFECYCLE MANAGEMENT OF VIRTUALIZATION TECHNOLOGIES MADE SIMPLE Automation of lifecycle management reduces costs and errors while improving

More information

ORACLE Industries D85180 Oracle SBC Configuration and Administration 5 2.625,00 Applications D84502GC10 Oracle Commerce: Managing Your Site Using the Business Tools Rel 11 3 1.890,00 D79790GC10 Using Endeca

More information

Maximum Availability Architecture

Maximum Availability Architecture Automating Disaster Recovery using Oracle Site Guard for Oracle Exalogic WITH ORACLE EXADATA DATABASE MACHINE Oracle Maximum Availability Architecture White Paper July 2013 Maximum Availability Architecture

More information

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS Leverage EMC and VMware To Improve The Return On Your Oracle Investment ESSENTIALS Better Performance At Lower Cost Run

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

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

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

More information

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 pchadwick@suse.com. Product Marketing Manager djarvis@suse. SUSE Cloud 2.0 Pete Chadwick Douglas Jarvis Senior Product Manager pchadwick@suse.com Product Marketing Manager djarvis@suse.com SUSE Cloud SUSE Cloud is an open source software solution based on OpenStack

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Oracle SPARC Server for Enterprise Computing Dr. Heiner Bauch Senior Account Architect 19. April 2013 2 The following is intended to outline our general product direction. It is intended for information

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

The Promise of Virtualization for Availability, High Availability, and Disaster Recovery - Myth or Reality?

The Promise of Virtualization for Availability, High Availability, and Disaster Recovery - Myth or Reality? B.Jostmeyer Tivoli System Automation bjost@de.ibm.com The Promise of Virtualization for Availability, High Availability, and Disaster Recovery - Myth or Reality? IBM Systems Management, Virtualisierung

More information

Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15

Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15 Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15 Table of Contents Fully Integrated Hardware and Software

More information

SAP Solutions on VMware Business Continuance Protecting Against Unplanned Downtime

SAP Solutions on VMware Business Continuance Protecting Against Unplanned Downtime of SAP Solutions on Vmware vsphere SAP Solutions on VMware Protecting Against Unplanned Downtime This product is protected by U.S. and international copyright and intellectual property laws. This product

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

VMware Virtual Infrastucture From the Virtualized to the Automated Data Center

VMware Virtual Infrastucture From the Virtualized to the Automated Data Center VMware Virtual Infrastucture From the Virtualized to the Automated Data Center Senior System Engineer VMware Inc. ngalante@vmware.com Agenda Vision VMware Enables Datacenter Automation VMware Solutions

More information

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Executive Summary Large enterprise Hyper-V deployments with a large number

More information

(Scale Out NAS System)

(Scale Out NAS System) For Unlimited Capacity & Performance Clustered NAS System (Scale Out NAS System) Copyright 2010 by Netclips, Ltd. All rights reserved -0- 1 2 3 4 5 NAS Storage Trend Scale-Out NAS Solution Scaleway Advantages

More information

Symantec NetBackup 7 Clients and Agents

Symantec NetBackup 7 Clients and Agents Complete protection for your information-driven enterprise Overview Symantec NetBackup provides a simple yet comprehensive selection of innovative clients and agents to optimize the performance and efficiency

More information

Veritas Cluster Server by Symantec

Veritas Cluster Server by Symantec Veritas Cluster Server by Symantec Reduce application downtime Veritas Cluster Server is the industry s leading clustering solution for reducing both planned and unplanned downtime. By monitoring the status

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...

More information

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Network (RHN) Satellite server is an easy-to-use, advanced systems management platform

More information

FOR SERVERS 2.2: FEATURE matrix

FOR SERVERS 2.2: FEATURE matrix RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,

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

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Satellite server is an easy-to-use, advanced systems management platform for your Linux infrastructure.

More information

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and Data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

This video is part of the Microsoft Virtual Academy.

This video is part of the Microsoft Virtual Academy. This video is part of the Microsoft Virtual Academy. 1 This session is going to cover the infrastructure of the private cloud. We re going to really understand what are the critical requirements when we

More information

An Oracle White Paper June 2010. Consolidating Oracle Siebel CRM Environments with High Availability on Sun SPARC Enterprise Servers

An Oracle White Paper June 2010. Consolidating Oracle Siebel CRM Environments with High Availability on Sun SPARC Enterprise Servers An Oracle White Paper June 2010 Consolidating Oracle Siebel CRM Environments with High Availability on Sun SPARC Enterprise Servers Executive Overview... 1! Introduction... 2! Key Solution Technologies...

More information

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT

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

More information

<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

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 kklemperer@blackboard.com Agenda Session Length:

More information

Virtual SAN Design and Deployment Guide

Virtual SAN Design and Deployment Guide Virtual SAN Design and Deployment Guide TECHNICAL MARKETING DOCUMENTATION VERSION 1.3 - November 2014 Copyright 2014 DataCore Software All Rights Reserved Table of Contents INTRODUCTION... 3 1.1 DataCore

More information

Real-time Protection for Hyper-V

Real-time Protection for Hyper-V 1-888-674-9495 www.doubletake.com Real-time Protection for Hyper-V Real-Time Protection for Hyper-V Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate

More information

WHITE PAPER Addressing Virtualization and High-Availability Needs with Sun Solaris Cluster

WHITE PAPER Addressing Virtualization and High-Availability Needs with Sun Solaris Cluster WHITE PAPER Addressing Virtualization and High-Availability Needs with Sun Solaris Cluster Sponsored by: Sun Microsystems Jean S. Bozman October 2009 EXECUTIVE SUMMARY Global Headquarters: 5 Speen Street

More information

Disaster Recovery of Tier 1 Applications on VMware vcenter Site Recovery Manager

Disaster Recovery of Tier 1 Applications on VMware vcenter Site Recovery Manager Disaster Recovery of Tier 1 Applications on VMware vcenter Site Recovery Manager This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by

More information

Bosch Video Management System High Availability with Hyper-V

Bosch Video Management System High Availability with Hyper-V Bosch Video Management System High Availability with Hyper-V en Technical Service Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 General Requirements

More information

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using NFS and DNFS. Reference Architecture

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using NFS and DNFS. Reference Architecture EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution Enabled by EMC Celerra and Linux using NFS and DNFS Reference Architecture Copyright 2009 EMC Corporation. All rights reserved. Published

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R O r a c l e V i r t u a l N e t w o r k i n g D e l i v e r i n g F a b r i c

More information

A virtual SAN for distributed multi-site environments

A virtual SAN for distributed multi-site environments Data sheet A virtual SAN for distributed multi-site environments What is StorMagic SvSAN? StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical

More information

Confidently Virtualize Business-Critical Applications in Microsoft

Confidently Virtualize Business-Critical Applications in Microsoft Confidently Virtualize Business-Critical Applications in Microsoft Hyper-V with Veritas ApplicationHA Who should read this paper Windows Virtualization IT Architects and IT Director for Windows Server

More information

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to

More information

Deployment Topologies

Deployment Topologies , page 1 Multinode Cluster with Unified Nodes, page 2 Clustering Considerations, page 3 Cisco Unified Communications Domain Manager 10.6(x) Redundancy and Disaster Recovery, page 4 Capacity Considerations,

More information

Виртуализация приложений: какой из вариантов виртуализации подходит именно вам. Филипп Торчинский Sun Microsystems

Виртуализация приложений: какой из вариантов виртуализации подходит именно вам. Филипп Торчинский Sun Microsystems Виртуализация приложений: какой из вариантов виртуализации подходит именно вам Филипп Торчинский Sun Microsystems 1 1 Oracle + Sun Complete, Integrated Systems Customer Benefits: Standards-based Innovation

More information

Optimized Storage Solution for Enterprise Scale Hyper-V Deployments

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

More information

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant Backup and Recovery Solutions for Exadata Ľubomír Vaňo Principal Sales Consultant Fundamental Backup and Recovery Data doesn t exist in most organizations until the rule of 3 is complete: Different Media

More information

An Oracle White Paper August 2012. Oracle Engineered Systems: Complete Data Center Infrastructure for SAP Landscapes

An Oracle White Paper August 2012. Oracle Engineered Systems: Complete Data Center Infrastructure for SAP Landscapes An Oracle White Paper August 2012 Oracle Engineered Systems: Complete Data Center Infrastructure for SAP Landscapes Introduction... 1 Oracle s Engineered Systems for the Data Center... 2 Oracle Exadata

More information

The VMware Administrator s Guide to Hyper-V in Windows Server 2012. Brien Posey Microsoft MVMP @Veeam

The VMware Administrator s Guide to Hyper-V in Windows Server 2012. Brien Posey Microsoft MVMP @Veeam The VMware Administrator s Guide to Hyper-V in Windows Server 2012 Brien Posey Microsoft MVMP @Veeam About today s webinar Thought leadership content from an industry expert This webinar is recorded and

More information

MultiStore Secure Multi-Tenancy for Shared Storage Infrastructure. Sales Representative Name

MultiStore Secure Multi-Tenancy for Shared Storage Infrastructure. Sales Representative Name MultiStore Secure Multi-Tenancy for Shared Storage Infrastructure Sales Representative Name Multi-Tenancy Storage Perspective Shared Infrastructure: hardware and software Consolidation of diverse requirements

More information

Getting the Most Out of Virtualization of Your Progress OpenEdge Environment. Libor Laubacher Principal Technical Support Engineer 8.10.

Getting the Most Out of Virtualization of Your Progress OpenEdge Environment. Libor Laubacher Principal Technical Support Engineer 8.10. Getting the Most Out of Virtualization of Your Progress OpenEdge Environment Libor Laubacher Principal Technical Support Engineer 8.10.2013 Agenda Virtualization Terms, benefits, vendors, supportability,

More information

Building the Virtual Information Infrastructure

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

More information

Server and Storage Virtualization with IP Storage. David Dale, NetApp

Server and Storage Virtualization with IP Storage. David Dale, NetApp Server and Storage Virtualization with IP Storage David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this

More information

Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric

Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric 2001 San Diego Gas and Electric. All copyright and trademark rights reserved. Importance

More information

Oracle VM Built for Virtualizing Enterprise Applications ORACLE WHITE PAPER OCTOBER 2014

Oracle VM Built for Virtualizing Enterprise Applications ORACLE WHITE PAPER OCTOBER 2014 Oracle VM Built for Virtualizing Enterprise Applications ORACLE WHITE PAPER OCTOBER 2014 Introduction Enterprise applications like order entry, financials, human resources, customer management, and logistics

More information

Oracle s Cloud Computing Strategy

Oracle s Cloud Computing Strategy Oracle s Cloud Computing Strategy Your Strategy, Your Cloud, Your Choice Sandra Cheevers Senior Principal Product Director Cloud Product Marketing Steve Lemme Director, Cloud Builder Specialization Oracle

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

Microsoft SMB File Sharing Best Practices Guide

Microsoft SMB File Sharing Best Practices Guide Technical White Paper Microsoft SMB File Sharing Best Practices Guide Tintri VMstore, Microsoft SMB 3.0 Protocol, and VMware 6.x Author: Neil Glick Version 1.0 06/15/2016 @tintri www.tintri.com Contents

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

Personal Background. Company Background. ShaoLin Microsystems Overview. Mission Critical Open Source Software Implementation in the Enterprise

Personal Background. Company Background. ShaoLin Microsystems Overview. Mission Critical Open Source Software Implementation in the Enterprise Personal Background Mission Critical Open Source Software Implementation in the Enterprise Mr. David Chow ShaoLin Microsystems Ltd. Over 10 years experience in the field System integration (system engineer,pre/post

More information