Advanced Deployment Architectures for Oracle E-Business Suite

Size: px
Start display at page:

Download "Advanced Deployment Architectures for Oracle E-Business Suite"

Transcription

1

2 Advanced Deployment Architectures for Oracle E-Business Suite Steven Chan, Sr. Director, Applications Technology Integration Ivo Dujmovic, Director, Applications Technology Integration

3 Architectural Goals A. Ensure maximum security B. Ensure maximum performance & scalability C. Ensure business continuity D. Provide extra services to end-users E. Integrate with other systems F. Provide dynamic capacity September 2008

4 Architectural Goals A. Ensure maximum security B. Ensure maximum performance & scalability C. Ensure business continuity D. Provide extra services to end-users E. Integrate with other systems F. Provide dynamic capacity

5 Demilitarized Zone (DMZ) Attack DMZ Protected Zone Perimeter network Portions of a corporate network between the corporate intranet and external networks Single or multi-segment DMZ-based servers have restricted responsibilities Security breaches remain contained within DMZ References: Note

6 Configuration A.1 Internal Users staff.acme.com partners.acme.com Internal EBS App Server External Users Internet External EBS App Server EBS Database DMZ Risk: Internal users can attack database References: Note (11i), (R12)

7 Configuration A.2 DMZ 2 Internal Users staff.acme.com partners.acme.com Internal EBS App Server External Users Internet External EBS App Server EBS Database DMZ 1 References: Note (11i), (R12)

8 Reverse Proxy Server External Users Reverse Proxy EBS App Server An intermediate server between a client and a web server Makes requests to the web server on behalf of the client Allows use of standard ports (80, 443) on external side; higher ports internally Filter requests to web server via rules Optionally allows for content caching Oracle HTTP Server, WebCache, Apache, other reverse proxy products References: Note (11i), (R12)

9 Configuration A.3 DMZ 3 Internal Users Internal EBS App Server External Users Internet Reverse Proxy External EBS App Server DMZ 1 DMZ 2 Release 11i Database References: Note (11i), (R12)

10 Enabling Single Sign-On for EBS Single Sign-On & Oracle Internet Directory Server By default, E-Business Suite has its own login (AppsLocalLogin) and its own user directory (FND_USER) E-Business Suite may be optionally integrated with OracleAS 10g Login is delegated to Single Sign-On 10g OracleAS 10g Infrastructure Database User management is delegated to Oracle Internet Directory 10g OracleAS 10g Components References: Note , (11i); (R12)

11 Configuration A.4 External Users (via VPN) Oracle Application Server 10g Portal Single Sign-On Oracle Internet Directory Discoverer Other Fusion Middleware Components E-Business Suite Application Server Intranet E-Business Suite Database Internal Users References: Note , (11i); (R12)

12 E-Business Suite Integration with OracleAS 10g 11i Runs Oracle9i Application Server on mid-tier Runs Release 11i application-tier services such as Forms, Jserv Integrated with an external stand-alone Oracle Application Server 10g instance for optional services (e.g. Single Sign-On) 12 Runs Oracle Application Server 10g on mid-tier Runs Release 12 application-tier services such as Forms, OC4J Integrated with an external stand-alone Oracle Application Server 10g instance for optional services (e.g. Single Sign-On) References: Note , (11i); (R12)

13 Configuration A.5 Internal Users External Users Single Sign-On 10g Internal EBS App Server Oracle Internet Directory Server 10g OracleAS 10g Infrastructure Database Internet Reverse Proxy External EBS App Server EBS Database References: Note , (11i); (R12)

14 Tips Monitor Oracle Security Technology Center Apply quarterly Critical Patch Updates Read Best Practices for Securing Oracle E-Business Suite (11i: Note ; R12: Note ) Work with stakeholders and executive sponsors to prioritize security objectives

15 Architectural Goals A. Ensure maximum security B. Ensure maximum performance & scalability C. Ensure business continuity D. Provide extra services to end-users E. Integrate with other systems F. Provide dynamic capacity

16 Load-Balancers User1 User2 User3 Distributes requests from clients to multiple nodes Types discussed here DNS-based HTTP Layer Supported but not discussed here Apache Jserv Layer Forms Metric Server Concurrent Processing Layer Database Layer Node1 Node2 Node3 References: Note (11i), (R12)

17 High Availability Terminology Client Requests Client Requests On Failover Node 1 (Active) Node 2 (Active) Node 1 (Active) Node 2 (Passive) Active-Active Used for balancing load & improving scalability Active-Passive Used for business continuity References: Note (11i), (R12)

18 DNS-Based Load Balancing Q: IP for ebs.acme.com? Users query DNS LBR for IP address of URL, then cache that address for future queries User DNS LBR A: DNS LBR supplies different IP addresses to different users depending on load of a given node Vendor-dependent: may use heartbeat checks against nodes and sophisticated algorithms for loadbalancing References: Note (11i), (R12)

19 Configuration B.1 User EBS App Server 1 EBS App Server 2 EBS Database DNS LBR References: Note (11i), (R12)

