Sametime 9 Meetings deployment Open Mic July 23rd 2014

Size: px
Start display at page:

Download "Sametime 9 Meetings deployment Open Mic July 23rd 2014"

Transcription

1 Sametime 9 Meetings deployment Open Mic July 23rd 2014 Tony Payne Senior Software Engineer - Sametime Ginni Saini Software Engineer Sametime Support Joshua Edwards Software Engineer Sametime Support IBM Collaboration Solutions

2 Agenda Getting Started Planning Installing Clustering Tuning Extending to the extranet Meetings Recordings Q&A 2

3 Getting Started PreRequisites Sametime System Console DB (included with SSC) If upgrading from x, can use existing DB2 or upgrade LDAP 1 Available host for standalone, 2-3 hosts for clustering Hostnames in DNS Software Needed Sametime Meetings 9.0 Latest 3

4 Getting Started The IBM Sametime Meeting Server runs on WebSphere Application Server. It requires an IBM DB2 database and an LDAP server. The Meeting Server provides a central meeting place for members of the community. When combined with the Sametime Media Manager, meeting rooms can be enhanced with audio-visual features. Before installing the IBM Sametime Meeting Server on AIX, Linux, Solaris, or Windows create a database to store its data. Run the scripts that come with the Sametime Meeting Server package - also included with Sametime in the DB2 installation package. 4

5 Getting Started Base Meeting Server The Base Meeting Server role provides meeting rooms with optional audio and video. A meeting room is a virtual construct that is loaded on demand. You can have personal URLs to meeting rooms. Data used in a meeting (for example, the documents loaded into the meeting and the document library), is stored in a DB2 database. Users can have multiple meeting rooms because each room is created on demand. For example, a project manager may have a meeting room for the people he manages, another meeting room for the project team, and a third meeting room for external clients. Content in meeting room libraries can be used for specific meeting rooms or audiences. Think of on-demand meeting rooms instead of scheduled meetings. All client connections (except audio and video) use HTTP so that proxy servers are navigated more easily. You can install a Base Meeting Server on IBM AIX, IBM i, Linux, and Microsoft Windows. Chat and awareness within a meeting room is provided by the Sametime Community Server. Use Sametime policies to determine which the features will be available in meetings (for example, allowing people to record meetings for later playback, white board tools, and polltaking during the meeting). 5

6 Getting Started Document Conversion Server Recording Capturer Server The Document Conversion Server transforms files stored in the Meeting Room Library for optimal display. You can install the Document Conversion Server on IBM AIX, IBM i, Microsoft Windows, and all Linux servers except for those running on IBM System z. For information about the quality of document conversion by operating system, see the topic Installing the Document Converter Server on AIX, Linux, or Windows. To improve performance, you can deploy an additional Meeting Server and configure it with only this role. Typically, Meeting Servers that run on Microsoft Windows do not require conversion services because documents and presentations display clearly without any intervention. A Recording Capturer Server hosts the real-time recording of online meetings. If you want to enable recorded meetings, then at least one Meeting Server must be configured with this role. In small deployments, the Recording Capturer Server is typically installed on the same server as the Base Meeting Server. In large deployments, the best practice is to install the Recording Capturer on a dedicated server. You can install a Capturer Server on IBM AIX, Linux or Windows. Recording Renderer Server A Recording Renderer Server opens files stored by the Capturer Server, transforms them into movie files, and stores the files so that users can download and view them. You can only install a Renderer Server on Windows. If the Renderer Server shares a computer with any other Meeting Server configuration roles, then the computer must be running Windows. 6

7 Getting Started High Availability How you cluster the Meeting Server depends on the configuration roles you deploy: Base Meeting Server plus any other roles on a single computer: Base Meeting And Conversion Server only: This is considered a pilot deployment useful for small organizations, and cannot be clustered. You can only deploy this topology on Windows because that is the only operating system supported by the Capturer Server. You can deploy multiple servers using the Base Meeting Server role, and then cluster them using WebSphere ND to provide high availability and failover. Capturer and Renderer roles: In an enterprise environment you should deploy each of these roles onto a separate server. These roles cannot be clustered using WebSphere Network Deployment. To provide high availability and failover, you can deploy multiple servers with a particular role, and then deploy a load balancer in front of the servers to distribute workload. You can only deploy these server farms do this with servers that host the same configuration role, and each computer in the server farm can only host a single role. 7

8 A Simple Websphere CELL 8

9 Sametime Meeting Server - Clustering Configuring a cluster of IBM Sametime Meeting Servers involves several tasks configuring the cluster settings configuring an IBM WebSphere proxy server for the cluster optionally deploying an IBM Load Balancer in front of the cluster. Two types of clusters: synchronizing system clocks Vertical cluster - consists of multiple application servers running on each physical node of the cell Horizontal cluster - includes a Primary node plus one or more Secondary nodes, all running the same application. Each node contains one cluster member. Note: Create the cluster of servers first then configure the cluster then start the DM and all node agents and application servers in the cluster. 9

10 Clustering Concepts Typically you cluster servers for Application management High availability, fail over and scalability Both Vertical and Horizontal clustering is supported As soon as you cluster Sametime Meeting Servers, a WAS HTTP Proxy is required Can host a WAS proxy server on any node in the cluster (except the SSC) but due to system resources, you may want to host it on its own computer. Never cluster the WAS HTTP Proxies! Code on the proxy determines what node the room is being attended on If you have multiple, you must configure a loadbalancer to front end them Clustering across the WAN is not supported Clustering is not required to take advantage of a WAS HTTP Proxy 10

11 How a WAS Proxy Determines Routing Important to understand when using a WAS Proxy to jump a firewall The DCS_UNICAST_ADDRESS is the primary channel When DCS reports a server is up the WAS Proxy adds it to the pool When DCS reports a server is down the WAS Proxy removes it from the pool If there are no available servers to route the URI a 503 is returned to the client Remember while you may only be using a WAS HTTP Proxy for a given service, it is still aware of the entire cell When using a WAS Proxy the end user connect to the following ports Using distinct virtual hosts are key to insure that routing is correctly done. PROXY_HTTP_ADDRESS PROXY_HTTPS_ADDRESS And the WAS Proxy then routes the request to the appropriate back end server(s) WebContainer ports A WAS proxy can be on the same node as other application servers 11

