SlideShare une entreprise Scribd logo
1  sur  261
Télécharger pour lire hors ligne
© 2013 IBM Corporation
SHOW101
Making IBM Traveler High Available –
Part 2:
Extending And Securing The Network
René Winkelmeyer | midpoints GmbH
Detlev Pöttgen | midpoints GmbH
2 © 2013 IBM Corporation
About us
 René Winkelmeyer
 Senior Consultant at midpoints GmbH
IBM Advanced Business Partner from Germany
http://www.midpoints.de
 Specialized in RCP development, XPages
development and building mobile infrastructures
 IBM Design Partner for Notes/Domino Next and Mobile
 OpenNTF Contributor
─ File Navigator (http://filenavigator.openntf.org)
─ Generic NSF View Widget for IBM Connections
3 © 2013 IBM Corporation
About us
 Detlev Pöttgen
 Co-Founder and CTO of midpoints GmbH
IBM Advanced Business Partner from Germany
http://www.midpoints.de
 Specialized in Domino & IMC Administration and
building mobile infrastructures
 IBM Design Partner for Notes/Domino Next and Mobile
4 © 2013 IBM Corporation
How to get in touch with us?
 René
─ Mail: rene.winkelmeyer@midpoints.de / mail@winkelmeyer.com
─ Blog: http://www.midpoints.de / http://blog.winkelmeyer.com
─ Skype: muenzpraeger
─ Twitter: muenzpraeger
─ LinkedIn: http://de.linkedin.com/in/muenzpraeger
─ XING: https://www.xing.com/profile/Rene_Winkelmeyer
─ Slideshare: http://www.slideshare.net/muenzpraeger
─ G+: http://www.winkelmeyer.com/+
 Detlev
─ Mail: detlev.poettgen@midpoints.de
─ Blog: http://www.netzgoetter.de
─ Twitter: netzgoetter
─ LinkedIn: http://de.linkedin.com/in/netzgoetter
─ XING: https://www.xing.com/profile/Detlev_Poettgen
5 © 2013 IBM Corporation
Legal first!
 This slide presentation may contain the following copyrighted, trademarked
and/or restricted terms:
─ IBM® DB2®, IBM® Domino®, IBM® Notes®, IBM® WebSphere®, Microsoft® Windows®,
Linux®
6 © 2013 IBM Corporation
Agenda
 High Availability in the context of IBM Notes Traveler
 Using IBM WebSphere Edge Components as Load Balancer
 Using IBM Mobile Connect as Reverse Proxy
 Additional Notes
 Q & A
7 © 2013 IBM Corporation
Agenda
 High Availability in the context of IBM Notes Traveler
 Using IBM WebSphere Edge Components as Load Balancer
 Using IBM Mobile Connect as Reverse Proxy
 Additional Notes
 Q & A
8 © 2013 IBM Corporation
High Availability in the context of IBM Notes Traveler
9 © 2013 IBM Corporation
High Availability in the context of IBM Notes Traveler
 See SHOW100 for this.
10 © 2013 IBM Corporation
Agenda
 High Availability in the context of IBM Notes Traveler
 Using IBM WebSphere Edge Components as Load Balancer
 Using IBM Mobile Connect as Reverse Proxy
 Additional Notes
 Q & A
11 © 2013 IBM Corporation
Agenda – Using WebSphere Edge Components
 What is WebSphere Edge Components?
 Preparing the environment – Operating System, DNS, Software
 Installation of IBM Installation Manager
 Installation of IBM WebSphere Edge Components
 Configuration of IBM WebSphere Edge Components Load Balancing
 Configuration of the backend IBM Notes Traveler servers
12 © 2013 IBM Corporation
What is WebSphere Edge Components?
 IBM WebSphere Edge Components is a set of networking tools. The set contains
─ Network Dispatcher (aka Load Balancer), optional with Content Distribution
─ Caching Proxy
 In this session we'll use the Load Balancing component.
13 © 2013 IBM Corporation
What is WebSphere Edge Components?
14 © 2013 IBM Corporation
Agenda – Using WebSphere Edge Components
 What is WebSphere Edge Components?
 Preparing the environment – Operating System, DNS, Software
 Installation of IBM Installation Manager
 Installation of IBM WebSphere Edge Components
 Configuration of IBM WebSphere Edge Components Load Balancing
 Configuration of the backend IBM Notes Traveler servers
15 © 2013 IBM Corporation
Preparing the environment – Operating System
 The demo system runs a newly fresh installed CentOS 6.3 64bit.
 The installation and administration is done in graphical mode. A console mode is
also available, but we are preferring a GUI for demoing purposes.
16 © 2013 IBM Corporation
Preparing the environment – DNS
 The IP-based communication between all components is based on DNS
(Domain Name System).
 When talking about DNS I assume that you're running a real DNS server in your
company.
 For the demo system all used DNS names are mapped via the Linux hosts files.
─ Edge: mobile-edge.curi0.us / edge1.curi0.us / edge2.curi0.us
─ Traveler: traveler1.curi0.us / traveler2.curi0.us
17 © 2013 IBM Corporation
Preparing the environment – DNS (locals hosts editing)
 Open your favorite shell and open the the local hosts file using a text editor like
“vi” or “vim” (depends on how hardcore you're)
18 © 2013 IBM Corporation
Preparing the environment – DNS (locals hosts editing)
 Change the settings as needed for your environment. Use “i” as key to start
inserting text.
 Save the modifications using the key combination “ESC” and then “wq!” (== save
and close)
 Check the modifications using ping
19 © 2013 IBM Corporation
Preparing the environment – Software
 For the installation of the IBM WebSphere Edge Components you have to
download the appropriate package from the IBM Passport Advantage website.
 The following packages/part numbers are available for the WebSphere Network
Deployment of the Edge Components Load Balancer:
─ CI3HKML (Part 1/3)
─ CI3HLML (Part 2/3)
─ CI3HMML (Part 3/3)
 Save the package to /tmp/downloads/ibm/was_edge
20 © 2013 IBM Corporation
Preparing the environment – Software
 In addition you'll need the IBM Installation Manager (former Rational Installation
Manager) to install the WebSphere Edge Components.
 As we're installing V8.5 of the Edge Components you'll need to use the most
current IBM Installation Manager 1.6.1.
─ Download can be found here:
http://www-
947.ibm.com/support/entry/portal/Recommended_fix/Software/Rational/IBM_Installation_Manag
er
21 © 2013 IBM Corporation
Preparing the environment –
Download of IBM Installation Manager
 Following the previous shown link you'll be directed to a list of available
download links. Click on the link for the “Installation Manager and Packaging
Utility download links”
22 © 2013 IBM Corporation
Preparing the environment –
Download of IBM Installation Manager
 On the newly shown website you'll a list of available versions. Click the link for
the “Installation Manager” in the most current (in our case 1.6.1) version.
23 © 2013 IBM Corporation
Preparing the environment –
Download of IBM Installation Manager
 Now select the link (FC) for your operating system.
24 © 2013 IBM Corporation
Preparing the environment –
Download of IBM Installation Manager
 You'll be redirected to the Fix Central. Select the package and click “Continue” to
proceed.
25 © 2013 IBM Corporation
Preparing the environment –
Download of IBM Installation Manager
 Now you can download the installation package. Save it in
/tmp/downloads/ibm/installation_manager.
26 © 2013 IBM Corporation
Agenda – Using WebSphere Edge Components
 What is WebSphere Edge Components?
 Preparing the environment – Operating System, DNS, Software
 Installation of IBM Installation Manager
 Installation of IBM WebSphere Edge Components
 Configuration of IBM WebSphere Edge Components Load Balancing
 Configuration of the backend IBM Notes Traveler servers
27 © 2013 IBM Corporation
Installation of IBM Installation Manager
 Login as user “root” and start the File Browser (Nautilus in our case)
28 © 2013 IBM Corporation
Installation of IBM Installation Manager
 Navigate to the directory /tmp/downloads/ibm/installation_manager and start the
installation with a double click on the install executable
29 © 2013 IBM Corporation
Installation of IBM Installation Manager
 Proceed with “Next”
30 © 2013 IBM Corporation
Installation of IBM Installation Manager
 Accept the license terms and proceed with “Next”.
31 © 2013 IBM Corporation
Installation of IBM Installation Manager
 Leave the installation directory as defined and proceed with “Next”.
32 © 2013 IBM Corporation
Installation of IBM Installation Manager
 Proceed with “Install” to start the installation of the IBM Installation Manager.
33 © 2013 IBM Corporation
Installation of IBM Installation Manager
 Finish the installation with “Restart Installation Manager”.
34 © 2013 IBM Corporation
Agenda – Using WebSphere Edge Components
 What is WebSphere Edge Components?
 Preparing the environment – Operating System, DNS, Software
 Installation of IBM Installation Manager
 Installation of IBM WebSphere Edge Components
 Configuration of IBM WebSphere Edge Components Load Balancing
35 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 The IBM Installation Manager allows to install, update or remove IBM products.
As we're installing a new product select “Install”.
36 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 The IBM Installation Manager can install software from varying repositories:
─ Local files
─ HTTP site
─ Passport Advantage
 As we don't want to rely on an internet connection we'll use a local file repository.
The next slides are showing how to setup a new one.
37 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Selecte the “Repositories” link.
38 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Now select “Repositories” in the left menu and then “Add Repository...” on the
right side.
39 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 This will show an empty file dialog. Select “Browse” to open the file manager.
40 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Navigate to the directory /tmp/downloads/ibm/was_edge/disk1. Select the file
“diskTag.inf” and confirm the selection with “OK”.
41 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Confirm the selection with “OK”.
42 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Press “Test Connections” to verify the successful setup of the repository.
43 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 You'll see this dialog if all repositories have been verified. Close the dialog with
“OK”.
44 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Close the preferences with “OK”.
45 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Closing the preferences will automatically launch the installation/selection dialog
for the available software.
46 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Proceed with “Next”.
47 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Accept the license terms and proceed with “Next”.
48 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 As it's a new installation of the IBM Installation Manager some shared resources
need to be installed. Leave the directory settings as they are and proceed with
“Next”.
49 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Proceed with “Next”.
50 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 If needed you can select more languages. Proceed with “Next”.
51 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Leave the predefined selection (no Metric Server) and proceed with “Next”.
52 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 Start the installation with a click on “Install”.
53 © 2013 IBM Corporation
Installation of WebSphere Edge Components
 We want to start directly, so click on finish (that'll start the Load Balancer
Administration Console).
54 © 2013 IBM Corporation
Agenda – Using WebSphere Edge Components
 What is WebSphere Edge Components?
 Preparing the environment – Operating System, DNS, Software
 Installation of IBM Installation Manager
 Installation of IBM WebSphere Edge Components
 Configuration of IBM WebSphere Edge Components Load Balancing
 Configuration of the backend IBM Notes Traveler servers
55 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 The automatic startup lauches the Load Balancer configuration GUI.
56 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Select “Dispatcher” in the left menu tree.
57 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Make a right click on “Dispatcher” and select “Start Configuration Wizard”. That'll
start the configuration dialog.
58 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Proceed with “Next”.
59 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Proceed with “Next”.
60 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Check the preconditions – the setup won't work if you don't respect them.
61 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 As we're on Linux => start the server. You won't get a direct feedback!
62 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Check if the local hostname is correct and proceed with a click on “Update
Configuration & Continue”.
63 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Add the Cluster name. It needs to be equal to the URL which the clients are
using, in our case “mobile-edge.curi0.us”. Proceed with “Update Configuration &
Continue”.
64 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Check if the cluster has been added successfully. Then proceed with “Next”.
65 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Now we need to set the port which will be used by the clients. The default is set
to “80”.
66 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Change the value to “443” as we'll run HTTPS. Proceed with “Update
Configuration & Continue”.
67 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Check if the port has been added successfully. Proceed with “Next”.
68 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Now we need to add the server names of the used backend servers (here: the
Traveler servers). Click on “Add a server”.
69 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Enter the first server name, in our case “traveler1.curi0.us”. Proceed with “Next”.
70 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Check if the server name has been added successfully. Click on “Add a server”
to add the second server.
71 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Enter the second server name, in our case “traveler2.curi0.us”. Proceed with
“Next”.
72 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Check if the server name has been added successfully. Click on “Update
Configuration & Continue” to proceed.
73 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 We need to start an Advisor as we want the Traveler servers to be monitored.
Enter “HTTPS” as the Advisor name and proceed with “Update Configuration &
Continue”.
74 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Check if the Advisor has been started successfully. Proceed with “Next”.
75 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 The cluster's IP address needs to be set on the backend servers. Select your
operating system (here: Linux) and click on “View Loopback Instructions” to show
the instructions.
76 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Excursion / Repeat – read it often:
─ To work properly the cluster's IP address needs to be added to the local loopback adapter of the
application servers.
─ To work properly the cluster's IP address needs to be added to the local loopback adapter of the
application servers.
─ To work properly the cluster's IP address needs to be added to the local loopback adapter of the
application servers.
─ To work properly the cluster's IP address needs to be added to the local loopback adapter of the
application servers.
─ To work properly the cluster's IP address needs to be added to the local loopback adapter of the
application servers.
 That means: add the Edge servers IP address to the local loopback adapter of
each Traveler server.
77 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Read the configuration settings (better: write them down). Click “Exit” to close the
information dialog.
78 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Done – the Edge server is ready. Click on “Exit” to proceed.
79 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Close the confirmation dialog with “Yes”.
80 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 Right click on “Dispatcher” and select “Connect to Host...” to see the configured
Load Balancer.
81 © 2013 IBM Corporation
Configuration of WebSphere Edge Components Load Balancing
 You now can see, configure and manage the Load Balancer. Done!
82 © 20 1 3 IBM Corporation
Agenda – Using WebSphere Edge Components
 What is WebSphere Edge Components?
 Preparing the environment – Operating System, DNS, Software
 Installation of IBM Installation Manager
 Installation of IBM WebSphere Edge Components
 Configuration of IBM WebSphere Edge Components Load Balancing
 Configuration of the backend IBM Notes Traveler servers
83 © 2013 IBM Corporation
Configuration of the backend IBM Notes Traveler servers
 As previous stated you'll have to add the WebSphere Edge's cluster address to
each (repeat: each) backend server.
84 © 2013 IBM Corporation
Agenda
 High Availability in the context of IBM Notes Traveler
 Using IBM WebSphere Edge Components as Load Balancer
 Using IBM Mobile Connect as Reverse Proxy
 Additional Notes
 Q & A
85 © 2013 IBM Corporation
Agenda – Using IBM Mobile Connect
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring IBM Notes Traveler
86 © 2013 IBM Corporation
Agenda
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring IBM Notes Traveler
87 © 2013 IBM Corporation
What is IBM Mobile Connect?
88 © 2013 IBM Corporation
What is IBM Mobile Connect?
89 © 2013 IBM Corporation
What is IBM Mobile Connect?
90 © 2013 IBM Corporation
What is IBM Mobile Connect?
 Connection Manager (server-side)
─ Software that runs on the server and controls access to enterprise resources Support for IP and
non-IP network protocols
─ Mobile Network Connections (MNC) for combinations of public/private networks
 Distributed Administration (“Gatekeeper”)
─ Java based administrator console that can run on various platforms Policy Management is an
integral part of Administration
 Mobility Client (client-side)
─ Software that runs on the mobile device and interfaces to Connection Manager Mobility Client
authenticates and establishes VPN with Connection Manager Includes toolkit for creating
network-aware applications
 HTTP Access (client-less)
─ HTTP access services provide a SSL secured tunnel for HTTP communication to any HTTP
Version 1.1 application
91 © 2013 IBM Corporation
Agenda
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring IBM Notes Traveler
92 © 2013 IBM Corporation
Preparing the environment – Operating System, DNS, Software
 The session's demo installation of IBM DB2 and IBM Mobile Connect runs on
SUSE Linux Enterprise Server (SLES) 11.
 All components (IBM DB2®, IBM Mobile Connect®, IBM Domino®) are running
for demo purposes on the same machine – for a production environment it is
highly recommended to install the components on separate machines.
 All DNS settings are referring to the same physical IP. You should use your
companies DNS.
 The demo system doesn't use a firewall as all communication happens locally.
93 © 2013 IBM Corporation
Preparing the environment – Operating System
 The demo system runs a newly fresh installed SUSE Linux Enterprise Server
(SLES) 11.
 The installation of DB2 requires an installed X-Windows system like KDE or
Gnome (the last one is used here).
 Furthermore you need a working Korn Shell (ksh) on the Linux system. It is
required by the IBM Mobile Connect installation.
94 © 2013 IBM Corporation
Preparing the environment – DNS
 The IP-based communication between all components is based on DNS
(Domain Name System).
 When talking about DNS we assume that you're running a real DNS server in
your company.
 For the demo system all used DNS names are mapped to the local IP address
via the Linux hosts file.
─ DB2: db2-imc.curi0.us
─ IBM Mobile Connect: imc1.curi0.us
─ Traveler: traveler1.curi0.us / traveler2.curi0.us
─ External Single URL: mobile.curi0.us
 Never ever give the local loopback adapter (127.0.0.1) an alias! That will lead to
errors during the installation process!
95 © 2013 IBM Corporation
Preparing the environment – DNS (local hosts editing)
 Open your favorite shell (like the Gnome Terminal).
 Open the local hosts file using a text editor like “vi”.
96 © 2013 IBM Corporation
Preparing the environment – DNS (local hosts editing)
 Modify the name settings for the used DNS names (key “i” for inserting).
 Save the modifications using the key combination “ESC” and then “wq!” (== save
and close).
 Check the modifications using ping.
127.0.0.1 localhost
192.168.100.50 imc1.curi0.us imc1
192.168.100.50 db2-imc.curi0.us
192.168.100.51 traveler1.curi0.us
192.168.100.52 traveler2.curi0.us
192.168.100.50 mobile.curi0.us
97 © 2013 IBM Corporation
Preparing the environment – DNS (local name resolving)
 The server needs to be able to to resolve it's simple name. If the machines name
is “imc1.curi0.us” the name “imc1” needs to be pinged.
 If that's not possible the installations of DB2 and IBM Mobile Connect won't work!
98 © 2013 IBM Corporation
Preparing the environment – Software (DB2)
 First you need DB2 (any edition, we're using DB2 Express-C 10.1.2).
 You can download DB2 Express-C via this URL.
http://www-01.ibm.com/software/data/db2/express/download.html
 Choose the package which is appropriate for the used operating system – in our
case for Linux x86 - 64 Bit.
 Save the package to /root/install/db2
99 © 2013 IBM Corporation
Preparing the environment – Software (IBM Mobile Connect)
 Then download the two IBM Mobile Connect installation packages from Passport
Advantage.
 The product numbers are
“CID7DML_connection_manager.tar” and
“CID79ML_Gatekeeper.tar”
 Save the package to /root/install/imc
100 © 2013 IBM Corporation
Preparing the environment – Software (Domino & Traveler)
 Besides DB2 and IBM Mobile Connect you'll need one or two running IBM
Domino servers and two or more IBM Notes Traveler server. We're not
describing here how to setup Domino and Traveler – that was part of SHOW100.
101 © 2013 IBM Corporation
Agenda
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring IBM Notes Traveler
102 © 2013 IBM Corporation
Installation of DB2
 Logon to the Linux system as user “root”
 Open your favorite shell (like the “Gnome Terminal”)
103 © 2013 IBM Corporation
Installation of DB2
 Change to the directory “/root/install/db2”
 Unpack the downloaded DB2 installation package using “tar” (you may use the
additional “v” parameter for getting a verbose output of the unpacking)
104 © 2013 IBM Corporation
Installation of DB2
 Switch to the extracted DB2 installation folder expc.
 Launch the db2setup (please remember: you need X-Window for this!)
105 © 2013 IBM Corporation
Installation of DB2
 The startup screen (aka “DB2 Setup Launchpad”) shows up.
106 © 2013 IBM Corporation
Installation of DB2
 Choose “Install a product” and select “Install New”.
107 © 2013 IBM Corporation
Installation of DB2
 Click “Next” to step over to the License Agreement Dialog.
108 © 2013 IBM Corporation
Installation of DB2
 Click “Next” to step over to the License Agreement Dialog. After you've read and
accepted it (click the radio button) click on “Next” to proceed.
109 © 2013 IBM Corporation
Installation of DB2
 Select “Custom” as the installation type and proceed with “Next”.
110 © 2013 IBM Corporation
Installation of DB2
 Save the installation details in a response file (good practice!) and proceed with
“Next”.
111 © 2013 IBM Corporation
Installation of DB2
 Deselect “Getting started” from the feature list and proceed with “Next” (that will
accept the default installation location “/opt/ibm/db2/V10.1”).
112 © 2013 IBM Corporation
Installation of DB2
 Optional: choose an additional language (we don't prefer any other language
then English, even as we're German) and proceed with “Next”.
113 © 2013 IBM Corporation
Installation of DB2
 Leave the default value for the location of the DB2 Information center and
proceed with “Next”.
114 © 2013 IBM Corporation
Installation of DB2
 Enter the credentials for the DB2 administrator “dasusr1” and proceed with
“Next”. This step will setup a new Linux user including home directory.
115 © 2013 IBM Corporation
Installation of DB2
 Leave the default value to create a new DB2 instance and proceed with “Next”.
116 © 2013 IBM Corporation
Installation of DB2
 Enter the credentials for the DB2 instance owner “db2inst1” and proceed with
“Next”. This step will setup a new Linux user including home directory.
117 © 2013 IBM Corporation
Installation of DB2
 Enter the credentials for the DB2 fenced user “db2fenc1” and proceed with
“Next”. This step will setup a new Linux user including home directory.
118 © 2013 IBM Corporation
Installation of DB2
 Create a TCP/IP configuration for DB2 to allow access from external hosts on
port 50001. Leave the autostart checkbox as it is and proceed with “Next”.
119 © 2013 IBM Corporation
Installation of DB2
 Optional: Setup notifications from DB2. As we don't need it here deselect it and
proceed with “Next”.
120 © 2013 IBM Corporation
Installation of DB2
 Check the setup instructions in the setup dialog and finish the installation with
“Finish”.
121 © 2013 IBM Corporation
Installation of DB2
 You'll see a progress dialog during the installation process in a separate window.
122 © 2013 IBM Corporation
Installation of DB2
 Done!
123 © 2013 IBM Corporation
Installation of DB2
 You can validate the successful installation in various ways
─ Check the installation log located in /tmp/db2setup.log
─ Login to DB2 with the db2inst1 user
─ Run the DB2 validation tool
124 © 2013 IBM Corporation
Agenda
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring Notes Traveler
125 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Connection Manager
 Logon to the Linux system as user “root”
 Open your favorite shell (like the “Gnome Terminal”)
126 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Connection Manager
 Change to the directory “/root/install/imc”
 Unpack the downloaded IBM Mobile Connect installation package of the
Connection Manager using “tar”.
127 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Connection Manager
 Display the extracted content using “ls”. There are two files:
./linux-gw-x86_64-image.tar.gz
./linux-gw-x86-image.tar.gz
 If you are running a 64-Bit Linux, then you should extract the linux-gw-x86_64-
image using “tar”.
128 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Connection Manager
 Switch to the inst.images Subfolder
 First you need to setup the IBM Mobile Connect Connection Manager. For that
issue the command “./install_wg” from within the sub-directory.
129 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Connection Manager
 Specify if you want to start the IBM Mobile Connect Connection Manager at
system startup. This setting defaults to “yes” (it is recommended to keep this
setting).
130 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Connection Manager
 The IBM Mobile Connect Connection Manager is installed within
/opt/ibm/ConnectionManager.
 Important: Ensure that the service “xinetd” is running on the machine on which
the IBM Mobile Connect Connection Manager is installed.
 Done!
131 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Gatekeeper
 Logon to the Linux system as user “root”
 Open your favorite shell (like the “Gnome Terminal”)
132 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Gatekeeper
 Change to the directory “/root/install/imc”
 Unpack the downloaded IBM Mobile Connect installation package of the
Gatekeeper using “tar”.
133 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Gatekeeper
 Change to the directory “/root/install/imc/pkglinux”
 If IBM Java JRE 7.0.2 isn't installed you need to install it. The needed installation
file is located within the extracted pkglinux subfolder.
134 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Gatekeeper
 Now proceed with the installation of the IBM Mobile Connect Gatekeeper.
135 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Gatekeeper
 The IBM Mobile Connect Gatekeeper is installed within the directory
/opt/ibm/Gatekeeper.
The installation also adds symbolic links within /usr/bin for the IBM Mobile
Connect Gatekeeper binaries.
 Done!
136 © 2013 IBM Corporation
Installation of IBM Mobile Connect – Gatekeeper
 Yes, we're running on Linux. But you have to restart the server. ;-)
137 © 2013 IBM Corporation
Agenda
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring IBM Notes Traveler
138 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 The whole configuration of IBM Mobile Connect is done through the IBM Mobile
Connect Gatekeeper.
 Logon as the Linux user “root”.
 Open your favorite console (i. e. the “Gnome Terminal”).
139 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 Start the IBM Mobile Connect Gatekeeper through issuing the command “wgcfg”
from the shell. That will start the application in the X-Window system.
140 © 2013 IBM Corporation
Configuration of IBM Mobile Connect - Login profile
 At the very first startup IBM Mobile Connect has no configuration. You'll see an
empty login screen with no selection values for the so called “Login profile”.
141 © 2013 IBM Corporation
Configuration of IBM Mobile Connect - Login profile
 The IBM Mobile Connect Gatekeeper automatically prompts a dialog for the
creation of new Login profiles. In our case we're setting up a “non-secure” Login
profile through clicking on “Add Profile...”.
142 © 2013 IBM Corporation
Configuration of IBM Mobile Connect - Login profile
 In the “Add Login Profile” dialog we have to add two values
─ The Login profile name, which is the descriptive name for this profile. For the sake of simplicity
we're using the simple host name of the IBM Mobile Connect server.
─ The host name we want to connect to.
─ The port, which defaults to 9555, could be changed if needed. For our setup we don't need that.
 Finish the dialog through clicking the “OK” button.
143 © 2013 IBM Corporation
Configuration of IBM Mobile Connect - Login profile
 You'll see now the newly added profile in the Login Profile Details list.
 Close the dialog with “OK”.
144 © 2013 IBM Corporation
Configuration of IBM Mobile Connect - Logging in
 Now select the profile “imc1” within the Login profile dropdown dialog.
 Additionally you have to enter the administrators credentials. For that use the
default login credentials which are available after any IBM Mobile Connect
installation.
─ User: gkadmin
─ Password: gk4admin (Default)
 Confirm the selection and credentials through clicking “Log In”.
145 © 2013 IBM Corporation
Configuration of IBM Mobile Connect - Logging in
 “Accept” the upcoming license dialog to proceed.
146 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 Two Dialog Boxes will be opened. Close the Gatekeeper Help Window to start
the configuration.
147 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 As we're using DB2 as the backend for IBM Mobile Connect you have to select
“An ODBC-compliant relational database”. Proceed with “Next”.
148 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 In the upcoming dialog you have to enter the name of the DB2 instance and the
according home folder:
─ DB2 instance name: wgdb
─ DB2 instance home folder: /home/wgdb
 Proceed with “Next”.
149 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 Now enter the administrative settings for this new DB2 database.
─ Database name: wgdata
─ Database management ID: db2inst1 (we're using the existing standard DB2 administrator)
150 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 We may use the local path, but to have a real world scenario we're “remotely”
connecting to the DB2 instance.
 Proceed with “Next”.
151 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 In the upcoming dialog you have to enter a base distinguished name (X.500
format) under which the configuration data will be stored. This name is case-
sensitive!
─ Base distinguished name: o=midpoints (your organization name, we will use midpoints here)
 Additionally you have to define how the data will be stored. Use the same data
storage as it is used for the session data.
 Proceed with “Next”.
152 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 Now you have to define if administrators should be able to remotely connect to
the IBM Mobile Connect Connection Manager. It's recommended to allow this as
it makes administrators life somewhat easier.
─ Remote administrators may login with the user “gkadmin”.
 Dependant on the internal security policies an SSL based connection to the IBM
Mobile Connect Gatekeeper could be enforced. Here it's not needed so leave the
default selection (==disabled).
153 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 Now enable the logging of all administrative actions and proceed with “Next”.
154 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 The last wizard screen confirms that all settings for the initial setup of this IBM
Mobile Connect Connection Manager have been setup. Proceed the setup
through clicking “Finish”.
 The IBM Mobile Connect Gatekeeper now setups the database and the initial
IBM Mobile Connect Connection Manager resources. This may take a while.
155 © 2013 IBM Corporation
Agenda
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring IBM Notes Traveler
156 © 2013 IBM Corporation
Configuring Domino authentication
 Authentication profiles in IBM Mobile Connect could be setup to use LDAP
binding for HTTP access services and connection profiles.
 IBM Domino may serve as a Directory Service provider for LDAP so we're going
to leverage that built-in functionality.
 As mentioned in the prerequisites we're running a newly fresh installed IBM
Domino server without any special configuration. The following slides will show
the steps which are needed to setup IBM Domino as a LDAP Directory provider.
157 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 At first you have to create a technical user which will be used by IBM Mobile
Connect to make authenticated LDAP lookups.
 As this technical user doesn't need to have a Notes id file it is sufficient to create
a new person document with HTTP password.
158 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 Open the Domino Directory of the IBM Domino Server and switch to the
“Peoples” view.
 Use the action button “Add Person” to create a new person document.
159 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 Enter a first and a last name for the user. Adding a hierarchical full name is
recommended as a good practice. And please honor the IBM Domino naming
conventions!
─ First name: &lmc
─ Last name: &ldaplookup
─ Full name: &lmc &ldaplookup/tech/midpoints
160 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 The technical user needs a HTTP password. For that click on the “Enter
Password” button which is located on the “Basics” tab.
 In the upcoming dialog box enter the password “ld4pl00kup” and confirm with the
“OK” button.
161 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 Check if the HTTP password has been added to the person document. The
hashed value should be visible.
 Now save the created person document with the “Save & Close” button.
162 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 Switch to the “All Server Documents” view in the Domino Directory. Here open
the servers document.
163 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 You need to ensure that the previously created technical user has read access to
the Domino Directory.
 For that we're changing to the “Security” tab and check the “Access server” field.
Allowing all users listed in trusted directories is sufficient.
164 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 Now set up the LDAP configuration for this server. The needed configuration can
be found within “Ports” => “Internet Ports” => “Directory”.
165 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 From a security point of perspective you should disallow non-SSL LDAP access
and disable anonymous LDAP access.
166 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 Save the modified server document with the “Save & Close” button.
167 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 Create a new Program document for making sure that the LDAP task runs at
server startup .
 Go to the “Programs” view of the Domino Directory and create a new Program
document through clicking the “Add Program” button.
168 © 2013 IBM Corporation
Configuring Domino authentication – LDAP setup
 In the newly created document set the values to startup the LDAP task at server
startup
─ Program name: LDAP
─ Enabled/disabled: At server startup only
 Click “Save & Close” to save the Program document.
169 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 As you've setup SSL-based usage of the LDAP Directory server you now need to
create SSL KeyRings for the Domino server.
 There are two kinds of certificates which can be used for that:
─ Certificates which are signed by an official SSL Certification Authority
─ Self-signed certificates
 For the internal usage it is sufficient to use a self-signed certificate.
 The creation of such a self-signed certificate can be done by using the “Server
Certificate Admin” Database.
170 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 Press CTRL+N in the IBM Lotus Notes client opens the “New Application” dialog.
─ Create the database locally.
─ Enter a descriptive title and file name.
─ Select a Domino server (the template isn't
available on a Notes client.
─ Select the “Show advanced templates”
checkbox.
─ Scroll down to “Server Certificate Admin”
and click “OK”.
171 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 Close the “About this database” tab (1) and go to the Server Certificate Admins
tab (2).
172 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 Choose the “Create Key Ring with Self-Certified Certifcate” menu entry.
173 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 Now you need to enter some values in the upcoming form.
 At first the file name and the password. It's a good practice to use the DNS host
name as file name, because that helps to distinguish if the Domino server uses
more than one SSL configuration.
174 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 Second you need to enter the certificate details which will be used to create the
certificates hierarchical name.
─ Important: The common name of the certificate must be equal to the DNS name of the server.
 Last but not least you have to click the button “Create Key Ring with Self-Certified
Certificate” which is located at the bottom of the form.
175 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 The certificate creation process creates two files within the root of the Notes
clients data directory.
─ KeyRing file: selfcert-traveler1.kyr
─ Stash file: selfcert-traveler1.sth
 Copy both files from the Notes clients data directory into the data directory of the
Domino server.
 The next step will be to setup SSL on the Domino server.
176 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 We're switching to the “All Server Documents” view in the Domino Directory.
Here we're opening the servers document.
177 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 The configuration settings for SSL can be found within “Ports” => “Internet
Ports” .
 The “SSL key file name” must match the file name of the created keyring.
178 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 The configuration settings for SSL can be found within “Ports” => “Internet
Ports” .
 Enable the HTTP-SSL Port – and disable the HTTP-Port!
179 © 2013 IBM Corporation
Configuring Domino authentication – SSL setup
 Now you need to start the LDAP and HTTP tasks to activate SSL for the Domino
server.
 For that use this commands via the Domino console:
─ Starting the LDAP task: load ldap
─ Starting the HTTP task: load http
180 © 2013 IBM Corporation
Agenda
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring IBM Notes Traveler
181 © 2013 IBM Corporation
Configuring IBM Mobile Connect SSL
 The IBM Mobile Connect Connection Manager could be setup to use SSL in
various ways. For example we can use SSL for LDAP binding or for HTTP
Access Services.
 SSL configuration for IBM Mobile Connect is done by using the “IBM Key
Management” Tool which is contained in each IBM Mobile Connect installation.
The tools creates keyfiles in which the certificate public keys are stored. Those
keyfiles will be assigned to the corresponding IBM Mobile Connect Gatekeeper
resources.
 The format of the keyfiles is “Cryptographic Message Syntax” (CMS).
 For a production environment it is highly recommended to use certificates from
official Certificate Authorities. In our setup we're creating and using self-signed
certificates.
182 © 2013 IBM Corporation
Configuration IBM Mobile Connect SSL
 Logon to the Linux system as user “root”
 Open your favorite shell (like the “Gnome Terminal”)
183 © 2013 IBM Corporation
Configuring IBM Mobile Connect SSL
 Change to the directory “/opt/ibm/Gatekeeper”
 Start the “IBM Key Management” tool from the console.
184 © 2013 IBM Corporation
Configuring IBM Mobile Connect SSL
 You'll see the empty screen of the IBM Key Management tool.
185 © 2013 IBM Corporation
Configuring IBM Mobile Connect SSL
 Now you need to create a new key database file. For that select “Key Database
File” => “New”.
186 © 2013 IBM Corporation
Configuring IBM Mobile Connect SSL
 As the format needs to be “Cryptographic Message Syntax” you have to select
“CMS” as the key database type.
 Choose a file name of your choice. It is recommended to choose an easy
recognizable file name.
187 © 2013 IBM Corporation
Configuring IBM Mobile Connect SSL
 Enter the password “passw0rd” (or a password of your choice). As a stash file is
needed by IBM Mobile Connect you have to select the option “Stash the
password to a file?”. Finish the process with “OK”.
188 © 2013 IBM Corporation
Configuring IBM Mobile Connect SSL
 Select “Personal Certificates” from the dropdown dialog.
 Then select “New Self-Signed...” to create a new self-signed certificate.
189 © 2013 IBM Corporation
Configuring IBM Mobile Connect SSL
 Enter the values for the self-signed certificate. You need to ensure, that the
common name equals the external DNS name of the IBM Mobile Connect server.
190 © 2013 IBM Corporation
Configuring IBM Mobile Connect SSL
 In the “Personal Certificates” section you'll see now the created certificate. The *
character indicates that it is a self-signed certificate.
191 © 2013 IBM Corporation
Configuring IBM Mobile Connect SSL
 Select “Key Database File” from the action menu and click “Exit” to close the
“IBM Key Management” tool.
192 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 If needed the login credentials for the super-user “gkadmin” may be changed at
this point. You don't need that for this setup, so we proceed with “No”.
193 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 The setup process now proceeds with the setup of a new Connection Manager.
Click “Next” to start the setup.
194 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 Entering a unique identifier for this Connection Manager configuration. Using the
full qualified hostname is a good practice at this point.
─ Connection manager identifier: imc.curi0.us
 Proceed with “Next”.
195 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 The next screen displays the primary organizational unit. As it's a new
configuration there is (currently) nothing to do. Proceed with “Next”.
196 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 The setup of the first Connection Manager can now be finished. Click “Finish” to
proceed. The process may take some time.
197 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 The Connection Manager is now created. Next we get asked, if we need a HTTP
Access Service. We need this one for IBM Notes Traveler, so choose “Yes”.
198 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 The external URL (the so called Service URL) the IMC-HTTP Service should
listen to is https://mobile.curi0.us.
 Proceed with “Next”.
199 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 The Application server URL are the internal Traveler Server hostnames, using
this syntax:
TRAVELER https://traveler1.curi0.us,TRAVELER https://traveler2.curi0.us
 The Authentication Profile and SSO will be configured later.
200 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 Choose “Finish” to create the HTTP Access Service.
201 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 The setup process now asks, if we want to setup a Mobile Access Service. That's
needed if you want to use IMC as a VPN Gateway.
We only want to use the HTTP Access Service as a Secure Reverse Proxy for
connecting IBM Notes Traveler. So choose “No”.
202 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 We are using LDAP for User authentication. So will need no further Connection
Manager Accounts. Click “No” to proceed.
203 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 We would like to start the Connection Manager, so choose “Yes”
204 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 The Connection Manager will start after choosing “OK”.
205 © 2013 IBM Corporation
Configuration of IBM Mobile Connect – First Setup
 We are done!
 The Connection Manager is now up and running. To see what's configured using
the Setup Wizard switch from the Gatekeeper “Tasks”-Navigator to the
“Resources”-Navigator
206 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 The “Resources” section shows the contents of the previously setup IBM Mobile
Connect Connection Manager (Node “imc1.curi0.us”).
 At the bottom of the “Mobile Connect” tree you'll see the created “http service”.
207 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 You start and stop the Connection using the Gatekeeper Client.
For that select the name “imc1.curi0.us”, make a right-click and choose
“Shutdown”. The shutdown needs to be confirmed.
208 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 You'll get a confirmation dialog for the shutdown.
209 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 To check the successful shutdown right-click on the connections name and
select “Properties”.
210 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 The right pane shows the properties of the Connection Manager. Scroll down on
the “Gateway” tab and check the state.
211 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 To start the connection select the name “imc1.curi0.us” with a right-click and
choose “Startup”.
 You'll get a confirmation dialog for the startup then.
212 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 As the previously opened property dialog doesn't refresh the Connection
Manager state automatically you need to close and reopen it.
 Click on the upper right marked “x” of the property dialog to close it.
213 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 Right-click the connections name and select “Properties”.
214 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 Scroll down on the “Gateway” tab and check the state. It must be “running”.
215 © 2013 IBM Corporation
Agenda
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring IBM Notes Traveler
216 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Now you'll setup a HTTP Access Service which will be used to authenticate via
the previously configured Domino LDAP. Furthermore the service will be used to
forward the data packets to the IBM Notes Traveler server.
 Containing steps of this procedure are
─ Setup of a Directory Server Resource
─ Setup of an Authentication Profile Resource
─ Setup of a HTTP Access Service Resources
─ Securing the HTTP Access Service with a SSL certificate
─ Setup of IBM Mobile Connect Single Sign-On (SSO)
─ Creation and export of a LTPA key file
─ Import of the LTPA key file into Domino
217 © 2013 IBM Corporation
Configuration of IBM Mobile Connect
 The whole configuration of IBM Mobile Connect is done through the IBM Mobile
Connect Gatekeeper.
 Logon as the Linux user “root”.
 Open your favorite console (i. e. the “Gnome Terminal”).
218 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Start the IBM Mobile Connect Gatekeeper through issuing the command “wgcfg”
from the shell. That will start the application in the X-Window system.
219 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Right-click on the top-level resource entry and choose “Add resource” =>
“Directory Server”.
220 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Enter a descriptive name as the common name for this Directory server.
 Enter the hostname for the remote directory server.
221 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Set the default base distinguished name which should be used for LDAP
lookups. Leave that one empty if you don't want to restrict LDAP lookups for only
special organizations. Proceed with “Next”.
222 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 In the next wizard screen you have to enter the LDAP setting according to the
Domino LDAP setup.
 First you have to set the used port. Default is 389 (unencrypted).
As you've configured LDAP over SSL on port 636 you need to enable “Use
secure connection” and point IMC to the Key-Database, which contains the
public keys of your Root CA used for your Domino SSL Server Key.
223 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Furthermore you have to enter the filepath and name of the key database file
which you've created with the “IBM Key Manager” tool.
─ Key database: /opt/ibm/ConnectionManager/imc-mobile.kdb
─ Stash file: /opt/ibm/ConnectionManager/imc-mobile.sth
224 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Then you have to enter the username and password of the previously setup
technical user.
─ Name: cn=&lmc &ldaplookup,ou=tech,o=midpoints
─ Password: ld4pl00kup
 Proceed with “Next”.
225 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Select the primary organizational unit (o=midpoints) and click “Finish” to end the
setup of the Directory server.
226 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 You'll now see a new “Directory services server definition” within the menu tree.
227 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 If you have to change the LDAP configuration, you can double click the
“Directory services server definition” entry within the menu tree. Select your
configured LDAP Server and press “Properties”.
This is an optional information and mentioned for further re-configuration!
228 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Now you'll setup an Authentication Profile. This profile defines how IBM Mobile
Connect checks and validates users credentials.
 Right-click the main menu item and select “Add Resource” => “Authentication
Profile” => “LDAP-bind Authentication”.
229 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 In the first wizard form you have to enter a common name for this profile, an
optional description and the passcode policy. Leave all other fields empty.
─ Unrestricted Policy defines that there is no limit for false entered passwords.
 Proceed with “Next”.
230 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Now select the Directory server which you've setup. For this installation you're
using the “uid” as key field for identifying a user.
 Leave the other fields as they are and proceed with “Next”.
231 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 As Single-Sign-On for Domino should be used you have to enable the creation of
a LTPA token.
 Leave the other fields as they are and proceed with “Next”.
232 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Select the primary organizational unit (o=midpoints) and click “Finish” to end the
setup of the Authentication Profile.
233 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 You'll now see a new “Authentication profile” within the menu tree.
234 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Now it's time to configure the HTTP Access Service Resource which has been
created initially.
Such a resource is responsible for forwarding inbound data traffic – after
successful authentication – to a backend system (in our case Domino/Traveler).
The new IBM Mobile Connect Version 6.1.5 is able to assign a single inbound
URL to one HTTP Access Service. The HTTP Access Service can forward the
request to multiple HTTP backend systems like Traveler, iNotes, Connections,
Sametime or a Domino based web application (i. e. XPages).
 You can setup additional HTTP Services, but then you'll need additional DNS
hostnames, SSL certificates and IP adresses.
235 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 First we open our initially created HTTP Service Profile by double-clicking the
“http-service0” entry in the navigator.
236 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
The Service tab
 Check if the “Service URL” is configured.
This Service URL will be used on a device
to connect to Traveler.
 Enter the directory and file name of the key
database and the stash file we created earlier.
─ Key database:
/opt/ibm/ConnectionManager/imc-mobile.kdb
─ Stash file:
/opt/ibm/ConnectionManager/imc-mobile.sth
237 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
The Server tab
 The “Application server URL” defines the
backend systems to which requests are
getting forwarded.
─ The systems are separated by comma.
─ There are keywords to define the type
of the used backend system:
TRAVELER, CONNECTIONS, SAMETIME
INOTES
 For every Traveler Server in our HA Pool, we
need to add an entry:
TRAVELER https://traveler1.curi0.us,
TRAVELER https://traveler2.curi0.us
238 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
The Server tab
 The Scheduling algorithm defines how
load balancing and failover take place.
 We will setup an “Active / Passive failover”
where traveler1.curi0.us will be the defined
as the active server.
239 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
The Mode tab
 Switch to the “Mode” tab and change the
credential challenge type from
“Mobile Connect forms challenge” to
“HTTP 401 basic authorization challenge”.
 As Authentification Profile choose our
configured “Auth LDAP Traveler1” Profile.
240 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
The IBM Mobility tab
 By enabling the “IBM Notes Traveler integration”
checkbox IBM Mobile Connect knows that
requests to
/traveler or /servlet/traveler
are Traveler specific and will forward these
requests to the defined TRAVELER servers.
 Save your changes to the HTTP Service by
using the “Apply” and “OK” Button.
 You have to stop and restart the HTTP Service.
241 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 The last setup step within IBM Mobile Connect Gatekeeper is now to create the
LTPA token for Single-Sign-On between IBM Mobile Connect and the backend
servers.
 For that you'll have to open the created Authentication Profile (double-click the
entry).
242 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Double-click the entry of the profile within the list in the right pane.
 Then switch to the “LTPA/SSO” tab.
243 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Define the settings for the LTPA/SSO connection.
244 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 Now select the creation of new LTPA keys and enter the password
“ltp4p4ssw0rd” (the password should have 6-32 characters). This key will be
imported into Domino later on.
 Finish the creation with “Apply” (NOT “OK”).
245 © 2013 IBM Corporation
Configuring IBM Mobile Connect - HTTP Access Services
 After the creation of the LTPA keys (you won't get a confirmation dialog) you'll
have to export them. Select “Export to keyfile” and enter the directory path
including the file name.
─ LTPA export keyfile name: /opt/ibm/ConnectionManager/ltpa.token
 Click “OK” to start the export.
246 © 2013 IBM Corporation
Agenda
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring IBM Notes Traveler
247 © 2013 IBM Corporation
Configuring Domino-SSO via LTPA token
 Now you'll have to import the created LTPA token into the Domino Directory for
enabling Single-Sign-On between the IBM Mobile Connect Server and IBM
Domino.
 Switch to the “All Server Documents” view in the Domino Directory and click the
button “WebCreate Web SSO Configuration”.
248 © 2013 IBM Corporation
Configuring Domino-SSO via LTPA token
 Now enter a name for this token configuration, your organization, the supported
DNS names and the Domino server which should use this token.
249 © 2013 IBM Corporation
Configuring Domino-SSO via LTPA token
 Proceed now with importing the LTPA token. For that you have to click the button
“Keys...” and select “Import WebSphere LTPA Keys”.
 Enter the directory and file name of the LTPA token and confirm with “OK”.
 Save and close the Notes document.
250 © 2013 IBM Corporation
Configuring Domino-SSO via LTPA token
 Switch to the “All Server Documents” view in the Domino Directory. Here open
the servers document.
251 © 2013 IBM Corporation
Configuring Domino-SSO via LTPA token
 Goto “Internet Protocols...” => “Domino Web Engine”. Change the session
authentication type to “Multiple Servers (SSO)” and select the created SSO
configuration.
 Save and close the document.
 Restart the server.
252 © 2013 IBM Corporation
Agenda
 What is IBM Mobile Connect?
 Preparing the environment – Operating System, DNS, Software
 Installation of DB2
 Installation of IBM Mobile Connect
 Configuration of IBM Mobile Connect Connection Profiles
 Configuring Domino LDAP and SSL
 Configuring IBM Mobile Connect SSL
 Configuring IBM Mobile Connect HTTP Access Services
 Configuring Domino-SSO via LTPA-Token
 Configuring IBM Notes Traveler
253 © 2013 IBM Corporation
Configuring IBM Notes Traveler
 You've already completed 99% of the needed configuration.
─ Setting up HTTPS on the IBM Domino Server
─ Enabling Single-Sign-On between IBM Mobile Connect and IBM Domino
 The last step to complete this setup now is configuring IBM Notes Traveler.
254 © 2013 IBM Corporation
Configuring IBM Notes Traveler
 Switch to the “All Server Documents” view in the Domino Directory. Here open
the servers document.
255 © 2013 IBM Corporation
Configuring IBM Notes Traveler
 Switch to the “IBM Notes Traveler” tab.
 Enter the full qualified internet host name of the IBM Mobile Connect server +
“/traveler” as the external URL.
 Save and close the Notes document.
 Finished!
256 © 2013 IBM Corporation
Agenda
 High Availability in the context of IBM Notes Traveler
 Using IBM WebSphere Edge Components as Load Balancer
 Using IBM Mobile Connect as Reverse Proxy
 Additional Notes
 Q & A
257 © 2013 IBM Corporation
Additional Notes
 We only scratched the surface of both products.
 You can built real cool environments with them
─ High Availability
─ Authentication
─ For a range of ICS products
 Just imagine...
258 © 2013 IBM Corporation
Additional Notes
259 © 2013 IBM Corporation
Agenda
 High Availability in the context of IBM Notes Traveler
 Using IBM WebSphere Edge Components as Load Balancer
 Using IBM Mobile Connect as Reverse Proxy
 Additional Notes
 Q & A
260 © 2013 IBM Corporation
Q & A
 Now and here
─ Get the mic!
 Later
─ Via any social media – see contact details at the beginning of this slide deck.
 (Updated) Slides will be on our blogs and on SlideShare.
261 © 2013 IBM Corporation
Legal disclaimer
© IBM Corporation 2013. All Rights Reserved.
The information contained in this publication is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this publication, it
is provided AS IS without warranty of any kind, express or implied. In addition, this information is based on IBM’s current product plans and strategy, which are subject to change by IBM without notice. IBM
shall not be responsible for any damages arising out of the use of, or otherwise related to, this publication or any other materials. Nothing contained in this publication is intended to, nor shall have the
effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software.
References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in
this presentation may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any
way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other
results.
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.
Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both.
Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. Other company, product, or service names may be trademarks or service marks of others.

Contenu connexe

Tendances

Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Sharon James
 
engage 2015 - IBM Notes Traveler Daily Business
engage 2015 - IBM Notes Traveler Daily Businessengage 2015 - IBM Notes Traveler Daily Business
engage 2015 - IBM Notes Traveler Daily BusinessRené Winkelmeyer
 
Sa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSharon James
 
Sunny Days, (Smart)Cloud-y Users
Sunny Days, (Smart)Cloud-y UsersSunny Days, (Smart)Cloud-y Users
Sunny Days, (Smart)Cloud-y UsersMitch Cohen
 
Building a cloud ready linux image locally using KVM
Building a cloud ready linux image locally using KVM Building a cloud ready linux image locally using KVM
Building a cloud ready linux image locally using KVM OpenStack_Online
 
Connections install in 45 mins
Connections install in 45 minsConnections install in 45 mins
Connections install in 45 minsSharon James
 
ICONUK 2014 Connections Migration Tips and Tricks
ICONUK 2014 Connections Migration Tips and TricksICONUK 2014 Connections Migration Tips and Tricks
ICONUK 2014 Connections Migration Tips and TricksVictor Toal
 
Upgrading to Sametime 9.0.1
Upgrading to Sametime 9.0.1Upgrading to Sametime 9.0.1
Upgrading to Sametime 9.0.1Gabriella Davis
 
IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011
IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011
IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011Frank Altenburg
 
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...Frank Altenburg
 
Tech sametime-deployment-enablement
Tech sametime-deployment-enablementTech sametime-deployment-enablement
Tech sametime-deployment-enablementa8us
 
IBM Sametime 9 Complete - Basic Features Installation - From Zero To Hero - F...
IBM Sametime 9 Complete - Basic Features Installation - From Zero To Hero - F...IBM Sametime 9 Complete - Basic Features Installation - From Zero To Hero - F...
IBM Sametime 9 Complete - Basic Features Installation - From Zero To Hero - F...Frank Altenburg
 
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-FeaturesAdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-FeaturesChristoph Adler
 
The 8 Advantages of Parallels Web Solutions for your Hosting Business - Andr...
The 8 Advantages of Parallels Web  Solutions for your Hosting Business - Andr...The 8 Advantages of Parallels Web  Solutions for your Hosting Business - Andr...
The 8 Advantages of Parallels Web Solutions for your Hosting Business - Andr...ResellerClub
 
IconUS 2016 conference - Connections Administration Skills
IconUS 2016 conference - Connections Administration SkillsIconUS 2016 conference - Connections Administration Skills
IconUS 2016 conference - Connections Administration SkillsVictor Toal
 
Upgradingtodominov10bestpractices1549485091676
Upgradingtodominov10bestpractices1549485091676Upgradingtodominov10bestpractices1549485091676
Upgradingtodominov10bestpractices1549485091676André Luís Cardoso
 
Practical solutions for connections administrators
Practical solutions for connections administratorsPractical solutions for connections administrators
Practical solutions for connections administratorsSharon James
 
IBM Connect 2016 - 60+ in 60 - Admin Tips Power Hour
IBM Connect 2016 - 60+ in 60 - Admin Tips Power HourIBM Connect 2016 - 60+ in 60 - Admin Tips Power Hour
IBM Connect 2016 - 60+ in 60 - Admin Tips Power HourChris Miller
 

Tendances (20)

Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
 
engage 2015 - IBM Notes Traveler Daily Business
engage 2015 - IBM Notes Traveler Daily Businessengage 2015 - IBM Notes Traveler Daily Business
engage 2015 - IBM Notes Traveler Daily Business
 
Sa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administrators
 
Sunny Days, (Smart)Cloud-y Users
Sunny Days, (Smart)Cloud-y UsersSunny Days, (Smart)Cloud-y Users
Sunny Days, (Smart)Cloud-y Users
 
Building a cloud ready linux image locally using KVM
Building a cloud ready linux image locally using KVM Building a cloud ready linux image locally using KVM
Building a cloud ready linux image locally using KVM
 
Connections install in 45 mins
Connections install in 45 minsConnections install in 45 mins
Connections install in 45 mins
 
ICONUK 2014 Connections Migration Tips and Tricks
ICONUK 2014 Connections Migration Tips and TricksICONUK 2014 Connections Migration Tips and Tricks
ICONUK 2014 Connections Migration Tips and Tricks
 
Upgrading to Sametime 9.0.1
Upgrading to Sametime 9.0.1Upgrading to Sametime 9.0.1
Upgrading to Sametime 9.0.1
 
IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011
IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011
IBM Sametime 8.5.2 installation - From Zero To Hero - Edge Components 18.12.2011
 
Bp116
Bp116Bp116
Bp116
 
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
 
Tech sametime-deployment-enablement
Tech sametime-deployment-enablementTech sametime-deployment-enablement
Tech sametime-deployment-enablement
 
IBM Sametime 9 Complete - Basic Features Installation - From Zero To Hero - F...
IBM Sametime 9 Complete - Basic Features Installation - From Zero To Hero - F...IBM Sametime 9 Complete - Basic Features Installation - From Zero To Hero - F...
IBM Sametime 9 Complete - Basic Features Installation - From Zero To Hero - F...
 
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-FeaturesAdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
 
The 8 Advantages of Parallels Web Solutions for your Hosting Business - Andr...
The 8 Advantages of Parallels Web  Solutions for your Hosting Business - Andr...The 8 Advantages of Parallels Web  Solutions for your Hosting Business - Andr...
The 8 Advantages of Parallels Web Solutions for your Hosting Business - Andr...
 
IconUS 2016 conference - Connections Administration Skills
IconUS 2016 conference - Connections Administration SkillsIconUS 2016 conference - Connections Administration Skills
IconUS 2016 conference - Connections Administration Skills
 
Upgradingtodominov10bestpractices1549485091676
Upgradingtodominov10bestpractices1549485091676Upgradingtodominov10bestpractices1549485091676
Upgradingtodominov10bestpractices1549485091676
 
Practical solutions for connections administrators
Practical solutions for connections administratorsPractical solutions for connections administrators
Practical solutions for connections administrators
 
Xen.org Overview 2009
Xen.org Overview 2009Xen.org Overview 2009
Xen.org Overview 2009
 
IBM Connect 2016 - 60+ in 60 - Admin Tips Power Hour
IBM Connect 2016 - 60+ in 60 - Admin Tips Power HourIBM Connect 2016 - 60+ in 60 - Admin Tips Power Hour
IBM Connect 2016 - 60+ in 60 - Admin Tips Power Hour
 

En vedette

Connect ed2014 ad501_ibm worklight for ibm domino developers
Connect ed2014 ad501_ibm worklight for ibm domino developersConnect ed2014 ad501_ibm worklight for ibm domino developers
Connect ed2014 ad501_ibm worklight for ibm domino developersa8us
 
Connect ed2015 it must be notes, must be something else
Connect ed2015 it must be notes, must be something elseConnect ed2015 it must be notes, must be something else
Connect ed2015 it must be notes, must be something elsea8us
 
Connect2013 show100 making traveler highly available_part1_traveler design
Connect2013 show100 making traveler highly available_part1_traveler designConnect2013 show100 making traveler highly available_part1_traveler design
Connect2013 show100 making traveler highly available_part1_traveler designa8us
 
Matnewman ibm notes tip of the day traveler 9.0.1.1
Matnewman ibm notes tip of the day traveler 9.0.1.1Matnewman ibm notes tip of the day traveler 9.0.1.1
Matnewman ibm notes tip of the day traveler 9.0.1.1a8us
 
Open mic on sametime 9 installs best practices, tips and tricks
Open mic on sametime 9 installs best practices, tips and tricksOpen mic on sametime 9 installs best practices, tips and tricks
Open mic on sametime 9 installs best practices, tips and tricksa8us
 
Open mic on ibm notes traveler best practices
Open mic on ibm notes traveler best practicesOpen mic on ibm notes traveler best practices
Open mic on ibm notes traveler best practicesa8us
 
Connect ed2015 bp104_ibm notes traveler daily business-administration monitor...
Connect ed2015 bp104_ibm notes traveler daily business-administration monitor...Connect ed2015 bp104_ibm notes traveler daily business-administration monitor...
Connect ed2015 bp104_ibm notes traveler daily business-administration monitor...a8us
 
Lcty2010 paris so11_sametime 8.5
Lcty2010 paris so11_sametime 8.5Lcty2010 paris so11_sametime 8.5
Lcty2010 paris so11_sametime 8.5a8us
 
Connect ed2015 mas101_user blast 2015
Connect ed2015 mas101_user blast 2015Connect ed2015 mas101_user blast 2015
Connect ed2015 mas101_user blast 2015a8us
 
Utf 8'en'ibm sametime 9 - voice and video deployment
Utf 8'en'ibm sametime 9 - voice and video deployment Utf 8'en'ibm sametime 9 - voice and video deployment
Utf 8'en'ibm sametime 9 - voice and video deployment a8us
 
Ibm sametime deployment planning open mic webcast
Ibm sametime deployment planning open mic webcastIbm sametime deployment planning open mic webcast
Ibm sametime deployment planning open mic webcasta8us
 

En vedette (11)

Connect ed2014 ad501_ibm worklight for ibm domino developers
Connect ed2014 ad501_ibm worklight for ibm domino developersConnect ed2014 ad501_ibm worklight for ibm domino developers
Connect ed2014 ad501_ibm worklight for ibm domino developers
 
Connect ed2015 it must be notes, must be something else
Connect ed2015 it must be notes, must be something elseConnect ed2015 it must be notes, must be something else
Connect ed2015 it must be notes, must be something else
 
Connect2013 show100 making traveler highly available_part1_traveler design
Connect2013 show100 making traveler highly available_part1_traveler designConnect2013 show100 making traveler highly available_part1_traveler design
Connect2013 show100 making traveler highly available_part1_traveler design
 
Matnewman ibm notes tip of the day traveler 9.0.1.1
Matnewman ibm notes tip of the day traveler 9.0.1.1Matnewman ibm notes tip of the day traveler 9.0.1.1
Matnewman ibm notes tip of the day traveler 9.0.1.1
 
Open mic on sametime 9 installs best practices, tips and tricks
Open mic on sametime 9 installs best practices, tips and tricksOpen mic on sametime 9 installs best practices, tips and tricks
Open mic on sametime 9 installs best practices, tips and tricks
 
Open mic on ibm notes traveler best practices
Open mic on ibm notes traveler best practicesOpen mic on ibm notes traveler best practices
Open mic on ibm notes traveler best practices
 
Connect ed2015 bp104_ibm notes traveler daily business-administration monitor...
Connect ed2015 bp104_ibm notes traveler daily business-administration monitor...Connect ed2015 bp104_ibm notes traveler daily business-administration monitor...
Connect ed2015 bp104_ibm notes traveler daily business-administration monitor...
 
Lcty2010 paris so11_sametime 8.5
Lcty2010 paris so11_sametime 8.5Lcty2010 paris so11_sametime 8.5
Lcty2010 paris so11_sametime 8.5
 
Connect ed2015 mas101_user blast 2015
Connect ed2015 mas101_user blast 2015Connect ed2015 mas101_user blast 2015
Connect ed2015 mas101_user blast 2015
 
Utf 8'en'ibm sametime 9 - voice and video deployment
Utf 8'en'ibm sametime 9 - voice and video deployment Utf 8'en'ibm sametime 9 - voice and video deployment
Utf 8'en'ibm sametime 9 - voice and video deployment
 
Ibm sametime deployment planning open mic webcast
Ibm sametime deployment planning open mic webcastIbm sametime deployment planning open mic webcast
Ibm sametime deployment planning open mic webcast
 

Similaire à Connect 2013 show101 making ibm traveler high available_part2_extending and securing the network

We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...
We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...
We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...We4IT Group
 
2109 mobile cloud integrating your mobile workloads with the enterprise
2109 mobile cloud  integrating your mobile workloads with the enterprise2109 mobile cloud  integrating your mobile workloads with the enterprise
2109 mobile cloud integrating your mobile workloads with the enterpriseTodd Kaplinger
 
Quick Deployments
Quick DeploymentsQuick Deployments
Quick DeploymentsRandy602049
 
Extending uBuild and uDeploy with Plugins
Extending uBuild and uDeploy with PluginsExtending uBuild and uDeploy with Plugins
Extending uBuild and uDeploy with PluginsIBM UrbanCode Products
 
Installing ibm docs on a single server
Installing ibm docs on a single serverInstalling ibm docs on a single server
Installing ibm docs on a single serverRoberto Boccadoro
 
1 app 2 developers 3 servers
1 app 2 developers 3 servers1 app 2 developers 3 servers
1 app 2 developers 3 serversMark Myers
 
Social Conndections VI -- Debugging IBM Connections During Install And Operation
Social Conndections VI -- Debugging IBM Connections During Install And OperationSocial Conndections VI -- Debugging IBM Connections During Install And Operation
Social Conndections VI -- Debugging IBM Connections During Install And OperationMartin Leyrer
 
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCode
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCodeContinuous Application Delivery to WebSphere - Featuring IBM UrbanCode
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCodeIBM UrbanCode Products
 
Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0IBM UrbanCode Products
 
IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...
IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...
IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...Frank Altenburg
 
Helping Organizations Realize the Value of DevOps with Continuous Software De...
Helping Organizations Realize the Value of DevOps with Continuous Software De...Helping Organizations Realize the Value of DevOps with Continuous Software De...
Helping Organizations Realize the Value of DevOps with Continuous Software De...IBM UrbanCode Products
 
VA_InterConnect2017
VA_InterConnect2017VA_InterConnect2017
VA_InterConnect2017Canturk Isci
 
1040 ibm worklight delivering agility to mobile cloud deployments
1040 ibm worklight  delivering agility to mobile cloud deployments1040 ibm worklight  delivering agility to mobile cloud deployments
1040 ibm worklight delivering agility to mobile cloud deploymentsTodd Kaplinger
 
Breaking the Monolith road to containers.pdf
Breaking the Monolith road to containers.pdfBreaking the Monolith road to containers.pdf
Breaking the Monolith road to containers.pdfAmazon Web Services
 
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...David Currie
 
Breaking the Monolith road to containers.pdf
Breaking the Monolith road to containers.pdfBreaking the Monolith road to containers.pdf
Breaking the Monolith road to containers.pdfAmazon Web Services
 
IBM Lotusphere 2013 AD109: Using the IBM® Sametime® Proxy SDK: WebSphere Port...
IBM Lotusphere 2013 AD109: Using the IBM® Sametime® Proxy SDK: WebSphere Port...IBM Lotusphere 2013 AD109: Using the IBM® Sametime® Proxy SDK: WebSphere Port...
IBM Lotusphere 2013 AD109: Using the IBM® Sametime® Proxy SDK: WebSphere Port...William Holmes
 

Similaire à Connect 2013 show101 making ibm traveler high available_part2_extending and securing the network (20)

We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...
We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...
We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...
 
2109 mobile cloud integrating your mobile workloads with the enterprise
2109 mobile cloud  integrating your mobile workloads with the enterprise2109 mobile cloud  integrating your mobile workloads with the enterprise
2109 mobile cloud integrating your mobile workloads with the enterprise
 
Quick Deployments
Quick DeploymentsQuick Deployments
Quick Deployments
 
Extending uBuild and uDeploy with Plugins
Extending uBuild and uDeploy with PluginsExtending uBuild and uDeploy with Plugins
Extending uBuild and uDeploy with Plugins
 
Installing ibm docs on a single server
Installing ibm docs on a single serverInstalling ibm docs on a single server
Installing ibm docs on a single server
 
1 app 2 developers 3 servers
1 app 2 developers 3 servers1 app 2 developers 3 servers
1 app 2 developers 3 servers
 
Cloud administration
Cloud administrationCloud administration
Cloud administration
 
Social Conndections VI -- Debugging IBM Connections During Install And Operation
Social Conndections VI -- Debugging IBM Connections During Install And OperationSocial Conndections VI -- Debugging IBM Connections During Install And Operation
Social Conndections VI -- Debugging IBM Connections During Install And Operation
 
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCode
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCodeContinuous Application Delivery to WebSphere - Featuring IBM UrbanCode
Continuous Application Delivery to WebSphere - Featuring IBM UrbanCode
 
z/VM and OpenStack
z/VM and OpenStackz/VM and OpenStack
z/VM and OpenStack
 
Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0
 
IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...
IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...
IBM Connections 4.5 Integration - From Zero To Social Hero - 2.0 - with Domin...
 
Helping Organizations Realize the Value of DevOps with Continuous Software De...
Helping Organizations Realize the Value of DevOps with Continuous Software De...Helping Organizations Realize the Value of DevOps with Continuous Software De...
Helping Organizations Realize the Value of DevOps with Continuous Software De...
 
VA_InterConnect2017
VA_InterConnect2017VA_InterConnect2017
VA_InterConnect2017
 
1040 ibm worklight delivering agility to mobile cloud deployments
1040 ibm worklight  delivering agility to mobile cloud deployments1040 ibm worklight  delivering agility to mobile cloud deployments
1040 ibm worklight delivering agility to mobile cloud deployments
 
What's new in designer
What's new in designerWhat's new in designer
What's new in designer
 
Breaking the Monolith road to containers.pdf
Breaking the Monolith road to containers.pdfBreaking the Monolith road to containers.pdf
Breaking the Monolith road to containers.pdf
 
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
 
Breaking the Monolith road to containers.pdf
Breaking the Monolith road to containers.pdfBreaking the Monolith road to containers.pdf
Breaking the Monolith road to containers.pdf
 
IBM Lotusphere 2013 AD109: Using the IBM® Sametime® Proxy SDK: WebSphere Port...
IBM Lotusphere 2013 AD109: Using the IBM® Sametime® Proxy SDK: WebSphere Port...IBM Lotusphere 2013 AD109: Using the IBM® Sametime® Proxy SDK: WebSphere Port...
IBM Lotusphere 2013 AD109: Using the IBM® Sametime® Proxy SDK: WebSphere Port...
 

Plus de a8us

Connect2014 id600 ibm notes traveler 2013 & beyond
Connect2014 id600 ibm notes traveler 2013 & beyondConnect2014 id600 ibm notes traveler 2013 & beyond
Connect2014 id600 ibm notes traveler 2013 & beyonda8us
 
Sametime meetings task reference
Sametime meetings task referenceSametime meetings task reference
Sametime meetings task referencea8us
 
Sametime communicate task reference
Sametime communicate task referenceSametime communicate task reference
Sametime communicate task referencea8us
 
Instant chime plugin_installation_guide_for_ibm_sametime_9
Instant chime plugin_installation_guide_for_ibm_sametime_9Instant chime plugin_installation_guide_for_ibm_sametime_9
Instant chime plugin_installation_guide_for_ibm_sametime_9a8us
 
Ibm sametime 9 for social communications
Ibm sametime 9 for social communicationsIbm sametime 9 for social communications
Ibm sametime 9 for social communicationsa8us
 
Ibm sametime 9 complete basic features installation from zero to hero
Ibm sametime 9 complete basic features installation from zero to heroIbm sametime 9 complete basic features installation from zero to hero
Ibm sametime 9 complete basic features installation from zero to heroa8us
 
Deploying ibm sametime 9 on aix 7.1
Deploying ibm sametime 9 on aix 7.1Deploying ibm sametime 9 on aix 7.1
Deploying ibm sametime 9 on aix 7.1a8us
 
Architecting an ibm sametime 9.0 audio visual deployment
Architecting an ibm sametime 9.0 audio visual deploymentArchitecting an ibm sametime 9.0 audio visual deployment
Architecting an ibm sametime 9.0 audio visual deploymenta8us
 
Call and video calls task reference
Call and video calls task referenceCall and video calls task reference
Call and video calls task referencea8us
 
St open mic_av_01092013
St open mic_av_01092013St open mic_av_01092013
St open mic_av_01092013a8us
 
Open mic mediaarchitecture_121113
Open mic mediaarchitecture_121113Open mic mediaarchitecture_121113
Open mic mediaarchitecture_121113a8us
 
2011 2-01632-mc bab3001
2011 2-01632-mc bab30012011 2-01632-mc bab3001
2011 2-01632-mc bab3001a8us
 
Domino9on centos6
Domino9on centos6Domino9on centos6
Domino9on centos6a8us
 
Wcdma kpi-analysis
Wcdma kpi-analysisWcdma kpi-analysis
Wcdma kpi-analysisa8us
 
Lte technology-for-engineers
Lte technology-for-engineersLte technology-for-engineers
Lte technology-for-engineersa8us
 
Ibm tivoli directory server 6.1 administration guide
Ibm tivoli directory server 6.1 administration guideIbm tivoli directory server 6.1 administration guide
Ibm tivoli directory server 6.1 administration guidea8us
 
Installing sametime851-from-zero-to-hero-the next generation
Installing sametime851-from-zero-to-hero-the next generationInstalling sametime851-from-zero-to-hero-the next generation
Installing sametime851-from-zero-to-hero-the next generationa8us
 
Installing sametime85-from-zero-to-hero-in-just-two-hours
Installing sametime85-from-zero-to-hero-in-just-two-hoursInstalling sametime85-from-zero-to-hero-in-just-two-hours
Installing sametime85-from-zero-to-hero-in-just-two-hoursa8us
 

Plus de a8us (18)

Connect2014 id600 ibm notes traveler 2013 & beyond
Connect2014 id600 ibm notes traveler 2013 & beyondConnect2014 id600 ibm notes traveler 2013 & beyond
Connect2014 id600 ibm notes traveler 2013 & beyond
 
Sametime meetings task reference
Sametime meetings task referenceSametime meetings task reference
Sametime meetings task reference
 
Sametime communicate task reference
Sametime communicate task referenceSametime communicate task reference
Sametime communicate task reference
 
Instant chime plugin_installation_guide_for_ibm_sametime_9
Instant chime plugin_installation_guide_for_ibm_sametime_9Instant chime plugin_installation_guide_for_ibm_sametime_9
Instant chime plugin_installation_guide_for_ibm_sametime_9
 
Ibm sametime 9 for social communications
Ibm sametime 9 for social communicationsIbm sametime 9 for social communications
Ibm sametime 9 for social communications
 
Ibm sametime 9 complete basic features installation from zero to hero
Ibm sametime 9 complete basic features installation from zero to heroIbm sametime 9 complete basic features installation from zero to hero
Ibm sametime 9 complete basic features installation from zero to hero
 
Deploying ibm sametime 9 on aix 7.1
Deploying ibm sametime 9 on aix 7.1Deploying ibm sametime 9 on aix 7.1
Deploying ibm sametime 9 on aix 7.1
 
Architecting an ibm sametime 9.0 audio visual deployment
Architecting an ibm sametime 9.0 audio visual deploymentArchitecting an ibm sametime 9.0 audio visual deployment
Architecting an ibm sametime 9.0 audio visual deployment
 
Call and video calls task reference
Call and video calls task referenceCall and video calls task reference
Call and video calls task reference
 
St open mic_av_01092013
St open mic_av_01092013St open mic_av_01092013
St open mic_av_01092013
 
Open mic mediaarchitecture_121113
Open mic mediaarchitecture_121113Open mic mediaarchitecture_121113
Open mic mediaarchitecture_121113
 
2011 2-01632-mc bab3001
2011 2-01632-mc bab30012011 2-01632-mc bab3001
2011 2-01632-mc bab3001
 
Domino9on centos6
Domino9on centos6Domino9on centos6
Domino9on centos6
 
Wcdma kpi-analysis
Wcdma kpi-analysisWcdma kpi-analysis
Wcdma kpi-analysis
 
Lte technology-for-engineers
Lte technology-for-engineersLte technology-for-engineers
Lte technology-for-engineers
 
Ibm tivoli directory server 6.1 administration guide
Ibm tivoli directory server 6.1 administration guideIbm tivoli directory server 6.1 administration guide
Ibm tivoli directory server 6.1 administration guide
 
Installing sametime851-from-zero-to-hero-the next generation
Installing sametime851-from-zero-to-hero-the next generationInstalling sametime851-from-zero-to-hero-the next generation
Installing sametime851-from-zero-to-hero-the next generation
 
Installing sametime85-from-zero-to-hero-in-just-two-hours
Installing sametime85-from-zero-to-hero-in-just-two-hoursInstalling sametime85-from-zero-to-hero-in-just-two-hours
Installing sametime85-from-zero-to-hero-in-just-two-hours
 

Dernier

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 

Dernier (20)

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 

Connect 2013 show101 making ibm traveler high available_part2_extending and securing the network

  • 1. © 2013 IBM Corporation SHOW101 Making IBM Traveler High Available – Part 2: Extending And Securing The Network René Winkelmeyer | midpoints GmbH Detlev Pöttgen | midpoints GmbH
  • 2. 2 © 2013 IBM Corporation About us  René Winkelmeyer  Senior Consultant at midpoints GmbH IBM Advanced Business Partner from Germany http://www.midpoints.de  Specialized in RCP development, XPages development and building mobile infrastructures  IBM Design Partner for Notes/Domino Next and Mobile  OpenNTF Contributor ─ File Navigator (http://filenavigator.openntf.org) ─ Generic NSF View Widget for IBM Connections
  • 3. 3 © 2013 IBM Corporation About us  Detlev Pöttgen  Co-Founder and CTO of midpoints GmbH IBM Advanced Business Partner from Germany http://www.midpoints.de  Specialized in Domino & IMC Administration and building mobile infrastructures  IBM Design Partner for Notes/Domino Next and Mobile
  • 4. 4 © 2013 IBM Corporation How to get in touch with us?  René ─ Mail: rene.winkelmeyer@midpoints.de / mail@winkelmeyer.com ─ Blog: http://www.midpoints.de / http://blog.winkelmeyer.com ─ Skype: muenzpraeger ─ Twitter: muenzpraeger ─ LinkedIn: http://de.linkedin.com/in/muenzpraeger ─ XING: https://www.xing.com/profile/Rene_Winkelmeyer ─ Slideshare: http://www.slideshare.net/muenzpraeger ─ G+: http://www.winkelmeyer.com/+  Detlev ─ Mail: detlev.poettgen@midpoints.de ─ Blog: http://www.netzgoetter.de ─ Twitter: netzgoetter ─ LinkedIn: http://de.linkedin.com/in/netzgoetter ─ XING: https://www.xing.com/profile/Detlev_Poettgen
  • 5. 5 © 2013 IBM Corporation Legal first!  This slide presentation may contain the following copyrighted, trademarked and/or restricted terms: ─ IBM® DB2®, IBM® Domino®, IBM® Notes®, IBM® WebSphere®, Microsoft® Windows®, Linux®
  • 6. 6 © 2013 IBM Corporation Agenda  High Availability in the context of IBM Notes Traveler  Using IBM WebSphere Edge Components as Load Balancer  Using IBM Mobile Connect as Reverse Proxy  Additional Notes  Q & A
  • 7. 7 © 2013 IBM Corporation Agenda  High Availability in the context of IBM Notes Traveler  Using IBM WebSphere Edge Components as Load Balancer  Using IBM Mobile Connect as Reverse Proxy  Additional Notes  Q & A
  • 8. 8 © 2013 IBM Corporation High Availability in the context of IBM Notes Traveler
  • 9. 9 © 2013 IBM Corporation High Availability in the context of IBM Notes Traveler  See SHOW100 for this.
  • 10. 10 © 2013 IBM Corporation Agenda  High Availability in the context of IBM Notes Traveler  Using IBM WebSphere Edge Components as Load Balancer  Using IBM Mobile Connect as Reverse Proxy  Additional Notes  Q & A
  • 11. 11 © 2013 IBM Corporation Agenda – Using WebSphere Edge Components  What is WebSphere Edge Components?  Preparing the environment – Operating System, DNS, Software  Installation of IBM Installation Manager  Installation of IBM WebSphere Edge Components  Configuration of IBM WebSphere Edge Components Load Balancing  Configuration of the backend IBM Notes Traveler servers
  • 12. 12 © 2013 IBM Corporation What is WebSphere Edge Components?  IBM WebSphere Edge Components is a set of networking tools. The set contains ─ Network Dispatcher (aka Load Balancer), optional with Content Distribution ─ Caching Proxy  In this session we'll use the Load Balancing component.
  • 13. 13 © 2013 IBM Corporation What is WebSphere Edge Components?
  • 14. 14 © 2013 IBM Corporation Agenda – Using WebSphere Edge Components  What is WebSphere Edge Components?  Preparing the environment – Operating System, DNS, Software  Installation of IBM Installation Manager  Installation of IBM WebSphere Edge Components  Configuration of IBM WebSphere Edge Components Load Balancing  Configuration of the backend IBM Notes Traveler servers
  • 15. 15 © 2013 IBM Corporation Preparing the environment – Operating System  The demo system runs a newly fresh installed CentOS 6.3 64bit.  The installation and administration is done in graphical mode. A console mode is also available, but we are preferring a GUI for demoing purposes.
  • 16. 16 © 2013 IBM Corporation Preparing the environment – DNS  The IP-based communication between all components is based on DNS (Domain Name System).  When talking about DNS I assume that you're running a real DNS server in your company.  For the demo system all used DNS names are mapped via the Linux hosts files. ─ Edge: mobile-edge.curi0.us / edge1.curi0.us / edge2.curi0.us ─ Traveler: traveler1.curi0.us / traveler2.curi0.us
  • 17. 17 © 2013 IBM Corporation Preparing the environment – DNS (locals hosts editing)  Open your favorite shell and open the the local hosts file using a text editor like “vi” or “vim” (depends on how hardcore you're)
  • 18. 18 © 2013 IBM Corporation Preparing the environment – DNS (locals hosts editing)  Change the settings as needed for your environment. Use “i” as key to start inserting text.  Save the modifications using the key combination “ESC” and then “wq!” (== save and close)  Check the modifications using ping
  • 19. 19 © 2013 IBM Corporation Preparing the environment – Software  For the installation of the IBM WebSphere Edge Components you have to download the appropriate package from the IBM Passport Advantage website.  The following packages/part numbers are available for the WebSphere Network Deployment of the Edge Components Load Balancer: ─ CI3HKML (Part 1/3) ─ CI3HLML (Part 2/3) ─ CI3HMML (Part 3/3)  Save the package to /tmp/downloads/ibm/was_edge
  • 20. 20 © 2013 IBM Corporation Preparing the environment – Software  In addition you'll need the IBM Installation Manager (former Rational Installation Manager) to install the WebSphere Edge Components.  As we're installing V8.5 of the Edge Components you'll need to use the most current IBM Installation Manager 1.6.1. ─ Download can be found here: http://www- 947.ibm.com/support/entry/portal/Recommended_fix/Software/Rational/IBM_Installation_Manag er
  • 21. 21 © 2013 IBM Corporation Preparing the environment – Download of IBM Installation Manager  Following the previous shown link you'll be directed to a list of available download links. Click on the link for the “Installation Manager and Packaging Utility download links”
  • 22. 22 © 2013 IBM Corporation Preparing the environment – Download of IBM Installation Manager  On the newly shown website you'll a list of available versions. Click the link for the “Installation Manager” in the most current (in our case 1.6.1) version.
  • 23. 23 © 2013 IBM Corporation Preparing the environment – Download of IBM Installation Manager  Now select the link (FC) for your operating system.
  • 24. 24 © 2013 IBM Corporation Preparing the environment – Download of IBM Installation Manager  You'll be redirected to the Fix Central. Select the package and click “Continue” to proceed.
  • 25. 25 © 2013 IBM Corporation Preparing the environment – Download of IBM Installation Manager  Now you can download the installation package. Save it in /tmp/downloads/ibm/installation_manager.
  • 26. 26 © 2013 IBM Corporation Agenda – Using WebSphere Edge Components  What is WebSphere Edge Components?  Preparing the environment – Operating System, DNS, Software  Installation of IBM Installation Manager  Installation of IBM WebSphere Edge Components  Configuration of IBM WebSphere Edge Components Load Balancing  Configuration of the backend IBM Notes Traveler servers
  • 27. 27 © 2013 IBM Corporation Installation of IBM Installation Manager  Login as user “root” and start the File Browser (Nautilus in our case)
  • 28. 28 © 2013 IBM Corporation Installation of IBM Installation Manager  Navigate to the directory /tmp/downloads/ibm/installation_manager and start the installation with a double click on the install executable
  • 29. 29 © 2013 IBM Corporation Installation of IBM Installation Manager  Proceed with “Next”
  • 30. 30 © 2013 IBM Corporation Installation of IBM Installation Manager  Accept the license terms and proceed with “Next”.
  • 31. 31 © 2013 IBM Corporation Installation of IBM Installation Manager  Leave the installation directory as defined and proceed with “Next”.
  • 32. 32 © 2013 IBM Corporation Installation of IBM Installation Manager  Proceed with “Install” to start the installation of the IBM Installation Manager.
  • 33. 33 © 2013 IBM Corporation Installation of IBM Installation Manager  Finish the installation with “Restart Installation Manager”.
  • 34. 34 © 2013 IBM Corporation Agenda – Using WebSphere Edge Components  What is WebSphere Edge Components?  Preparing the environment – Operating System, DNS, Software  Installation of IBM Installation Manager  Installation of IBM WebSphere Edge Components  Configuration of IBM WebSphere Edge Components Load Balancing
  • 35. 35 © 2013 IBM Corporation Installation of WebSphere Edge Components  The IBM Installation Manager allows to install, update or remove IBM products. As we're installing a new product select “Install”.
  • 36. 36 © 2013 IBM Corporation Installation of WebSphere Edge Components  The IBM Installation Manager can install software from varying repositories: ─ Local files ─ HTTP site ─ Passport Advantage  As we don't want to rely on an internet connection we'll use a local file repository. The next slides are showing how to setup a new one.
  • 37. 37 © 2013 IBM Corporation Installation of WebSphere Edge Components  Selecte the “Repositories” link.
  • 38. 38 © 2013 IBM Corporation Installation of WebSphere Edge Components  Now select “Repositories” in the left menu and then “Add Repository...” on the right side.
  • 39. 39 © 2013 IBM Corporation Installation of WebSphere Edge Components  This will show an empty file dialog. Select “Browse” to open the file manager.
  • 40. 40 © 2013 IBM Corporation Installation of WebSphere Edge Components  Navigate to the directory /tmp/downloads/ibm/was_edge/disk1. Select the file “diskTag.inf” and confirm the selection with “OK”.
  • 41. 41 © 2013 IBM Corporation Installation of WebSphere Edge Components  Confirm the selection with “OK”.
  • 42. 42 © 2013 IBM Corporation Installation of WebSphere Edge Components  Press “Test Connections” to verify the successful setup of the repository.
  • 43. 43 © 2013 IBM Corporation Installation of WebSphere Edge Components  You'll see this dialog if all repositories have been verified. Close the dialog with “OK”.
  • 44. 44 © 2013 IBM Corporation Installation of WebSphere Edge Components  Close the preferences with “OK”.
  • 45. 45 © 2013 IBM Corporation Installation of WebSphere Edge Components  Closing the preferences will automatically launch the installation/selection dialog for the available software.
  • 46. 46 © 2013 IBM Corporation Installation of WebSphere Edge Components  Proceed with “Next”.
  • 47. 47 © 2013 IBM Corporation Installation of WebSphere Edge Components  Accept the license terms and proceed with “Next”.
  • 48. 48 © 2013 IBM Corporation Installation of WebSphere Edge Components  As it's a new installation of the IBM Installation Manager some shared resources need to be installed. Leave the directory settings as they are and proceed with “Next”.
  • 49. 49 © 2013 IBM Corporation Installation of WebSphere Edge Components  Proceed with “Next”.
  • 50. 50 © 2013 IBM Corporation Installation of WebSphere Edge Components  If needed you can select more languages. Proceed with “Next”.
  • 51. 51 © 2013 IBM Corporation Installation of WebSphere Edge Components  Leave the predefined selection (no Metric Server) and proceed with “Next”.
  • 52. 52 © 2013 IBM Corporation Installation of WebSphere Edge Components  Start the installation with a click on “Install”.
  • 53. 53 © 2013 IBM Corporation Installation of WebSphere Edge Components  We want to start directly, so click on finish (that'll start the Load Balancer Administration Console).
  • 54. 54 © 2013 IBM Corporation Agenda – Using WebSphere Edge Components  What is WebSphere Edge Components?  Preparing the environment – Operating System, DNS, Software  Installation of IBM Installation Manager  Installation of IBM WebSphere Edge Components  Configuration of IBM WebSphere Edge Components Load Balancing  Configuration of the backend IBM Notes Traveler servers
  • 55. 55 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  The automatic startup lauches the Load Balancer configuration GUI.
  • 56. 56 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Select “Dispatcher” in the left menu tree.
  • 57. 57 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Make a right click on “Dispatcher” and select “Start Configuration Wizard”. That'll start the configuration dialog.
  • 58. 58 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Proceed with “Next”.
  • 59. 59 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Proceed with “Next”.
  • 60. 60 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Check the preconditions – the setup won't work if you don't respect them.
  • 61. 61 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  As we're on Linux => start the server. You won't get a direct feedback!
  • 62. 62 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Check if the local hostname is correct and proceed with a click on “Update Configuration & Continue”.
  • 63. 63 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Add the Cluster name. It needs to be equal to the URL which the clients are using, in our case “mobile-edge.curi0.us”. Proceed with “Update Configuration & Continue”.
  • 64. 64 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Check if the cluster has been added successfully. Then proceed with “Next”.
  • 65. 65 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Now we need to set the port which will be used by the clients. The default is set to “80”.
  • 66. 66 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Change the value to “443” as we'll run HTTPS. Proceed with “Update Configuration & Continue”.
  • 67. 67 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Check if the port has been added successfully. Proceed with “Next”.
  • 68. 68 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Now we need to add the server names of the used backend servers (here: the Traveler servers). Click on “Add a server”.
  • 69. 69 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Enter the first server name, in our case “traveler1.curi0.us”. Proceed with “Next”.
  • 70. 70 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Check if the server name has been added successfully. Click on “Add a server” to add the second server.
  • 71. 71 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Enter the second server name, in our case “traveler2.curi0.us”. Proceed with “Next”.
  • 72. 72 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Check if the server name has been added successfully. Click on “Update Configuration & Continue” to proceed.
  • 73. 73 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  We need to start an Advisor as we want the Traveler servers to be monitored. Enter “HTTPS” as the Advisor name and proceed with “Update Configuration & Continue”.
  • 74. 74 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Check if the Advisor has been started successfully. Proceed with “Next”.
  • 75. 75 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  The cluster's IP address needs to be set on the backend servers. Select your operating system (here: Linux) and click on “View Loopback Instructions” to show the instructions.
  • 76. 76 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Excursion / Repeat – read it often: ─ To work properly the cluster's IP address needs to be added to the local loopback adapter of the application servers. ─ To work properly the cluster's IP address needs to be added to the local loopback adapter of the application servers. ─ To work properly the cluster's IP address needs to be added to the local loopback adapter of the application servers. ─ To work properly the cluster's IP address needs to be added to the local loopback adapter of the application servers. ─ To work properly the cluster's IP address needs to be added to the local loopback adapter of the application servers.  That means: add the Edge servers IP address to the local loopback adapter of each Traveler server.
  • 77. 77 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Read the configuration settings (better: write them down). Click “Exit” to close the information dialog.
  • 78. 78 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Done – the Edge server is ready. Click on “Exit” to proceed.
  • 79. 79 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Close the confirmation dialog with “Yes”.
  • 80. 80 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  Right click on “Dispatcher” and select “Connect to Host...” to see the configured Load Balancer.
  • 81. 81 © 2013 IBM Corporation Configuration of WebSphere Edge Components Load Balancing  You now can see, configure and manage the Load Balancer. Done!
  • 82. 82 © 20 1 3 IBM Corporation Agenda – Using WebSphere Edge Components  What is WebSphere Edge Components?  Preparing the environment – Operating System, DNS, Software  Installation of IBM Installation Manager  Installation of IBM WebSphere Edge Components  Configuration of IBM WebSphere Edge Components Load Balancing  Configuration of the backend IBM Notes Traveler servers
  • 83. 83 © 2013 IBM Corporation Configuration of the backend IBM Notes Traveler servers  As previous stated you'll have to add the WebSphere Edge's cluster address to each (repeat: each) backend server.
  • 84. 84 © 2013 IBM Corporation Agenda  High Availability in the context of IBM Notes Traveler  Using IBM WebSphere Edge Components as Load Balancer  Using IBM Mobile Connect as Reverse Proxy  Additional Notes  Q & A
  • 85. 85 © 2013 IBM Corporation Agenda – Using IBM Mobile Connect  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring IBM Notes Traveler
  • 86. 86 © 2013 IBM Corporation Agenda  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring IBM Notes Traveler
  • 87. 87 © 2013 IBM Corporation What is IBM Mobile Connect?
  • 88. 88 © 2013 IBM Corporation What is IBM Mobile Connect?
  • 89. 89 © 2013 IBM Corporation What is IBM Mobile Connect?
  • 90. 90 © 2013 IBM Corporation What is IBM Mobile Connect?  Connection Manager (server-side) ─ Software that runs on the server and controls access to enterprise resources Support for IP and non-IP network protocols ─ Mobile Network Connections (MNC) for combinations of public/private networks  Distributed Administration (“Gatekeeper”) ─ Java based administrator console that can run on various platforms Policy Management is an integral part of Administration  Mobility Client (client-side) ─ Software that runs on the mobile device and interfaces to Connection Manager Mobility Client authenticates and establishes VPN with Connection Manager Includes toolkit for creating network-aware applications  HTTP Access (client-less) ─ HTTP access services provide a SSL secured tunnel for HTTP communication to any HTTP Version 1.1 application
  • 91. 91 © 2013 IBM Corporation Agenda  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring IBM Notes Traveler
  • 92. 92 © 2013 IBM Corporation Preparing the environment – Operating System, DNS, Software  The session's demo installation of IBM DB2 and IBM Mobile Connect runs on SUSE Linux Enterprise Server (SLES) 11.  All components (IBM DB2®, IBM Mobile Connect®, IBM Domino®) are running for demo purposes on the same machine – for a production environment it is highly recommended to install the components on separate machines.  All DNS settings are referring to the same physical IP. You should use your companies DNS.  The demo system doesn't use a firewall as all communication happens locally.
  • 93. 93 © 2013 IBM Corporation Preparing the environment – Operating System  The demo system runs a newly fresh installed SUSE Linux Enterprise Server (SLES) 11.  The installation of DB2 requires an installed X-Windows system like KDE or Gnome (the last one is used here).  Furthermore you need a working Korn Shell (ksh) on the Linux system. It is required by the IBM Mobile Connect installation.
  • 94. 94 © 2013 IBM Corporation Preparing the environment – DNS  The IP-based communication between all components is based on DNS (Domain Name System).  When talking about DNS we assume that you're running a real DNS server in your company.  For the demo system all used DNS names are mapped to the local IP address via the Linux hosts file. ─ DB2: db2-imc.curi0.us ─ IBM Mobile Connect: imc1.curi0.us ─ Traveler: traveler1.curi0.us / traveler2.curi0.us ─ External Single URL: mobile.curi0.us  Never ever give the local loopback adapter (127.0.0.1) an alias! That will lead to errors during the installation process!
  • 95. 95 © 2013 IBM Corporation Preparing the environment – DNS (local hosts editing)  Open your favorite shell (like the Gnome Terminal).  Open the local hosts file using a text editor like “vi”.
  • 96. 96 © 2013 IBM Corporation Preparing the environment – DNS (local hosts editing)  Modify the name settings for the used DNS names (key “i” for inserting).  Save the modifications using the key combination “ESC” and then “wq!” (== save and close).  Check the modifications using ping. 127.0.0.1 localhost 192.168.100.50 imc1.curi0.us imc1 192.168.100.50 db2-imc.curi0.us 192.168.100.51 traveler1.curi0.us 192.168.100.52 traveler2.curi0.us 192.168.100.50 mobile.curi0.us
  • 97. 97 © 2013 IBM Corporation Preparing the environment – DNS (local name resolving)  The server needs to be able to to resolve it's simple name. If the machines name is “imc1.curi0.us” the name “imc1” needs to be pinged.  If that's not possible the installations of DB2 and IBM Mobile Connect won't work!
  • 98. 98 © 2013 IBM Corporation Preparing the environment – Software (DB2)  First you need DB2 (any edition, we're using DB2 Express-C 10.1.2).  You can download DB2 Express-C via this URL. http://www-01.ibm.com/software/data/db2/express/download.html  Choose the package which is appropriate for the used operating system – in our case for Linux x86 - 64 Bit.  Save the package to /root/install/db2
  • 99. 99 © 2013 IBM Corporation Preparing the environment – Software (IBM Mobile Connect)  Then download the two IBM Mobile Connect installation packages from Passport Advantage.  The product numbers are “CID7DML_connection_manager.tar” and “CID79ML_Gatekeeper.tar”  Save the package to /root/install/imc
  • 100. 100 © 2013 IBM Corporation Preparing the environment – Software (Domino & Traveler)  Besides DB2 and IBM Mobile Connect you'll need one or two running IBM Domino servers and two or more IBM Notes Traveler server. We're not describing here how to setup Domino and Traveler – that was part of SHOW100.
  • 101. 101 © 2013 IBM Corporation Agenda  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring IBM Notes Traveler
  • 102. 102 © 2013 IBM Corporation Installation of DB2  Logon to the Linux system as user “root”  Open your favorite shell (like the “Gnome Terminal”)
  • 103. 103 © 2013 IBM Corporation Installation of DB2  Change to the directory “/root/install/db2”  Unpack the downloaded DB2 installation package using “tar” (you may use the additional “v” parameter for getting a verbose output of the unpacking)
  • 104. 104 © 2013 IBM Corporation Installation of DB2  Switch to the extracted DB2 installation folder expc.  Launch the db2setup (please remember: you need X-Window for this!)
  • 105. 105 © 2013 IBM Corporation Installation of DB2  The startup screen (aka “DB2 Setup Launchpad”) shows up.
  • 106. 106 © 2013 IBM Corporation Installation of DB2  Choose “Install a product” and select “Install New”.
  • 107. 107 © 2013 IBM Corporation Installation of DB2  Click “Next” to step over to the License Agreement Dialog.
  • 108. 108 © 2013 IBM Corporation Installation of DB2  Click “Next” to step over to the License Agreement Dialog. After you've read and accepted it (click the radio button) click on “Next” to proceed.
  • 109. 109 © 2013 IBM Corporation Installation of DB2  Select “Custom” as the installation type and proceed with “Next”.
  • 110. 110 © 2013 IBM Corporation Installation of DB2  Save the installation details in a response file (good practice!) and proceed with “Next”.
  • 111. 111 © 2013 IBM Corporation Installation of DB2  Deselect “Getting started” from the feature list and proceed with “Next” (that will accept the default installation location “/opt/ibm/db2/V10.1”).
  • 112. 112 © 2013 IBM Corporation Installation of DB2  Optional: choose an additional language (we don't prefer any other language then English, even as we're German) and proceed with “Next”.
  • 113. 113 © 2013 IBM Corporation Installation of DB2  Leave the default value for the location of the DB2 Information center and proceed with “Next”.
  • 114. 114 © 2013 IBM Corporation Installation of DB2  Enter the credentials for the DB2 administrator “dasusr1” and proceed with “Next”. This step will setup a new Linux user including home directory.
  • 115. 115 © 2013 IBM Corporation Installation of DB2  Leave the default value to create a new DB2 instance and proceed with “Next”.
  • 116. 116 © 2013 IBM Corporation Installation of DB2  Enter the credentials for the DB2 instance owner “db2inst1” and proceed with “Next”. This step will setup a new Linux user including home directory.
  • 117. 117 © 2013 IBM Corporation Installation of DB2  Enter the credentials for the DB2 fenced user “db2fenc1” and proceed with “Next”. This step will setup a new Linux user including home directory.
  • 118. 118 © 2013 IBM Corporation Installation of DB2  Create a TCP/IP configuration for DB2 to allow access from external hosts on port 50001. Leave the autostart checkbox as it is and proceed with “Next”.
  • 119. 119 © 2013 IBM Corporation Installation of DB2  Optional: Setup notifications from DB2. As we don't need it here deselect it and proceed with “Next”.
  • 120. 120 © 2013 IBM Corporation Installation of DB2  Check the setup instructions in the setup dialog and finish the installation with “Finish”.
  • 121. 121 © 2013 IBM Corporation Installation of DB2  You'll see a progress dialog during the installation process in a separate window.
  • 122. 122 © 2013 IBM Corporation Installation of DB2  Done!
  • 123. 123 © 2013 IBM Corporation Installation of DB2  You can validate the successful installation in various ways ─ Check the installation log located in /tmp/db2setup.log ─ Login to DB2 with the db2inst1 user ─ Run the DB2 validation tool
  • 124. 124 © 2013 IBM Corporation Agenda  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring Notes Traveler
  • 125. 125 © 2013 IBM Corporation Installation of IBM Mobile Connect – Connection Manager  Logon to the Linux system as user “root”  Open your favorite shell (like the “Gnome Terminal”)
  • 126. 126 © 2013 IBM Corporation Installation of IBM Mobile Connect – Connection Manager  Change to the directory “/root/install/imc”  Unpack the downloaded IBM Mobile Connect installation package of the Connection Manager using “tar”.
  • 127. 127 © 2013 IBM Corporation Installation of IBM Mobile Connect – Connection Manager  Display the extracted content using “ls”. There are two files: ./linux-gw-x86_64-image.tar.gz ./linux-gw-x86-image.tar.gz  If you are running a 64-Bit Linux, then you should extract the linux-gw-x86_64- image using “tar”.
  • 128. 128 © 2013 IBM Corporation Installation of IBM Mobile Connect – Connection Manager  Switch to the inst.images Subfolder  First you need to setup the IBM Mobile Connect Connection Manager. For that issue the command “./install_wg” from within the sub-directory.
  • 129. 129 © 2013 IBM Corporation Installation of IBM Mobile Connect – Connection Manager  Specify if you want to start the IBM Mobile Connect Connection Manager at system startup. This setting defaults to “yes” (it is recommended to keep this setting).
  • 130. 130 © 2013 IBM Corporation Installation of IBM Mobile Connect – Connection Manager  The IBM Mobile Connect Connection Manager is installed within /opt/ibm/ConnectionManager.  Important: Ensure that the service “xinetd” is running on the machine on which the IBM Mobile Connect Connection Manager is installed.  Done!
  • 131. 131 © 2013 IBM Corporation Installation of IBM Mobile Connect – Gatekeeper  Logon to the Linux system as user “root”  Open your favorite shell (like the “Gnome Terminal”)
  • 132. 132 © 2013 IBM Corporation Installation of IBM Mobile Connect – Gatekeeper  Change to the directory “/root/install/imc”  Unpack the downloaded IBM Mobile Connect installation package of the Gatekeeper using “tar”.
  • 133. 133 © 2013 IBM Corporation Installation of IBM Mobile Connect – Gatekeeper  Change to the directory “/root/install/imc/pkglinux”  If IBM Java JRE 7.0.2 isn't installed you need to install it. The needed installation file is located within the extracted pkglinux subfolder.
  • 134. 134 © 2013 IBM Corporation Installation of IBM Mobile Connect – Gatekeeper  Now proceed with the installation of the IBM Mobile Connect Gatekeeper.
  • 135. 135 © 2013 IBM Corporation Installation of IBM Mobile Connect – Gatekeeper  The IBM Mobile Connect Gatekeeper is installed within the directory /opt/ibm/Gatekeeper. The installation also adds symbolic links within /usr/bin for the IBM Mobile Connect Gatekeeper binaries.  Done!
  • 136. 136 © 2013 IBM Corporation Installation of IBM Mobile Connect – Gatekeeper  Yes, we're running on Linux. But you have to restart the server. ;-)
  • 137. 137 © 2013 IBM Corporation Agenda  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring IBM Notes Traveler
  • 138. 138 © 2013 IBM Corporation Configuration of IBM Mobile Connect  The whole configuration of IBM Mobile Connect is done through the IBM Mobile Connect Gatekeeper.  Logon as the Linux user “root”.  Open your favorite console (i. e. the “Gnome Terminal”).
  • 139. 139 © 2013 IBM Corporation Configuration of IBM Mobile Connect  Start the IBM Mobile Connect Gatekeeper through issuing the command “wgcfg” from the shell. That will start the application in the X-Window system.
  • 140. 140 © 2013 IBM Corporation Configuration of IBM Mobile Connect - Login profile  At the very first startup IBM Mobile Connect has no configuration. You'll see an empty login screen with no selection values for the so called “Login profile”.
  • 141. 141 © 2013 IBM Corporation Configuration of IBM Mobile Connect - Login profile  The IBM Mobile Connect Gatekeeper automatically prompts a dialog for the creation of new Login profiles. In our case we're setting up a “non-secure” Login profile through clicking on “Add Profile...”.
  • 142. 142 © 2013 IBM Corporation Configuration of IBM Mobile Connect - Login profile  In the “Add Login Profile” dialog we have to add two values ─ The Login profile name, which is the descriptive name for this profile. For the sake of simplicity we're using the simple host name of the IBM Mobile Connect server. ─ The host name we want to connect to. ─ The port, which defaults to 9555, could be changed if needed. For our setup we don't need that.  Finish the dialog through clicking the “OK” button.
  • 143. 143 © 2013 IBM Corporation Configuration of IBM Mobile Connect - Login profile  You'll see now the newly added profile in the Login Profile Details list.  Close the dialog with “OK”.
  • 144. 144 © 2013 IBM Corporation Configuration of IBM Mobile Connect - Logging in  Now select the profile “imc1” within the Login profile dropdown dialog.  Additionally you have to enter the administrators credentials. For that use the default login credentials which are available after any IBM Mobile Connect installation. ─ User: gkadmin ─ Password: gk4admin (Default)  Confirm the selection and credentials through clicking “Log In”.
  • 145. 145 © 2013 IBM Corporation Configuration of IBM Mobile Connect - Logging in  “Accept” the upcoming license dialog to proceed.
  • 146. 146 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  Two Dialog Boxes will be opened. Close the Gatekeeper Help Window to start the configuration.
  • 147. 147 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  As we're using DB2 as the backend for IBM Mobile Connect you have to select “An ODBC-compliant relational database”. Proceed with “Next”.
  • 148. 148 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  In the upcoming dialog you have to enter the name of the DB2 instance and the according home folder: ─ DB2 instance name: wgdb ─ DB2 instance home folder: /home/wgdb  Proceed with “Next”.
  • 149. 149 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  Now enter the administrative settings for this new DB2 database. ─ Database name: wgdata ─ Database management ID: db2inst1 (we're using the existing standard DB2 administrator)
  • 150. 150 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  We may use the local path, but to have a real world scenario we're “remotely” connecting to the DB2 instance.  Proceed with “Next”.
  • 151. 151 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  In the upcoming dialog you have to enter a base distinguished name (X.500 format) under which the configuration data will be stored. This name is case- sensitive! ─ Base distinguished name: o=midpoints (your organization name, we will use midpoints here)  Additionally you have to define how the data will be stored. Use the same data storage as it is used for the session data.  Proceed with “Next”.
  • 152. 152 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  Now you have to define if administrators should be able to remotely connect to the IBM Mobile Connect Connection Manager. It's recommended to allow this as it makes administrators life somewhat easier. ─ Remote administrators may login with the user “gkadmin”.  Dependant on the internal security policies an SSL based connection to the IBM Mobile Connect Gatekeeper could be enforced. Here it's not needed so leave the default selection (==disabled).
  • 153. 153 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  Now enable the logging of all administrative actions and proceed with “Next”.
  • 154. 154 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  The last wizard screen confirms that all settings for the initial setup of this IBM Mobile Connect Connection Manager have been setup. Proceed the setup through clicking “Finish”.  The IBM Mobile Connect Gatekeeper now setups the database and the initial IBM Mobile Connect Connection Manager resources. This may take a while.
  • 155. 155 © 2013 IBM Corporation Agenda  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring IBM Notes Traveler
  • 156. 156 © 2013 IBM Corporation Configuring Domino authentication  Authentication profiles in IBM Mobile Connect could be setup to use LDAP binding for HTTP access services and connection profiles.  IBM Domino may serve as a Directory Service provider for LDAP so we're going to leverage that built-in functionality.  As mentioned in the prerequisites we're running a newly fresh installed IBM Domino server without any special configuration. The following slides will show the steps which are needed to setup IBM Domino as a LDAP Directory provider.
  • 157. 157 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  At first you have to create a technical user which will be used by IBM Mobile Connect to make authenticated LDAP lookups.  As this technical user doesn't need to have a Notes id file it is sufficient to create a new person document with HTTP password.
  • 158. 158 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  Open the Domino Directory of the IBM Domino Server and switch to the “Peoples” view.  Use the action button “Add Person” to create a new person document.
  • 159. 159 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  Enter a first and a last name for the user. Adding a hierarchical full name is recommended as a good practice. And please honor the IBM Domino naming conventions! ─ First name: &lmc ─ Last name: &ldaplookup ─ Full name: &lmc &ldaplookup/tech/midpoints
  • 160. 160 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  The technical user needs a HTTP password. For that click on the “Enter Password” button which is located on the “Basics” tab.  In the upcoming dialog box enter the password “ld4pl00kup” and confirm with the “OK” button.
  • 161. 161 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  Check if the HTTP password has been added to the person document. The hashed value should be visible.  Now save the created person document with the “Save & Close” button.
  • 162. 162 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  Switch to the “All Server Documents” view in the Domino Directory. Here open the servers document.
  • 163. 163 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  You need to ensure that the previously created technical user has read access to the Domino Directory.  For that we're changing to the “Security” tab and check the “Access server” field. Allowing all users listed in trusted directories is sufficient.
  • 164. 164 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  Now set up the LDAP configuration for this server. The needed configuration can be found within “Ports” => “Internet Ports” => “Directory”.
  • 165. 165 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  From a security point of perspective you should disallow non-SSL LDAP access and disable anonymous LDAP access.
  • 166. 166 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  Save the modified server document with the “Save & Close” button.
  • 167. 167 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  Create a new Program document for making sure that the LDAP task runs at server startup .  Go to the “Programs” view of the Domino Directory and create a new Program document through clicking the “Add Program” button.
  • 168. 168 © 2013 IBM Corporation Configuring Domino authentication – LDAP setup  In the newly created document set the values to startup the LDAP task at server startup ─ Program name: LDAP ─ Enabled/disabled: At server startup only  Click “Save & Close” to save the Program document.
  • 169. 169 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  As you've setup SSL-based usage of the LDAP Directory server you now need to create SSL KeyRings for the Domino server.  There are two kinds of certificates which can be used for that: ─ Certificates which are signed by an official SSL Certification Authority ─ Self-signed certificates  For the internal usage it is sufficient to use a self-signed certificate.  The creation of such a self-signed certificate can be done by using the “Server Certificate Admin” Database.
  • 170. 170 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  Press CTRL+N in the IBM Lotus Notes client opens the “New Application” dialog. ─ Create the database locally. ─ Enter a descriptive title and file name. ─ Select a Domino server (the template isn't available on a Notes client. ─ Select the “Show advanced templates” checkbox. ─ Scroll down to “Server Certificate Admin” and click “OK”.
  • 171. 171 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  Close the “About this database” tab (1) and go to the Server Certificate Admins tab (2).
  • 172. 172 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  Choose the “Create Key Ring with Self-Certified Certifcate” menu entry.
  • 173. 173 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  Now you need to enter some values in the upcoming form.  At first the file name and the password. It's a good practice to use the DNS host name as file name, because that helps to distinguish if the Domino server uses more than one SSL configuration.
  • 174. 174 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  Second you need to enter the certificate details which will be used to create the certificates hierarchical name. ─ Important: The common name of the certificate must be equal to the DNS name of the server.  Last but not least you have to click the button “Create Key Ring with Self-Certified Certificate” which is located at the bottom of the form.
  • 175. 175 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  The certificate creation process creates two files within the root of the Notes clients data directory. ─ KeyRing file: selfcert-traveler1.kyr ─ Stash file: selfcert-traveler1.sth  Copy both files from the Notes clients data directory into the data directory of the Domino server.  The next step will be to setup SSL on the Domino server.
  • 176. 176 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  We're switching to the “All Server Documents” view in the Domino Directory. Here we're opening the servers document.
  • 177. 177 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  The configuration settings for SSL can be found within “Ports” => “Internet Ports” .  The “SSL key file name” must match the file name of the created keyring.
  • 178. 178 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  The configuration settings for SSL can be found within “Ports” => “Internet Ports” .  Enable the HTTP-SSL Port – and disable the HTTP-Port!
  • 179. 179 © 2013 IBM Corporation Configuring Domino authentication – SSL setup  Now you need to start the LDAP and HTTP tasks to activate SSL for the Domino server.  For that use this commands via the Domino console: ─ Starting the LDAP task: load ldap ─ Starting the HTTP task: load http
  • 180. 180 © 2013 IBM Corporation Agenda  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring IBM Notes Traveler
  • 181. 181 © 2013 IBM Corporation Configuring IBM Mobile Connect SSL  The IBM Mobile Connect Connection Manager could be setup to use SSL in various ways. For example we can use SSL for LDAP binding or for HTTP Access Services.  SSL configuration for IBM Mobile Connect is done by using the “IBM Key Management” Tool which is contained in each IBM Mobile Connect installation. The tools creates keyfiles in which the certificate public keys are stored. Those keyfiles will be assigned to the corresponding IBM Mobile Connect Gatekeeper resources.  The format of the keyfiles is “Cryptographic Message Syntax” (CMS).  For a production environment it is highly recommended to use certificates from official Certificate Authorities. In our setup we're creating and using self-signed certificates.
  • 182. 182 © 2013 IBM Corporation Configuration IBM Mobile Connect SSL  Logon to the Linux system as user “root”  Open your favorite shell (like the “Gnome Terminal”)
  • 183. 183 © 2013 IBM Corporation Configuring IBM Mobile Connect SSL  Change to the directory “/opt/ibm/Gatekeeper”  Start the “IBM Key Management” tool from the console.
  • 184. 184 © 2013 IBM Corporation Configuring IBM Mobile Connect SSL  You'll see the empty screen of the IBM Key Management tool.
  • 185. 185 © 2013 IBM Corporation Configuring IBM Mobile Connect SSL  Now you need to create a new key database file. For that select “Key Database File” => “New”.
  • 186. 186 © 2013 IBM Corporation Configuring IBM Mobile Connect SSL  As the format needs to be “Cryptographic Message Syntax” you have to select “CMS” as the key database type.  Choose a file name of your choice. It is recommended to choose an easy recognizable file name.
  • 187. 187 © 2013 IBM Corporation Configuring IBM Mobile Connect SSL  Enter the password “passw0rd” (or a password of your choice). As a stash file is needed by IBM Mobile Connect you have to select the option “Stash the password to a file?”. Finish the process with “OK”.
  • 188. 188 © 2013 IBM Corporation Configuring IBM Mobile Connect SSL  Select “Personal Certificates” from the dropdown dialog.  Then select “New Self-Signed...” to create a new self-signed certificate.
  • 189. 189 © 2013 IBM Corporation Configuring IBM Mobile Connect SSL  Enter the values for the self-signed certificate. You need to ensure, that the common name equals the external DNS name of the IBM Mobile Connect server.
  • 190. 190 © 2013 IBM Corporation Configuring IBM Mobile Connect SSL  In the “Personal Certificates” section you'll see now the created certificate. The * character indicates that it is a self-signed certificate.
  • 191. 191 © 2013 IBM Corporation Configuring IBM Mobile Connect SSL  Select “Key Database File” from the action menu and click “Exit” to close the “IBM Key Management” tool.
  • 192. 192 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  If needed the login credentials for the super-user “gkadmin” may be changed at this point. You don't need that for this setup, so we proceed with “No”.
  • 193. 193 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  The setup process now proceeds with the setup of a new Connection Manager. Click “Next” to start the setup.
  • 194. 194 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  Entering a unique identifier for this Connection Manager configuration. Using the full qualified hostname is a good practice at this point. ─ Connection manager identifier: imc.curi0.us  Proceed with “Next”.
  • 195. 195 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  The next screen displays the primary organizational unit. As it's a new configuration there is (currently) nothing to do. Proceed with “Next”.
  • 196. 196 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  The setup of the first Connection Manager can now be finished. Click “Finish” to proceed. The process may take some time.
  • 197. 197 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  The Connection Manager is now created. Next we get asked, if we need a HTTP Access Service. We need this one for IBM Notes Traveler, so choose “Yes”.
  • 198. 198 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  The external URL (the so called Service URL) the IMC-HTTP Service should listen to is https://mobile.curi0.us.  Proceed with “Next”.
  • 199. 199 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  The Application server URL are the internal Traveler Server hostnames, using this syntax: TRAVELER https://traveler1.curi0.us,TRAVELER https://traveler2.curi0.us  The Authentication Profile and SSO will be configured later.
  • 200. 200 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  Choose “Finish” to create the HTTP Access Service.
  • 201. 201 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  The setup process now asks, if we want to setup a Mobile Access Service. That's needed if you want to use IMC as a VPN Gateway. We only want to use the HTTP Access Service as a Secure Reverse Proxy for connecting IBM Notes Traveler. So choose “No”.
  • 202. 202 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  We are using LDAP for User authentication. So will need no further Connection Manager Accounts. Click “No” to proceed.
  • 203. 203 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  We would like to start the Connection Manager, so choose “Yes”
  • 204. 204 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  The Connection Manager will start after choosing “OK”.
  • 205. 205 © 2013 IBM Corporation Configuration of IBM Mobile Connect – First Setup  We are done!  The Connection Manager is now up and running. To see what's configured using the Setup Wizard switch from the Gatekeeper “Tasks”-Navigator to the “Resources”-Navigator
  • 206. 206 © 2013 IBM Corporation Configuration of IBM Mobile Connect  The “Resources” section shows the contents of the previously setup IBM Mobile Connect Connection Manager (Node “imc1.curi0.us”).  At the bottom of the “Mobile Connect” tree you'll see the created “http service”.
  • 207. 207 © 2013 IBM Corporation Configuration of IBM Mobile Connect  You start and stop the Connection using the Gatekeeper Client. For that select the name “imc1.curi0.us”, make a right-click and choose “Shutdown”. The shutdown needs to be confirmed.
  • 208. 208 © 2013 IBM Corporation Configuration of IBM Mobile Connect  You'll get a confirmation dialog for the shutdown.
  • 209. 209 © 2013 IBM Corporation Configuration of IBM Mobile Connect  To check the successful shutdown right-click on the connections name and select “Properties”.
  • 210. 210 © 2013 IBM Corporation Configuration of IBM Mobile Connect  The right pane shows the properties of the Connection Manager. Scroll down on the “Gateway” tab and check the state.
  • 211. 211 © 2013 IBM Corporation Configuration of IBM Mobile Connect  To start the connection select the name “imc1.curi0.us” with a right-click and choose “Startup”.  You'll get a confirmation dialog for the startup then.
  • 212. 212 © 2013 IBM Corporation Configuration of IBM Mobile Connect  As the previously opened property dialog doesn't refresh the Connection Manager state automatically you need to close and reopen it.  Click on the upper right marked “x” of the property dialog to close it.
  • 213. 213 © 2013 IBM Corporation Configuration of IBM Mobile Connect  Right-click the connections name and select “Properties”.
  • 214. 214 © 2013 IBM Corporation Configuration of IBM Mobile Connect  Scroll down on the “Gateway” tab and check the state. It must be “running”.
  • 215. 215 © 2013 IBM Corporation Agenda  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring IBM Notes Traveler
  • 216. 216 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Now you'll setup a HTTP Access Service which will be used to authenticate via the previously configured Domino LDAP. Furthermore the service will be used to forward the data packets to the IBM Notes Traveler server.  Containing steps of this procedure are ─ Setup of a Directory Server Resource ─ Setup of an Authentication Profile Resource ─ Setup of a HTTP Access Service Resources ─ Securing the HTTP Access Service with a SSL certificate ─ Setup of IBM Mobile Connect Single Sign-On (SSO) ─ Creation and export of a LTPA key file ─ Import of the LTPA key file into Domino
  • 217. 217 © 2013 IBM Corporation Configuration of IBM Mobile Connect  The whole configuration of IBM Mobile Connect is done through the IBM Mobile Connect Gatekeeper.  Logon as the Linux user “root”.  Open your favorite console (i. e. the “Gnome Terminal”).
  • 218. 218 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Start the IBM Mobile Connect Gatekeeper through issuing the command “wgcfg” from the shell. That will start the application in the X-Window system.
  • 219. 219 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Right-click on the top-level resource entry and choose “Add resource” => “Directory Server”.
  • 220. 220 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Enter a descriptive name as the common name for this Directory server.  Enter the hostname for the remote directory server.
  • 221. 221 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Set the default base distinguished name which should be used for LDAP lookups. Leave that one empty if you don't want to restrict LDAP lookups for only special organizations. Proceed with “Next”.
  • 222. 222 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  In the next wizard screen you have to enter the LDAP setting according to the Domino LDAP setup.  First you have to set the used port. Default is 389 (unencrypted). As you've configured LDAP over SSL on port 636 you need to enable “Use secure connection” and point IMC to the Key-Database, which contains the public keys of your Root CA used for your Domino SSL Server Key.
  • 223. 223 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Furthermore you have to enter the filepath and name of the key database file which you've created with the “IBM Key Manager” tool. ─ Key database: /opt/ibm/ConnectionManager/imc-mobile.kdb ─ Stash file: /opt/ibm/ConnectionManager/imc-mobile.sth
  • 224. 224 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Then you have to enter the username and password of the previously setup technical user. ─ Name: cn=&lmc &ldaplookup,ou=tech,o=midpoints ─ Password: ld4pl00kup  Proceed with “Next”.
  • 225. 225 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Select the primary organizational unit (o=midpoints) and click “Finish” to end the setup of the Directory server.
  • 226. 226 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  You'll now see a new “Directory services server definition” within the menu tree.
  • 227. 227 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  If you have to change the LDAP configuration, you can double click the “Directory services server definition” entry within the menu tree. Select your configured LDAP Server and press “Properties”. This is an optional information and mentioned for further re-configuration!
  • 228. 228 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Now you'll setup an Authentication Profile. This profile defines how IBM Mobile Connect checks and validates users credentials.  Right-click the main menu item and select “Add Resource” => “Authentication Profile” => “LDAP-bind Authentication”.
  • 229. 229 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  In the first wizard form you have to enter a common name for this profile, an optional description and the passcode policy. Leave all other fields empty. ─ Unrestricted Policy defines that there is no limit for false entered passwords.  Proceed with “Next”.
  • 230. 230 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Now select the Directory server which you've setup. For this installation you're using the “uid” as key field for identifying a user.  Leave the other fields as they are and proceed with “Next”.
  • 231. 231 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  As Single-Sign-On for Domino should be used you have to enable the creation of a LTPA token.  Leave the other fields as they are and proceed with “Next”.
  • 232. 232 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Select the primary organizational unit (o=midpoints) and click “Finish” to end the setup of the Authentication Profile.
  • 233. 233 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  You'll now see a new “Authentication profile” within the menu tree.
  • 234. 234 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Now it's time to configure the HTTP Access Service Resource which has been created initially. Such a resource is responsible for forwarding inbound data traffic – after successful authentication – to a backend system (in our case Domino/Traveler). The new IBM Mobile Connect Version 6.1.5 is able to assign a single inbound URL to one HTTP Access Service. The HTTP Access Service can forward the request to multiple HTTP backend systems like Traveler, iNotes, Connections, Sametime or a Domino based web application (i. e. XPages).  You can setup additional HTTP Services, but then you'll need additional DNS hostnames, SSL certificates and IP adresses.
  • 235. 235 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  First we open our initially created HTTP Service Profile by double-clicking the “http-service0” entry in the navigator.
  • 236. 236 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services The Service tab  Check if the “Service URL” is configured. This Service URL will be used on a device to connect to Traveler.  Enter the directory and file name of the key database and the stash file we created earlier. ─ Key database: /opt/ibm/ConnectionManager/imc-mobile.kdb ─ Stash file: /opt/ibm/ConnectionManager/imc-mobile.sth
  • 237. 237 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services The Server tab  The “Application server URL” defines the backend systems to which requests are getting forwarded. ─ The systems are separated by comma. ─ There are keywords to define the type of the used backend system: TRAVELER, CONNECTIONS, SAMETIME INOTES  For every Traveler Server in our HA Pool, we need to add an entry: TRAVELER https://traveler1.curi0.us, TRAVELER https://traveler2.curi0.us
  • 238. 238 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services The Server tab  The Scheduling algorithm defines how load balancing and failover take place.  We will setup an “Active / Passive failover” where traveler1.curi0.us will be the defined as the active server.
  • 239. 239 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services The Mode tab  Switch to the “Mode” tab and change the credential challenge type from “Mobile Connect forms challenge” to “HTTP 401 basic authorization challenge”.  As Authentification Profile choose our configured “Auth LDAP Traveler1” Profile.
  • 240. 240 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services The IBM Mobility tab  By enabling the “IBM Notes Traveler integration” checkbox IBM Mobile Connect knows that requests to /traveler or /servlet/traveler are Traveler specific and will forward these requests to the defined TRAVELER servers.  Save your changes to the HTTP Service by using the “Apply” and “OK” Button.  You have to stop and restart the HTTP Service.
  • 241. 241 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  The last setup step within IBM Mobile Connect Gatekeeper is now to create the LTPA token for Single-Sign-On between IBM Mobile Connect and the backend servers.  For that you'll have to open the created Authentication Profile (double-click the entry).
  • 242. 242 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Double-click the entry of the profile within the list in the right pane.  Then switch to the “LTPA/SSO” tab.
  • 243. 243 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Define the settings for the LTPA/SSO connection.
  • 244. 244 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  Now select the creation of new LTPA keys and enter the password “ltp4p4ssw0rd” (the password should have 6-32 characters). This key will be imported into Domino later on.  Finish the creation with “Apply” (NOT “OK”).
  • 245. 245 © 2013 IBM Corporation Configuring IBM Mobile Connect - HTTP Access Services  After the creation of the LTPA keys (you won't get a confirmation dialog) you'll have to export them. Select “Export to keyfile” and enter the directory path including the file name. ─ LTPA export keyfile name: /opt/ibm/ConnectionManager/ltpa.token  Click “OK” to start the export.
  • 246. 246 © 2013 IBM Corporation Agenda  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring IBM Notes Traveler
  • 247. 247 © 2013 IBM Corporation Configuring Domino-SSO via LTPA token  Now you'll have to import the created LTPA token into the Domino Directory for enabling Single-Sign-On between the IBM Mobile Connect Server and IBM Domino.  Switch to the “All Server Documents” view in the Domino Directory and click the button “WebCreate Web SSO Configuration”.
  • 248. 248 © 2013 IBM Corporation Configuring Domino-SSO via LTPA token  Now enter a name for this token configuration, your organization, the supported DNS names and the Domino server which should use this token.
  • 249. 249 © 2013 IBM Corporation Configuring Domino-SSO via LTPA token  Proceed now with importing the LTPA token. For that you have to click the button “Keys...” and select “Import WebSphere LTPA Keys”.  Enter the directory and file name of the LTPA token and confirm with “OK”.  Save and close the Notes document.
  • 250. 250 © 2013 IBM Corporation Configuring Domino-SSO via LTPA token  Switch to the “All Server Documents” view in the Domino Directory. Here open the servers document.
  • 251. 251 © 2013 IBM Corporation Configuring Domino-SSO via LTPA token  Goto “Internet Protocols...” => “Domino Web Engine”. Change the session authentication type to “Multiple Servers (SSO)” and select the created SSO configuration.  Save and close the document.  Restart the server.
  • 252. 252 © 2013 IBM Corporation Agenda  What is IBM Mobile Connect?  Preparing the environment – Operating System, DNS, Software  Installation of DB2  Installation of IBM Mobile Connect  Configuration of IBM Mobile Connect Connection Profiles  Configuring Domino LDAP and SSL  Configuring IBM Mobile Connect SSL  Configuring IBM Mobile Connect HTTP Access Services  Configuring Domino-SSO via LTPA-Token  Configuring IBM Notes Traveler
  • 253. 253 © 2013 IBM Corporation Configuring IBM Notes Traveler  You've already completed 99% of the needed configuration. ─ Setting up HTTPS on the IBM Domino Server ─ Enabling Single-Sign-On between IBM Mobile Connect and IBM Domino  The last step to complete this setup now is configuring IBM Notes Traveler.
  • 254. 254 © 2013 IBM Corporation Configuring IBM Notes Traveler  Switch to the “All Server Documents” view in the Domino Directory. Here open the servers document.
  • 255. 255 © 2013 IBM Corporation Configuring IBM Notes Traveler  Switch to the “IBM Notes Traveler” tab.  Enter the full qualified internet host name of the IBM Mobile Connect server + “/traveler” as the external URL.  Save and close the Notes document.  Finished!
  • 256. 256 © 2013 IBM Corporation Agenda  High Availability in the context of IBM Notes Traveler  Using IBM WebSphere Edge Components as Load Balancer  Using IBM Mobile Connect as Reverse Proxy  Additional Notes  Q & A
  • 257. 257 © 2013 IBM Corporation Additional Notes  We only scratched the surface of both products.  You can built real cool environments with them ─ High Availability ─ Authentication ─ For a range of ICS products  Just imagine...
  • 258. 258 © 2013 IBM Corporation Additional Notes
  • 259. 259 © 2013 IBM Corporation Agenda  High Availability in the context of IBM Notes Traveler  Using IBM WebSphere Edge Components as Load Balancer  Using IBM Mobile Connect as Reverse Proxy  Additional Notes  Q & A
  • 260. 260 © 2013 IBM Corporation Q & A  Now and here ─ Get the mic!  Later ─ Via any social media – see contact details at the beginning of this slide deck.  (Updated) Slides will be on our blogs and on SlideShare.
  • 261. 261 © 2013 IBM Corporation Legal disclaimer © IBM Corporation 2013. All Rights Reserved. The information contained in this publication is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this publication, it is provided AS IS without warranty of any kind, express or implied. In addition, this information is based on IBM’s current product plans and strategy, which are subject to change by IBM without notice. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this publication or any other materials. Nothing contained in this publication is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results. Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. Other company, product, or service names may be trademarks or service marks of others.