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 reserved.

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

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 reserved.

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

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

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 reserved.

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, applicationspecific 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 distance One-click, automated switchover One-click, automated takeover Physical and virtualized environments 7 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

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 reserved.

9 High Availability Framework Membership Establishes consistent inclusion of nodes in cluster Coordinates reconfiguration Cluster Configuration Repository Provides local 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 reserved.

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

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 reserved.

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 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 Switchover to the other node # clrg switch n 2 websrv-rg 12 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

13 Configuration wizards for data services *** Data Services Menu *** Please select from one of the following options: * 1) Apache Web Server * 2) Oracle * 3) NFS * 4) Oracle Real Application Clusters * 5) SAP Web Application Server * 6) Highly Available Storage * 7) Logical Hostname * 8) Shared Address *?) Help * q) Return to the Main Menu Option: 1 13 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

14 Oracle VM for SPARC Cluster Models Virtualization Oracle Solaris Domain Oracle Solaris Control Domain App Oracle Solaris Cluster 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 14 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

15 High Availability Designed for Virtualization Oracle Solaris Zones HA Deployments App App App Zone Cluster App Finance Cloud Oracle VM for SPARC 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 management, restart and failover Ease of migration: Support for older Oracle Solaris environments in a zone 15 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

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

17 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 17 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

18 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 18 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

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

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

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

22 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 22 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 22

23 Geographic Edition 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 Heartbeat for connection monitoring in partnership Standard TCP/IP heartbeat, optional plug-ins Alerts by , SNMP trap, custom script 23 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

24 Protection and Resource Group Protection Group Resource groups Resources Secondary site Primary site, same cluster Protection Group contains Resource Groups and Resources Resource Group contains application and storage resources Protection Groups are the managed entities Within a Cluster, Resource Groups fail/switch over Within a Partnership, Protection Groups fail/switch over 24 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

25 Operational Aspects 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, buildings, etc.) 25 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

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

27 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 27 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

28 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 data 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 28 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

29 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 environments Pre-tested, pre-engineered with SPARC, x86, SPARC SuperCluster and Sun storage 29 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

30 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 ZFS 7320 Storage Appliance Cluster WebLogic Zone Cluster T4-4 Node 2 Oracle Web Proxy Server Oracle WebLogic Server Oracle Application Server Oracle PeopleSoft Zone Cluster PeopleSoft APPS VM + S10 IO Application Application APPS VM+ S10 IO Domain Domain Server Server Application Server Oracle RAC Oracle RAC Oracle RAC Zone Cluster DB VM + S11 DB VM + S11 InfiniBand internal Network Oracle PeopleSoft Application Server 30 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

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

32 Availability Meets The Cloud Oracle Solaris Cluster 4.0 Scale No software to install Zero overhead virtualization Solaris Zones Oracle VM Templates SPARC / x86 Hypervisors Instant provisioning Oracle Solaris 11 Integrated end-to-end fault healing of hardware, OS and virtualization Component-Level Dynamic Reconfiguration Production-safe observability Dynamic Domains Secure live migration High Availability Cluster membership, Heartbeat Disk fencing, Quorum, Component Monitoring, HA framework, SMF Integration Configuration Checker 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 Virtualization Oracle Zone cluster, failover zone Oracle VM for SPARC: cluster node, failover node Availability 32 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

33 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 33 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

34 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 from disaster through automated 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 34 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

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

36 Mix of S10 and S11 zones in a 4-node OSC4.0 cluster ptomcat1 ptomcat2 ptomcat3 ptomcat4 Cri<cal 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 36 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

37 Load-based failover policy for the HA zones Resource group configuration # clnode create-loadlimit -p limitname=cpu_load -p softlimit=16 -p hardlimit=20 + # clrg set p load_factors=cpu_load@<cpu count> -p Priority=<priority> \ -p Preemption_mode=<mode> <rg> rg cpu count priority mode ha- zone1- rg NEVER ha- zone2- rg NEVER ha- zone3- rg 8 20 HAS_COST ha- zone4- rg 8 20 HAS_COST ha- zone5- rg 8 10 NO_COST ha- zone- 6- rg 8 10 NO_COST 37 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

38 Zones availability gracefully maintained ptomcat1 ptomcat2 ptomcat3 ptomcat4 Zone 1 Zone 2 L = 12 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 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 reserved.