12 What is a Virtual Host? Simply put - a virtual host ties an application's 'context root' (URI) to host:port combination(s) By default - we use the "default_host" - this primarily uses * for the hostname(s) (match any) When we create distinct Virtual hosts - we can be very specific. 'meetings.company.com' is in the "stmeeting_host" 'stproxy.company.com' is in the "stproxy_host" Both applications are assigned to their own virtual hosts IF the WAS HTTP Proxy ip address has 2 DNS aliases - 'meetings.company.com' and 'stproxy.company.com' when the WAS HTTP Proxy gets a request for ' it knows to correctly route it to one of the nodes that has the Sametime Meetings application and not to any other node that also has a 'root (/)' context If we only had the default_host and * - it would not know how to distinguish the request Remember - even if you have a WAS HTTP Proxy on a node that only listens for "Sametime Meeting" addresses, the WAS HTTP Proxy is a "cell" level item and it still knows about and can route to the other nodes in the cell if there is another context root that matches 12

13 A WAS Cluster (HTTP) for Meetings 13

14 Planning Create STMS database on db2 Know your LDAP server! LDAP server hostname Port : SSL or non-ssl Required to have the "mail" attribute assigned to each user - must be a unique string Jumping a firewall to allow external access? Integrating Sametime Proxy for awareness and WebAV? Must have its own unique hostname Create the following deployment plans DB2 Guided Activity for STMS database LDAP Guided Activity Primary Node plan for STMeetings Atleast 1 Secondary Node plan for STMeetings As stated before the WAS HTTP Proxy can be run on one of the nodes For optimum performance, create a 2nd SN plan that is for the WAS HTTP Proxy 14

15 Installing Install one node at a time Upgrade directly to latest IFR 1 release Once installation is complete, then cluster To create a standalone WAS HTTP Proxy If installing a standalone node for the WAS HTTP Proxy, do not 'cluster' this node lookupname=administering+sametime+standard interim+feature+release+1+d ocumentation#action=opendocument&res_title=optional_adding_a_standalone_webs phere_proxy_server_to_the_cluster_st852ifr1&content=pdcontent If Adding a WAS HTTP Proxy to an existing node lookupname=administering+sametime+standard interim+feature+release+1+d ocumentation#action=opendocument&res_title=configuring_a_websphere_proxy_ser ver_st852ifr1&content=pdcontent 15

16 Installing Sametime Meeting server Guided Activity 16

17 Guided Activity Contd... 17

18 Guided Activity Contd... 18

19 Guided Activity Contd... 19

20 Guided Activity Contd... 20

21 Sametime Meeting Server Verify Install Log in to the server - try creating a new meeting room. From a web browser, navigate to the Meeting Room Center using URL: To verify the port number being used by the application, log in to the console of the Deployment Manager and enter the following URL: is the default port when the Meeting Server is installed as a Cell Profile is the default port when the Meeting Server is installed as a PN and federated to the SSC Click Servers -> WebSphere application servers -> STMeetingServer -> ports -> WC_defaulthost to find the port number. 21

22 Sametime Meeting Server Verify Install Can also verify the HTTP port number used by the Meeting Server using AboutThisProfile.txt file - use the setting specified for the HTTP transport port. The default profile name is short_host_namestmpnprofile1 when you use a deployment plan to install the server. Using meeting server URL -click Log In, enter user name and password to log in to the Meeting Center. Click New Meeting Room, then fill in the fields - click Save. The new meeting appears in the list of meetings that you own. Click Enter Meeting Room below the name of the new meeting to join the meeting. 22

23 Sametime Meeting Server Room Administration Assigning administrators to the Meeting Room Center This allows for administrators to access details about the meeting rooms themselves. 23

24 Sametime Meeting Server Document Conversion Sametime Meeting Server lets you take files of various formats - e.g. slides, images, and documents and converts them so they can be shared in a meeting room as slides. Meeting Server uses the file system on the server to store and convert documents and presentations to slides. There are certain required steps to configure the server for document conversion technology Note: There are no special configuration steps for using document conversion technology on Windows servers 24

25 Cluster WebSphere Application Servers 25

26 Click Next to begin the clustering activity 26

27 Select Product to Cluster Select the product server to cluster, and then click Next. The list only displays Sametime products for which one or more servers have been installed and registered with SSC. 27

28 Select or create a Cluster To create a cluster: Click Create Cluster if you are setting up a new cluster. Type a descriptive name for the cluster in the Cluster Name field. For example, if you are creating a cluster of Sametime Meeting Servers, you will probably want to indicate that in the cluster name so you can easily identify it later. Click Next To modify an existing cluster; for example, to add a new cluster member: Click Select Existing Cluster. Select a cluster in the Cluster Name list. If you are going to add a node or cluster member to the cluster, you must use the same Sametime product. e.g, you cannot add a Sametime Meeting Server cluster member to a cluster of Sametime Proxy Servers. Click Next 28

29 Select or create a Cluster 29

30 Select the Deployment Manager In the Select Deployment Manager list, select the SSC as the cluster's deployment manager, and click Next. Every cluster must have exactly one Deployment Manager; the SSC can function as the Deployment Manager for multiple clusters. 30

31 Create the Cluster with the Primary Node You created and federated a primary node when you installed the first server for this product. Make sure that the Primary Node's application server is running. Click Create cluster to configure the cluster settings, and then click Next 31

32 Select One or More Secondary Nodes If you are creating a horizontal cluster where each node is hosted on a separate computer, add one or more secondary nodes to the cluster. You created and federated the secondary nodes when you installed them. In the Secondary Node Name list, click the node you want to add to the cluster and click Next. 32

33 Add Cluster Members If you are creating a vertical cluster where multiple copies of the application are hosted on a single computer, add one or more "cluster members" to the Primary Node. If you are creating a horizontal cluster, add one cluster member to each of the secondary nodes you federated in the previous step. The table lists Cluster Members, the Node that the cluster resides on, and the Status of each cluster member. Each node in the cluster needs to have at least one cluster member created on it for the node to be used in the cluster. The status of a Cluster Member will be "Clustered" if the cluster member has been completely configured on the node. If the status is "Ready to Cluster", select the Cluster Member and use the "Add to Cluster" button to finish configuring the cluster member. 33