20 HTTP Layer Load-Balancing Users navigate to Web Entry Point User HTTP Layer LBR HTTP Layer LBR routes all subsequent traffic for a specific user to a specific Web Node LBR must support persistent session connections (cookie-based or IP-based stickiness ) LBRs may use heartbeat checks for node death detection & restart, and sophisticated algorithms for loadbalancing Web Node 1 Web Node 2 Web Node 3 References: Note (11i), (R12)

21 Configuration B.2 ebs.acme.com EBS App Server 1 User HTTP Layer LBR EBS App Server 2 EBS Database References: Note (11i), (R12)

22 Configuration B.3 Internal Users HTTP LBR2 DMZ 3 Web Node 1 Web Node 3 Web Node 4 External Users Internet Reverse Proxy HTTP LBR1 Web Node 2 EBS Database DMZ 1 DMZ 2 References: 11i: Note , ; R12: ,

23 Configuration B.4 Internal Users HTTP LBR2 External Users Single Sign-On 10g Web Node 3 Web Node 4 Oracle Internet Directory Server 10g OracleAS 10g Infrastructure Database Internet Reverse Proxy HTTP LBR1 Web Node 1 EBS Database Web Node 2 References: 11i: Note , , , ; R12: , ,

24 Real Application Clusters (RAC) Allows multiple database servers to access the same data in parallel Application Server RAC Instance 1 Private Interconnect RAC Instance 2 Improves scalability & fault-tolerance Supported with 9i, 10gR1, 10gR2, 11gR1 Databases Supports Automatic Storage Management (ASM), Cluster Ready Services (CRS), Parallel Concurrent Processing (PCP) Shared Filesystem References: Note (11i), (R12)

25 RAC Configuration Options General Pooling All RAC nodes handle all transactions Functional Specialization Specific RAC nodes handle transactions for specific Applications modules: RAC node 1 dedicated to Order Management RAC node 2 dedicated to Payroll References: Note (11i), (R12)

26 Configuration B.5 DMZ 3 Internal Users Internal EBS App Server External Users Internet Reverse Proxy External EBS App Server DMZ 1 DMZ 2 RAC 1 RAC 2 Shared EBS DB Filesystem References: 11i: Note , ; R12: ,

27 Configuration B.6 Internal Users HTTP LBR2 DMZ 3 Web Node 1 Web Node 3 Web Node 4 External Users Internet Reverse Proxy HTTP LBR1 Web Node 2 RAC 1 RAC 2 DMZ 1 DMZ 2 Shared EBS DB Filesystem References: 11i: Note , , ; R12: , ,

28 Configuration B.8 HTTP LBR2 Internal Users External Users LBR1 SSO Node 1 SSO Node 2 Web Node 3 Web Node 4 Internet Reverse Proxy HTTP LBR1 Web Node 1 RAC 1 RAC 2 OID 1 OID 2 Web Node 2 Shared EBS DB Filesystem OracleAS 10g Infrastructure DB Refs: 11i: Note , , , ; R12: , , ; OracleAS HA Guide

29 OracleAS Web Cache Content-aware server accelerator User OracleAS Web Cache Can act as a: Reverse-proxy server Web caching Load-balancer & failover detection Fully certified with the E-Business Suite for web (HTML) traffic Caches static & dynamic content, but not user-specific secure content Web Node 1 Web Node 2 Web Node 3 References: OracleAS Web Cache Administrator s Guide ( ), Note

30 OracleAS Clusters User Clusters of multiple Web Cache instances Single logical cache Web Cache 1 Web Cache 2 Cluster members communicate with each other Coordinated & distributed content caching Coordinated node death detection & failure management Web Node 1 Web Node 2 Web Node 3 References: OracleAS Web Cache Administrator s Guide ( ), Note (11i), (R12)

31 Tips Examine cost-effectiveness of SMP vs Linux-based commodity servers on the middle-tier Minimize 11i administration overhead via: Oracle Applications Manager Oracle Applications Management Pack Oracle Enterprise Manager Grid Control AutoConfig Shared application file systems

32 Architectural Goals A. Ensure maximum security B. Ensure maximum performance & scalability C. Ensure business continuity D. Provide extra services to end-users E. Integrate with other systems F. Provide dynamic capacity

33 Business Continuity A.k.a. Disaster Recovery Planning for catastrophic site failures Not just tape backups: operational failover Can also be used for managing planned outages Requires decisions about operational priorities (e.g. Should all E-Business Suite services be fully operational after a disaster or just a subset? ) Potentially expensive, but what are the costs of total system failure? References:

34 Active-Passive Architectures Production Standby AppServer Database Data & Configuration Synchronization AppServer Database San Francisco Austin, TX Completely standalone, self-contained sites Data and configurations synchronized constantly between sites via Oracle DataGuard and physical standby References: Note (11i), (R12)

35 Configuration C.1 Production User HTTP LBR 1 AS Node 1 AS Node 2 EBS DB Standby DNS LBR AS Node 3 Traffic rerouted to offsite HTTP Layer LBR in event of disaster HTTP LBR 2 AS Node 4 EBS DB References: Note (11i), (R12)

36 Supported Architectures All standard architectures supported via failover (e.g. RAC, DMZs, load-balancers, OracleAS 10g integration) Failover site architectures may be: Exact duplicates of production sites Reduced in scale (e.g. fewer web nodes) Reduced in scope (e.g. support internal employees but not external users)