39 Automatic optimal placement ptomcat1 ptomcat2 ptomcat3 ptomcat4 Zone 2 Zone 1 L = 12 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 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 reserved.

40 Additional unplanned outage also handled ptomcat1 ptomcat2 ptomcat3 ptomcat4 Zone 2 Zone 1 L = 12 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 reserved.

41 Zones availability maintained as per preset policy ptomcat1 ptomcat2 ptomcat3 ptomcat4 Zone 1 Zone 2 L = 12 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 reserved.

42 Back to optimal placement based on nodes availability ptomcat1 ptomcat2 ptomcat3 ptomcat4 Zone 1 Zone 2 L = 12 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 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 reserved.

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

44 PeopleSoft on SPARC SuperCluster HA Configuration 44 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

45 Logical Configuration Application logical domain on Oracle Solaris 10 with Oracle Solaris Cluster Database logical domain on Oracle Solaris Copyright 2011, Oracle and/or its affiliates. All rights reserved.

46 Oracle Solaris Cluster More about Oracle Solaris Cluster cluster html index.html Download and Evaluate downloads/index.html 46 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

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

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

1 BRIEF / Oracle Solaris Cluster Features and Benefits

1 BRIEF / Oracle Solaris Cluster Features and Benefits Oracle Solaris Cluster is a comprehensive high availability (HA) and disaster recovery (DR) solution for Oracle SPARC and x86 environments that is based on Oracle Solaris. It combines extreme service availability

More information

Essentials. Oracle Solaris Cluster. Tim Read. Upper Saddle River, NJ Boston Indianapolis San Francisco. Capetown Sydney Tokyo Singapore Mexico City

Essentials. Oracle Solaris Cluster. Tim Read. Upper Saddle River, NJ Boston Indianapolis San Francisco. Capetown Sydney Tokyo Singapore Mexico City Oracle Solaris Cluster Essentials Tim Read PRENTICE HALL Upper Saddle River, NJ Boston Indianapolis San Francisco New York Toronto Montreal London Munich Paris Madrid Capetown Sydney Tokyo Singapore Mexico

More information

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack Eve Kleinknecht Principal Product Manager Thorsten Früauf Principal Software Engineer November 18, 2015 Safe Harbor Statement

More information

ORACLE SOLARIS CLUSTER

ORACLE SOLARIS CLUSTER Oracle Solaris Cluster is a comprehensive high availability and disaster recovery solution for Oracle's SPARC and x86 environments based on Oracle Solaris. It combines extreme service availability for

More information

Solaris Engineered Systems

Solaris Engineered Systems Solaris Engineered Systems SPARC SuperCluster Introduction Andy Harrison andy.harrison@oracle.com Engineered Systems, Revenue Product Engineering The following is intended to outline

More information

Flexible Laufzeitumgebungen für Software - Einfach aufgebaut

Flexible Laufzeitumgebungen für Software - Einfach aufgebaut Flexible Laufzeitumgebungen für Software - Einfach aufgebaut Detlef Drewanz Master Principal Sales Consultant Systems Sales Consulting Northern Europe 17. November, 2015 Copyright 2014 Oracle and/or its

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

Data Sheet: High Availability Veritas Cluster Server from Symantec Reduce Application Downtime

Data Sheet: High Availability Veritas Cluster Server from Symantec Reduce Application Downtime Reduce Application Downtime Overview is an industry-leading high availability solution for reducing both planned and unplanned downtime. By monitoring the status of applications and automatically moving

More information

Oracle Solaris Virtualization: From DevOps to Enterprise

Oracle Solaris Virtualization: From DevOps to Enterprise Oracle Solaris Virtualization: From DevOps to Enterprise Duncan Hardie Principal Product Manager Oracle Solaris 17 th November 2015 Oracle Confidential Internal/Restricted/Highly Restricted Safe Harbor

More information

Oracle Real Application Clusters One Node

Oracle Real Application Clusters One Node Oracle Real Application Clusters One Node Better Virtualization for Databases Bob Thome, Oracle Grid Development Agenda Overview Comparison with VMs and other failover solutions Pricing

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 Overviewview protects your most important applications from planned and unplanned downtime.

More information

Availability of. Datacenter