34 Add Cluster Members Vertical cluster: To add new cluster member, click New. Select the default name generated for the cluster member or enter your own cluster member server name. Select the Primary Node to create the cluster member on. Click Add to Cluster The status will change from "Ready to cluster" to "Clustered". If you want to add more Vertical cluster members, click New to add another row to the table, and then fill out the information accordingly. Click Next. 34

35 Add Cluster Members Horizontal cluster: For each Secondary Node you added a cluster member is pre-populated into the table for you, one on each of the Secondary Nodes. Select the default cluster member name for each server or update with your own name One at a time, select each cluster member and click Add to Cluster. Do not proceed until the current cluster member's status changes from "Ready to cluster" to "Clustered"; then you can add the next cluster member. Click Next. 35

36 Add Cluster Members 36

37 Deployment Summary Click Finish to save the cluster configuration. Complete the cluster's configuration by performing the following tasks: 1. Synchronizing and restarting nodes in the cluster 2. Restarting the application servers in the cluster 37

38 Clustering lookupname=administering+sametime+standard interim+feature+release+1+docume ntation#action=opendocument&res_title=clustering_sametime_meeting_servers_st852ifr1&co ntent=pdcontent 38

39 Tuning For larger deployments, follow the tuning guide These settings help to optimize the environment for 'maximum capacity' by tuning the JVM heap, Garbage Collection and caching capabilities Be sure to understand the document and your environment fully before implementing the guidelines 39

40 Meetings Recordings Capturer and Renderer 40

41 Meeting Recording There are 4 parts to meeting Recordings. General Capture Audio Capture Render Rest API Application In order for recordings to function there must be at least 1 capture server and 1 render server(windows only). 41

42 Bullet 1 Page 12 heading Bullet Capture Mapping Deployment Plan to Configuration Capture Server URL Recording.capture.serverAddress URL of the Meeting Server that is configured with the Basic Meeting Server role recording.capture.meetingserverad Used by the capture server to dress connect to meeting via SDK. Directory where Capture files will be stored recording.capture.rootpath Base path for writing capture files. UNC path with forward slashes if remote. ex. //fileserver.mycompany.com/capture User ID for Capture Server to record meetings recording.capture.user and JAAS Auth Data Alias strecordings Recordings user. strecbot Password for Capture Server JAAS Auth Data Alias strecordings Used by the recording REST api to connect to a SPECIFIC capture server to start/stop recordings. Recordings user password. 42

43 Capture Settings Defined Capture Server URL Need a deployment plan per capture server. The setting will never contain the value of a load balancer or Websphere proxy fronting the meeting server. This setting will be a specific application server running the capture role. Ex. meetingserver.mycompany.com:

44 Capture Settings Defined URL of the Meeting Server that is configured with the Basic Meeting Server role URL that tells the capturer server where it needs to go for meetings. What does this mean? For a single meeting server the setting would need the host and port of the Websphere server running the meeting or the Websphere proxy fronting the meeting if one is in use. Ex. meetingserver.mycompany.com:9080 For a cluster this setting would need to be the Websphere proxy fronting the cluster or a load balancer fronting the Websphere proxies in the event you have multiple Websphere proxies. Ex. meetingproxy.mycompany.com or meetinglb.mycompany.com An easy way to remember this is that the setting would contain the same path that a client goes through to connect to the meeting server. 44

45 Capture Settings Defined Directory where Capture files will be stored Tells the capturer where to write the meeting Stream files. It is okay to use a drive letter if the capture will occur locally. If using multiple capture servers or if the capture and render servers are split that directory can be directed to a shared network resource using a unc path with java friendly forward slashes. ex. //fileserver.mycompany.com/capture *Note: Our installer and post install does not provision any of the volumes specified for recording or renders so the administrator will need to provision these resources and then simply configure the server to point to the correct locations. 45

46 Capture Settings Defined User ID for Capture Server to record meetings strecbot Password for Capture Server The password itself is not exposed in the actual configuration. 46

47 Page 2 heading Bullet 1 Bullet 2 *Note if these values need to be modified after deployment the settings must be manually modified in the file stavrecorder-config.xml. Additionally, the turn settings are only needed if there is a firewall between the capture server and the Video MCU. 47

48 STAV Recorder Settings Defined Hostname for the local audio capture application. This host name must be resolvable and routable from the SIP Proxy/Registrar As you might have guessed this host name must be resolvable and routable from the SIP Proxy/Registrar or cluster. It is specific to the node where the av recorder is running on. Ex.<configuration name="recorderserverhost" value="meetingserver.mycompany.com"/> 48

49 STAV Recorder Settings Defined Port on which the local audio recorder application listens for SIP invitations Similar to hostname field this port must be available to the SIP Proxy/Registrar or cluster. It is specific to the node where the av recorder is running on. If using tls be sure and use the secure tls port. Ex. <configuration name="recorderserverport" value="5061"/> 49

50 STAV Recorder Settings Defined Audio Recorder IP with outbound connectivity to TURN/MCU If a firewall exists between the capture and Video MCU then this setting must be used. In order to install the meeting server properly this setting is required. After an install if the setting is not needed as is the case when the capturer can connect to the Video MCU directly, it may be removed from stavrecorder-config.xml after the install is complete. In a multiple nic scenario this needs to be the nic that resolves the setting Hostname for the local audio capture application in the configuration. Note: It is not always necessary to use this setting even if a turn server exists. Ex. <configuration name="preferredoutboundip" value=""/> 50

51 STAV Recorder Settings Defined SIP Proxy Registrar and Turn Settings These settings are going to be the same hostnames, ports, and transport that your client will use to connect with the environment. It is specific to the node where the av recorder is running on. Ex. <configuration name="proxyserverhost" value="spr.mycompany.com"/> <configuration name="proxyserverport" value="5081"/> <configuration name="siptransportprotocol" value="tls"/> In our scenario since we will not need to make use of the turn server the settings will not be populated. Ex. <configuration name="turnserverudphost" value=""/> <configuration name="turnserverudpport" value=""/> <configuration name="turnservertcphost" value=""/> <configuration name="turnservertcpport" value=""/> 51

