SlideShare une entreprise Scribd logo
1  sur  33
Télécharger pour lire hors ligne
1 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
2 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Real World ADF Design & Architecture Principles
Server Topologies
ORACLE
PRODUCT
LOGO
15th Feb 2013 v1.0
3 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Learning Objectives
•  At the end of this module you should be able to:
–  Identify a WLS topology that suits your requirements
–  Understand the restrictions of ADF Runtime Libraries & how this
impacts your WLS topology
–  Appreciate that high availability is a sliding scale of requirements
and can raise the costs of your systems significantly
Image: imagerymajestic/ FreeDigitalPhotos.net
4 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Program Agenda
•  Server Topology Introduction
•  WebLogic Server Topology
•  System Topology
5 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Server Topology Introduction
•  Investigate WLS server topologies and “system” topologies for ADF
•  Learning path
–  Start with overly simplistic development topologies to assist learning
–  Progress to considering production topologies
•  We will consider ADF infrastructure only
–  No other Java EE (e.g. JMS) or FMW components (e.g. MDS or WebCenter)
6 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
WLS Topology Challenges & Considerations
•  How to support?
–  Scaling
–  Application failover and high availability
–  Fine grained JVM tuning per application
•  How to control?
–  Security
–  Maintenance costs
–  License costs
7 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Program Agenda
•  Server Topology Introduction
•  WebLogic Server Topology
•  System Topology
8 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
WLS Quick Refresher
•  Hosts = physical or virtual machines
•  Domains = cross server configurations
•  Managed servers = run applications
•  AdminServer = administrates managed
servers
•  Node manager = starts managed servers
(not considered beyond here)
•  JVM per managed server
•  Cluster = collection of managed servers
Image: Oracle Fusion Middleware 11g Architecture and Management – McGraw Hill Oracle press
9 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Minimal “Developer PC” Topology
•  1 ADF application
•  1 WLS “AdminServer” (~managed server)
•  1 WLS Machine
•  1 ADF Runtime version
•  1 WLS Domain
MachineY
AdminServer
ADF Runtimes
V12.1.2
ADF v12.1.2
Application1
DomainA
10 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Minimal “Developer PC” Topology
•  Advantages
–  Little server configuration and maintenance
–  JVM can be tuned to single application
–  Low license costs
•  Disadvantages
–  Really only suitable for Developer PCs
–  Security risk in AdminServer used for applications
–  No clustering, no high availability
–  Application not tested for clustering
11 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Multiple Application Topology
•  >1 ADF applications
•  1 WLS “AdminServer”
•  1 WLS Machine
•  1 ADF Runtime version
•  1 WLS Domain
Challenge addressed: Support multiple ADF applications
MachineX
AdminServer
ADF v12.1.2
Application1
ADF v12.1.2
Application2
ADF v12.1.2
Application3
ADF Runtimes
v12.1.2
DomainA
12 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Multiple Application Topology
•  Advantages
–  Little server configuration and maintenance
–  Running multiple applications
–  Low license costs with one physical machine.
•  Disadvantages
–  Really only suitable for Developer PCs
–  Security risk in AdminServer used for applications
–  No clustering, no high availability
–  Application not tested for clustering
–  Can’t support multiple ADF Runtimes
–  Host bounce reboots all applications
–  One JVM has to cater for all application, can’t be tuned for 1 app
13 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Multiple ADF Runtimes Topology
ADF Runtimes v12.1.2.0.0
•  Only 1 version of ADF Runtimes can
be installed in a domain
•  = (1 Domain + 1 Machine + Managed
Server) x ADF Runtime versions
•  ADF applications must be deployed
to domain of same ADF Runtime
version
Challenge addressed: Supporting multiple ADF applications on different
ADF Runtime versions
DomainA
MachineX
AdminServer
ADF Runtimes
v12.1.2
ADF v12.1.2
Application1
ADF v12.1.2
Application2
DomainB
MachineY
AdminServer
ADF Runtimes
V11.1.1.6
ADF v11.1.1.6
Application3
14 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Multi-ADF Runtimes Topology
•  Advantages
–  Run multiple applications on separate domains
–  Host bounce limited to smaller subset of applications
•  Disadvantages
–  Security risk in AdminServer used for applications
–  No clustering, no high availability
–  Application not tested for clustering
–  JVM configuration still can’t be tuned for 1 app
–  Licensing costs
–  Maintenance costs
15 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Split AdminServer Topology
ADF Runtimes v12.1.2.0.0
•  AdminServer split from Managed Server
•  Managed Server hosts ADF application
•  AdminServer still runs on same physical
host to reduce license cost
•  Can be turned off when not in use
Challenge addressed: Reserving AdminServer for administration,
creating separate managed server for application(s)
DomainA
MachineX
AdminServer ServerA_X_1
ADF Runtimes
v12.1.2
ADF v12.1.2
Application1
16 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Split AdminServer Topology
•  Advantages
–  AdminServer can be shutdown and restarted separate to application’s managed
server, enhancing security if needed
–  JVM for manager server can be tuned for ADF application only
•  Disadvantages
–  No clustering, no high availability
–  Application not tested for clustering
17 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Single Machine Cluster Topology
DomainA
MachineX
Cluster
AdminServer ServerA_X_1 ServerA_X_2
ADF Runtimes v12.1.2
ADF v12.1.2
Application1
Instance2
ADF v12.1.2
Application1
Instance1
•  Managed servers host same ADF
applications
•  Applications share state through
serialization
Challenge addressed: graceful application state failover
18 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Single Machine Cluster
•  Advantages
–  If application fails can switch over to other application instance on cluster
–  Allows you to test failover – making it suitable for test environments
–  Low license costs
•  Disadvantages
–  If machine/host fails, all applications and state are lost
–  Overhead of running 2 JVMs on one machine
–  No scalability benefits
19 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Multi Machine Cluster Topology
DomainA
MachineY
Cluster
AdminServer ServerA_Y_1 ServerA_Z_2
ADF Runtimes v12.1.2
ADF v12.1.2
Application1
Instance2
ADF v12.1.2
Application1
Instance1
•  Managed servers host same ADF
applications, applications share state
through serialization
•  Applications are split across machines
•  Automatically restart failed nodes with
node manager
Challenge addressed: graceful application failover and scalability
MachineZMachineX
20 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Multi Machine Cluster
•  Advantages
–  If application fails can switch over to other application instance on cluster
–  Additional machines increase scalability of applications
•  Disadvantages
–  Configuration and maintenance
–  Hardware & license costs
21 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Program Agenda
•  Server Topology Introduction
•  WebLogic Server Topology
•  System Topology
22 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
System Topologies
•  Consider suitable production topologies
•  Ignored discussing logical “VM” and physical hosts
•  WLS topologies have been diagrammatically simplified to hide detail
•  No consideration of high availability at the persistence layers
23 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
System Topology Challenges & Considerations
•  Scalability
•  High availability and failover
•  Security
•  Compression and caching
•  Others?
24 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Assumptions
•  Following slides assume Oracle products will be used for all parts of the
solution stack
•  3rd party products can be substituted, product names will vary
•  High availability of the Oracle RDBMS and Oracle Identity Management
solutions will not be considered
25 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Low Volume Topology
•  1 server is sufficient for load
•  No interest in HA or failover
•  WLS is authenticating/authorizing client via LDAP
RDBMS	
  