Availability of. Datacenter Availability of PostgreSQL in the Datacenter Detlef Ulherr Sun Microsystems Outline Increasing the availability of PostgreSQL Why is High Availability Important? What is Open High Availability Cluster?

More information

WLS Neue Optionen braucht das Land

WLS Neue Optionen braucht das Land WLS Neue Optionen braucht das Land Sören Halter Principal Sales Consultant 2016-11-16 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

Virtualization Strategies on Oracle x86. Hwanki Lee Hardware Solution Specialist, Local Product Server Sales

Virtualization Strategies on Oracle x86. Hwanki Lee Hardware Solution Specialist, Local Product Server Sales Virtualization Strategies on Oracle x86 Hwanki Lee Hardware Solution Specialist, Local Product Server Sales Agenda Customer Business Needs Oracle VM for x86/x64 Summary Customer Business Needs Common IT

More information

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Ken Kutzer, Ramin Maozeni Systems Engineering Systems Division September 30, 2014 CON5748 Moscone South 301 Safe Harbor Statement The

More information

Veritas Cluster Server 6.0

Veritas Cluster Server 6.0 Veritas Cluster Server 6.0 New Features and Capabilities Anthony Herr Product Manager - Availability Products What does function does VCS perform? High Availability Ensure an application, in either a physical

More information

Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions

Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions Providing Superior Server and Storage Performance, Efficiency and Return on Investment As Announced and Demonstrated at

More information

Clustering and Storage Management In Virtualized Environments Rasmus Rask Eilersen

Clustering and Storage Management In Virtualized Environments Rasmus Rask Eilersen Clustering and Storage Management In Virtualized Environments Rasmus Rask Eilersen Principal Systems Engineer 1 Tak til vores sponsorer Technology Days 2013 2 VIRTUALIZATION GROWTH 1 new VM every 6 seconds

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

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.1 for Windows brings advanced online storage management to Microsoft Windows Server environments,

More information

means an integration element to a certain software, format or function through use of the HP software product.

means an integration element to a certain software, format or function through use of the HP software product. Additional License Authorizations For HP Automation Center software products Products and suites covered Products E-LTU or E-Media available * Non-Production use category ** HP Automation Insight Yes Class

More information

Virtualization And High Availability. Howard Chow Microsoft MVP

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

More information

Advanced Architectures for Oracle Database on Amazon EC2

Advanced Architectures for Oracle Database on Amazon EC2 Advanced Architectures for Oracle Database on Amazon EC2 Abdul Sathar Sait Jinyoung Jung Amazon Web Services November 2014 Last update: April 2016 Contents Abstract 2 Introduction 3 Oracle Database Editions

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

MySQL HA Solutions Selecting the best approach to protect access to your data

MySQL HA Solutions Selecting the best approach to protect access to your data MySQL HA Solutions Selecting the best approach to protect access to your data Sastry Vedantam sastry.vedantam@oracle.com February 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.0 for Windows brings advanced online storage management to Microsoft Windows Server environments.

More information

Realize the True Potential of Server Virtualization with Oracle VM. Rossella Bellini Principal Sales Consultant HW Business Uniti

Realize the True Potential of Server Virtualization with Oracle VM. Rossella Bellini Principal Sales Consultant HW Business Uniti Realize the True Potential of Server Virtualization with Oracle Rossella Bellini Principal Sales Consultant HW Business Uniti Virtualization Budgets Are Increasing Virtualization Is a Key Driver for Lowering

More information

Enabling Fast Recovery of Your Virtual Environments: NetBackup, Backup Exec & VCS for VMware

Enabling Fast Recovery of Your Virtual Environments: NetBackup, Backup Exec & VCS for VMware Enabling Fast Recovery of Your Environments: NetBackup, Backup Exec & VCS for VMware Agenda 1 Symantec and ization 2 NetBackup 6.5 for VMWare 3 Backup Exec & Backup Exec System Recovery for VMWare 4 Veritas

More information

Veritas Cluster Server 6.0

Veritas Cluster Server 6.0 Veritas Cluster Server 6.0 New Features and Capabilities SF 6.0 Features Deep Dive Anthony Herr, Eric Hennessey SAMG Technical Product Management What does VCS do for me? High Availability Ensure an application,