52 Directory where Render files will be stored recording.render.rootpath Base path for writing capture files. UNC path with forward slashes if remote. //fileserver.mycompany.com/render Horizontal resolution in output recording.render.renderwidth movie files Horizontal resolution Vertial resolution in output movie files recording.render.renderheight Vertical resolution Number of days that recordings are valid for download recording.daystolive Expiration timeframe expressed in days. Number of days until expired recordings are deleted recording.filesystem.gracedays Grace period for users before the file is removed from the storage. Number of simultaneous renders allowed per cpu core recording.render.schedulingpolicy CoreMultiplier Used to control render scheduling for the server. 52

53 STAV Render Settings Defined Directory where Render files will be stored Location of where rendered files will be located. Similar to Recordings Directory if the path needs to be a shared drive use a unc path with java forward slashes rather than drive letter paths. Ex. //fileserver.mycompany.com/render 53

54 Recording Configuration Settings In a cluster scenario the following two parameters will be set to false for any of the base cluster members. If the Capture and Render are combined for a farm then both should be set to true. Example of a combined Capture and Render Server 54

55 Linux Document Conversion Make the following changes on the Sametime Meeting Server that you installed with the Document Conversion configuration role. 1) If you have legally licensed true-type fonts available, copy them to /opt/ibm/websphere/stmeetingsserver/stellent/fonts. Make sure that the extensions for the fonts are lowercase (*.ttf) and each font has the correct permission level (755). 2) Set the following environment variables. The WebSphere path might be different in your deployment. PATH=$PATH:/opt/IBM/WebSphere/STMeetingsServer/stellent export PATH LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/IBM/WebSphere/STMeetingsServer/stellent export LD_LIBRARY_PATH GDFONTPATH=/opt/IBM/WebSphere/STMeetingsServer/stellent/fonts export GDFONTPATH Note: The LD_LIBRARY_PATH variable can be overwritten by other scripts. If you are able to convert image files and not other documents (.txt,.doc,.ppt, etc.), then this might be the cause. Type 'set' in a terminal to see if this variable is still set and has the correct value. Note: The GDFONTPATH variable must not contain a ':' in the beginning. The only value that should be set here is the path to the fonts. Do not append anything before or after. 55

56 Linux Document Conversion Recommended steps for a successful setup. Run the servers as root. Set the environment variables in the actual meeting start script itself. Ex.startServer.sh #!/bin/sh PATH=$PATH:/opt/IBM/WebSphere/STMeetingsServer/stellent export PATH LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/IBM/WebSphere/STMeetingsServer/stellent export LD_LIBRARY_PATH GDFONTPATH=/opt/IBM/WebSphere/STMeetingsServer/stellent/fonts export GDFONTPATH bindir=`dirname ${0}` ${bindir}/setupcmdline.sh ${WAS_HOME}/bin/startServer.sh "$@" One final consideration is that since we require the render server to be on Windows and need Windows desktop experience if an admin wishes to deploy everything on one box for meetings then they will need to setup the meeting server on a Windows machine rather than linux. 56

57 Extending Sametime Meetings 57

58 Why should we extend our communications to the outside? Add awareness and chat capabilites to external partners and in applications Hold internal meetings with remote employees Hold external meetings with external partners Extend AV capabilities beyond the firewall Add Mobile Access Real-time social communications virtually wherever you are working. Online presence indicators and enterprise instant messaging on Apple ios, Google Android, Research In Motion BlackBerry, Nokia Symbian and Microsoft Windows Mobile handheld devices Business cards with contact information Instant messaging for one-on-one conversations and group messaging Intuitive user interface that manages multiple active chat sessions on small screens. Chat history Use browser-based meetings on your Apple ipad or Android tablet to join Sametime meeting rooms directly from URLs in the calendar or messaging application 58

59 Mobile Access Sametime Meetings Sametime mobile meetings with browser and app options. create new meeting rooms or search for meeting rooms by room or owner name control a presentation as well as use annotation and zoom tools. Android Client Or participate in Sametime online meetings from your Apple ipad, Android-based tablet or BlackBerry smartphone. IOS Client Use browser-based meetings on your Apple ipad or Android tablet to join Sametime meeting rooms directly from URLs in the calendar or messaging application Note: Requires IFR 1 to be installed 59

60 Extending Meeting Services 3 Scenarios Fully Separated Internal and external Meetings Allowing external access to internal Meetings All of the above! Security Concerns to be aware of DB2 Access required LDAP access required SSL Highly recommended in all scenarios If you're going to allow external access to internal meetings, you will want to consider Authentication Meeting Passwords Document Upload restrictions Remember, Browser users cannot remote control a shared screen. 60

61 Fully Separated Internal and external Meetings Deploy as a standalone cell Will include its own deployment manager and ISC for local WAS administration No communication with the internal Sametime cell from a Websphere perspective Communication with the Sametime System Console is Over HTTP for administration of Sametime Meeting features (from SSC) Over HTTP for Install and Upgrades (to SSC) When Planning the deployment in the SSC Choose the cell option Ports to open from the DMZ to internal network 9080/9443 to the Sametime System Console for installation and registration 389/636 to LDAP 50000/50001 to DB2 for Meeting Data storage Use a separate database for external meetings Ports to open to the Sametime Meeting Server from the Internet 9080/9443 for Web traffic (configurable) 80/443 if you choose to deploy a WAS HTTP Proxy 61

62 Fully Separated Internal and external Meetings 62

63 Allowing external access to internal Meetings Deploy a Websphere HTTP Proxy to the DMZ Will use the Sametime System console for WAS administration Will be part of the internal Sametime cell from a Websphere perspective Communication with the Sametime System Console is After installation, the Application Server will be removed and you will create a WAS HTTP Proxy on that node Ports to open from the DMZ to internal network 9080/9443/8701/8703 to the Sametime System Console for installation and registration 389/636 to LDAP (required) Websphere Key Ports - defined later in the presentation Web Container ports to the internal Meeting Server Nodes Ports to open to the Sametime Meeting Server from the Internet The proxy will route HTTP traffic to the internal Meeting nodes over the Web Container ports When Planning the deployment in the SSC Choose the SN option Over HTTP for Install and Upgrades (to SSC) 80/443 Don't forget about access to Sametime Proxy in this scenario! 63

