GroupWise Architecture and Best Practices. WebAccess. Kiran Palagiri Team Lead GroupWise WebAccess

Size: px
Start display at page:

Download "GroupWise Architecture and Best Practices. WebAccess. Kiran Palagiri Team Lead GroupWise WebAccess"

Transcription

1 GroupWise Architecture and Best Practices WebAccess Kiran Palagiri Team Lead GroupWise WebAccess Ed Hanley Senior Architect

2 Agenda Kiran Palagiri Architectural Changes in GroupWise 2012/2014 Performance and Scalability Ed Hanley Design and Deployment Details Q and A (short) Kiran Palagiri Security WebAccess Demo Q and A 2

3 Goals for GroupWise 2012 and 2014 Simplify the Architecture Simplify the Install Simplify the Administration Lay down the framework that would make it easy to add new features Easy to troubleshoot Create a scalable system 3

4 Revamped Architecture Bye Bye WebAccess Agent (a.k.a GWINTER) Built on GroupWise No more objects in Novell Web Services (SOAP) API edirectory No more objects in GroupWise Domain Database Simplified Install Created a stand alone Document Viewer Agent (DVA) The WebAccess Application talks HTTP to this Agent to convert a document Multiple DVAs supported for one Application 4

5 Revamped Architecture Provided a cleaner interface for third parties to integrate Easier to deploy No more objects to configure Cloud friendly Run multiple instances of the WebAccess Application depending on the load 5

6 Performance and Scalability How does WebAccess perform and/or scale in this new architecture? It does great There have been numerous improvements made to the Post Office Agent to speed up things WebAccess uses a more optimized and tailored code path for efficient data retrieval and transfer Built on highly scalable Java technology We performed a simulation test, so let s see how it went 6

7 Performance and Scalability (cont.) How many users can I have on one WebAccess server? We had 1400 active sessions on one WebAccess server AND one Post Office Agent requests processed in one hour logins messages read messages sent checked calendar 660+ logouts 7

8 Performance and Scalability (cont.) What are some typical response times? Login: 350ms Logout: 25ms Read an Item: 75ms Send an Item: 80ms Check Calendar: 75ms Read Message List: 350ms webacc.cfg Performance.Dump.enabled=true /var/opt/novell/groupwise/webaccess/logs/performance.txt (do not keep enabled all the time) exceptions.txt - might also be present 8

9 Performance and Scalability (cont.) How much memory do we recommend? Java heap limits configured as: -Xms2048m Xmx4096m We had 8 GB on the server Rule of thumb: WebAccess needs 4 MB per session How many processors do we recommend? We used a single processor with four cores Is WebAccess disk intensive? Not really. It uses the disk only for storing attachments and temporary files 9

10 Optimizations Built-in Compress the HTTP Responses for faster downloads A 384 KB JavaScript compressed to 35 KB (by 90%) Leverage the HTTP Caching headers for static content Leverage the HTTP Expires headers for static content IIS Administrators need to add these manually Use Image Sprites for fewer image/icon downloads Minify the CSS files along with JavaScript files Use Web 2.0 techniques for fewer page loads 10

11 Optimizations Manual Java Memory Settings You most likely need to tweak these settings to suit your environment Follow the instructions provided in the documentation WebAccess does not create worker threads Requests are processed under Tomcat threads Modify the Tomcat threads to handle higher loads A good understanding of the Tomcat optimization techniques is necessary The default number of worker threads (maxthreads) is 200, which is pretty good for most deployments 11

12 How to Deploy? In the past, a typical deployment had the WebAccess Agent inside the firewall, and the WebAccess Application outside the firewall (in a DMZ) With the new architecture, we recommend putting the WebAccess Application inside the firewall and use any of the following options to expose it outside the firewall An L4 switch A reverse proxy server (like Novell Access Manager) Or a simple Apache server running as a reverse proxy server Checkout the documentation and/or cool solutions article for details on how to set this up 12

13 How to Deploy WebAccess? Laptop POA PC ipad Android WebAccess Application POA POA DVA DVA 13

14 How to Deploy WebAccess? (cont.) Laptop POA PC POA ipad L4 Switch Firewall POA Android WebAccess Application DVA DVA 14

15 Installing WebAccess Things are really nice and easy with a new install No objects to worry about There are a few things to take care of, however, with an upgrade Install will not remove objects from Novell edirectory or GroupWise Domain Database If you have any secondary domains that serve just a WebAccess Agent, then it might be time to consolidate that If those objects are not used by any GroupWise 8 system, then delete these objects using Novell ConsoleOne Trust me, it s easy 15