More information

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases Manageability and availability for Oracle RAC databases Overview Veritas Storage Foundation for Oracle RAC from Symantec offers a proven solution to help customers implement and manage highly available

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme STO1297BE Stretched Clusters or VMware Site Recovery Manager? We Say Both! Jeff Hunter, VMware, @jhuntervmware GS Khalsa, VMware, @gurusimran #VMworld Disclaimer This presentation may contain product features

More information

PostgreSQL on Solaris. PGCon Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems

PostgreSQL on Solaris. PGCon Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems PostgreSQL on Solaris PGCon 2007 Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems 1 Agenda Sun Cluster ZFS Zones Dtrace Service Management Facility (SMF) PGCon 2007 2 Hightly Available

More information

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems Xen and CloudStack Ewan Mellor Director, Engineering, Open-source Cloud Platforms Citrix Systems Agenda What is CloudStack? Move to the Apache Foundation CloudStack architecture on Xen The future for CloudStack

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

Introduction to Virtualization. From NDG In partnership with VMware IT Academy

Introduction to Virtualization. From NDG In partnership with VMware IT Academy Introduction to Virtualization From NDG In partnership with VMware IT Academy www.vmware.com/go/academy Why learn virtualization? Modern computing is more efficient due to virtualization Virtualization

More information

Veritas NetBackup 6.5 Clients and Agents

Veritas NetBackup 6.5 Clients and Agents Veritas NetBackup 6.5 Clients and Agents The Veritas NetBackup Platform Next-Generation Data Protection Overview Veritas NetBackup provides a simple yet comprehensive selection of innovative clients and

More information

Microsoft Certified Solution Associate Windows Server 2016 Training

Microsoft Certified Solution Associate Windows Server 2016 Training Microsoft Certified Solution Associate Windows Server 2016 Training INNOVATIVE ACADEMY s Best Microsoft Training in Bangalore is designed so Innovative to help you clear the Microsoft Certified Solution

More information

MCSA Windows Server 2012 Configuring Advanced Services

MCSA Windows Server 2012 Configuring Advanced Services Session 1 MCSA Windows Server 2012 Configuring Advanced Services Section A: Windows Server 412 70-412 Project Network Load Balancing Prerequisites for NLB Install NLB Cluster Configuration Unicast vs.

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION 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 material in

More information

Infrastructure Provisioning with System Center Virtual Machine Manager

Infrastructure Provisioning with System Center Virtual Machine Manager Infrastructure Provisioning with System Center Virtual Machine Manager Course Details Duration: Course code: 5 Days M10981 Overview: Learn how to install and configure Microsoft System Center 2012 R2 Virtual

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design 4.0 VMware Validated Design for Software-Defined Data Center 4.0 You can find the most up-to-date technical

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 4.0 This document supports the version of each product listed and supports

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

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 3.0 This document supports the version of each product listed and supports

More information

An Oracle White Paper April Reasons Why Oracle Solaris is the Best Platform for SAP Environments

An Oracle White Paper April Reasons Why Oracle Solaris is the Best Platform for SAP Environments An Oracle White Paper April 2012 10 Reasons Why Oracle Solaris is the Best Platform for SAP Environments 1. The Oracle and SAP Partnership... 2 2. Flexibility and Choice... 2 3. Innovative Virtualization

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

Configuring Advanced Windows Server 2012 Services (412)

Configuring Advanced Windows Server 2012 Services (412) Configuring Advanced Windows Server 2012 Services (412) Configure and manage high availability Configure Network Load Balancing (NLB) Install NLB nodes, configure NLB prerequisites, configure affinity,

More information

<Insert Picture Here> Virtualisierung mit Oracle VirtualBox und Oracle Solaris Containern

<Insert Picture Here> Virtualisierung mit Oracle VirtualBox und Oracle Solaris Containern 1 Virtualisierung mit Oracle VirtualBox und Oracle Solaris Containern Detlef Drewanz Principal Sales Consultant SAFE HARBOR STATEMENT The following is intended to outline our general

More information

1Z0-433

1Z0-433 1Z0-433 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 What is the function of the samfsdump utility? A. It provides a metadata backup of the file names, directory structure, inode information,

More information

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Presented at Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Jacco H. Landlust Platform Architect Director Oracle Consulting NL, Core Technology December, 2014

More information