LDAP	
  
Managed
Server
WLS Domain
Client(s)	
  
26 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Managed
Server
WLS Domain
Non Clustered Scalable Topology
•  Scalability achieved by adding separate servers (physical)
•  Load balancer splits requests and provides client session affinity
•  Load balancer can be a hardware appliance or software HTTP proxy
•  Application failover is not a requirement
RDBMS	
  
Client(s)	
  
Managed
Server
WLS Domain
LDAP	
  
Load	
  
Balancer	
  
27 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
High Volume Topology
RDBMS	
  
Client(s)	
  
WLS Domain
LDAP	
  
Load	
  
Balancer	
  
Cluster
Managed
Server(s)
Web	
  
Cache	
  
HTTP	
  
Server	
  
HTTP	
  
Server	
  
•  HTTP servers offload processing from WLS including compression, SSL
termination (if not done at the LB)
•  Web cache (or CDN) allows offloaded processing for serving static content
•  Oracle Traffic Director can replace both these functions
•  WLS Clustering gives high availability and failover
Web	
  
Cache	
  
28 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Active Active Topology
RDBMS	
  
Client(s)	
  
WLS Domain
LDAP	
  
Local	
  
Load	
  
Balancer	
  
Cluster
Managed
Server(s)
HTTP	
  
Server	
  
HTTP	
  
Server	
  
RDBMS	
  
WLS Domain
LDAP	
  
Local	
  
Load	
  
Balancer	
  
Cluster
Managed
Server(s)
HTTP	
  
Server	
  
HTTP	
  
Server	
  
Global	
  
Load	
  
Balancer	
  
•  Off site disaster recovery
•  http://bit.ly/N7EiWa
Web	
  
Cache	
  
Web	
  
Cache	
  
Web	
  
Cache	
  
Web	
  
Cache	
  
29 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Secure Topology
RDBMS	
  
WLS Domain
LDAP	
  
Cluster
Managed
Server(s)
HTTP	
  
Server	
  
HTTP	
  
Server	
  
Firewall
•  Internet delivered applications will use firewalls to isolate the external
resources from the outside.
•  More than one firewall can be used to create a DMZ in case the first firewall
is penetrated
DMZ
Firewall Firewall
Client(s)	
  