16 What About the Order of Installation? Well, starting with 2012, WebAccess will follow other GroupWise Clients paradigm It needs a POA that s on the same version or newer So, do I have to wait for all the POAs to be upgraded to 2012/2014 before I upgrade WebAccess? Not needed, you can run a GroupWise for users on GroupWise 8 Post Offices 8 WebAccess 16

17 What About the Order of Installation? Upgrade your main WebAccess server to 2014, and add the URL to your GroupWise 8 WebAccess to it s configuration file (setting name: Redirect.url) 2012 WebAccess will happily process requests for Windermere users (2014) And it will redirect GroupWise GroupWise 8 WebAccess 8 users to the You don t have to give two URLs to your users 17

18 Q and A

19 WebAccess New Features in 2012/14 Polling (a.k.a Auto-refresh in 2014, IP Port 8500) New Look and Feel Follows the Novell Branding Guidelines Busy Search HTML Signature Recurrence Two timeouts Public or Shared Computer will timeout sooner Private computer will keep the session active for longer Create Tasks easily in the Tasklist folder 19

20 WebAccess New Features Column Sorting Add Pictures to Contacts Create Groups easily All Day Events Download All Attachments in one shot Auto logout when the browser window is closed 20

21 Security Level No Security Required (such as an Intranet) Install WebAccess Application on any Web server that Provides access for your users Meets basic installation requirements Security Required Firewall in place to provide security Install WebAccess Application inside firewall and use a proxy server or Install WebAccess Application on a Web server outside your firewall with POA and DVA inside the firewall 21

22 Security Design Options Configuration with Proxy Service 22

23 Security Design Options Configuration without Proxy Service 23

24 WebAccess Configuration webacc.cfg file Webacc.cfg file purpose Set with default configuration settings during installation Can be configured to meet WebAccess user and administrative needs Webacc.cfg file location OES Linux: /var/opt/novell/groupwise/webaccess SLES: /var/opt/novell/groupwise/webaccess Windows: c:\novell\groupwise\webaccess (on the Web server) 24

25 WebAccess tweaks (webacc.cfg) Multiple POA s Provider.SOAP.1.ip= Multiple DVA s Provider.DVA.1.ip= Configure a helpdesk URL ( Can t log in? ) Helpdesk.url= Enable Admin WebConsole Admin.WebConsole.enable=true Admin.RestService.host= Easy customization /var/opt/novell/groupwise/webaccess/customization.cfg 25

26 WebAccess Security Direct Access Works but Better Via Proxy Via L4 load balance appliance 26

27 WebAccess frontend Use a load balancer (like pound part of OpenSUSE) Also does SSL Offloading ListenHTTPS Address <IPAddress> Port 443 Cert "/etc/ssl/servercert_with_key.pem" Service BackEnd Address <IPAddress> Port 80 End BackEnd Address <IPAddress> Port 80 End Session Type IP TTL End End End 27

28 Configure Session Security Timeout Interval Overview Users are logged out of WebAccess after 20 minutes (default) with no requests Interval controlled by WebAccess application (through webacc.cfg file) Benefits Provides security for users who forget to log out Enhances Web server performance User s session saved for 24 hours Saved in Web server directory User can log in again and start from last action 28

29 Configure Session Security Timeout Interval webacc.cfg Setting Timeout Interval (in minutes) 29

30 Configure Session Security Change Password Overview Users are allow to change their GroupWise (default) Setting controlled by WebAccess application (through webacc.cfg file) Can be disabled If you are using a LDAP directory for authentication Some other system for authentication password 30

31 Configure Session Security Change Password webacc.cfg Setting (Disable) Change from To 31

32 Configure Session Security IP Address Checking Overview Checks Web browser IP address of user to confirm communication with same user Works well on desktop workstations Highest form of security Laptops and mobile devices IP address checking can cause interruptions in user sessions Other WebAccess Application security features (such as cookies) can provide excellent security without IP address checking enabled 32

33 Configure Session Security IP Address Checking webacc.cfg Setting (Disable) Change from To 33

34 Configure Session Security WebAccess Usage Overview All Groupwise users can use WebAccess (default) Access control configured with gwac.xml OES Linux: /var/opt/novell/groupwise/webaccess SLES: /var/opt/novell/groupwise/webaccess Windows (Web server): c:\novell\groupwise\webaccess Control access based on Domain Post office User groups (distribution lists) Individuals 34