Road to Private Cloud mit OpenStack Projekterfahrungen

Road to Private Cloud mit OpenStack Projekterfahrungen Road to Private Cloud mit OpenStack Projekterfahrungen Andreas Kress Enterprise Architect Oracle Sales Consulting DOAG Regio Nürnberg/Franken 20. April 2017 Safe Harbor Statement The following is intended

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

CXS Citrix XenServer 6.0 Administration

CXS Citrix XenServer 6.0 Administration Course Overview View Course Dates & Register Today Students will learn to effectively install, configure, administer, and troubleshoot XenServer 6.0. Students will also learn how to configure a Provisioning

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

Oracle Corporation 1

Oracle Corporation 1 1 Solaris 11 for Developers Webinar Series Simplify your Development with Zones, ZFS and Crossbow (TCP/IP) Eric Reid, Stefan Schneider Oracle Systems ISV Engineering 2 Solaris 11 for Developers Webinar

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

VMware vsphere 6.5 Boot Camp

VMware vsphere 6.5 Boot Camp Course Name Format Course Books 5-day, 10 hour/day instructor led training 724 pg Study Guide fully annotated with slide notes 243 pg Lab Guide with detailed steps for completing all labs 145 pg Boot Camp

More information

The Right Choice for DR: Data Guard, Stretch Clusters, or Remote Mirroring. Ashish Ray Group Product Manager Oracle Corporation

The Right Choice for DR: Data Guard, Stretch Clusters, or Remote Mirroring. Ashish Ray Group Product Manager Oracle Corporation The Right Choice for DR: Data Guard, Stretch Clusters, or Remote Mirroring Ashish Ray Group Product Manager Oracle Corporation Causes of Downtime Unplanned Downtime Planned Downtime System Failures Data

More information

Exam Objectives for MCSA Installation, Storage, and Compute with Windows Server 2016

Exam Objectives for MCSA Installation, Storage, and Compute with Windows Server 2016 Exam Objectives for MCSA 70-740 Installation, Storage, and Compute with Windows Server 2016 The Windows Server 2016 70-740 Exam is articulated around six main exam objectives. As per below table these

More information

NE Infrastructure Provisioning with System Center Virtual Machine Manager

NE Infrastructure Provisioning with System Center Virtual Machine Manager NE-10981 Infrastructure Provisioning with System Center Virtual Machine Manager Summary Duration 5 Days Audience IT Professionals Level 400 Technology Microsoft System Center 2012 Delivery Method Instructor-led

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

Oracle Real Application Clusters (RAC) Your way to the Cloud

Oracle Real Application Clusters (RAC) Your way to the Cloud Oracle Real Application Clusters (RAC) Your way to the Cloud Angelo Pruscino Senior Vice President Oracle RAC Development November 18, 2014 Safe Harbor Statement The following is intended to outline our

More information

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013 Distributed Systems 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski Rutgers University Fall 2013 December 12, 2014 2013 Paul Krzyzanowski 1 Motivation for the Cloud Self-service configuration

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 Managing Oracle Database 12c with Oracle Enterprise Manager 12c Martin

More information

Additional License Authorizations. For Data Center Automation software products

Additional License Authorizations. For Data Center Automation software products Additional License Authorizations For Automation software products Products and suites covered Products E-LTU or E-Media available * Perpetual License Non-production use category ** Term License Non-production

More information

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC)

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Manageability and availability for Oracle RAC databases Overview Veritas InfoScale Enterprise for Oracle Real Application Clusters

More information

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

Disaster Recovery-to-the- Cloud Best Practices

Disaster Recovery-to-the- Cloud Best Practices Disaster Recovery-to-the- Cloud Best Practices HOW TO EFFECTIVELY CONFIGURE YOUR OWN SELF-MANAGED RECOVERY PLANS AND THE REPLICATION OF CRITICAL VMWARE VIRTUAL MACHINES FROM ON-PREMISES TO A CLOUD SERVICE

More information

Server : Advanced Services 3 1 x

Server : Advanced Services 3 1 x Server : Advanced Services 3 1 x Revised 2016/05/17 TestOut Server Pro: Advanced Services English 3.1.x Videos: 56 (5:12:20) Demonstrations: 84 (9:20:07) Simulations: 47 Written Lessons: 92 Section Quizzes:

More information

Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option

Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option Eric Rudie Master Principal Sales Consultant Oracle Public Sector 27 September 2016 Safe Harbor Statement The

More information

Pavel Anni Oracle Solaris 11 Feature Map. Slide 2

Pavel Anni Oracle Solaris 11 Feature Map. Slide 2 Slide 1 Pavel Anni Oracle Solaris 11 Feature Map Slide 2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

More information

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees Course Name Format Course Books 5-day instructor led training 735 pg Study Guide fully annotated with slide notes 244 pg Lab Guide with detailed steps for completing all labs vsphere Version Covers uses

More information

Oracle Database and Application Solutions

Oracle Database and Application Solutions Oracle Database and Application Solutions Overview The success of Oracle s products is based on three principles: Simplify Enterprises must increase the speed of information delivery with Integrated Systems,

More information

Detail the learning environment, remote access labs and course timings

Detail the learning environment, remote access labs and course timings Course Duration: 4 days Course Description This course has been designed as an Introduction to VMware for IT Professionals, but assumes that some labs have already been developed, with time always at a

More information

VMware vsphere 6.5: Install, Configure, Manage (5 Days)

VMware vsphere 6.5: Install, Configure, Manage (5 Days) www.peaklearningllc.com VMware vsphere 6.5: Install, Configure, Manage (5 Days) Introduction This five-day course features intensive hands-on training that focuses on installing, configuring, and managing

More information

Migration and Building of Data Centers in IBM SoftLayer

Migration and Building of Data Centers in IBM SoftLayer Migration and Building of Data Centers in IBM SoftLayer Advantages of IBM SoftLayer and RackWare Together IBM SoftLayer offers customers the advantage of migrating and building complex environments into

More information

MQ High Availability and Disaster Recovery Implementation scenarios

MQ High Availability and Disaster Recovery Implementation scenarios MQ High Availability and Disaster Recovery Implementation scenarios Sandeep Chellingi Head of Hybrid Cloud Integration Prolifics Agenda MQ Availability Message Availability Service Availability HA vs DR

More information

VERITAS Volume Manager for Windows 2000 VERITAS Cluster Server for Windows 2000

VERITAS Volume Manager for Windows 2000 VERITAS Cluster Server for Windows 2000 WHITE PAPER VERITAS Volume Manager for Windows 2000 VERITAS Cluster Server for Windows 2000 VERITAS CAMPUS CLUSTER SOLUTION FOR WINDOWS 2000 WHITEPAPER 1 TABLE OF CONTENTS TABLE OF CONTENTS...2 Overview...3

More information

Cisco Enterprise Cloud Suite Overview Cisco and/or its affiliates. All rights reserved.

Cisco Enterprise Cloud Suite Overview Cisco and/or its affiliates. All rights reserved. Cisco Enterprise Cloud Suite Overview 2015 Cisco and/or its affiliates. All rights reserved. 1 CECS Components End User Service Catalog SERVICE PORTAL Orchestration and Management UCS Director Application

More information

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002 Maximum Availability Architecture: Overview An Oracle White Paper July 2002 Maximum Availability Architecture: Overview Abstract...3 Introduction...3 Architecture Overview...4 Application Tier...5 Network

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Data Sheet: Storage Management Overview Veritas Storage Foundation 6.0 for Windows brings advanced online storage management

More information

Oracle Enterprise Manager Ops Center

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

More information

[VMICMV6.5]: VMware vsphere: Install, Configure, Manage [V6.5]

[VMICMV6.5]: VMware vsphere: Install, Configure, Manage [V6.5] [VMICMV6.5]: VMware vsphere: Install, Configure, Manage [V6.5] Length Delivery Method : 5 Days : Instructor-led (Classroom) Course Overview This five-day course features intensive hands-on training that

More information

Veritas Storage Foundation for Oracle RAC from Symantec

Veritas Storage Foundation for Oracle RAC from Symantec Veritas Storage Foundation for Oracle RAC from Symantec Manageability, performance and availability for Oracle RAC databases Data Sheet: Storage Management Overviewview offers a proven solution to help

More information

2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE

2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE Co-Host Host 2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE Oracle Cloud Computing Strategy Han Wammes Public Sector Market Development Manager 1 Copyright 2012, Oracle and/or its

