SlideShare uma empresa Scribd logo
1 de 33
Baixar para ler offline
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.

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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
 

Semelhante a 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
 

Semelhante a 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
 

Último

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 

Último (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

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.