Load	
  
Balancer	
  
Web	
  
Cache	
  
Web	
  
Cache	
  
30 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
SSL Termination?
RDBMS	
  
WLS Domain
LDAP	
  
Cluster
Managed
Server(s)
HTTP	
  
Server	
  
HTTP	
  
Server	
  
DMZ
Firewall Firewall
Client(s)	
  
Load	
  
Balancer	
  
Web	
  
Cache	
  
Web	
  
Cache	
  
Image: imagerymajestic/ FreeDigitalPhotos.net
What are viable locations
to terminate the SSL?
Do we need SSL
on the inside too?
31 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Conclusion
•  “High availability” as a requirement isn’t a yes or no answer
–  It’s a sliding scale of options
–  The higher the HA requirement
• The more complex server topologies and configuration you require
• The higher your license costs
• The more staff you require to maintain the setup
32 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Further Reading
•  Understanding WLS Domains http://bit.ly/USU7lX
•  FMW High Availability Guide http://bit.ly/VHJhjn
33 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Contenu connexe

Tendances

Oracle ADF Architecture TV - Development - Version Control
Oracle ADF Architecture TV - Development - Version ControlOracle ADF Architecture TV - Development - Version Control
Oracle ADF Architecture TV - Development - Version ControlChris Muir
 
Oracle ADF Architecture TV - Design - ADF BC Application Module Design
Oracle ADF Architecture TV - Design - ADF BC Application Module DesignOracle ADF Architecture TV - Design - ADF BC Application Module Design
Oracle ADF Architecture TV - Design - ADF BC Application Module DesignChris Muir
 
Oracle ADF Architecture TV - Development - Programming Best Practices
Oracle ADF Architecture TV - Development - Programming Best PracticesOracle ADF Architecture TV - Development - Programming Best Practices
Oracle ADF Architecture TV - Development - Programming Best PracticesChris Muir
 
Oracle ADF Architecture TV - Deployment - Deployment Options
Oracle ADF Architecture TV - Deployment - Deployment OptionsOracle ADF Architecture TV - Deployment - Deployment Options
Oracle ADF Architecture TV - Deployment - Deployment OptionsChris Muir
 
Oracle ADF Architecture TV - Design - Project Dependencies
Oracle ADF Architecture TV - Design - Project DependenciesOracle ADF Architecture TV - Design - Project Dependencies
Oracle ADF Architecture TV - Design - Project DependenciesChris Muir
 
Oracle ADF Architecture TV - Design - Designing for Internationalization
Oracle ADF Architecture TV - Design - Designing for InternationalizationOracle ADF Architecture TV - Design - Designing for Internationalization
Oracle ADF Architecture TV - Design - Designing for InternationalizationChris Muir
 
Oracle ADF Architecture TV - Development - Logging
Oracle ADF Architecture TV - Development - LoggingOracle ADF Architecture TV - Development - Logging
Oracle ADF Architecture TV - Development - LoggingChris Muir
 
Oracle ADF Architecture TV - Design - Application Customization and MDS
Oracle ADF Architecture TV - Design - Application Customization and MDSOracle ADF Architecture TV - Design - Application Customization and MDS
Oracle ADF Architecture TV - Design - Application Customization and MDSChris Muir
 
Oracle ADF Architecture TV - Design - ADF Reusable Artifacts
Oracle ADF Architecture TV - Design - ADF Reusable ArtifactsOracle ADF Architecture TV - Design - ADF Reusable Artifacts
Oracle ADF Architecture TV - Design - ADF Reusable ArtifactsChris Muir
 
Oracle ADF Architecture TV - Design - ADF Architectural Patterns
Oracle ADF Architecture TV - Design - ADF Architectural PatternsOracle ADF Architecture TV - Design - ADF Architectural Patterns
Oracle ADF Architecture TV - Design - ADF Architectural PatternsChris Muir
 
Oracle ADF Architecture TV - Design - Service Integration Architectures
Oracle ADF Architecture TV - Design - Service Integration ArchitecturesOracle ADF Architecture TV - Design - Service Integration Architectures
Oracle ADF Architecture TV - Design - Service Integration ArchitecturesChris Muir
 
Oracle ADF Architecture TV - Development - Naming Conventions & Project Layouts
Oracle ADF Architecture TV - Development - Naming Conventions & Project LayoutsOracle ADF Architecture TV - Development - Naming Conventions & Project Layouts
Oracle ADF Architecture TV - Development - Naming Conventions & Project LayoutsChris Muir
 
Oracle ADF Architecture TV - Design - Task Flow Transaction Options
Oracle ADF Architecture TV - Design - Task Flow Transaction OptionsOracle ADF Architecture TV - Design - Task Flow Transaction Options
Oracle ADF Architecture TV - Design - Task Flow Transaction OptionsChris Muir
 