35 Configure Session Security WebAccess Usage gwac.xml Settings 35

36 Configure DVA Security Overview Configure DVA by editing startup file (gwdva.dva) Linux: /opt/novell/groupwise/agents/share Windows: c:\program Files\Novell\GroupWise Server\Agents Updating DVA software creates a new gwdva.dva file Existing gwdva.dva retained as gwdva.nnn (where nnn increments for each update) Working directory (gwdva.dir) and four working subdirectories (log, quarantine, temp, and template) If gwdva.dir grows too large, you can move it to another location, and edit gwdva.dva to reflect new location 36

37 Configure DVA Security Enable SSL for DVA 1. Open the gwdva.dva file in a text editor 2. Search to find the following switch: httpssl 3. Remove the semicolon (;) to activate the setting 4. For subsequent switches: Specify the full pathname to the SSL public certificate file (must be in PEM format) Specify the full pathname to the SSL private key file Specify the password for the private key file 5. Save the gwdva.dva file 6. Enable the configuration changes 37

38 WebAccess Demo

39 Q and A

40 Remember Fill out session survey Visit our table in IT Central Enjoy the Conference!!!

41

42 This document could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein. These changes may be incorporated in new editions of this document. Novell, Inc. may make improvements in or changes to the software described in this document at any time. Copyright 2014 Novell, Inc. All rights reserved. All Novell marks referenced in this presentation are trademarks or registered trademarks of Novell, Inc. in the United States. All third-party trademarks are the property of their respective owners.

novdocx (en) 11 December 2007 XII XIIWebAccess

novdocx (en) 11 December 2007 XII XIIWebAccess XIIWebAccess Chapter 53, Scaling Your WebAccess Installation, on page 855 Chapter 54, Configuring WebAccess Components, on page 869 Chapter 55, Managing User Access, on page 915 Chapter 56, Monitoring

More information

GroupWise 18 Administrator Quick Start

GroupWise 18 Administrator Quick Start GroupWise 18 Administrator Quick Start November 2017 About GroupWise GroupWise 18 is a cross-platform, corporate email system that provides secure messaging, calendaring, and scheduling. GroupWise also

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

GroupWise 2012 Quick Start

GroupWise 2012 Quick Start GroupWise 2012 Quick Start Novell January 24, 2012 Novell GroupWise 2012 is a cross-platfm, cpate email system that provides secure messaging, calendaring, and scheduling. GroupWise also includes task

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

vfire Officer App Server Installation Guide Version 1.3

vfire Officer App Server Installation Guide Version 1.3 vfire Officer App Server Installation Guide Table of Contents Version Details 3 Online Support 3 Copyright 3 About this Document 5 Intended Audience 5 Standards and Conventions 5 vfire Officer App Prerequisites

More information

Novell Data Synchronizer 1.2

Novell Data Synchronizer 1.2 AUTHORIZED DOCUMENTATION Installation Guide Novell Data Synchronizer 1.2 August 24, 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or

More information

Deploying. Novell. ifolderª. servers. on Novell NetWare. Networking Services. DEPLOYMENT GUIDE

Deploying. Novell. ifolderª. servers. on Novell NetWare. Networking Services.   DEPLOYMENT GUIDE Deploying Novell ifolderª on Novell NetWare servers Networking Services www.novell.com DEPLOYMENT GUIDE table of contents Deploying Novell ifolder on Novell 2 AUTOMATIC, SECURE AND TRANSPARENT SYNCHRONIZATION

More information

DEPLOYMENT GUIDE. Load Balancing VMware Unified Access Gateway

DEPLOYMENT GUIDE. Load Balancing VMware Unified Access Gateway DEPLOYMENT GUIDE Load Balancing VMware Unified Access Gateway Version History Date Version Author Description Compatible Versions Nov 2017 1.0 Matt Mabis Initial Document with How-To Configure F5 LTM with

More information

WASP 2.0. Installation and Admin Guide

WASP 2.0. Installation and Admin Guide WASP 2.0 Installation and Admin Guide Contents System Requirements... 4 Overview... 4 Obtaining WASP2... 4 Starting and stopping WASP2... 4 Licensing and Support... 5 Where to install WASP2... 6 Installation...

More information