64 Allowing external access to internal Meetings 64

65 Press *1 on your telephone to ask a question. Visit our Support Technical Exchange page or our Facebook page for details on future events. To help shape the future of IBM software, take this quality survey and share your opinion of IBM software used within your organization: IBM Collaboration Solutions Support page IBM Collaboration Services Support 65

IBM Lotus Sametime 8.5.2 Media Manager Cluster Deployment Walk-through Part I Overview and Planning. 2009 IBM Corporation

IBM Lotus Sametime 8.5.2 Media Manager Cluster Deployment Walk-through Part I Overview and Planning. 2009 IBM Corporation IBM Lotus Sametime 8.5.2 Media Manager Cluster Deployment Walk-through Part I Overview and Planning Scope and Overview The purpose of this walk-through is to demonstrate setting up a basic clustered Sametime

More information

Configuration Guide BES12. Version 12.3

Configuration Guide BES12. Version 12.3 Configuration Guide BES12 Version 12.3 Published: 2016-01-19 SWD-20160119132230232 Contents About this guide... 7 Getting started... 8 Configuring BES12 for the first time...8 Configuration tasks for managing

More information

Sametime Gateway Version 9. Deploying DMZ Secure Proxy Server

Sametime Gateway Version 9. Deploying DMZ Secure Proxy Server Sametime Gateway Version 9 Deploying DMZ Secure Proxy Server November 2013 Edition Notice Note: Before using this information and the product it supports, read the information in "Notices." This edition

More information

Configuration Guide BES12. Version 12.2

Configuration Guide BES12. Version 12.2 Configuration Guide BES12 Version 12.2 Published: 2015-07-07 SWD-20150630131852557 Contents About this guide... 8 Getting started... 9 Administrator permissions you need to configure BES12... 9 Obtaining

More information

Chapter 1 - Web Server Management and Cluster Topology

Chapter 1 - Web Server Management and Cluster Topology Objectives At the end of this chapter, participants will be able to understand: Web server management options provided by Network Deployment Clustered Application Servers Cluster creation and management

More information

Enterprise Content Management System Monitor. How to deploy the JMX monitor application in WebSphere ND clustered environments. Revision 1.

Enterprise Content Management System Monitor. How to deploy the JMX monitor application in WebSphere ND clustered environments. Revision 1. Enterprise Content Management System Monitor How to deploy the JMX monitor application in WebSphere ND clustered environments Revision 1.3 CENIT AG Author: Juergen Poiger 25. August 2015 2 Content Disclaimer...

More information

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide BlackBerry Enterprise Service 10 Version: 10.2 Configuration Guide Published: 2015-02-27 SWD-20150227164548686 Contents 1 Introduction...7 About this guide...8 What is BlackBerry Enterprise Service 10?...9

More information

Application Note: Cisco Integration with Onsight Connect

Application Note: Cisco Integration with Onsight Connect Application Note: Cisco Integration with Onsight Connect Table of Contents Application Note:... 1 Cisco Integration with Onsight Connect... 3 Direct Onsight Device to Cisco Endpoint Calls... 3 Cisco Unified

More information

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0 Configuration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2014-12-19 SWD-20141219132902639 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12...

More information

Configuration Guide. BES12 Cloud

Configuration Guide. BES12 Cloud Configuration Guide BES12 Cloud Published: 2016-04-08 SWD-20160408113328879 Contents About this guide... 6 Getting started... 7 Configuring BES12 for the first time...7 Administrator permissions you need

More information

Configuration Guide BES12. Version 12.1

Configuration Guide BES12. Version 12.1 Configuration Guide BES12 Version 12.1 Published: 2015-04-22 SWD-20150422113638568 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12... 8 Product documentation...

More information

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5 Course Page - Page 1 of 5 WebSphere Application Server 7.0 Administration on Windows BSP-1700 Length: 5 days Price: $ 2,895.00 Course Description This course teaches the basics of the administration and

More information

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation Manual - WebSphere On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Feature and Technical

Feature and Technical BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Feature and Technical Overview Published: 2013-11-07 SWD-20131107160132924 Contents 1 Document revision history...6 2 What's

More information

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT White Paper IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT Abstract This guide outlines the ideal way to successfully install and configure an IBM WebSphere

More information

DMZ Secure Proxy Environment setup for IP Forwarding

DMZ Secure Proxy Environment setup for IP Forwarding DMZ Secure Proxy Environment setup for IP Forwarding The DMZ Secure Proxy Server for IBM WebSphere Application Server was a new feature introduced in the WebSphere Application Server V7.0 product. An IBM

More information

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note BlackBerry Enterprise Service 10 Secure Work Space for ios and Android Version: 10.1.1 Security Note Published: 2013-06-21 SWD-20130621110651069 Contents 1 About this guide...4 2 What is BlackBerry Enterprise

More information

IBM Connections 4.5 Integration From Zero to Social Hero

IBM Connections 4.5 Integration From Zero to Social Hero For Domino LDAP IBM Collaboration Solutions IBM Connections 4.5 Integration From Zero to Social Hero Frank Altenburg SME for IBM Sametime IBM Collaboration Solutions mailto:frank.altenburg@de.ibm.com Version

More information

Using LifeSize systems with Microsoft Office Communications Server 2007. Server Setup

Using LifeSize systems with Microsoft Office Communications Server 2007. Server Setup Using LifeSize systems with Microsoft Office Communications Server 2007 This technical note describes the steps to integrate a LifeSize video communications device with Microsoft Office Communication Server

More information

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12 DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Oracle E-Business Suite 12 Table of Contents Table of Contents Introducing the BIG-IP LTM Oracle E-Business Suite 12 configuration Prerequisites and configuration

More information

PassGuide.C2040-413.78Q

PassGuide.C2040-413.78Q PassGuide.C2040-413.78Q Number: C2040-413 Passing Score: 800 Time Limit: 120 min File Version: 5.1 http://www.gratisexam.com/ C2040-413 IBM Sametime 9.0 Administration This Dumb Is Valid 100%.I would like