Oracle REST Data Services
Oracle REST Data ServicesOracle REST Data Services
Oracle REST Data ServicesChris Muir
 
Oracle ADF Architecture TV - Design - Designing for Security
Oracle ADF Architecture TV - Design - Designing for SecurityOracle ADF Architecture TV - Design - Designing for Security
Oracle ADF Architecture TV - Design - Designing for SecurityChris Muir
 
Oracle ADF Architecture TV - Design - Task Flow Overview
Oracle ADF Architecture TV - Design - Task Flow OverviewOracle ADF Architecture TV - Design - Task Flow Overview
Oracle ADF Architecture TV - Design - Task Flow OverviewChris Muir
 
Mobile Mumbo Jumbo - Demystifying the World of Enterprise Mobility with Oracle
Mobile Mumbo Jumbo - Demystifying the World of Enterprise Mobility with OracleMobile Mumbo Jumbo - Demystifying the World of Enterprise Mobility with Oracle
Mobile Mumbo Jumbo - Demystifying the World of Enterprise Mobility with OracleChris Muir
 
Oracle ADF Architecture TV - Design - Usability and Layout Design
Oracle ADF Architecture TV - Design - Usability and Layout DesignOracle ADF Architecture TV - Design - Usability and Layout Design
Oracle ADF Architecture TV - Design - Usability and Layout DesignChris Muir
 
Oracle ADF Architecture TV - Design - Task Flow Data Control Scope Options
Oracle ADF Architecture TV - Design - Task Flow Data Control Scope OptionsOracle ADF Architecture TV - Design - Task Flow Data Control Scope Options
Oracle ADF Architecture TV - Design - Task Flow Data Control Scope OptionsChris Muir
 
Oracle ADF Architecture TV - Design - ADF Service Architectures
Oracle ADF Architecture TV - Design - ADF Service ArchitecturesOracle ADF Architecture TV - Design - ADF Service Architectures
Oracle ADF Architecture TV - Design - ADF Service ArchitecturesChris Muir
 

Tendances (20)

Oracle ADF Architecture TV - Development - Version Control
Oracle ADF Architecture TV - Development - Version ControlOracle ADF Architecture TV - Development - Version Control
Oracle ADF Architecture TV - Development - Version Control
 
Oracle ADF Architecture TV - Design - ADF BC Application Module Design
Oracle ADF Architecture TV - Design - ADF BC Application Module DesignOracle ADF Architecture TV - Design - ADF BC Application Module Design
Oracle ADF Architecture TV - Design - ADF BC Application Module Design
 
Oracle ADF Architecture TV - Development - Programming Best Practices
Oracle ADF Architecture TV - Development - Programming Best PracticesOracle ADF Architecture TV - Development - Programming Best Practices
Oracle ADF Architecture TV - Development - Programming Best Practices
 
Oracle ADF Architecture TV - Deployment - Deployment Options
Oracle ADF Architecture TV - Deployment - Deployment OptionsOracle ADF Architecture TV - Deployment - Deployment Options
Oracle ADF Architecture TV - Deployment - Deployment Options
 
Oracle ADF Architecture TV - Design - Project Dependencies
Oracle ADF Architecture TV - Design - Project DependenciesOracle ADF Architecture TV - Design - Project Dependencies
Oracle ADF Architecture TV - Design - Project Dependencies
 
Oracle ADF Architecture TV - Design - Designing for Internationalization
Oracle ADF Architecture TV - Design - Designing for InternationalizationOracle ADF Architecture TV - Design - Designing for Internationalization
Oracle ADF Architecture TV - Design - Designing for Internationalization
 
Oracle ADF Architecture TV - Development - Logging
Oracle ADF Architecture TV - Development - LoggingOracle ADF Architecture TV - Development - Logging
Oracle ADF Architecture TV - Development - Logging
 
Oracle ADF Architecture TV - Design - Application Customization and MDS
Oracle ADF Architecture TV - Design - Application Customization and MDSOracle ADF Architecture TV - Design - Application Customization and MDS
Oracle ADF Architecture TV - Design - Application Customization and MDS
 
Oracle ADF Architecture TV - Design - ADF Reusable Artifacts
Oracle ADF Architecture TV - Design - ADF Reusable ArtifactsOracle ADF Architecture TV - Design - ADF Reusable Artifacts
Oracle ADF Architecture TV - Design - ADF Reusable Artifacts
 
Oracle ADF Architecture TV - Design - ADF Architectural Patterns
Oracle ADF Architecture TV - Design - ADF Architectural PatternsOracle ADF Architecture TV - Design - ADF Architectural Patterns
Oracle ADF Architecture TV - Design - ADF Architectural Patterns
 
Oracle ADF Architecture TV - Design - Service Integration Architectures
Oracle ADF Architecture TV - Design - Service Integration ArchitecturesOracle ADF Architecture TV - Design - Service Integration Architectures
Oracle ADF Architecture TV - Design - Service Integration Architectures
 