Novell. NetWare 6. NETWARE WEBACCESS OVERVIEW AND INSTALLATION

Novell. NetWare 6.   NETWARE WEBACCESS OVERVIEW AND INSTALLATION Novell NetWare 6 www.novell.com NETWARE WEBACCESS OVERVIEW AND INSTALLATION Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Mitel MiContact Center Enterprise WEB APPLICATIONS CONFIGURATION GUIDE. Release 9.2

Mitel MiContact Center Enterprise WEB APPLICATIONS CONFIGURATION GUIDE. Release 9.2 Mitel MiContact Center Enterprise WEB APPLICATIONS CONFIGURATION GUIDE Release 9.2 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel

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

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

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide BlackBerry Enterprise Server for Microsoft Office 365 Version: 1.0 Administration Guide Published: 2013-01-29 SWD-20130131125552322 Contents 1 Related resources... 18 2 About BlackBerry Enterprise Server

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

Contains the Linux Identity Server, the Linux Administration Console, the ESP-enabled SSL VPN Server, and the Traditional SSL VPN Server.

Contains the Linux Identity Server, the Linux Administration Console, the ESP-enabled SSL VPN Server, and the Traditional SSL VPN Server. NetIQ Access Manager 3.2 IR1 Readme July 2012 This Readme describes the NetIQ Access Manager 3.2 IR1 release. Section 1, Upgrading to Access Manager 3.2 IR1, on page 1 Section 2, Issues Fixed, on page

More information

GroupWise 8. 1 Overview. November 17, 2008

GroupWise 8. 1 Overview. November 17, 2008 GroupWise 8 November 17, 2008 1 Overview The main emphasis of Novell GroupWise 8 is the enhancement of the various GroupWise client interfaces and functionality. Administration and agent enhancement are

More information

BI Office. Web Authentication Model Guide Version 6

BI Office. Web Authentication Model Guide Version 6 Web Authentication Model Guide Version 6 Copyright Pyramid Analytics 2010-2016 Contents 1. Web Authentication Model Overview... 3 A. Basic Authentication Models... 3 B. Windows Authentication Models...

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

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

Novell GroupWise Version Comparison

Novell GroupWise Version Comparison Novell GroupWise Version Comparison General General General General Online/Caching/Remote Modes Yes Yes Yes Archive/Backup Yes Yes Yes Mailbox Proxy Yes Yes Yes Personal Folders Yes Yes Yes Junk Mail Handling

More information

Exam : JN Title : Juniper Networks Certified Internet Assoc(JNCIA-SSL) Exam. Version : Demo

Exam : JN Title : Juniper Networks Certified Internet Assoc(JNCIA-SSL) Exam. Version : Demo Exam : JN0-561 Title : Juniper Networks Certified Internet Assoc(JNCIA-SSL) Exam Version : Demo 1. Which model does not support clustering? A. SA700 B. SA2000 C. SA4000 D. SA6000 Answer: A 2. What is a

More information

SecureAware Technical Whitepaper

SecureAware Technical Whitepaper SecureAware Technical Whitepaper - requirements and specifications Applies to SecureAware version 4.x Document date: January 2015 About this document This whitepaper provides a detailed overview of the

More information

REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: UNIFIED ACCESS GATEWAY ARCHITECTURE

REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: UNIFIED ACCESS GATEWAY ARCHITECTURE REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: UNIFIED ACCESS GATEWAY ARCHITECTURE Table of Contents Component Design: Unified Access Gateway Architecture Design Overview Network Deployment Options Authentication

More information

Open XML Gateway User Guide. CORISECIO GmbH - Uhlandstr Darmstadt - Germany -

Open XML Gateway User Guide. CORISECIO GmbH - Uhlandstr Darmstadt - Germany - Open XML Gateway User Guide Conventions Typographic representation: Screen text and KEYPAD Texts appearing on the screen, key pads like e.g. system messages, menu titles, - texts, or buttons are displayed

More information

Server Installation and Administration Guide

Server Installation and Administration Guide NetApp Connect 5.1 Server Installation and Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888)

More information

3 NetWare/Windows: Support Pack Installation

3 NetWare/Windows: Support Pack Installation GroupWise 7 Support Pack 4 Readme Novell March 16, 2010 1 Overview The information in this Readme file pertains to Novell GroupWise 7 Support Pack 4. This Support Pack contains updates for all components

More information