37 Not a Weekend Project 1. Work closely with users, stakeholders, executive sponsors 2. Prioritize disaster recovery needs carefully 3. Research options, check references 4. Work with platform hardware vendors, experienced consultants and partners 5. Deploy proof-of-concept testbeds 6. Test thoroughly

38 Architectural Goals A. Ensure maximum security B. Ensure maximum performance & scalability C. Ensure business continuity D. Provide extra services to end-users E. Integrate with other systems F. Provide dynamic capacity

39 OracleAS 10g Integration Options 1. Access Apps via Oracle Single Sign-On 2. Access Apps via Oracle Access Manager 3. Manage users with Oracle Internet Directory 4. Design custom portals with Oracle Web Center 5. Design custom portals with Oracle Portal 6. Analyse data with Discoverer 7. Analyse data with Business Intelligence Applications

40 Configuration D.1 Internal Users HTTP LBR4 External Users HTTP LBR1 Web Node 1 Web Node 2 Web Node 3 Web Node 4 Oracle Internet Directory Server 10g OracleAS 10g Infrastructure Database Internet Reverse Proxy LBR2 LBR3 RAC 1 RAC 2 LBR5 SSO Node 1 SSO Node 2 Portal Node 1 Portal Node 2 Shared EBS DB Filesystem Disc. Node 1 Disc. Node 2 Refs: 11i: Note , , , , ; R12: , , , ,

41 Architectural Goals A. Ensure maximum security B. Ensure maximum performance & scalability C. Ensure business continuity D. Provide extra services to end-users E. Integrate with other systems F. Provide dynamic capacity

42 Integration With Other Applications The E-Business Suite supports integration with: 1. Other applications via Oracle Integration 2. PeopleSoft, Oracle Collaboration Suite using a common enterprise OracleAS 10g instance for: Single Sign-On & Oracle Internet Directory 10g Portal 10g 3. Other authentication systems & LDAP directories via OracleAS 10g Identity Management

43 Integrate EBS with Third-Party Apps Legacy Application E-Business Suite Oracle Integration Build integrations via Service Oriented Architecture (SOA) technologies Over 250 adapters for Enterprise Application Integration J2EE and open standards-based integration, including: E-Business Suite, third-party applications, database sources XML, JMS, JCA Web Services: SOAP, WSDL, UDDI B2B Protocols: RosettaNet, HIPAA, EDI

44 Configuration E.1 E-Business LBR1 SSO Node 1 LBR3 App Server EBS DB SSO Node 2 OID 10g Node 1 OID 10g Node 2 PeopleSoft Users LBR2 OBIEE Node 1 OBIEE Node 2 RAC 1 RAC 2 OracleAS 10g Infrastructure App Server Siebel PSFT DB App Server Siebel DB

45 Third-Party Single Sign-On Integration EBS Application Server delegates user authentication to Oracle Single Sign-On 10g delegates user authentication to Third-Party SSO

46 Supported Third-Party SSO Integrations Integrate Oracle Single Sign-On with Windows Native Authentication via Kerberos CA Entrust, CA Netegrity, IBM Tivoli, RSA PKI X.509v3 Digital Certificates Biometric and smartcard systems Other SSO systems via custom adapters Oracle Identity Federation Formerly Oblix COREid Federation SAML, WS-Federation, Liberty Alliance Oracle Access Manager Formerly Oblix COREid Access & Identity

47 If you already have a third-party LDAP Third-Party LDAP Oracle Internet Directory 10g synchronizes user attributes with synchronizes user attributes with E-Business Suite DB (FND_USER)

48 Available Oracle Internet Directory Connectors Microsoft Active Directory 2000/2003 Microsoft Exchange 2000/2003 Sun Java System Directory (Sun ONE / iplanet) 5.2 Novell edirectory 8.6 / 8.7 OpenLDAP 2.2 Any LDAP directory via LDIF files Any other directory via custom DIP agent Oracle Identity Manager Formerly Thor Xellerate Identity Provisioning Also integrates directly with E-Business Suite FND_USER & HRMS Oracle Virtual Directory Formerly OctetString Virtual Directory Engine

49 Configuration E.2 Third-Party SSO Third-Party LDAP Oracle Internet Directory 10g End User Single Sign-On 10g EBS Database (FND_USER) EBS Application Server References: Note (11i), R12 System Administrator s Guide - Security

50 Architectural Goals A. Ensure maximum security B. Ensure maximum performance & scalability C. Ensure business continuity D. Provide extra services to end-users E. Integrate with other systems F. Provide dynamic capacity September 2008

51 Dynamic Capacity Provisioning a.k.a Cloud Computing -- Direction EBS deployment spectrum: Owned: Full EBS + eco-system on-premise Hosted: Full EBS + eco-system in cloud Web 2.0: On-premise EBS + cloud-hosted eco-system Web 2.0+: On-premise core EBS + partial eco-system, cloud provides overflow/peak capacity for EBS + select additional external services Other permutations Direction: Further enhance cloud-enabling of EBS