Oracle ADF Architecture TV - Development - Naming Conventions & Project Layouts
Oracle ADF Architecture TV - Development - Naming Conventions & Project LayoutsOracle ADF Architecture TV - Development - Naming Conventions & Project Layouts
Oracle ADF Architecture TV - Development - Naming Conventions & Project Layouts
 
Oracle ADF Architecture TV - Design - Task Flow Transaction Options
Oracle ADF Architecture TV - Design - Task Flow Transaction OptionsOracle ADF Architecture TV - Design - Task Flow Transaction Options
Oracle ADF Architecture TV - Design - Task Flow Transaction Options
 
Oracle REST Data Services
Oracle REST Data ServicesOracle REST Data Services
Oracle REST Data Services
 
Oracle ADF Architecture TV - Design - Designing for Security
Oracle ADF Architecture TV - Design - Designing for SecurityOracle ADF Architecture TV - Design - Designing for Security
Oracle ADF Architecture TV - Design - Designing for Security
 
Oracle ADF Architecture TV - Design - Task Flow Overview
Oracle ADF Architecture TV - Design - Task Flow OverviewOracle ADF Architecture TV - Design - Task Flow Overview
Oracle ADF Architecture TV - Design - Task Flow Overview
 
Mobile Mumbo Jumbo - Demystifying the World of Enterprise Mobility with Oracle
Mobile Mumbo Jumbo - Demystifying the World of Enterprise Mobility with OracleMobile Mumbo Jumbo - Demystifying the World of Enterprise Mobility with Oracle
Mobile Mumbo Jumbo - Demystifying the World of Enterprise Mobility with Oracle
 
Oracle ADF Architecture TV - Design - Usability and Layout Design
Oracle ADF Architecture TV - Design - Usability and Layout DesignOracle ADF Architecture TV - Design - Usability and Layout Design
Oracle ADF Architecture TV - Design - Usability and Layout Design
 
Oracle ADF Architecture TV - Design - Task Flow Data Control Scope Options
Oracle ADF Architecture TV - Design - Task Flow Data Control Scope OptionsOracle ADF Architecture TV - Design - Task Flow Data Control Scope Options
Oracle ADF Architecture TV - Design - Task Flow Data Control Scope Options
 
Oracle ADF Architecture TV - Design - ADF Service Architectures
Oracle ADF Architecture TV - Design - ADF Service ArchitecturesOracle ADF Architecture TV - Design - ADF Service Architectures
Oracle ADF Architecture TV - Design - ADF Service Architectures
 

Similaire à Oracle ADF Architecture TV - Deployment - System Topologies

Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoMarkus Michalewicz
 
1 architecture & design
1   architecture & design1   architecture & design
1 architecture & designMark Swarbrick
 
Weblogic 101 for dba
Weblogic  101 for dbaWeblogic  101 for dba
Weblogic 101 for dbaOsama Mustafa
 
How WebLogic 12c Can Boost Your Productivity
How WebLogic 12c Can Boost Your ProductivityHow WebLogic 12c Can Boost Your Productivity
How WebLogic 12c Can Boost Your ProductivityBruno Borges
 
What's New and Noteworthy on Oracle CAF 12.1.3
What's New and Noteworthy on Oracle CAF 12.1.3What's New and Noteworthy on Oracle CAF 12.1.3
What's New and Noteworthy on Oracle CAF 12.1.3Bruno Borges
 
Running Siebel on AWS - Oracle Open World 13
Running Siebel on AWS - Oracle Open World 13Running Siebel on AWS - Oracle Open World 13
Running Siebel on AWS - Oracle Open World 13Milind Waikul
 
Netherlands Tech Tour 02 - MySQL Fabric
Netherlands Tech Tour 02 -   MySQL FabricNetherlands Tech Tour 02 -   MySQL Fabric
Netherlands Tech Tour 02 - MySQL FabricMark Swarbrick
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionMarkus Michalewicz
 
IBM MQ - High Availability and Disaster Recovery
IBM MQ - High Availability and Disaster RecoveryIBM MQ - High Availability and Disaster Recovery
IBM MQ - High Availability and Disaster RecoveryMarkTaylorIBM
 
VMworld 2013: Three Advantages of Running Cloud Foundry in a VMware Private C...
VMworld 2013: Three Advantages of Running Cloud Foundry in a VMware Private C...VMworld 2013: Three Advantages of Running Cloud Foundry in a VMware Private C...
VMworld 2013: Three Advantages of Running Cloud Foundry in a VMware Private C...VMworld
 
Oracle COTS Applications on AWS
Oracle COTS Applications on AWSOracle COTS Applications on AWS
Oracle COTS Applications on AWSTom Laszewski
 
Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...Berry Clemens
 
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACThe Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACMarkus Michalewicz
 