More information

NetSpective Global Proxy Configuration Guide

NetSpective Global Proxy Configuration Guide NetSpective Global Proxy Configuration Guide Table of Contents NetSpective Global Proxy Deployment... 3 Configuring NetSpective for Global Proxy... 5 Restrict Admin Access... 5 Networking... 6 Apply a

More information

Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123. Instructor Manual

Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123. Instructor Manual Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123 Instructor Manual Published: 2013-07-02 SWD-20130702091645092 Contents Advance preparation...7 Required materials...7 Topics

More information

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected (

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected ( Avaya one X Portal 1.1.3 Lightweight Directory Access Protocol (LDAP) over Secure Socket Layer (SSL) Configuration This document provides configuration steps for Avaya one X Portal s 1.1.3 communication

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

SeeTec ExpansionPackage

SeeTec ExpansionPackage SeeTec ExpansionPackage Contents Contents 1 SeeTec WebClient...1 1.1 System requirements... 2 1.1.1 Server requirements for Apache HTTP Server, SeeTec TranscodingEngine (STE) and SeeTec ApplicationGateway

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

http://www.trendmicro.com/download

http://www.trendmicro.com/download 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 software, please review the readme files,

More information

ENABLING RPC OVER HTTPS CONNECTIONS TO M-FILES SERVER

ENABLING RPC OVER HTTPS CONNECTIONS TO M-FILES SERVER M-FILES CORPORATION ENABLING RPC OVER HTTPS CONNECTIONS TO M-FILES SERVER VERSION 2.3 DECEMBER 18, 2015 Page 1 of 15 CONTENTS 1. Version history... 3 2. Overview... 3 2.1. System Requirements... 3 3. Network

More information

DEPLOYMENT GUIDE CONFIGURING THE BIG-IP LTM SYSTEM WITH FIREPASS CONTROLLERS FOR LOAD BALANCING AND SSL OFFLOAD

DEPLOYMENT GUIDE CONFIGURING THE BIG-IP LTM SYSTEM WITH FIREPASS CONTROLLERS FOR LOAD BALANCING AND SSL OFFLOAD DEPLOYMENT GUIDE CONFIGURING THE BIG-IP LTM SYSTEM WITH FIREPASS CONTROLLERS FOR LOAD BALANCING AND SSL OFFLOAD Configuring the BIG-IP LTM system for use with FirePass controllers Welcome to the Configuring

More information

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0 White Paper Enterprise File Serving 2.0 Anywhere, Any Device File Access with IT in Control Like it or not, cloud- based file sharing services have opened up a new world of mobile file access and collaborative

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

BlackBerry Enterprise Server for Microsoft Office 365 preinstallation checklist

BlackBerry Enterprise Server for Microsoft Office 365 preinstallation checklist BlackBerry Enterprise Server for Microsoft Office 365 preinstallation checklist This document lists the preinstallation requirements that must be met before you install the BlackBerry Enterprise Server

More information

LifeSize Transit Deployment Guide June 2011

LifeSize Transit Deployment Guide June 2011 LifeSize Transit Deployment Guide June 2011 LifeSize Tranist Server LifeSize Transit Client LifeSize Transit Deployment Guide 2 Firewall and NAT Traversal with LifeSize Transit Firewalls and Network Address

More information

Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0

Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Third edition (May 2012). Copyright International Business Machines Corporation 2012. US Government Users Restricted

More information

Instant Chime for IBM Sametime High Availability Server Guide

Instant Chime for IBM Sametime High Availability Server Guide Instant Chime for IBM Sametime High Availability Server Guide Fall 2014 Page 1 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant

More information

Configuring ADOBE LIVECYCLE ES4 Application Server Cluster using WEBSPHERE

Configuring ADOBE LIVECYCLE ES4 Application Server Cluster using WEBSPHERE Configuring ADOBE LIVECYCLE ES4 Application Server Cluster using WEBSPHERE Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1:

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BlackBerry Resource Kit for BlackBerry Enterprise Service 10 Version 10.2 Published: 2015-11-12 SWD-20151112124827386 Contents Overview: BlackBerry Enterprise Service

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

User-ID Configuration

User-ID Configuration User-ID Configuration How to configure Active Directory for User-ID based internet access. Nick Pearce 5/11/2015 1 Install and configure the User-ID agent. Download the.zip file from https://dl.sgcyp.org.uk/pan/user-id.zip

More information

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern Copyright IBM Corporation 2010 All rights reserved WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern What this exercise is about... 2 Exercise requirements... 2

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

Setup Guide for AD FS 3.0 on the Apprenda Platform

Setup Guide for AD FS 3.0 on the Apprenda Platform Setup Guide for AD FS 3.0 on the Apprenda Platform Last Updated for Apprenda 6.0.3 The Apprenda Platform leverages Active Directory Federation Services (AD FS) to support identity federation. AD FS and

More information

VMware Identity Manager Connector Installation and Configuration

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

More information

Configure Single Sign on Between Domino and WPS

Configure Single Sign on Between Domino and WPS Configure Single Sign on Between Domino and WPS What we are doing here? Ok now we have the WPS server configured and running with Domino as the LDAP directory. Now we are going to configure Single Sign

More information

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1.

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. WASv61_SIP_overview.ppt Page 1 of 27 This presentation will provide an overview of

More information

LifeSize ClearSea Administrator Guide

LifeSize ClearSea Administrator Guide LifeSize ClearSea Administrator Guide August 2012 LifeSize ClearSea Administrator Guide 2 LifeSize ClearSea Server LifeSize ClearSea is a client/server solution for desktop and mobile video collaboration.

More information

A Step-By-Step Guide to Configuring a WebSphere Portal v8.0.0.1 Dynamic Cluster

A Step-By-Step Guide to Configuring a WebSphere Portal v8.0.0.1 Dynamic Cluster A Step-By-Step Guide to Configuring a WebSphere Portal v8.0.0.1 Dynamic Cluster Hunter Tweed WebSphere Portal Level 2 Support Technical Lead IBM Raleigh Lab August, 2013 Copyright International Business

More information

IceWarp to IceWarp Server Migration

IceWarp to IceWarp Server Migration IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone

More information

Introduction to the EIS Guide

Introduction to the EIS Guide Introduction to the EIS Guide The AirWatch Enterprise Integration Service (EIS) provides organizations the ability to securely integrate with back-end enterprise systems from either the AirWatch SaaS environment

More information

Configuring the BIG-IP system for FirePass controllers

Configuring the BIG-IP system for FirePass controllers Deployment Guide Configuring the BIG-IP System with FirePass Controllers for Load Balancing and SSL Offload Configuring the BIG-IP system for FirePass controllers Welcome to the Configuring the BIG-IP

More information

BlackBerry Enterprise Service 10 version 10.2 preinstallation and preupgrade checklist

BlackBerry Enterprise Service 10 version 10.2 preinstallation and preupgrade checklist BlackBerry Enterprise Service version.2 preinstallation and preupgrade checklist Verify that the following requirements are met before you install or upgrade to BlackBerry Enterprise Service version.2.

More information

Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0

Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0 Security Guide BlackBerry Enterprise Service 12 for ios, Android, and Windows Phone Version 12.0 Published: 2015-02-06 SWD-20150206130210406 Contents About this guide... 6 What is BES12?... 7 Key features

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Feature and Technical Overview Published: 2010-06-16 SWDT305802-1108946-0615123042-001 Contents 1 Overview: BlackBerry Enterprise

More information

What's New in BlackBerry Enterprise Server 5.0 SP4 for Novell GroupWise

What's New in BlackBerry Enterprise Server 5.0 SP4 for Novell GroupWise What's New in BlackBerry Enterprise Server 5.0 SP4 for Novell GroupWise Upgrade paths Enhancements to the setup application Administrators can upgrade to BlackBerry Enterprise Server 5.0 SP4 for Novell

More information

ITG Software Engineering

ITG Software Engineering IBM WebSphere Administration 8.5 Course ID: Page 1 Last Updated 12/15/2014 WebSphere Administration 8.5 Course Overview: This 5 Day course will cover the administration and configuration of WebSphere 8.5.

More information

Vocera Messaging Platform Administration Guide. Version 4.8

Vocera Messaging Platform Administration Guide. Version 4.8 Vocera Messaging Platform Administration Guide Version 4.8 Copyright 2002-2013 Vocera Communications, Inc. All rights reserved. Protected by US Patent Numbers D486,806; D486,807; 6,892,083; 6,901,255;

More information

Deploying Intellicus Portal on IBM WebSphere

Deploying Intellicus Portal on IBM WebSphere Deploying Intellicus Portal on IBM WebSphere Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com

More information

Advanced Configuration Administration Guide

Advanced Configuration Administration Guide Advanced Configuration Administration Guide Active Learning Platform October 2015 Table of Contents Configuring Authentication... 1 PingOne... 1 LMS... 2 Configuring PingOne Authentication... 3 Before

More information

How To Integrate An Ipm With Airwatch With Big Ip On A Server With A Network (F5) On A Network With A Pb (Fiv) On An Ip Server On A Cloud (Fv) On Your Computer Or Ip

How To Integrate An Ipm With Airwatch With Big Ip On A Server With A Network (F5) On A Network With A Pb (Fiv) On An Ip Server On A Cloud (Fv) On Your Computer Or Ip F5 Networks, Inc. F5 Recommended Practices for BIG-IP and AirWatch MDM Integration Contents Introduction 4 Purpose 5 Requirements 6 Prerequisites 6 AirWatch 6 F5 BIG-IP 6 Network Topology 7 Big-IP Configuration

More information

Mobile Device Management Version 8. Last updated: 17-10-14

Mobile Device Management Version 8. Last updated: 17-10-14 Mobile Device Management Version 8 Last updated: 17-10-14 Copyright 2013, 2X Ltd. http://www.2x.com E mail: info@2x.com Information in this document is subject to change without notice. Companies names

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 4.1 Service Pack: 7. Upgrade Guide

BlackBerry Enterprise Server for Microsoft Exchange Version: 4.1 Service Pack: 7. Upgrade Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 4.1 Service Pack: 7 Upgrade Guide Published: 2009-10-18 SWD-905156-1018090704-001 Contents 1 Choosing a BlackBerry Enterprise Server upgrade

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

WHITE PAPER Citrix Secure Gateway Startup Guide

WHITE PAPER Citrix Secure Gateway Startup Guide WHITE PAPER Citrix Secure Gateway Startup Guide www.citrix.com Contents Introduction... 2 What you will need... 2 Preparing the environment for Secure Gateway... 2 Installing a CA using Windows Server

More information

650-294 Q&A. DEMO Version

650-294 Q&A. DEMO Version TelePresence Video Field Engineer for Express Exam Q&A DEMO Version Copyright (c) 2012 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free

More information

Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide

Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide Fall 2014 Page 1 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license

More information

Sametime Unified Telephony Lite Client:

Sametime Unified Telephony Lite Client: Sametime Version 8.5.2 From Zero to Hero Sametime Unified Telephony Lite Client: Configuring SIP trunks to third-party audio/video equipment Contents Edition Notice...4 1 Introduction...5 1.1 What is Sametime

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Using LifeSize Systems with Microsoft Office Communications Server 2007

Using LifeSize Systems with Microsoft Office Communications Server 2007 Using LifeSize Systems with Microsoft Office Communications Server 2007 This technical note describes the steps to integrate a LifeSize video communications device with Microsoft Office Communication Server

More information

Deploying the BIG-IP LTM with Microsoft Skype for Business

Deploying the BIG-IP LTM with Microsoft Skype for Business F5 Deployment Guide Deploying the BIG-IP LTM with Microsoft Skype for Business Welcome to the Microsoft Skype for Business Server deployment guide. This document contains guidance on configuring the BIG-

More information

Administration Guide. BlackBerry Enterprise Service 12. Version 12.0

Administration Guide. BlackBerry Enterprise Service 12. Version 12.0 Administration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2015-01-16 SWD-20150116150104141 Contents Introduction... 9 About this guide...10 What is BES12?...11 Key features of BES12...

More information

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway)

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Deployment Guide Cisco VCS X8.1 D14651.08 August 2014 Contents Introduction 4 Example network deployment 5 Network

More information

Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5

Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5 Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5 What is this document for? This document is a Step-by-Step Guide that can be used to quickly install Spam Marshall SpamWall on Exchange

More information

IFS CLOUD UPLINK INSTALLATION GUIDE

IFS CLOUD UPLINK INSTALLATION GUIDE IFS CLOUD UPLINK INSTALLATION GUIDE ABSTRACT This guide describes how to install IFS Cloud Uplink. UPLINK VERSION 4.13 PREPARE THE WEB SERVER THAT SERVES IFS EXTENDED SERVER Since the user credentials

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

LifeSize UVC Video Center Deployment Guide

LifeSize UVC Video Center Deployment Guide LifeSize UVC Video Center Deployment Guide November 2013 LifeSize UVC Video Center Deployment Guide 2 LifeSize UVC Video Center LifeSize UVC Video Center records and streams video sent by LifeSize video

More information

A Guide to New Features in Propalms OneGate 4.0

A Guide to New Features in Propalms OneGate 4.0 A Guide to New Features in Propalms OneGate 4.0 Propalms Ltd. Published April 2013 Overview This document covers the new features, enhancements and changes introduced in Propalms OneGate 4.0 Server (previously

More information

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deployment Guide Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Welcome to the BIG-IP LTM system -

More information

LifeSize UVC Manager TM Deployment Guide

LifeSize UVC Manager TM Deployment Guide LifeSize UVC Manager TM Deployment Guide May 2014 LifeSize UVC Manager Deployment Guide 2 LifeSize UVC Manager Network administrators who use UVC Manager to manage video and voice communications systems

More information

Preinstallation Requirements Guide

Preinstallation Requirements Guide Preinstallation Requirements Guide Synergy 3.4.9 June 2015 Synergy 2015 TOC 1: Introduction 4 Synergy platform modules 4 Synergy install procedure - your responsibilities 4 Further information about Synergy

More information

Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server.

Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server. Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server. Introduction The Avaya Aura Application Enablement Services Integration for Microsoft

More information

GRAVITYZONE HERE. Deployment Guide VLE Environment

GRAVITYZONE HERE. Deployment Guide VLE Environment GRAVITYZONE HERE Deployment Guide VLE Environment LEGAL NOTICE All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including

More information

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc.

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc. ARGUS Symphony 1.6 and Business App Toolkit 6/13/2014 2014 ARGUS Software, Inc. Installation Guide for ARGUS Symphony 1.600.0 6/13/2014 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite

More information

SuperOffice Pocket CRM

SuperOffice Pocket CRM SuperOffice Pocket CRM Version 7.5 Installation Guide Page 1 Table of Contents Introduction... 3 Prerequisites... 3 Scenarios... 3 Recommended small scenario... 3 About this version... 4 Deployment planning...

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

IBM WebSphere Application Server Communications Enabled Applications Setup guide

IBM WebSphere Application Server Communications Enabled Applications Setup guide Copyright IBM Corporation 2009, 2011 All rights reserved IBM WebSphere Application Server Communications Enabled Applications Setup guide What this exercise is about... 1 Lab requirements... 2 What you

More information

BlackBerry Enterprise Service 10. Universal Device Service Version: 10.2. Administration Guide

BlackBerry Enterprise Service 10. Universal Device Service Version: 10.2. Administration Guide BlackBerry Enterprise Service 10 Universal Service Version: 10.2 Administration Guide Published: 2015-02-24 SWD-20150223125016631 Contents 1 Introduction...9 About this guide...10 What is BlackBerry

More information

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with Oracle Application Server 10g

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with Oracle Application Server 10g DEPLOYMENT GUIDE Version 1.1 Deploying F5 with Oracle Application Server 10g Table of Contents Table of Contents Introducing the F5 and Oracle 10g configuration Prerequisites and configuration notes...1-1

More information

What's New in Sametime 8.5. Roberto Chiabra IBM Certified IT Specialist

What's New in Sametime 8.5. Roberto Chiabra IBM Certified IT Specialist What's New in Sametime 8.5 Roberto Chiabra IBM Certified IT Specialist What's new in Sametime 8.5 Sametime Connect Client Online Meetings Audio / Video W eb Browser Clients & W eb 2.0 APIs Sametime Systems

More information

HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS

HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS Overview of Oracle JInitiator Oracle JInitiator enables users to run Oracle Forms applications using Netscape Navigator or Internet Explorer. It

More information

CUSTOMER Installing SAP Afaria

CUSTOMER Installing SAP Afaria SAP Afaria Document Version: 7 SP05-2014-09-02 CUSTOMER Table of Contents 1....3 1.1 Launching the Afaria Setup Program....3 1.2 Installing the Afaria Server....4 1.2.1 Configuring Afaria to use LDAP....6

More information

2 Downloading Access Manager 3.1 SP4 IR1

2 Downloading Access Manager 3.1 SP4 IR1 Novell Access Manager 3.1 SP4 IR1 Readme May 2012 Novell This Readme describes the Novell Access Manager 3.1 SP4 IR1 release. Section 1, Documentation, on page 1 Section 2, Downloading Access Manager 3.1

More information

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with IBM WebSphere 7

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with IBM WebSphere 7 DEPLOYMENT GUIDE Version 1.1 Deploying F5 with IBM WebSphere 7 Table of Contents Table of Contents Deploying the BIG-IP LTM system and IBM WebSphere Servers Prerequisites and configuration notes...1-1

More information

Sophos Mobile Control Installation guide. Product version: 3.6

Sophos Mobile Control Installation guide. Product version: 3.6 Sophos Mobile Control Installation guide Product version: 3.6 Document date: November 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...5 3 Set up Sophos Mobile Control...11 4 External

More information

Prepare your IP network for HD video conferencing

Prepare your IP network for HD video conferencing Prepare your IP network for HD video conferencing Bogdan Voaidas, Knut Bjørkli and Robin Støckert HERD Energy - Project: Sustainable Energy and Environment in the Western Balkans (SEE-WB) Target groups

More information

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15 Product Manual MDM On Premise Installation Version 8.1 Last Updated: 06/07/15 Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 www.parallels.com

More information