Vendor: Citrix. Exam Code: 1Y Exam Name: Implementing Citrix NetScaler 10.5 for App and Desktop Solutions. Version: Demo

Vendor: Citrix. Exam Code: 1Y Exam Name: Implementing Citrix NetScaler 10.5 for App and Desktop Solutions. Version: Demo Vendor: Citrix Exam Code: 1Y0-253 Exam Name: Implementing Citrix NetScaler 10.5 for App and Desktop Solutions Version: Demo QUESTION 1 A Citrix Administrator needs to configure a single virtual server

More information

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents Cloud Help for Community Managers...3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

Vendor: Citrix. Exam Code: 1Y Exam Name: Designing Citrix XenDesktop 7.6 Solutions. Version: Demo

Vendor: Citrix. Exam Code: 1Y Exam Name: Designing Citrix XenDesktop 7.6 Solutions. Version: Demo Vendor: Citrix Exam Code: 1Y0-401 Exam Name: Designing Citrix XenDesktop 7.6 Solutions Version: Demo DEMO QUESTION 1 Which option requires the fewest components to implement a fault-tolerant, load-balanced

More information

ArcGIS Server Web Server Web Applications WWW. Applications. ArcGIS Server Manager. GIS Server. Data. Desktop GIS. ArcGIS Desktop (content author) SOM

ArcGIS Server Web Server Web Applications WWW. Applications. ArcGIS Server Manager. GIS Server. Data. Desktop GIS. ArcGIS Desktop (content author) SOM ArcGIS Server on Linux and Unix Architecture and Deployment Recommendations Peter D Souza and Ravi Narayanan Developer Summit 2007 1 Our Assumptions Familiarity with ArcGIS Server Familiarity with Solaris

More information

Introduction to ArcGIS Server Architecture and Services. Amr Wahba

Introduction to ArcGIS Server Architecture and Services. Amr Wahba Introduction to ArcGIS Server 10.1 - Architecture and Services Amr Wahba awahba@esri.com Agenda Architecture Features Publishing Security Cloud Powerful GIS capabilities Delivered as Web services To help

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

SERV-U MANAGED FILE TRANSFER SERVER FTP SERVER SOFTWARE FOR SECURE FILE TRANSFER & FILE SHARING

SERV-U MANAGED FILE TRANSFER SERVER FTP SERVER SOFTWARE FOR SECURE FILE TRANSFER & FILE SHARING DATASHEET SERV-U MANAGED FILE TRANSFER SERVER FTP SERVER SOFTWARE FOR SECURE FILE TRANSFER & FILE SHARING If you re looking for a highly professional, no-nonsense FTP server, then you can t do much better

More information

ArcGIS Server and Portal for ArcGIS An Introduction to Security

ArcGIS Server and Portal for ArcGIS An Introduction to Security ArcGIS Server and Portal for ArcGIS An Introduction to Security Jeff Smith & Derek Law July 21, 2015 Agenda Strongly Recommend: Knowledge of ArcGIS Server and Portal for ArcGIS Security in the context

More information

ArcGIS for Server: Administration and Security. Amr Wahba

ArcGIS for Server: Administration and Security. Amr Wahba ArcGIS for Server: Administration and Security Amr Wahba awahba@esri.com Agenda ArcGIS Server architecture Distributing and scaling components Implementing security Monitoring server logs Automating server

More information

How to Configure GroupWise Message-Level Backups

How to Configure GroupWise Message-Level Backups How to Configure GroupWise Message-Level Backups The articles in this section refer to Barracuda Backup Legacy Release firmware or newer, and Novell NetWare Server and GroupWise 8 and 2012. Barracuda Networks

More information

BIG-IP Access Policy Manager : Portal Access. Version 12.1

BIG-IP Access Policy Manager : Portal Access. Version 12.1 BIG-IP Access Policy Manager : Portal Access Version 12.1 Table of Contents Table of Contents Overview of Portal Access...7 Overview: What is portal access?...7 About portal access configuration elements...7

More information

TTerm Connect Installation Guide

TTerm Connect Installation Guide Host Connectivity. Any Host, Any Device. TTerm Connect Installation Guide What is TTerm Connect? TTerm Connect is Turbosoft s web based terminal emulator. Built on common web technologies such as HTML5,

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.4.4 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 5 New features on page 5

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

Brocade Virtual Traffic Manager and Parallels Remote Application Server