Changes in WebLogic 12.1.3 Every Administrator Must Know
Changes in WebLogic 12.1.3 Every Administrator Must KnowChanges in WebLogic 12.1.3 Every Administrator Must Know
Changes in WebLogic 12.1.3 Every Administrator Must KnowBruno Borges
 
Changes in weblogic12c_every_administrator_must_know-140812141929
Changes in weblogic12c_every_administrator_must_know-140812141929Changes in weblogic12c_every_administrator_must_know-140812141929
Changes in weblogic12c_every_administrator_must_know-140812141929Demodx Demodxz
 
Kscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKellyn Pot'Vin-Gorman
 
Ebs performance tuning session feb 13 2013---Presented by Oracle
Ebs performance tuning session  feb 13 2013---Presented by OracleEbs performance tuning session  feb 13 2013---Presented by Oracle
Ebs performance tuning session feb 13 2013---Presented by OracleAkash Pramanik
 
WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014Joelith
 
Con8780 nair rac_best_practices_final_without_12_2content
Con8780 nair rac_best_practices_final_without_12_2contentCon8780 nair rac_best_practices_final_without_12_2content
Con8780 nair rac_best_practices_final_without_12_2contentAnil Nair
 

Similaire à Oracle ADF Architecture TV - Deployment - System Topologies (20)

Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
 
1 architecture & design
1   architecture & design1   architecture & design
1 architecture & design
 
Weblogic 101 for dba
Weblogic  101 for dbaWeblogic  101 for dba
Weblogic 101 for dba
 
How WebLogic 12c Can Boost Your Productivity
How WebLogic 12c Can Boost Your ProductivityHow WebLogic 12c Can Boost Your Productivity
How WebLogic 12c Can Boost Your Productivity
 
What's New and Noteworthy on Oracle CAF 12.1.3
What's New and Noteworthy on Oracle CAF 12.1.3What's New and Noteworthy on Oracle CAF 12.1.3
What's New and Noteworthy on Oracle CAF 12.1.3
 
Ausoug glassfish perth
Ausoug glassfish perthAusoug glassfish perth
Ausoug glassfish perth
 
Running Siebel on AWS - Oracle Open World 13
Running Siebel on AWS - Oracle Open World 13Running Siebel on AWS - Oracle Open World 13
Running Siebel on AWS - Oracle Open World 13
 
Netherlands Tech Tour 02 - MySQL Fabric
Netherlands Tech Tour 02 -   MySQL FabricNetherlands Tech Tour 02 -   MySQL Fabric
Netherlands Tech Tour 02 - MySQL Fabric
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion Edition
 
IBM MQ - High Availability and Disaster Recovery
IBM MQ - High Availability and Disaster RecoveryIBM MQ - High Availability and Disaster Recovery
IBM MQ - High Availability and Disaster Recovery
 
VMworld 2013: Three Advantages of Running Cloud Foundry in a VMware Private C...
VMworld 2013: Three Advantages of Running Cloud Foundry in a VMware Private C...VMworld 2013: Three Advantages of Running Cloud Foundry in a VMware Private C...
VMworld 2013: Three Advantages of Running Cloud Foundry in a VMware Private C...
 
Oracle COTS Applications on AWS
Oracle COTS Applications on AWSOracle COTS Applications on AWS
Oracle COTS Applications on AWS
 
Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...
 
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACThe Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
 
Changes in WebLogic 12.1.3 Every Administrator Must Know
Changes in WebLogic 12.1.3 Every Administrator Must KnowChanges in WebLogic 12.1.3 Every Administrator Must Know
Changes in WebLogic 12.1.3 Every Administrator Must Know
 
Changes in weblogic12c_every_administrator_must_know-140812141929
Changes in weblogic12c_every_administrator_must_know-140812141929Changes in weblogic12c_every_administrator_must_know-140812141929
Changes in weblogic12c_every_administrator_must_know-140812141929
 
Kscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise Manager
 
Ebs performance tuning session feb 13 2013---Presented by Oracle
Ebs performance tuning session  feb 13 2013---Presented by OracleEbs performance tuning session  feb 13 2013---Presented by Oracle
Ebs performance tuning session feb 13 2013---Presented by Oracle
 
WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014
 
Con8780 nair rac_best_practices_final_without_12_2content
Con8780 nair rac_best_practices_final_without_12_2contentCon8780 nair rac_best_practices_final_without_12_2content
Con8780 nair rac_best_practices_final_without_12_2content
 

Dernier

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Dernier (20)

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