52 Cloud Delivered EBS Capacity -- Direction Rigid capacity provisioning feature set forced Sizing hardware for peak requirements, or Hosted solutions by vendors with their own provisioning solutions Goal: Better managing resource underutilization Versus historical focus on high utilization Buy hardware you need for 80% of the time Peak load services could Supplement existing resources Lower cost hurdles to new functionality adoption

53 Cloud Delivered EBS Capacity Potential Future EBS functionality direction includes EBS Instance Fingerprint extraction Transport Alteration Stamping

54 EBS Instance Dimension Fingerprinting Appsprint EBS Appl_Top code level Techprint Code level for technology Oracle_Homes Configprint Technology configurations (AutoConfig) Ecoprint Ecosystem integration points (AutoConfig, MetaLink) Database dbf s Transactional data, functional configuration data (isetup) Dynamic Provisioning = Extract * Alter * Stamp

55 OracleAS + E-Business Suite Resources Application Server + 11i FAQ Note i Documentation Roadmap Note Application Server + R12 FAQ Note R12 Documentation Roadmap Note

56 Oracle E-Business Suite Technology Stack Blog Latest Apps techstack news Primers & FAQs Certification & desupport announcements Advanced architectures Early Adopter Programs Statements of Direction Discussions with Oracle Development Subscribe via & RSS

57

<Insert Picture Here> E-Business Suite Technology Stack Certification Roadmap

<Insert Picture Here> E-Business Suite Technology Stack Certification Roadmap E-Business Suite Technology Stack Certification Roadmap Steven Chan Senior Director, Applications Technology Integration Topics E-Business Suite 12.1.1 Techstack Support Policy Updates

More information

John Heimann Director, Security Product Management Oracle Corporation

John Heimann Director, Security Product Management Oracle Corporation John Heimann Director, Security Product Management Oracle Corporation Oracle9i Application Server v2 Security What s an Application Server? Development and deployment environment Web(HTML,XML,SOAP) J2EE

More information

Oracle Application Server 10 g Security. An Oracle White Paper December 2005

Oracle Application Server 10 g Security. An Oracle White Paper December 2005 Oracle Application Server 10 g Security An Oracle White Paper December 2005 Oracle Application Server 10g Security Introduction... 3 Security Drivers In An Enterprise... 3 Oracle Application Server 10g

More information

Oracle Application Server 10g

Oracle Application Server 10g Oracle Application Server 10g Advanced Topologies for Enterprise Deployments 10g (9.0.4) Part No. B12115-01 September 2003 Oracle Application Server 10g Advanced Topologies for Enterprise Deployments,

More information

Introduction. The Safe-T Solution

Introduction. The Safe-T Solution Secure Application Access Product Brief Contents Introduction 2 The Safe-T Solution 3 How It Works 3 Capabilities 4 Benefits 5 Feature List 6 6 Introduction As the world becomes much more digital and global,

More information

Novell Access Manager

Novell Access Manager Setup Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 Setup Guide Legal Notices Novell, Inc., makes no representations or warranties

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Upgrade Planning Guide 11g Release 1 (11.1.1.7.0) E10125-09 February 2013 Oracle Fusion Middleware Upgrade Planning Guide, 11g Release 1 (11.1.1.7.0) E10125-09 Copyright 2009,

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 000-936 Title : IBM Tivoli Access Manager for e-business V6.1 Implementation Version : Demo 1 / 11 1. What is the proper sequence of steps in the client-side certificate authentication

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Duration 5 Days What you will learn This Oracle WebLogic Server 12c: Administration I training teaches you how to install and configure Oracle WebLogic Server

More information

Deploying High Availability and Business Resilient R12 Applications over the Cloud

Deploying High Availability and Business Resilient R12 Applications over the Cloud Deploying High Availability and Business Resilient R12 Applications over the Cloud Session ID#: 13773 Deploying R12 applications over the cloud - The best practices you need to know and the pitfalls to

More information

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

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

More information

SAML-Based SSO Solution

SAML-Based SSO Solution About SAML SSO Solution, page 1 Single Sign on Single Service Provider Agreement, page 2 SAML-Based SSO Features, page 2 Basic Elements of a SAML SSO Solution, page 3 Cisco Unified Communications Applications

More information

Oracle 10g and IPv6 IPv6 Summit 11 December 2003

Oracle 10g and IPv6 IPv6 Summit 11 December 2003 Oracle 10g and IPv6 IPv6 Summit 11 December 2003 Marshal Presser Principal Enterprise Architect Oracle Corporation Agenda Oracle Distributed Computing Role of Networking IPv6 Support Plans Early IPv6 Implementations

More information

Maximum Availability Architecture (MAA): Oracle E-Business Suite Release 12

Maximum Availability Architecture (MAA): Oracle E-Business Suite Release 12 1 2 Maximum Availability Architecture (MAA): E-Business Suite Release 12 Richard Exley High Availability Systems and Maximum Availability Architecture Group Server Technologies Metin

More information

NET EXPERT SOLUTIONS PVT LTD

NET EXPERT SOLUTIONS PVT LTD Module 1: Implementing Advanced Network Services In this module students will be able to configure advanced features for Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS), and configure

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft DEPLOYMENT GUIDE Version 1.1 Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft Table of Contents Table of Contents Introducing the BIG-IP APM deployment guide Revision history...1-1