Brocade Virtual Traffic Manager and Parallels Remote Application Server White Paper Parallels Brocade Virtual Traffic Manager and Parallels Deployment Guide 01 Contents Preface...4 About This Guide...4 Audience...4 Contacting Brocade...4 Internet...4 Technical Support...4

More information

Mediaocean Aura Technical Overview

Mediaocean Aura Technical Overview Mediaocean Aura Technical Overview January 2017 Samir Sadikhov +61 (2) 9879 8200 apac_operations@mediaocean.com Contents INTRODUCTION... 2 APPLICATION ARCHITECTURE OVERVIEW... 3 DATA LAYER...3 APPLICATION

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.4.7 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 5 New features on page 5

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.4.0 Revision B Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 4 New features on page 5

More information

CloudLink SecureVM. Administration Guide. Version 4.0 P/N REV 01

CloudLink SecureVM. Administration Guide. Version 4.0 P/N REV 01 CloudLink SecureVM Version 4.0 Administration Guide P/N 302-002-056 REV 01 Copyright 2015 EMC Corporation. All rights reserved. Published June 2015 EMC believes the information in this publication is accurate

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

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents 8.0 Help for Community Managers... 3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

CA Single Sign-On and LDAP/AD integration

CA Single Sign-On and LDAP/AD integration CA Single Sign-On and LDAP/AD integration CA Single Sign-On and LDAP/AD integration Legal notice Copyright 2017 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED

More information

Configuration Guide. Installation and. BlackBerry Enterprise Server for Novell GroupWise. Version: 5.0 Service Pack: 4

Configuration Guide. Installation and. BlackBerry Enterprise Server for Novell GroupWise. Version: 5.0 Service Pack: 4 BlackBerry Enterprise Server for Novell GroupWise Version: 5.0 Service Pack: 4 Installation and Configuration Guide Published: 2014-01-14 SWD-20140114171550404 Contents 1 Overview: BlackBerry Enterprise

More information

VMware Enterprise Systems Connector Installation and Configuration. JULY 2018 VMware Identity Manager 3.2 VMware Identity Manager VMware AirWatch 9.

VMware Enterprise Systems Connector Installation and Configuration. JULY 2018 VMware Identity Manager 3.2 VMware Identity Manager VMware AirWatch 9. VMware Enterprise Systems Connector Installation and Configuration JULY 2018 VMware Identity Manager 3.2 VMware Identity Manager VMware AirWatch 9.3 You can find the most up-to-date technical documentation

More information

Enterprise Information System Services Enterprise System Disaster Recovery Scheme. System Requirement Overview

Enterprise Information System Services Enterprise  System Disaster Recovery Scheme. System Requirement Overview Enterprise Information System Services Enterprise Email System Disaster Recovery Scheme This document describes the high level overview of the information and procedures that will be required to recover

More information

IBM Security Access Manager Version December Release information

IBM Security Access Manager Version December Release information IBM Security Access Manager Version 8.0.1 12 December 2014 Release information IBM Security Access Manager Version 8.0.1 12 December 2014 Release information ii IBM Security Access Manager Version 8.0.1

More information

Migrating Novell ZENworks 7 to Novell ZENworks 10 Configuration Management SP3

Migrating Novell ZENworks 7 to Novell ZENworks 10 Configuration Management SP3 Migration Guide ZENWORKS Migrating Novell ZENworks 7 to Novell ZENworks 10 Configuration Management SP3 Migrating Novell ZENworks 7 to Novell SP3 Table of Contents: 2..... Your Guide to Easy Migration

More information

Microsoft OWA 2013 IIS Integration

Microsoft OWA 2013 IIS Integration Microsoft OWA 2013 IIS Integration Contents 1 Introduction 2 Compatibility 3 Prerequisites 4 File Downloads 5 Architecture 6 Installation 6.1 Software Installation 6.2 Configuration of the IIS Filter 6.2.1

More information

Cherwell Service Management

Cherwell Service Management Version 9.1.0 April 2017 Legal Notices Cherwell Software, LLC 2017 All Rights Reserved. Cherwell and the Cherwell logo are trademarks owned by Cherwell Software, LLC and are registered and/or used in the

More information

Webthority can provide single sign-on to web applications using one of the following authentication methods:

Webthority can provide single sign-on to web applications using one of the following authentication methods: Webthority HOW TO Configure Web Single Sign-On Webthority can provide single sign-on to web applications using one of the following authentication methods: HTTP authentication (for example Kerberos, NTLM,

More information

III. Chapter 11, Creating a New Post Office, on page 155 Chapter 12, Managing Post Offices, on page 175. novdocx (en) 11 December 2007.

III. Chapter 11, Creating a New Post Office, on page 155 Chapter 12, Managing Post Offices, on page 175. novdocx (en) 11 December 2007. IIPost Offices Chapter 11, Creating a New Post Office, on page 155 Chapter 12, Managing Post Offices, on page 175 III Post Offices 153 154 GroupWise 7 Administration Guide 1Creating a New Post Office As

More information

SAP Security in a Hybrid World. Kiran Kola

SAP Security in a Hybrid World. Kiran Kola SAP Security in a Hybrid World Kiran Kola Agenda Cybersecurity SAP Cloud Platform Identity Provisioning service SAP Cloud Platform Identity Authentication service SAP Cloud Connector & how to achieve Principal

More information

GroupWise 6.5 for Linux Support Pack 2 June 15, 2004

GroupWise 6.5 for Linux Support Pack 2 June 15, 2004 GroupWise 6.5 for Linux Support Pack 2 June 15, 2004 Overview The information in this Readme file pertains to Novell GroupWise 6.5 for Linux Support Pack 2. This Support Pack contains updates for all components

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.3 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

VMware AirWatch Content Gateway Guide For Linux

VMware AirWatch Content Gateway Guide For Linux VMware AirWatch Content Gateway Guide For Linux AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Securing ArcGIS Services

Securing ArcGIS Services Federal GIS Conference 2014 February 10 11, 2014 Washington DC Securing ArcGIS Services James Cardona Agenda Security in the context of ArcGIS for Server Background concepts Access Securing web services

More information

BlackBerry Enterprise Server Express for Microsoft Exchange

BlackBerry Enterprise Server Express for Microsoft Exchange BlackBerry Enterprise Server Express for Microsoft Exchange Version: 5.0 Service Pack: 3 Feature and Technical Overview Published: 2011-04-11 SWDT305802-1526466-0411010819-001 Contents 1 Overview: BlackBerry

More information

Sophos Mobile Control SaaS startup guide. Product version: 6.1

Sophos Mobile Control SaaS startup guide. Product version: 6.1 Sophos Mobile Control SaaS startup guide Product version: 6.1 Document date: September 2016 Contents 1 About this guide...4 2 About Sophos Mobile Control...5 3 What are the key steps?...7 4 Change your

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

The specifications and information in this document are subject to change without notice. Companies, names, and data used

The specifications and information in this document are subject to change without notice. Companies, names, and data used WEBADM PUBLISHING PROXY The specifications and information in this document are subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted.

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.1 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.4.1 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 4 New features on page 5

More information

Frequently Asked Questions About Performance Monitor

Frequently Asked Questions About Performance Monitor APPENDIXA Frequently Asked Questions About Performance Monitor The following topics answer common questions about Performance monitor and contain troubleshooting tips: Installation, page A-1 Importing,

More information

Cisco NAC Appliance Agents

Cisco NAC Appliance Agents 10 CHAPTER This chapter presents overviews, login flow, and session termination dialogs for the following Cisco NAC Appliance access portals: Cisco NAC Agent, page 10-1 Cisco NAC Web Agent, page 10-28

More information

ArcGIS Enterprise Administration

ArcGIS Enterprise Administration TRAINING GUIDE ArcGIS Enterprise Administration Part 3 This session touches on key elements of Portal for ArcGIS setup, configuration and maintenance techniques. Table of Contents Portal for ArcGIS...

More information

VMware Horizon 7 Administration Training

VMware Horizon 7 Administration Training VMware Horizon 7 Administration Training Course Course Duration : 20 Working Days Class Duration : 3 hours per day Fast Track: - Course duration 10days (Per day 8 hours) Get Fee Details Module 1: Introduction

More information

This Readme describes the NetIQ Access Manager 3.1 SP5 release.

This Readme describes the NetIQ Access Manager 3.1 SP5 release. NetIQ Access Manager 3.1 SP5 Readme January 2013 This Readme describes the NetIQ Access Manager 3.1 SP5 release. Section 1, What s New, on page 1 Section 2, Upgrading or Migrating to Access Manager 3.1

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

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

ShareFile Technical Presentation

ShareFile Technical Presentation ShareFile Technical Presentation Joerg Vosse Senior Systems Engineer - Citrix ShareFile CEE joerg.vosse@citrix.com ShareFile Enterprise Architecture Overview ShareFile Document Cloud ShareFile.com ShareFile.eu

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

Novell. Mobility Solutions. Joe Marton Sales Engineer Novell North America

Novell. Mobility Solutions. Joe Marton Sales Engineer Novell North America Novell Mobility Solutions Joe Marton Sales Engineer Novell North America jmarton@novell.com The Good Old Days IT Standardization 2 Trending Now I want you to give me this. Now make me productive on it.

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

VMware AirWatch Content Gateway Guide for Linux For Linux

VMware AirWatch Content Gateway Guide for Linux For Linux VMware AirWatch Content Gateway Guide for Linux For Linux Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Vendor: Citrix. Exam Code: 1Y Exam Name: Managing Citrix XenDesktop 7 Solutions Exam. Version: Demo

Vendor: Citrix. Exam Code: 1Y Exam Name: Managing Citrix XenDesktop 7 Solutions Exam. Version: Demo Vendor: Citrix Exam Code: 1Y0-200 Exam Name: Managing Citrix XenDesktop 7 Solutions Exam Version: Demo Question Set 1 QUESTION 1 Scenario: A Citrix Administrator installs XenServer. The administrator provisions

More information

Guide to Deploying NetScaler as an Active Directory Federation Services Proxy

Guide to Deploying NetScaler as an Active Directory Federation Services Proxy Deployment Guide Guide to Deploying NetScaler as an Active Directory Federation Services Proxy Enabling seamless authentication for Office 365 use cases Table of Contents Introduction 3 ADFS proxy deployment

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

Privileged Identity App Launcher and Session Recording

Privileged Identity App Launcher and Session Recording Privileged Identity App Launcher and Session Recording 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

More information

VMware AirWatch Cloud Connector Guide ACC Installation and Integration

VMware AirWatch Cloud Connector Guide ACC Installation and Integration VMware AirWatch Cloud Connector Guide ACC Installation and Integration Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

BIG-IP Access Policy Manager : Portal Access. Version 13.0

BIG-IP Access Policy Manager : Portal Access. Version 13.0 BIG-IP Access Policy Manager : Portal Access Version 13.0 Table of Contents Table of Contents Overview of Portal Access...7 Overview: What is portal access?...7 About portal access configuration elements...

More information

BIG-IP Access Policy Manager : Secure Web Gateway. Version 13.0

BIG-IP Access Policy Manager : Secure Web Gateway. Version 13.0 BIG-IP Access Policy Manager : Secure Web Gateway Version 13.0 Table of Contents Table of Contents BIG-IP APM Secure Web Gateway Overview...9 About APM Secure Web Gateway... 9 About APM benefits for web

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.4.3 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 4 New features on page 5

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Sophos Mobile as a Service

Sophos Mobile as a Service startup guide Product Version: 8 Contents About this guide... 1 What are the key steps?... 2 Change your password... 3 Change your login name... 4 Activate Mobile Advanced licenses...5 Check your licenses...6

More information

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Windows VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 3.4.1 User Console Guide 2013-12-11 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

DEPLOYMENT GUIDE. Deploying F5 for High Availability and Scalability of Microsoft Dynamics 4.0

DEPLOYMENT GUIDE. Deploying F5 for High Availability and Scalability of Microsoft Dynamics 4.0 DEPLOYMENT GUIDE Deploying F5 for High Availability and Scalability of Microsoft Dynamics 4.0 Introducing the F5 and Microsoft Dynamics CRM configuration Microsoft Dynamics CRM is a full customer relationship

More information

Deliver and manage customer VIP POCs. The lab will be directed and provide you with step-by-step walkthroughs of key features.

Deliver and manage customer VIP POCs. The lab will be directed and provide you with step-by-step walkthroughs of key features. SR L15 Hands-On Lab Description Protecting Corporate Networks with Symantec Validation and ID Protection At the end of this lab, you should be able to Technically present and answer questions from your

More information

Okta Integration Guide for Web Access Management with F5 BIG-IP

Okta Integration Guide for Web Access Management with F5 BIG-IP Okta Integration Guide for Web Access Management with F5 BIG-IP Contents Introduction... 3 Publishing SAMPLE Web Application VIA F5 BIG-IP... 5 Configuring Okta as SAML 2.0 Identity Provider for F5 BIG-IP...

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information