More information

MCSA Windows Server A Success Guide to Prepare- Microsoft Configuring Advanced Windows Server 2012 Services. edusum.

MCSA Windows Server A Success Guide to Prepare- Microsoft Configuring Advanced Windows Server 2012 Services. edusum. 70-412 MCSA Windows Server 2012 A Success Guide to Prepare- Microsoft Configuring Advanced Windows Server 2012 Services edusum.com Table of Contents Introduction to 70-412 Exam on Configuring Advanced

More information

SnapCenter Software 4.0 Concepts Guide

SnapCenter Software 4.0 Concepts Guide SnapCenter Software 4.0 Concepts Guide May 2018 215-12925_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter architecture...

More information

Synology High Availability (SHA)

Synology High Availability (SHA) Synology High Availability (SHA) Based on DSM 5.1 Synology Inc. Synology_SHAWP_ 20141106 Table of Contents Chapter 1: Introduction... 3 Chapter 2: High-Availability Clustering... 4 2.1 Synology High-Availability

More information

70-745: Implementing a Software-Defined Datacenter

70-745: Implementing a Software-Defined Datacenter 70-745: Implementing a Software-Defined Datacenter Target Audience: Candidates for this exam are IT professionals responsible for implementing a software-defined datacenter (SDDC) with Windows Server 2016

More information

VMware HA: Overview & Technical Best Practices

VMware HA: Overview & Technical Best Practices VMware HA: Overview & Technical Best Practices Updated 8/10/2007 What is Business Continuity? Business Continuity = Always-on uninterrupted availability of business systems and applications Business Continuity

More information

<Insert Picture Here> Oracle VM October 20, 2010

<Insert Picture Here> Oracle VM October 20, 2010 Oracle VM October 20, 2010 Edward Screven Edward Screven Chief Corporate Architect Safe Harbor Statement Statements in this presentation relating to Oracle's or its Board of Directors

More information

High Availability for Highly Reliable Systems

High Availability for Highly Reliable Systems High Availability for Highly Reliable Systems Mike Friesenegger SUSE Wednesday, February 6, 2013 Session: 12367 Agenda What is a high availability (HA) cluster? What is required to build a HA cluster using

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

Pasiruoškite ateičiai: modernus duomenų centras. Laurynas Dovydaitis Microsoft Azure MVP

Pasiruoškite ateičiai: modernus duomenų centras. Laurynas Dovydaitis Microsoft Azure MVP Pasiruoškite ateičiai: modernus duomenų centras Laurynas Dovydaitis Microsoft Azure MVP 2016-05-17 Tension drives change The datacenter today Traditional datacenter Tight coupling between infrastructure

More information

"Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary

Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary Description Course Summary This powerful 5-day, 10 hour per day extended hours class is an intensive introduction to VMware vsphere including VMware ESXi 6.7 and vcenter 6.7. This course has been completely

More information

W H I T E P A P E R : T E C H N I C AL. Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c

W H I T E P A P E R : T E C H N I C AL. Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c W H I T E P A P E R : T E C H N I C AL Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c Table of Contents Symantec s solution for ensuring high availability

More information

B. Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial because it allows you to adopt HCC during migration.

B. Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial because it allows you to adopt HCC during migration. Volume: 71 Questions Question No : 1 Which two statements are true about migrating your database to Exadata? A. Because Exadata uses InfiniBand, in order to migrate your database to Exadata, you must have

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information

Oracle VM 3: Getting Started With Disaster Recovery O R A C L E W H I T E P A P E R S E P T E M B E R S N

Oracle VM 3: Getting Started With Disaster Recovery O R A C L E W H I T E P A P E R S E P T E M B E R S N Oracle VM 3: Getting Started With Disaster Recovery O R A C L E W H I T E P A P E R S E P T E M B E R 2 0 1 6 S N 2 1 0 0 1 Table of Contents Introduction 1 Overview of Disaster Recovery for Oracle VM

More information

Utilizing Oracle Solaris Containers with Oracle Database. Björn Rost

Utilizing Oracle Solaris Containers with Oracle Database. Björn Rost Utilizing Oracle Solaris Containers with Oracle Database Björn Rost about us Software Production company founded 2001 mostly J2EE logistics telco media and publishing customers expect full lifecycle support

More information