More information

1 BRIEF / Oracle Solaris Cluster Features and Benefits

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

More information

Blueprinting Questionnaire Sample

Blueprinting Questionnaire Sample Manish Chaitanya Blueprinting Questionnaire Sample from The Complete Guide to SAP NetWeaver Portal Bonn Boston ch11_a_online_6124.indd 1 1/12/12 2:58:16 PM A Blueprinting Questionnaire Sample In Chapter

More information

Configuring Advanced Windows Server 2012 Services

Configuring Advanced Windows Server 2012 Services Course 20412 : Configuring Advanced Windows Server 2012 Services Page 1 of 6 Configuring Advanced Windows Server 2012 Services Course 20412: 4 days; Instructor-Led Introduction Course 20412 is part three

More information

Oracle WebLogic Server 11g: Administration Essentials

Oracle WebLogic Server 11g: Administration Essentials Oracle University Contact Us: +33 (0) 1 57 60 20 81 Oracle WebLogic Server 11g: Administration Essentials Duration: 5 Days What you will learn This Oracle WebLogic Server 11g: Administration Essentials

More information

SAML-Based SSO Solution

SAML-Based SSO Solution About SAML SSO Solution, page 1 SAML-Based SSO Features, page 2 Basic Elements of a SAML SSO Solution, page 2 SAML SSO Web Browsers, page 3 Cisco Unified Communications Applications that Support SAML SSO,

More information

UiB 1. april 04. Sun Microsystems

UiB 1. april 04. Sun Microsystems UiB 1. april 04 hans.bue@sun.com Sun Microsystems Agenda Java Desktop System (JDS) StarOffice / OpenOffice Videre utvikling Java Enterprise System (JES) Konsept for fremtidens desktop 2 JDS Java Desktop

More information

Virtualizing Oracle on VMware

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

More information

Novell Access Manager

Novell Access Manager Setup Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.0 SP4 IR2 January 30, 2009 www.novell.com Novell Access Manager 3.0 SP4 Setup Guide Legal Notices Novell, Inc., makes no representations or

More information

Oracle Application Server 10g R2: Administration II

Oracle Application Server 10g R2: Administration II Oracle Application Server 10g R2: Administration II Student Guide Volume 1 D16509GC30 Edition 3.0 October 2006 D47633 Authors Ramaa Mani Shankar Raman Technical Contributors and Reviewers Celia Antonio

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Disaster Recovery Guide 11g Release 1 (11.1.1) E15250-02 September 2010 Oracle Fusion Middleware Disaster Recovery Guide, 11g Release 1 (11.1.1) E15250-02 Copyright 2009, 2010,

More information

X100 ARCHITECTURE REFERENCES:

X100 ARCHITECTURE REFERENCES: UNION SYSTEMS GLOBAL This guide is designed to provide you with an highlevel overview of some of the key points of the Oracle Fusion Middleware Forms Services architecture, a component of the Oracle Fusion

More information

Oracle Database Competency Center

Oracle Database Competency Center Oracle Database Competency Center Suchai Yenruedee Consulting & Customer Support Director Advanced Solutions Application Hosting Services Database Competency Center Space: 167.54 sqm. Location: 7th Floor

More information

Experience the GRID Today with Oracle9i RAC

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

More information

Using Atrium Single Sign-On with TrueSight

Using Atrium Single Sign-On with TrueSight FAQ Using Atrium Single Sign-On with TrueSight 4 th April 2016 Version 1.0 1 Table of Contents Contents 1 Table of Contents 2 2 Document Purpose 3 2.1 Purpose...3 2.2 Intended Audience...3 2.3 Objectives...3

More information

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

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

More information

OpenIAM Identity and Access Manager Technical Architecture Overview

OpenIAM Identity and Access Manager Technical Architecture Overview OpenIAM Identity and Access Manager Technical Architecture Overview Overview... 3 Architecture... 3 Common Use Case Description... 3 Identity and Access Middleware... 5 Enterprise Service Bus (ESB)...

More information

What s New for Oracle Database 11gR2 on Windows?