Oracle ADF Architecture TV - Deployment - System Topologies

  • 1. 1 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
  • 2. 2 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Real World ADF Design & Architecture Principles Server Topologies ORACLE PRODUCT LOGO 15th Feb 2013 v1.0
  • 3. 3 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Learning Objectives •  At the end of this module you should be able to: –  Identify a WLS topology that suits your requirements –  Understand the restrictions of ADF Runtime Libraries & how this impacts your WLS topology –  Appreciate that high availability is a sliding scale of requirements and can raise the costs of your systems significantly Image: imagerymajestic/ FreeDigitalPhotos.net
  • 4. 4 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Program Agenda •  Server Topology Introduction •  WebLogic Server Topology •  System Topology
  • 5. 5 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Server Topology Introduction •  Investigate WLS server topologies and “system” topologies for ADF •  Learning path –  Start with overly simplistic development topologies to assist learning –  Progress to considering production topologies •  We will consider ADF infrastructure only –  No other Java EE (e.g. JMS) or FMW components (e.g. MDS or WebCenter)
  • 6. 6 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. WLS Topology Challenges & Considerations •  How to support? –  Scaling –  Application failover and high availability –  Fine grained JVM tuning per application •  How to control? –  Security –  Maintenance costs –  License costs
  • 7. 7 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Program Agenda •  Server Topology Introduction •  WebLogic Server Topology •  System Topology
  • 8. 8 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. WLS Quick Refresher •  Hosts = physical or virtual machines •  Domains = cross server configurations •  Managed servers = run applications •  AdminServer = administrates managed servers •  Node manager = starts managed servers (not considered beyond here) •  JVM per managed server •  Cluster = collection of managed servers Image: Oracle Fusion Middleware 11g Architecture and Management – McGraw Hill Oracle press
  • 9. 9 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Minimal “Developer PC” Topology •  1 ADF application •  1 WLS “AdminServer” (~managed server) •  1 WLS Machine •  1 ADF Runtime version •  1 WLS Domain MachineY AdminServer ADF Runtimes V12.1.2 ADF v12.1.2 Application1 DomainA
  • 10. 10 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Minimal “Developer PC” Topology •  Advantages –  Little server configuration and maintenance –  JVM can be tuned to single application –  Low license costs •  Disadvantages –  Really only suitable for Developer PCs –  Security risk in AdminServer used for applications –  No clustering, no high availability –  Application not tested for clustering
  • 11. 11 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Multiple Application Topology •  >1 ADF applications •  1 WLS “AdminServer” •  1 WLS Machine •  1 ADF Runtime version •  1 WLS Domain Challenge addressed: Support multiple ADF applications MachineX AdminServer ADF v12.1.2 Application1 ADF v12.1.2 Application2 ADF v12.1.2 Application3 ADF Runtimes v12.1.2 DomainA
  • 12. 12 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Multiple Application Topology •  Advantages –  Little server configuration and maintenance –  Running multiple applications –  Low license costs with one physical machine. •  Disadvantages –  Really only suitable for Developer PCs –  Security risk in AdminServer used for applications –  No clustering, no high availability –  Application not tested for clustering –  Can’t support multiple ADF Runtimes –  Host bounce reboots all applications –  One JVM has to cater for all application, can’t be tuned for 1 app
  • 13. 13 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Multiple ADF Runtimes Topology ADF Runtimes v12.1.2.0.0 •  Only 1 version of ADF Runtimes can be installed in a domain •  = (1 Domain + 1 Machine + Managed Server) x ADF Runtime versions •  ADF applications must be deployed to domain of same ADF Runtime version Challenge addressed: Supporting multiple ADF applications on different ADF Runtime versions DomainA MachineX AdminServer ADF Runtimes v12.1.2 ADF v12.1.2 Application1 ADF v12.1.2 Application2 DomainB MachineY AdminServer ADF Runtimes V11.1.1.6 ADF v11.1.1.6 Application3
  • 14. 14 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Multi-ADF Runtimes Topology •  Advantages –  Run multiple applications on separate domains –  Host bounce limited to smaller subset of applications •  Disadvantages –  Security risk in AdminServer used for applications –  No clustering, no high availability –  Application not tested for clustering –  JVM configuration still can’t be tuned for 1 app –  Licensing costs –  Maintenance costs
  • 15. 15 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Split AdminServer Topology ADF Runtimes v12.1.2.0.0 •  AdminServer split from Managed Server •  Managed Server hosts ADF application •  AdminServer still runs on same physical host to reduce license cost •  Can be turned off when not in use Challenge addressed: Reserving AdminServer for administration, creating separate managed server for application(s) DomainA MachineX AdminServer ServerA_X_1 ADF Runtimes v12.1.2 ADF v12.1.2 Application1
  • 16. 16 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Split AdminServer Topology •  Advantages –  AdminServer can be shutdown and restarted separate to application’s managed server, enhancing security if needed –  JVM for manager server can be tuned for ADF application only •  Disadvantages –  No clustering, no high availability –  Application not tested for clustering
  • 17. 17 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Single Machine Cluster Topology DomainA MachineX Cluster AdminServer ServerA_X_1 ServerA_X_2 ADF Runtimes v12.1.2 ADF v12.1.2 Application1 Instance2 ADF v12.1.2 Application1 Instance1 •  Managed servers host same ADF applications •  Applications share state through serialization Challenge addressed: graceful application state failover
  • 18. 18 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Single Machine Cluster •  Advantages –  If application fails can switch over to other application instance on cluster –  Allows you to test failover – making it suitable for test environments –  Low license costs •  Disadvantages –  If machine/host fails, all applications and state are lost –  Overhead of running 2 JVMs on one machine –  No scalability benefits
  • 19. 19 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Multi Machine Cluster Topology DomainA MachineY Cluster AdminServer ServerA_Y_1 ServerA_Z_2 ADF Runtimes v12.1.2 ADF v12.1.2 Application1 Instance2 ADF v12.1.2 Application1 Instance1 •  Managed servers host same ADF applications, applications share state through serialization •  Applications are split across machines •  Automatically restart failed nodes with node manager Challenge addressed: graceful application failover and scalability MachineZMachineX
  • 20. 20 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Multi Machine Cluster •  Advantages –  If application fails can switch over to other application instance on cluster –  Additional machines increase scalability of applications •  Disadvantages –  Configuration and maintenance –  Hardware & license costs
  • 21. 21 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Program Agenda •  Server Topology Introduction •  WebLogic Server Topology •  System Topology
  • 22. 22 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. System Topologies •  Consider suitable production topologies •  Ignored discussing logical “VM” and physical hosts •  WLS topologies have been diagrammatically simplified to hide detail •  No consideration of high availability at the persistence layers
  • 23. 23 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. System Topology Challenges & Considerations •  Scalability •  High availability and failover •  Security •  Compression and caching •  Others?
  • 24. 24 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Assumptions •  Following slides assume Oracle products will be used for all parts of the solution stack •  3rd party products can be substituted, product names will vary •  High availability of the Oracle RDBMS and Oracle Identity Management solutions will not be considered
  • 25. 25 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Low Volume Topology •  1 server is sufficient for load •  No interest in HA or failover •  WLS is authenticating/authorizing client via LDAP RDBMS   LDAP   Managed Server WLS Domain Client(s)  
  • 26. 26 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Managed Server WLS Domain Non Clustered Scalable Topology •  Scalability achieved by adding separate servers (physical) •  Load balancer splits requests and provides client session affinity •  Load balancer can be a hardware appliance or software HTTP proxy •  Application failover is not a requirement RDBMS   Client(s)   Managed Server WLS Domain LDAP   Load   Balancer  
  • 27. 27 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. High Volume Topology RDBMS   Client(s)   WLS Domain LDAP   Load   Balancer   Cluster Managed Server(s) Web   Cache   HTTP   Server   HTTP   Server   •  HTTP servers offload processing from WLS including compression, SSL termination (if not done at the LB) •  Web cache (or CDN) allows offloaded processing for serving static content •  Oracle Traffic Director can replace both these functions •  WLS Clustering gives high availability and failover Web   Cache  
  • 28. 28 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Active Active Topology RDBMS   Client(s)   WLS Domain LDAP   Local   Load   Balancer   Cluster Managed Server(s) HTTP   Server   HTTP   Server   RDBMS   WLS Domain LDAP   Local   Load   Balancer   Cluster Managed Server(s) HTTP   Server   HTTP   Server   Global   Load   Balancer   •  Off site disaster recovery •  http://bit.ly/N7EiWa Web   Cache   Web   Cache   Web   Cache   Web   Cache  
  • 29. 29 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Secure Topology RDBMS   WLS Domain LDAP   Cluster Managed Server(s) HTTP   Server   HTTP   Server   Firewall •  Internet delivered applications will use firewalls to isolate the external resources from the outside. •  More than one firewall can be used to create a DMZ in case the first firewall is penetrated DMZ Firewall Firewall Client(s)   Load   Balancer   Web   Cache   Web   Cache  
  • 30. 30 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. SSL Termination? RDBMS   WLS Domain LDAP   Cluster Managed Server(s) HTTP   Server   HTTP   Server   DMZ Firewall Firewall Client(s)   Load   Balancer   Web   Cache   Web   Cache   Image: imagerymajestic/ FreeDigitalPhotos.net What are viable locations to terminate the SSL? Do we need SSL on the inside too?
  • 31. 31 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Conclusion •  “High availability” as a requirement isn’t a yes or no answer –  It’s a sliding scale of options –  The higher the HA requirement • The more complex server topologies and configuration you require • The higher your license costs • The more staff you require to maintain the setup
  • 32. 32 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Further Reading •  Understanding WLS Domains http://bit.ly/USU7lX •  FMW High Availability Guide http://bit.ly/VHJhjn
  • 33. 33 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.