What s New for Oracle Database 11gR2 on Windows? 1 What s New for Oracle Database 11gR2 on Windows? Santanu Datta ` Alex Keh Dennis Ruane Sr. Director Principal Product Manager Senior Database Software Engineer Server Technologies

More information

White Paper. Major Performance Tuning Considerations for Weblogic Server

White Paper. Major Performance Tuning Considerations for Weblogic Server White Paper Major Performance Tuning Considerations for Weblogic Server Table of Contents Introduction and Background Information... 2 Understanding the Performance Objectives... 3 Measuring your Performance

More information

Sentinet for BizTalk Server SENTINET

Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server 1 Contents Introduction... 2 Sentinet Benefits... 3 SOA and API Repository... 4 Security... 4 Mediation and Virtualization... 5 Authentication

More information

WebSphere Application Server, Version 5. What s New?

WebSphere Application Server, Version 5. What s New? WebSphere Application Server, Version 5 What s New? 1 WebSphere Application Server, V5 represents a continuation of the evolution to a single, integrated, cost effective, Web services-enabled, J2EE server

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Administering Web Services 12c (12.1.2) E28131-01 June 2013 Documentation for developers and administrators that describes how to administer Web services. Oracle Fusion Middleware

More information

IBM Tivoli Access Manager for e-business V6.1.1 Implementation

IBM Tivoli Access Manager for e-business V6.1.1 Implementation 000-039 IBM Tivoli Access Manager for e-business V6.1.1 Implementation Version 14.23 Topic 1, Volume A QUESTION NO: 1 What is included in the high level configuration document when WebSEAL clustering must

More information

App Gateway Deployment Guide

App Gateway Deployment Guide C E N T R I F Y D E P L O Y M E N T G U I D E App Gateway Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical

More information

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Windows Server : Configuring Advanced Windows Server 2012 Services R2. Upcoming Dates. Course Description.

Windows Server : Configuring Advanced Windows Server 2012 Services R2. Upcoming Dates. Course Description. Windows Server 2012 20412: Configuring Advanced Windows Server 2012 Services R2 Gain the skills and knowledge necessary to perform advanced management and provisioning of services within Windows Server

More information

FileNet P8 Version 5.2.1

FileNet P8 Version 5.2.1 FileNet P8 Version 5.2.1 Plan and Prepare Your Environment for FileNet P8 for installation on Microsoft Windows with IBM DB2, IBM WebSphere Application Server, and IBM Tivoli Directory Server IBM GC19-3917-04

More information

Oracle Communications Services Gatekeeper

Oracle Communications Services Gatekeeper Oracle Communications Services Gatekeeper Security Guide Release 5.1 E36134-01 June 2013 Oracle Communications Services Gatekeeper Security Guide, Release 5.1 E36134-01 Copyright 2011, 2013, Oracle and/or

More information

ORACLE IDENTITY MANAGER SIZING GUIDE. An Oracle White Paper March 2007

ORACLE IDENTITY MANAGER SIZING GUIDE. An Oracle White Paper March 2007 ORACLE IDENTITY MANAGER SIZING GUIDE An Oracle White Paper March 2007 Note The following is intended to provide consideration guidelines for sizing Oracle Identity Manager. It is intended for information

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 E-Business Suite Technology Stack Certification Roadmap Steven Chan Sr. Director, Applications Technology 2 Program Agenda Support Policy Updates Key support concepts Critical dates g Implications for

More information

Microsoft Azure Course Content

Microsoft Azure Course Content Cloud Computing Trainings @ STUCORNER & SHARPENCLOUD Microsoft Azure Course Content Lesson 1: Introduction to Azure 1. Overview of On-premise infrastructure 2. Transition from On-premise to datacenter

More information

Oracle WebCenter Portal. Starting Points for Oracle WebCenter Portal Installation

Oracle WebCenter Portal. Starting Points for Oracle WebCenter Portal Installation Oracle WebCenter Portal Installation and Configuration Roadmap 11g Release 1 (11.1.1.8.0) for Windows E22628-04 July 2013 This documentation roadmap provides instructions on how to install, upgrade, and/or

More information

Oracle 10g Application Server Suite Deployment with Cisco Application Control Engine Deployment Guide, Version 1.0

Oracle 10g Application Server Suite Deployment with Cisco Application Control Engine Deployment Guide, Version 1.0 Design Guide Oracle 10g Application Server Suite Deployment with Cisco Application Control Engine Deployment Guide, Version 1.0 This design guide describes how to deploy the The Cisco Application Control

More information

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

More information

Oracle WebLogic Server 12c on AWS. December 2018

Oracle WebLogic Server 12c on AWS. December 2018 Oracle WebLogic Server 12c on AWS December 2018 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes only. It represents

More information

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Administration Guide

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Administration Guide BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0 Administration Guide SWDT487521-636611-0528041049-001 Contents 1 Overview: BlackBerry Enterprise Server... 21 Getting started in your BlackBerry

More information

ARCHITECTURAL OVERVIEW REVISED 6 NOVEMBER 2018

ARCHITECTURAL OVERVIEW REVISED 6 NOVEMBER 2018 REVISED 6 NOVEMBER 2018 Table of Contents Architectural Overview Workspace ONE Logical Architecture GUIDE 2 VMware Workspace ONE Cloud-Based Reference Architecture - Architectural Overview Architectural

More information

(9A05803) WEB SERVICES (ELECTIVE - III)

(9A05803) WEB SERVICES (ELECTIVE - III) 1 UNIT III (9A05803) WEB SERVICES (ELECTIVE - III) Web services Architecture: web services architecture and its characteristics, core building blocks of web services, standards and technologies available

More information

Oracle9i Application Server Architecture and Com

Oracle9i Application Server Architecture and Com Oracle9i Application Server Quick Tour: Architecture Page 1 de 7 Oracle9i Application Server Architecture and Com Standard Edition Enterprise Edition Wireless Edition Services and Components To provide

More information

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3 Deploying VMware Identity Manager in the DMZ SEPT 2018 VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Disaster Recovery Guide 11g Release 1 (11.1.1) E15250-06 March 2013 This document provides Disaster Recovery solutions for Oracle Fusion Middleware products. Oracle Fusion Middleware

More information

GIS - Clustering Architectures. Raj Kumar Integration Management 9/25/2008

GIS - Clustering Architectures. Raj Kumar Integration Management 9/25/2008 GIS - Clustering Architectures Raj Kumar Integration Management 9/25/2008 Agenda What is Clustering Reasons to Cluster Benefits Perimeter Server Clustering Components of GIS Clustering Perimeter Server

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Interoperability and Compatibility Guide 11g Release 1 (11.1.1) E17836-01 January 2011 Oracle Fusion Middleware Interoperability and Compatibility Guide, 11g Release 1 (11.1.1)

More information

Oracle 10g: Build J2EE Applications

Oracle 10g: Build J2EE Applications Oracle University Contact Us: (09) 5494 1551 Oracle 10g: Build J2EE Applications Duration: 5 Days What you will learn Leading companies are tackling the complexity of their application and IT environments

More information

Oracle Application Server

Oracle Application Server Oracle Application Server Enterprise Deployment Guide 10g Release 2 (10.1.2) for Windows or UNIX Part No. B13998-01 December 2004 Oracle Application Server Enterprise Deployment Guide, 10g Release 2 (10.1.2)

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

Oracle WebCenter Portal

Oracle WebCenter Portal Oracle WebCenter Portal Installation and Configuration Roadmap 11g Release 1 (11.1.1.6.0) for Windows E22628-02 November 2011 Welcome to Oracle WebCenter Portal! Use this documentation roadmap to find

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 12: Exadata Patching & Upgrades

<Insert Picture Here> Exadata MAA Best Practices Series Session 12: Exadata Patching & Upgrades Exadata MAA Best Practices Series Session 12: Exadata Patching & Upgrades Exadata MAA Best Practices Series Session 12: Exadata Patching & Upgrades Doug Utzig

More information

GLOBALPROTECT. Key Usage Scenarios and Benefits. Remote Access VPN Provides secure access to internal and cloud-based business applications

GLOBALPROTECT. Key Usage Scenarios and Benefits. Remote Access VPN Provides secure access to internal and cloud-based business applications GLOBALPROTECT Prevent Breaches and Secure the Mobile Workforce GlobalProtect extends the protection of Palo Alto Networks Next-Generation Security Platform to the members of your mobile workforce, no matter

More information

Oracle Data Warehouse with HP a scalable and reliable infrastructure

Oracle Data Warehouse with HP a scalable and reliable infrastructure Oracle Data Warehouse with HP a scalable and reliable infrastructure Bernd Menth EMEA HP/Oracle CTC Cooperative Technology Center 2004 Hewlett-Packard Development Company, L.P. The information contained

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

Oracle9iAS Tech nicaloverview

Oracle9iAS Tech nicaloverview Oracle9iAS Tech nicaloverview e-business Integration Management & Security Portals Sandor Nieuwenhuijs Manh-Kiet Yap J2EE & Web Services 9iAS EMEA Product Management Oracle Corporation Business Intelligence

More information

1Z Oracle Application Grid 11g Essentials Exam Summary Syllabus Questions

1Z Oracle Application Grid 11g Essentials Exam Summary Syllabus Questions 1Z0-523 Oracle Application Grid 11g Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-523 Exam on Oracle Application Grid 11g Essentials... 2 Oracle 1Z0-523 Certification

More information

AD FS v3. Deployment Guide

AD FS v3. Deployment Guide Deployment Guide UPDATED: 15 November 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Business White Paper IDENTITY AND SECURITY. Access Manager. Novell. Comprehensive Access Management for the Enterprise

Business White Paper IDENTITY AND SECURITY.  Access Manager. Novell. Comprehensive Access Management for the Enterprise Business White Paper IDENTITY AND SECURITY Novell Access Manager Comprehensive Access Management for the Enterprise Simple, Secure Access to Network Resources Business Driver 1: Cost Novell Access Manager

More information

IBM Lotus Domino Product Roadmap

IBM Lotus Domino Product Roadmap IBM Lotus Domino Product Roadmap Your Name Your Title Today s agenda Domino Strategy What s coming in Domino 8? What s planned beyond Domino 8? Lotus Domino Strategy The integrated messaging & collaboration

More information

Edge Foundational Training

Edge Foundational Training Edge Foundational Training Give your team the tools to get up and running with Edge Edge Foundational Training provides the tools and information needed to start using Edge whether in the cloud or on premises.

More information

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Applying Application Delivery Technology to Web Services Overview The Cisco ACE XML Gateway is the newest

More information

MCSE Productivity. A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server edusum.com

MCSE Productivity. A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server edusum.com 70-331 MCSE Productivity A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server 2013 edusum.com Table of Contents Introduction to 70-331 Exam on Core Solutions of Microsoft SharePoint

More information

Welcome to the Gathering Intelligence from your Applications and Data: The case for Oracle BI eseminar

Welcome to the Gathering Intelligence from your Applications and Data: The case for Oracle BI eseminar Welcome to the Gathering Intelligence from your Applications and Data: The case for Oracle BI eseminar Agenda 1. PTS Organization 2. The case for Oracle BI by Matt Elumba 3. Additional Resources Milan

More information

Document Sub Title. Yotpo. Technical Overview 07/18/ Yotpo

Document Sub Title. Yotpo. Technical Overview 07/18/ Yotpo Document Sub Title Yotpo Technical Overview 07/18/2016 2015 Yotpo Contents Introduction... 3 Yotpo Architecture... 4 Yotpo Back Office (or B2B)... 4 Yotpo On-Site Presence... 4 Technologies... 5 Real-Time

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1.2) E76887-02 November 2016 Documentation for installers and system administrators that describes how to plan and

More information

This course prepares the student for Exam : Configuring Advanced Windows Server 2012 Services.

This course prepares the student for Exam : Configuring Advanced Windows Server 2012 Services. Course 20412A: 5 Days About this Course Course 20412A is part three of a three-course series that includes courses 20410A and 20411A. The series provides the skills and knowledge necessary to implement

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights Web Services and SOA Integration Options for Oracle E-Business Suite Rajesh Ghosh, Group Manager, Applications Technology Group Abhishek Verma,

More information

Focus On: Oracle Database 11g Release 2

Focus On: Oracle Database 11g Release 2 Focus On: Oracle Database 11g Release 2 Focus on: Oracle Database 11g Release 2 Oracle s most recent database version, Oracle Database 11g Release 2 [11g R2] is focused on cost saving, high availability

More information

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

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

More information

Installation and Upgrade Guide Access Manager 4.2. November 2015

Installation and Upgrade Guide Access Manager 4.2. November 2015 Installation and Upgrade Guide Access Manager 4.2 November 2015 Legal Notice For information about NetIQ legal notices, disclaimers, warranties, export and other use restrictions, U.S. Government restricted

More information

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM Note: Before you use this information

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata

<Insert Picture Here> Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata Richard Exley Ray Dutcher Richard Exley, Ray Dutcher Oracle Applications, Exadata and MAA Best Practices Exadata

More information

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM Note: Before you use this

More information

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER Table of Contents Table of Contents Introducing the F5 and Oracle Access Manager configuration Prerequisites and configuration notes... 1 Configuration

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Office 365 and Azure Active Directory Identities In-depth

Office 365 and Azure Active Directory Identities In-depth Office 365 and Azure Active Directory Identities In-depth Jethro Seghers Program Director SkySync #ITDEVCONNECTIONS ITDEVCONNECTIONS.COM Agenda Introduction Identities Different forms of authentication

More information

Configuring Advanced Windows Server 2012 Services

Configuring Advanced Windows Server 2012 Services Configuring Advanced Windows Server 2012 Services Course 20412D - Five days - Instructor-led - Hands-on Introduction Get hands-on instruction and practice configuring advanced Windows Server 2012, including

More information

Oracle Application Server

Oracle Application Server Oracle Application Server Installation Guide 10g (10.1.4.0.1) for Microsoft Windows B28192-01 July 2006 Oracle Application Server Installation Guide 10g (10.1.4.0.1) for Microsoft Windows B28192-01 Copyright

More information

WEB-202: Building End-to-end Security for XML Web Services Applied Techniques, Patterns and Best Practices

WEB-202: Building End-to-end Security for XML Web Services Applied Techniques, Patterns and Best Practices WEB-202: Building End-to-end Security for XML Web Services Applied Techniques, Patterns and Best Practices Chris Steel, Ramesh Nagappan, Ray Lai www.coresecuritypatterns.com February 16, 2005 15:25 16:35

More information

1z0-479 oracle. Number: 1z0-479 Passing Score: 800 Time Limit: 120 min.

1z0-479 oracle. Number: 1z0-479 Passing Score: 800 Time Limit: 120 min. 1z0-479 oracle Number: 1z0-479 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 What is the role of a user data store in Oracle Identity Federation (OIF) 11g when it is configured as an Identity

More information

Customer Onboarding with VMware NSX L2VPN Service for VMware Cloud Providers

Customer Onboarding with VMware NSX L2VPN Service for VMware Cloud Providers VMware vcloud Network VMware vcloud Architecture Toolkit for Service Providers Customer Onboarding with VMware NSX L2VPN Service for VMware Cloud Providers Version 2.8 August 2017 Harold Simon 2017 VMware,

More information

IBM Secure Proxy. Advanced edge security for your multienterprise. Secure your network at the edge. Highlights

IBM Secure Proxy. Advanced edge security for your multienterprise. Secure your network at the edge. Highlights IBM Secure Proxy Advanced edge security for your multienterprise data exchanges Highlights Enables trusted businessto-business transactions and data exchange Protects your brand reputation by reducing

More information

Ramnish Singh IT Advisor Microsoft Corporation Session Code:

Ramnish Singh IT Advisor Microsoft Corporation Session Code: Ramnish Singh IT Advisor Microsoft Corporation Session Code: Agenda Microsoft s Identity and Access Strategy Geneva Claims Based Access User access challenges Identity Metasystem and claims solution Introducing

More information

Analytics in the Cloud Mandate or Option?

Analytics in the Cloud Mandate or Option? Analytics in the Cloud Mandate or Option? Rick Lower Sr. Director of Analytics Alliances Teradata 1 The SAS & Teradata Partnership Overview Partnership began in 2007 to improving analytic performance Teradata

More information