SlideShare a Scribd company logo
8th Sutol Conference, November 2016
Best and worst practices
deploying IBM
Connections
Christoph Stoettner
panagenda
Thanks to our sponsors!
8th Sutol Conference, November 2016
Christoph Stoettner
• Senior Consultant at panagenda
• IBM Notes / Domino since 1999
• IBM Connections since version 2.5 /
2009
• Many years of experience in:
– Migrations
– Administration and Installation
– Performance Analysis
• Joined panagenda in 2015 focusing in:
– IBM Connections Deployment and
Optimization
– IBM Connections Monitoring
• Husband of one & father of two,
Bavarian
@stoeps
linkedin.com/in/christophstoettner
www.stoeps.de
christophstoettner
+49 173 8588719
christoph.stoettner@panagenda.com
8th Sutol Conference, November 2016
Don’t Be Scared
4
8th Sutol Conference, November 2016
Databases
WebSphere Application Server
IBM HTTP ServerWebSphere Plugins
Application DBsPEOPLEDB
LDAP Server
TDI
Forward to Application Server
and Port
(Load balancing and Failover)
Redirect
unknown
URL
Upload and Download
of Files, Attachments
Common: Access
Customization,
Webressources
Read and Write
Authentication
Users / Groups
Reads Userdata for Profiles
Create, Update,
Delete and
Inactivate Profiles
Shared
Directory
Link
to
Attachments
Profile changes synchronize to
Membertables through JMS Queue
Optional:
Direct Access
to Attachments
Main Components
5
8th Sutol Conference, November 2016
System Requirements
• Follow Strictly
• Check Regularly
• All versions
– http://short.stoeps.de/vwzrv
• IBM Connections 5
– http://short.stoeps.de/mspdi
• IBM Connections 5.5
– http://short.stoeps.de/cnx55sysreq
• Check all Notes
• Download PDF
– About 100 pages
6
8th Sutol Conference, November 2016
Installation Documentation
• Be careful with non-official documentation
documents
• Sometimes wrong dependencies mentioned
(only trust System Requirements)
• Statement if something is supported does not mean
it’s licensed
– Example (from Update strategy for IBM Connections 5.0):
DB2 10.5 FP4 in http://www-
01.ibm.com/support/docview.wss?uid=swg21683118
– Connections 5.0 License Agreement does not contain a 10.5
License! -> No download in PA possible
7
8th Sutol Conference, November 2016
Prepare A Installation Documentation
• http://www.ibm.com/support/knowledgecenter/en/SSYGQH
– Contains mixed informations of all Operating Systems and
Database Type
– If you install often, create your own Install documentation
• Check Performance Tuning Guides
– Not available for 5.5 until now
– Check 4.0, 4.5 and 5.0 to get an idea
• Read all lists before you follow them
– e.g. “point 13: if you use Linux, don’t follow point 8, do ...
instead”
– Nothing found in the actual documentation, but had this
multiple times
8
8th Sutol Conference, November 2016
Prepare Your Installation
• Download all needed Software Packages
• Download IBM Connections 5.5
– List with Part Numbers (but with all possible Software):
http://www-
01.ibm.com/support/docview.wss?uid=swg24041291
• Don’t forget mandatory Fixes from
http://www.ibm.com/fixcentral
– Download WebSphere Fixpack 9:
http://www-
01.ibm.com/support/docview.wss?uid=swg24041819
9
8th Sutol Conference, November 2016
Save Time
• Download and Install Installation Manager separate
– Version 1.8.3 or newer 64 Bit
– Do not use the one packaged with Connections
– You can install all other products without updating IM
• Directly install Fix pack Versions
– Add Fixes and Original File to Installation Manager
Repository List
– Connections 5.5 CR1
(works with 5.0 CR2 and newer, but not 5.0 CR1)
– WebSphere Application Server ND 8.5.5.9
– DB2 10.5FP5 Universal or ESE
(without 10.5.0 package, no need to download)
10
8th Sutol Conference, November 2016
Sizing
• Be prepared for future growth
• Do not overact
– Some hundred users mostly won't need a large deployment
• I'm not a fan of multi-instance database machines
– If I run in database performance issues I split the databases
to different machines
– Performance tuning guide
• Multi-instance is best practice, if you have enough resources
11
8th Sutol Conference, November 2016
Minimum Requirements
• 4 | 8 GB memory is often too less,
better start with 10 or 12 GB
– Memory swapping kills ALL tuning efforts
• CPU cores
– 2 cores minimum only on small tiny
deployments
– Thumb rule:
I calculate one core for each JVM
(expensive with PVU license)
• Disk
– Using network storage or virtualized servers
– Easier to extend
12
Connections 5.5Connections 5.0
8th Sutol Conference, November 2016
General Installation
• Download all needed software packages
– Always check System Requirements before you install
• Source and Destination Paths shouldn’t contain
spaces
– Don’t install from or to folders with a space
– e.g. Installation Manager | InstallationManager
– avoid “c:Program FilesIBM”
– Use c|d|e:IBM
• Different operating systems need special settings
• Always use the operating system where you have
the best skills
13
8th Sutol Conference, November 2016
Network
• Name lookup / DNS
– All servers must be resolvable (hosts is not a workaround)
– Knowing the protocol
• Avoid Round Robin
• No Authentication failover in WebSphere with Round Robin!
• Network storage (file locking is important)
– NFS v4 / SMB|CIFS
– No DFS
• Reverse Proxies / Proxies
– Always test your deployment without proxies
– Activate after successful testing
8th Sutol Conference, November 2016
Register WAS as a service
• Services for Deployment Manager and NodeAgent(s)
– wasservice.bat|sh
• Map service to a technical user
– any Active Directory User is possible
– allowed to read / write network share with Shared Content
• Service can parse commands to nodeagent
– -stopArgs "<NA commands>"
• Configure monitoring policy (if required)
8th Sutol Conference, November 2016
WasService.bat|sh – Register service
• Create a local filebased user to stop the service
– Operator Role is enough
16
cd D:IBMCNXWebSphereAppServerbin
WASService.exe
-add CnxNode01
-serverName nodeagent
-profilePath d:ibmcnxwebsphereappserverprofilesCNXNode01
-stopArgs "-username wasadmin -password password -stopservers"
-userid cnxtec -password password
-encodeParams
-restart true
-startType automatic
parsed to nodeAgent
stops AppServer
8th Sutol Conference, November 2016
Monitoring Policy
• Each Application Server
– Change Node restart state to "RUNNING”
• Must set this to STOPPED before
performing updates
– Or use syncNode.bat|sh after applying
an update
• Increase Timeout on Windows
– Default timeout for service shutdown
= 30 seconds
– From around 5 Application Servers
– Increase Value at:
HKEY_Local_Machine:
SYSTEMCurrentControlSetControlWaitToKillServiceTimeout
8th Sutol Conference, November 2016
Directories & Synching
• Prepare your LDAP
– Better data within LDAP → better Profiles
– Login Items must be unique
• E-Mail-Address
• UID
• Switching Authentication directories is possible
– Need some planning
• Dependencies
– Quality of LDAP data
– Plans to activate SPNEGO
– Domino Mail Integration
8th Sutol Conference, November 2016
Federated Repositories Best Practice
• Leave the file based wasadmin enabled
– Fallback if LDAP Bind Credentials changed
– Solving problems with Federated Repositories
• Default does not allow this
(you have to disable security
through wsadmin to
change configuration)
Check this box
8th Sutol Conference, November 2016
Logs – adjust language WebSphere
• Change log language to English (IBM will love you for this)
• WebSphere
Add "-Duser.language=en –Duser.region=US" to Generic JVM
arguments of
– Each application server (Process definition – Java Virtual Machine)
– dmgr (System Administration – Deployment Manager – Process
Definition ...)
– nodeagents (System Administration – Node agents – nodeagent –
Process Def ...)
8th Sutol Conference, November 2016
Logs – adjust language TDI
• TDI
– edit ibmdisrv.bat|sh
– add -Duser.language=en –Duser.region=US to LOG_4J
variable
– Linux:
– Windows:
21
8th Sutol Conference, November 2016
Rotate Logs
• WebSphere Logs too small for Troubleshooting
– Default: 5 Logs 1 MB each (SystemOut and SystemErr)
– Better 5-10 Logs 20 MB each
• Setting for each Application Server
• remember Nodeagents and Dmgr
• Change this as soon as your servers have been
created
8th Sutol Conference, November 2016
Rotate Logs
• IBM Connections 5.5 – SET BY DEFAULT!!
– Install.log
– Result:
– So your logs are stored 30 days, independent of size
8th Sutol Conference, November 2016
Rotate IBM HTTP Server Logs
• Default: no max size for access_log and error_log
• Often some GB of Log files
– Open with an Editor?
– Disk size
• Search for this lines in httpd.conf:
• Comment out:
CustomLog log/access_log common
ErrorLog logs/error_log
# CustomLog log/access_log common
# ErrorLog logs/error_log
8th Sutol Conference, November 2016
Rotate IBM HTTP Server Logs
• Add:
• Delete Log Files older than x days (examples with 3)
– Linux
– Windows (Batch through Task Scheduler or Powershell)
Linux:
CustomLog "|/opt/IBM/HTTPServer/bin/rotatelogs /opt/IBM/HTTPServer/logs/access_log.%Y%m%d 86400" common
ErrorLog "|/opt/IBM/HTTPServer/bin/rotatelogs /opt/IBM/HTTPServer/logs/error_log.%Y%m%d 86400“
Windows:
CustomLog "|D:/IBM/HTTPServer/bin/rotatelogs.exe D:/IBM/HTTPServer/logs/access_log.%Y%m%d 86400" common
ErrorLog "|D:/IBM/HTTPServer/bin/rotatelogs.exe D:/IBM/HTTPServer/logs/error_log.%Y%m%d 86400"
crontab -e
# Delete logfiles older than 3 days in logs
10 0 * * * find /opt/IBM/HTTPServer/logs/*_log.* -mtime +3 -exec
rm -rf {} ;
forfiles -p "D:IBMHTTPServerlogs" -s -m *_log.* -d -3 -c "cmd /c del @file"
8th Sutol Conference, November 2016
Rotate Logs DB2
• db2diag.log
• Default: no maximum size
– Default: %PROGRAMDATA%IBMDB2instancenameDB2
– Full C-Partition in Windows still hard to solve
[db2inst1@cnx-db2 ~]$ db2 get dbm cfg |grep -i diagsize
Size of rotating db2diag & notify logs (MB) (DIAGSIZE) = 0
[db2inst1@cnx-db2 ~]$ db2 update dbm cfg using DIAGSIZE 1024
DB20000I The UPDATE DATABASE MANAGER CONFIGURATION command completed
successfully.
[db2inst1@cnx-db2 ~]$ db2 get dbm cfg |grep -i diagsize
Size of rotating db2diag & notify logs (MB) (DIAGSIZE) = 1024
8th Sutol Conference, November 2016
HTTP Server Keystore
• Several Reviews showed
– Keystore of WebSphere Plugin used for IHS SSL Key
– Why is this worse?
– What would you do when you get SSL Errors within
Connections?
– This overwrites plugin-key.kdb on your Webserver
– SSL Key deleted
– Backup?
27
8th Sutol Conference, November 2016
HTTP Server Key store
• When you want to reuse Plugin Key store
– Import SSL Key into CMSKeyStore
– But never seen this in the wild
28
8th Sutol Conference, November 2016
HTTP Server Keystore
• Best Practice - Create a
separate key store for IHS
– Ikeyman will help you
– Possible to use a wildcard
• Then you can just copy it to use on
dev / test machines
– Backup the keystore before
changes
– Don’t activate “Expiration time”
– “Stash password to a file”
• Creates a cnx-key.sth file
• Used by IHS to open keystore
8th Sutol Conference, November 2016
Harden HTTP
• Disable SSLv2 / v3
– Automatically disabled with 8.5.5.4
• Check with
hydra, nmap or ssllabs.com/ssltest/
SSLProtocolEnable TLS
SSLProtocolDisable SSLv2 SSLv3
# Disable SSLCompression -> CRIME ATTACK
SSLCompression off
#Prefer ECDHE-RSA ciphers
SSLCipherSpec ALL NONE
SSLCipherSpec TLSv12 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
SSLCipherSpec TLSv12 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
SSLCipherSpec TLSv12 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
SSLCipherSpec TLSv12 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
SSLCipherSpec ALL TLS_RSA_WITH_AES_128_GCM_SHA256
SSLCipherSpec ALL TLS_RSA_WITH_AES_256_GCM_SHA384
SSLCipherSpec ALL TLS_RSA_WITH_AES_128_CBC_SHA256
SSLCipherSpec ALL TLS_RSA_WITH_AES_256_CBC_SHA256
# Enabling this 3 ciphers mean A- rating on ssllabs, but without Connections is not working
SSLCipherSpec ALL TLS_RSA_WITH_AES_128_CBC_SHA
SSLCipherSpec ALL TLS_RSA_WITH_AES_256_CBC_SHA
SSLCipherSpec ALL SSL_RSA_WITH_3DES_EDE_CBC_SHA
# Enable HSTS
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
8th Sutol Conference, November 2016
Harden HTTP
• If you use SSL Keys longer than 2048 bit, you must
replace Java policy
– Download and replace Java (unrestricted) policy files
• All Nodes
• https://www-01.ibm.com/marketing/iwm/iwm/web/reg/pick.do?source=jcesdk
– Also needed if any application connected use longer keys
• LDAPS
• Mailserver
• Sametime Proxy
• Remove Server Information (HTTP Header, Error
pages)
– ServerSignature Off
– ServerTokens Prod (DEFAULT)
– AddServerHeader Off
Default
8th Sutol Conference, November 2016
Remove Index
• Remove all Files except index.html from
<IHS_ROOT>/htdocs
• Rename index.html (e.g. 0815.html)
– echo 1 > 0815.html
– For testing you can access the file
• Add robots.txt
8th Sutol Conference, November 2016
Performance Tuning Guides
• 4.0
– http://www-
10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_4.0_Performance_Tu
ning_Guide
• 4.5 Addendum
– http://www-
10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_4.5_Performance_Tu
ning_Guide_Addendum
• 5.0 CR1
– http://www-
10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connection_V5_CR1_Tuning_guide
• 5.5 (June 2016)
– https://www-
10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_V5.5_Tuning_guide
• Read everything carefully
• Check and understand dependencies
8th Sutol Conference, November 2016
Worst Practise Example - Tuning
• Customer showed me a system with following
infrastructure
• WebSphere
– Large deployment
– 16 GB RAM
– 4 Cores
• DB2
– 12 instances
– 8 GB RAM
– 4 Cores
• Connections restart 22 minutes
Web Server
ihs.example.local
WebSphere
was1.example.local
Db2 / TDI
db2.example.local
Freigabe
LDAP
domino1.example.local
User SynchronisationAuthentication
8th Sutol Conference, November 2016
Solving the problem
• Large deployment means about 15 JVM on the machine
– Restart shows 15 min 100% CPU usage
– Adding 4 cores and restart time get down to 7 minutes
– Other option would be midsize deployment, but then you have
to reinstall Connections
• Java Heap Sizes set to default (256 MB and 768 MB) ->
increase to 1.5 – 2.5 GB
• Perf Guide mentions that multiple instances on DB2 only
increase performance with enough resources
– But that was not the real problem
• DataSource connectionPool Sizes are set to Default 1/10
– Increase this values to the proposals in the guide and ...
– Restart time comes down under 3 minutes
• Key point: read the complete guide
8th Sutol Conference, November 2016
Java Heap
• Default Java Heap Sizes on Midsize Deployment: 2506 MB /
application server
• Large Deployment depends on application: 0.5 to 2.5 GB
• Main point in memory tuning
– Never exceed the system memory
– Swapping kills all your tuning efforts
• Counting the JVM Heap sizes is not enough
– Maximum heap is not the maximum amount of memory the jvm
uses!
– Libraries, jars and so on count additional to memory usage
– JVM memory usage may be 3 * JVM maximum Heap
• Initial and maximum Heap Size should be equalized
– mentioned in IBM Connections 5.0 tuning guide
8th Sutol Conference, November 2016
IBM HTTP Server
• Enable compression
– Important !!!!!
– See Slides from BP307 - IBM Connect 2014
– Save up to 70% network traffic
– Minimal increase of CPU load
• Enable file download through IHS
– Depend on your deployment
– Often security forbids storage access from DMZ
• If you have no access to file share from IHS -> Files
should be installed in a separate Cluster
8th Sutol Conference, November 2016
Database Reorg
• Performance of Connections is often database
related
• IBM provides runstats.sql and reorg.sql Scripts
– Wizardsconnections.sql<app>db2
– Run them after big amount of data is changed or added
– Run on a weekly/monthly basis
• No Scripts for (Create your own!)
– CCM
– Docs
– Surveys
38
8th Sutol Conference, November 2016
What to Backup
• Using an example Connections installation guide rarely
explains backups
– These guides normally do not mention backup, or what to back
up
– Disk crash means data loss
• Database backups through file backup are not supported
and mostly not restorable
• Important!!!
– Database Backup through Online Backups can be taken when
Connections is up
– Offline backups are also possible
• Ensure the file system & DB backup are run at the same
time of day
– DB and Filesystem data will stay in sync – if you take your DB
backup at midnight and the file system at midday they will be
out of sync
8th Sutol Conference, November 2016
Backup
• Most important (minimum daily)
– Databases (offline or online)
– Shared content
• Important
– Configuration
• WebSphere Application Server
• Connections
• IBM HTTP Server
• TDI Solution
• Test if restore is possible!!!!
– Several issues with WebSphere restores, where binaries
weren't on the tape
8th Sutol Conference, November 2016
Install Checklist
• WebSphere Application Server
– Configure Federated Repository
– LtpaToken, enable security
• WebSphere Application Server Supplements (IHS,
Plugins)
• DB2 (or other DBM)
• TDI
• Add Webserver to Dmgr (use configurewebserver.bat)
• Enable SSL on IHS
• Import IHS Root Key within WebSphere cell trust keystore
(retrieve from port)
• Configure CCM
• Install optional Addons like Forms Experience Builder,
IBM Docs, Cognos
8th Sutol Conference, November 2016
Documentation
Document EVERYTHING !!!
because you can remember everything you did ….
8th Sutol Conference, November 2016
Documentation
• Everyone hates writing documentation
• BUT – make notes as you go, it doesn’t need to be a
full step by step guide with screenshots
• Document all customizations
• Any additional changes made
• Anything of note that deviates from the guides
• Lessons learnt or how you solved issues
• Use the scripts to output some of it
8th Sutol Conference, November 2016
Useful Tools
• Editor with syntax highlighting
– Linux/Unix: vim, geany
– Windows: notepad++, pspad, UltraEdit
• Log Viewer
– tail -f
– Baretail (https://www.baremetalsoft.com/baretail/)
– Multitail (https://www.vanheusden.com/multitail/)
• (Intercept) Proxy
– Fiddler (http://www.telerik.com/fiddler)
• IBM support ask often for traces
• Windows only
– Burpsuite (https://portswigger.net/burp/)
• OS independent
8th Sutol Conference, November 2016
Useful Tools (2)
• Browser
– Firefox (portable) / Firefox ESR
– Chrome
– IE (download Virtual Machine with different versions)
• https://www.modern.ie
• You can be sure there is no GPO applied
• Network analyzer
– Wireshark (https://www.wireshark.org/)
• SPNEGO Analysis
– tcpdump (save pcap and analyse with Wireshark)
– Nmap (Check SSL, Ports)
• Unzip / Unarchiver
– 7-zip
– WinRar
– Do not use tar delivered with AIX! Use GNU tar
8th Sutol Conference, November 2016
Links and References
• IBM Connections System Requirements
– http://www-01.ibm.com/support/docview.wss?uid=swg27012786
• IBM Connections Family Documentation
– http://www.ibm.com/support/knowledgecenter/SSYGQH/welcome
• IBM Connections 4 Performance Tuning Guide
– https://www-10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_4.0_Performance_Tuning_Guide
• IBM Connections 4.5 Performance Tuning Guide Addendum
– https://www-10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_4.5_Performance_Tuning_Guide_Addendum
• IBM Connections 5 CR1 Performance Tuning Guide
– https://www-10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connection_V5_CR1_Tuning_guide
• 5.5 (June 2016)
– https://www-10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_V5.5_Tuning_guide
8th Sutol Conference, November 2016
47
Useful Blogs
http://ibmconnections.com
http://turtleblog.info
http://portal2portal.blogspot.de
https://www.urspringer.de
http://socialconnections.info
http://blog.robertfarstad.com
http://www.curiousmitch.com
http://techblog.gis-ag.info
http://ibmdocs.com
http://domino.elfworld.org
https://dontforgetthe0.com
http://www.ramsit.com/category/blog
https://milanmatejic.wordpress.com
http://dilf.me.uk/socialshazza
http://www.stoeps.de
http://scripting101.org
http://meisenzahl.org
http://martin.leyrer.priv.at
http://kbild.ch
http://www.notesgoddess.net
http://www.dominodiva.com
http://notesbusters.com
https://rob59blog.wordpress.com
http://connections101.info
http://brandlrainer.blogspot.de
https://collaborationben.com
Thanks to our sponsors!
Ad

More Related Content

What's hot (19)

Storage and Alfresco
Storage and AlfrescoStorage and Alfresco
Storage and Alfresco
Toni de la Fuente
 
Best And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsBest And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM Connections
LetsConnect
 
Replacing Your Shared Drive with Alfresco - Open Source ECM
Replacing Your Shared Drive with Alfresco - Open Source ECMReplacing Your Shared Drive with Alfresco - Open Source ECM
Replacing Your Shared Drive with Alfresco - Open Source ECM
Alfresco Software
 
January OpenNTF Webinar - Backup your Domino Server - New Options in V12
January OpenNTF Webinar - Backup your Domino Server - New Options in V12January OpenNTF Webinar - Backup your Domino Server - New Options in V12
January OpenNTF Webinar - Backup your Domino Server - New Options in V12
Howard Greenberg
 
June OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification ManagerJune OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification Manager
Howard Greenberg
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deployment
Sharon James
 
AdminCamp 2017 - IBM Connections Adminblast
AdminCamp 2017 - IBM Connections AdminblastAdminCamp 2017 - IBM Connections Adminblast
AdminCamp 2017 - IBM Connections Adminblast
Nico Meisenzahl
 
A hitchhiker’s guide to troubleshooting ibm connections
A hitchhiker’s guide to troubleshooting ibm connectionsA hitchhiker’s guide to troubleshooting ibm connections
A hitchhiker’s guide to troubleshooting ibm connections
Sharon James
 
Configuration Management in WordPress
Configuration Management in WordPressConfiguration Management in WordPress
Configuration Management in WordPress
Edmund Turbin
 
1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Con...
1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Con...1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Con...
1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Con...
panagenda
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 20161049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
panagenda
 
Your App deserves more – The Art of App Modernization
Your App deserves more – The Art of App ModernizationYour App deserves more – The Art of App Modernization
Your App deserves more – The Art of App Modernization
Christian Güdemann
 
1084: Planning and Completing an IBM Connections Upgrade
 1084: Planning and Completing an IBM Connections Upgrade 1084: Planning and Completing an IBM Connections Upgrade
1084: Planning and Completing an IBM Connections Upgrade
Gabriella Davis
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning
Vladislav Tatarincev
 
Percona Server 5.6: Enterprise-Grade MySQL / PLMCE 2014
Percona Server 5.6: Enterprise-Grade MySQL / PLMCE 2014Percona Server 5.6: Enterprise-Grade MySQL / PLMCE 2014
Percona Server 5.6: Enterprise-Grade MySQL / PLMCE 2014
Laurynas Biveinis
 
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
panagenda
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
Christoph Adler
 
Alfresco In An Hour - Document Management, Web Content Management, and Collab...
Alfresco In An Hour - Document Management, Web Content Management, and Collab...Alfresco In An Hour - Document Management, Web Content Management, and Collab...
Alfresco In An Hour - Document Management, Web Content Management, and Collab...
Alfresco Software
 
Alfresco One (Enterprise) vs Alfresco Community 2014
Alfresco One (Enterprise) vs Alfresco Community 2014Alfresco One (Enterprise) vs Alfresco Community 2014
Alfresco One (Enterprise) vs Alfresco Community 2014
Toni de la Fuente
 
Best And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsBest And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM Connections
LetsConnect
 
Replacing Your Shared Drive with Alfresco - Open Source ECM
Replacing Your Shared Drive with Alfresco - Open Source ECMReplacing Your Shared Drive with Alfresco - Open Source ECM
Replacing Your Shared Drive with Alfresco - Open Source ECM
Alfresco Software
 
January OpenNTF Webinar - Backup your Domino Server - New Options in V12
January OpenNTF Webinar - Backup your Domino Server - New Options in V12January OpenNTF Webinar - Backup your Domino Server - New Options in V12
January OpenNTF Webinar - Backup your Domino Server - New Options in V12
Howard Greenberg
 
June OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification ManagerJune OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification Manager
Howard Greenberg
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deployment
Sharon James
 
AdminCamp 2017 - IBM Connections Adminblast
AdminCamp 2017 - IBM Connections AdminblastAdminCamp 2017 - IBM Connections Adminblast
AdminCamp 2017 - IBM Connections Adminblast
Nico Meisenzahl
 
A hitchhiker’s guide to troubleshooting ibm connections
A hitchhiker’s guide to troubleshooting ibm connectionsA hitchhiker’s guide to troubleshooting ibm connections
A hitchhiker’s guide to troubleshooting ibm connections
Sharon James
 
Configuration Management in WordPress
Configuration Management in WordPressConfiguration Management in WordPress
Configuration Management in WordPress
Edmund Turbin
 
1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Con...
1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Con...1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Con...
1050: TDI Solutions Best Practises with IBM Connections Deployments - IBM Con...
panagenda
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 20161049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
panagenda
 
Your App deserves more – The Art of App Modernization
Your App deserves more – The Art of App ModernizationYour App deserves more – The Art of App Modernization
Your App deserves more – The Art of App Modernization
Christian Güdemann
 
1084: Planning and Completing an IBM Connections Upgrade
 1084: Planning and Completing an IBM Connections Upgrade 1084: Planning and Completing an IBM Connections Upgrade
1084: Planning and Completing an IBM Connections Upgrade
Gabriella Davis
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning
Vladislav Tatarincev
 
Percona Server 5.6: Enterprise-Grade MySQL / PLMCE 2014
Percona Server 5.6: Enterprise-Grade MySQL / PLMCE 2014Percona Server 5.6: Enterprise-Grade MySQL / PLMCE 2014
Percona Server 5.6: Enterprise-Grade MySQL / PLMCE 2014
Laurynas Biveinis
 
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
panagenda
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
Christoph Adler
 
Alfresco In An Hour - Document Management, Web Content Management, and Collab...
Alfresco In An Hour - Document Management, Web Content Management, and Collab...Alfresco In An Hour - Document Management, Web Content Management, and Collab...
Alfresco In An Hour - Document Management, Web Content Management, and Collab...
Alfresco Software
 
Alfresco One (Enterprise) vs Alfresco Community 2014
Alfresco One (Enterprise) vs Alfresco Community 2014Alfresco One (Enterprise) vs Alfresco Community 2014
Alfresco One (Enterprise) vs Alfresco Community 2014
Toni de la Fuente
 

Viewers also liked (14)

SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
panagenda
 
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUGNotes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
panagenda
 
Going Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUGGoing Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUG
panagenda
 
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
panagenda
 
IBM Connections Cloud & IBM Docs: Working securely and quickly with content
IBM Connections Cloud & IBM Docs: Working securely and quickly with contentIBM Connections Cloud & IBM Docs: Working securely and quickly with content
IBM Connections Cloud & IBM Docs: Working securely and quickly with content
Luis Benitez
 
1693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
1693: 21 Ways to Make Your Data Work for You - IBM Connect 20161693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
1693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
panagenda
 
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
panagenda
 
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
panagenda
 
DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017
panagenda
 
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...
panagenda
 
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
panagenda
 
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
panagenda
 
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Christoph Adler
 
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
panagenda
 
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
panagenda
 
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUGNotes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
panagenda
 
Going Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUGGoing Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUG
panagenda
 
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
panagenda
 
IBM Connections Cloud & IBM Docs: Working securely and quickly with content
IBM Connections Cloud & IBM Docs: Working securely and quickly with contentIBM Connections Cloud & IBM Docs: Working securely and quickly with content
IBM Connections Cloud & IBM Docs: Working securely and quickly with content
Luis Benitez
 
1693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
1693: 21 Ways to Make Your Data Work for You - IBM Connect 20161693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
1693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
panagenda
 
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
panagenda
 
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
panagenda
 
DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017
panagenda
 
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...
panagenda
 
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
panagenda
 
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
panagenda
 
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Christoph Adler
 
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
panagenda
 
Ad

Similar to SUTOL 2016: IBM Connections Deployment Best and Worst Practices (20)

BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONSBEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
Nico Meisenzahl
 
Sutol - A Hitchhiker’s Guide to troubleshooting IBM Connections
Sutol - A Hitchhiker’s Guide to troubleshooting IBM ConnectionsSutol - A Hitchhiker’s Guide to troubleshooting IBM Connections
Sutol - A Hitchhiker’s Guide to troubleshooting IBM Connections
Sharon James
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance Boost
Christoph Adler
 
CollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes ClientCollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes Client
Christoph Adler
 
ICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance BoostICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance Boost
Christoph Adler
 
Connect2014 BP105: Performance Boost for your IBM Notes Client
Connect2014 BP105: Performance Boost for your IBM Notes ClientConnect2014 BP105: Performance Boost for your IBM Notes Client
Connect2014 BP105: Performance Boost for your IBM Notes Client
panagenda
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
panagenda
 
DNUG Webcast: IBM Notes V10 Performance Boost
DNUG Webcast: IBM Notes V10 Performance BoostDNUG Webcast: IBM Notes V10 Performance Boost
DNUG Webcast: IBM Notes V10 Performance Boost
Christoph Adler
 
DNUG 2017 - IBM Notes Performance Boost - Reloaded
DNUG 2017 - IBM Notes Performance Boost - ReloadedDNUG 2017 - IBM Notes Performance Boost - Reloaded
DNUG 2017 - IBM Notes Performance Boost - Reloaded
Christoph Adler
 
AdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance BoostAdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance Boost
Christoph Adler
 
(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP Performance(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP Performance
BIOVIA
 
Connect2014: BP105 A Performance Boost for your Notes Client
Connect2014: BP105 A Performance Boost for your Notes ClientConnect2014: BP105 A Performance Boost for your Notes Client
Connect2014: BP105 A Performance Boost for your Notes Client
Franziska Tanner
 
(ATS4-PLAT01) Core Architecture Changes in AEP 9.0 and their Impact on Admini...
(ATS4-PLAT01) Core Architecture Changes in AEP 9.0 and their Impact on Admini...(ATS4-PLAT01) Core Architecture Changes in AEP 9.0 and their Impact on Admini...
(ATS4-PLAT01) Core Architecture Changes in AEP 9.0 and their Impact on Admini...
BIOVIA
 
Webinar: IBM Connections Adminblast
Webinar: IBM Connections AdminblastWebinar: IBM Connections Adminblast
Webinar: IBM Connections Adminblast
Nico Meisenzahl
 
SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
Daniel Reimann
 
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
Christoph Adler
 
Webinar: IBM Connections Adminblast
Webinar: IBM Connections AdminblastWebinar: IBM Connections Adminblast
Webinar: IBM Connections Adminblast
panagenda
 
Sa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administrators
Sharon James
 
IBM Connections Adminblast
IBM Connections AdminblastIBM Connections Adminblast
IBM Connections Adminblast
LetsConnect
 
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
Christoph Adler
 
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONSBEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
BEST AND WORST PRACTICES DEPLOYING IBM CONNECTIONS
Nico Meisenzahl
 
Sutol - A Hitchhiker’s Guide to troubleshooting IBM Connections
Sutol - A Hitchhiker’s Guide to troubleshooting IBM ConnectionsSutol - A Hitchhiker’s Guide to troubleshooting IBM Connections
Sutol - A Hitchhiker’s Guide to troubleshooting IBM Connections
Sharon James
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance Boost
Christoph Adler
 
CollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes ClientCollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes Client
Christoph Adler
 
ICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance BoostICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance Boost
Christoph Adler
 
Connect2014 BP105: Performance Boost for your IBM Notes Client
Connect2014 BP105: Performance Boost for your IBM Notes ClientConnect2014 BP105: Performance Boost for your IBM Notes Client
Connect2014 BP105: Performance Boost for your IBM Notes Client
panagenda
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
panagenda
 
DNUG Webcast: IBM Notes V10 Performance Boost
DNUG Webcast: IBM Notes V10 Performance BoostDNUG Webcast: IBM Notes V10 Performance Boost
DNUG Webcast: IBM Notes V10 Performance Boost
Christoph Adler
 
DNUG 2017 - IBM Notes Performance Boost - Reloaded
DNUG 2017 - IBM Notes Performance Boost - ReloadedDNUG 2017 - IBM Notes Performance Boost - Reloaded
DNUG 2017 - IBM Notes Performance Boost - Reloaded
Christoph Adler
 
AdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance BoostAdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance Boost
Christoph Adler
 
(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP Performance(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP Performance
BIOVIA
 
Connect2014: BP105 A Performance Boost for your Notes Client
Connect2014: BP105 A Performance Boost for your Notes ClientConnect2014: BP105 A Performance Boost for your Notes Client
Connect2014: BP105 A Performance Boost for your Notes Client
Franziska Tanner
 
(ATS4-PLAT01) Core Architecture Changes in AEP 9.0 and their Impact on Admini...
(ATS4-PLAT01) Core Architecture Changes in AEP 9.0 and their Impact on Admini...(ATS4-PLAT01) Core Architecture Changes in AEP 9.0 and their Impact on Admini...
(ATS4-PLAT01) Core Architecture Changes in AEP 9.0 and their Impact on Admini...
BIOVIA
 
Webinar: IBM Connections Adminblast
Webinar: IBM Connections AdminblastWebinar: IBM Connections Adminblast
Webinar: IBM Connections Adminblast
Nico Meisenzahl
 
SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
Daniel Reimann
 
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
Christoph Adler
 
Webinar: IBM Connections Adminblast
Webinar: IBM Connections AdminblastWebinar: IBM Connections Adminblast
Webinar: IBM Connections Adminblast
panagenda
 
Sa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administrators
Sharon James
 
IBM Connections Adminblast
IBM Connections AdminblastIBM Connections Adminblast
IBM Connections Adminblast
LetsConnect
 
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
Christoph Adler
 
Ad

More from panagenda (20)

HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Getting the Best of TrueDEM – April News & Updates
Getting the Best of TrueDEM – April News & UpdatesGetting the Best of TrueDEM – April News & Updates
Getting the Best of TrueDEM – April News & Updates
panagenda
 
Teams Call Records: Treasure Trove or Pandora’s Box?
Teams Call Records: Treasure Trove or Pandora’s Box?Teams Call Records: Treasure Trove or Pandora’s Box?
Teams Call Records: Treasure Trove or Pandora’s Box?
panagenda
 
Teams Call Records: Eine Schatztruhe oder die Büchse der Pandora?
Teams Call Records: Eine Schatztruhe oder die Büchse der Pandora?Teams Call Records: Eine Schatztruhe oder die Büchse der Pandora?
Teams Call Records: Eine Schatztruhe oder die Büchse der Pandora?
panagenda
 
New Teams Client Architecture Autopsy, a Look Under the Hood
New Teams Client Architecture Autopsy, a Look Under the HoodNew Teams Client Architecture Autopsy, a Look Under the Hood
New Teams Client Architecture Autopsy, a Look Under the Hood
panagenda
 
Architektur des neuen Teams Clients – Ein Blick unter die Haube
Architektur des neuen Teams Clients – Ein Blick unter die HaubeArchitektur des neuen Teams Clients – Ein Blick unter die Haube
Architektur des neuen Teams Clients – Ein Blick unter die Haube
panagenda
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
panagenda
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
panagenda
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
De05_panagenda_Prepare-Applications-for-64-bit-Clients.pdf
De05_panagenda_Prepare-Applications-for-64-bit-Clients.pdfDe05_panagenda_Prepare-Applications-for-64-bit-Clients.pdf
De05_panagenda_Prepare-Applications-for-64-bit-Clients.pdf
panagenda
 
Co01_panagenda_NotesDomino-Licensing-Understand-and-Optimize-DLAU-results-wit...
Co01_panagenda_NotesDomino-Licensing-Understand-and-Optimize-DLAU-results-wit...Co01_panagenda_NotesDomino-Licensing-Understand-and-Optimize-DLAU-results-wit...
Co01_panagenda_NotesDomino-Licensing-Understand-and-Optimize-DLAU-results-wit...
panagenda
 
Ad01_Navigating-HCL-Notes-14-Upgrades_A-Comprehensive-Guide-for-Conquering-Ch...
Ad01_Navigating-HCL-Notes-14-Upgrades_A-Comprehensive-Guide-for-Conquering-Ch...Ad01_Navigating-HCL-Notes-14-Upgrades_A-Comprehensive-Guide-for-Conquering-Ch...
Ad01_Navigating-HCL-Notes-14-Upgrades_A-Comprehensive-Guide-for-Conquering-Ch...
panagenda
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
panagenda
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
panagenda
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
panagenda
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
panagenda
 
Why you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successfulWhy you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successful
panagenda
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Getting the Best of TrueDEM – April News & Updates
Getting the Best of TrueDEM – April News & UpdatesGetting the Best of TrueDEM – April News & Updates
Getting the Best of TrueDEM – April News & Updates
panagenda
 
Teams Call Records: Treasure Trove or Pandora’s Box?
Teams Call Records: Treasure Trove or Pandora’s Box?Teams Call Records: Treasure Trove or Pandora’s Box?
Teams Call Records: Treasure Trove or Pandora’s Box?
panagenda
 
Teams Call Records: Eine Schatztruhe oder die Büchse der Pandora?
Teams Call Records: Eine Schatztruhe oder die Büchse der Pandora?Teams Call Records: Eine Schatztruhe oder die Büchse der Pandora?
Teams Call Records: Eine Schatztruhe oder die Büchse der Pandora?
panagenda
 
New Teams Client Architecture Autopsy, a Look Under the Hood
New Teams Client Architecture Autopsy, a Look Under the HoodNew Teams Client Architecture Autopsy, a Look Under the Hood
New Teams Client Architecture Autopsy, a Look Under the Hood
panagenda
 
Architektur des neuen Teams Clients – Ein Blick unter die Haube
Architektur des neuen Teams Clients – Ein Blick unter die HaubeArchitektur des neuen Teams Clients – Ein Blick unter die Haube
Architektur des neuen Teams Clients – Ein Blick unter die Haube
panagenda
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
panagenda
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
panagenda
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
De05_panagenda_Prepare-Applications-for-64-bit-Clients.pdf
De05_panagenda_Prepare-Applications-for-64-bit-Clients.pdfDe05_panagenda_Prepare-Applications-for-64-bit-Clients.pdf
De05_panagenda_Prepare-Applications-for-64-bit-Clients.pdf
panagenda
 
Co01_panagenda_NotesDomino-Licensing-Understand-and-Optimize-DLAU-results-wit...
Co01_panagenda_NotesDomino-Licensing-Understand-and-Optimize-DLAU-results-wit...Co01_panagenda_NotesDomino-Licensing-Understand-and-Optimize-DLAU-results-wit...
Co01_panagenda_NotesDomino-Licensing-Understand-and-Optimize-DLAU-results-wit...
panagenda
 
Ad01_Navigating-HCL-Notes-14-Upgrades_A-Comprehensive-Guide-for-Conquering-Ch...
Ad01_Navigating-HCL-Notes-14-Upgrades_A-Comprehensive-Guide-for-Conquering-Ch...Ad01_Navigating-HCL-Notes-14-Upgrades_A-Comprehensive-Guide-for-Conquering-Ch...
Ad01_Navigating-HCL-Notes-14-Upgrades_A-Comprehensive-Guide-for-Conquering-Ch...
panagenda
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
panagenda
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
panagenda
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
panagenda
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
panagenda
 
Why you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successfulWhy you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successful
panagenda
 

Recently uploaded (20)

F-Secure Freedome VPN 2025 Crack Plus Activation New Version
F-Secure Freedome VPN 2025 Crack Plus Activation  New VersionF-Secure Freedome VPN 2025 Crack Plus Activation  New Version
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
saimabibi60507
 
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software DevelopmentSecure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Shubham Joshi
 
Landscape of Requirements Engineering for/by AI through Literature Review
Landscape of Requirements Engineering for/by AI through Literature ReviewLandscape of Requirements Engineering for/by AI through Literature Review
Landscape of Requirements Engineering for/by AI through Literature Review
Hironori Washizaki
 
Expand your AI adoption with AgentExchange
Expand your AI adoption with AgentExchangeExpand your AI adoption with AgentExchange
Expand your AI adoption with AgentExchange
Fexle Services Pvt. Ltd.
 
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
ssuserb14185
 
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Dele Amefo
 
TestMigrationsInPy: A Dataset of Test Migrations from Unittest to Pytest (MSR...
TestMigrationsInPy: A Dataset of Test Migrations from Unittest to Pytest (MSR...TestMigrationsInPy: A Dataset of Test Migrations from Unittest to Pytest (MSR...
TestMigrationsInPy: A Dataset of Test Migrations from Unittest to Pytest (MSR...
Andre Hora
 
Designing AI-Powered APIs on Azure: Best Practices& Considerations
Designing AI-Powered APIs on Azure: Best Practices& ConsiderationsDesigning AI-Powered APIs on Azure: Best Practices& Considerations
Designing AI-Powered APIs on Azure: Best Practices& Considerations
Dinusha Kumarasiri
 
EASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License CodeEASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License Code
aneelaramzan63
 
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
steaveroggers
 
How can one start with crypto wallet development.pptx
How can one start with crypto wallet development.pptxHow can one start with crypto wallet development.pptx
How can one start with crypto wallet development.pptx
laravinson24
 
PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025
mu394968
 
Douwan Crack 2025 new verson+ License code
Douwan Crack 2025 new verson+ License codeDouwan Crack 2025 new verson+ License code
Douwan Crack 2025 new verson+ License code
aneelaramzan63
 
FL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full VersionFL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full Version
tahirabibi60507
 
Mastering Fluent Bit: Ultimate Guide to Integrating Telemetry Pipelines with ...
Mastering Fluent Bit: Ultimate Guide to Integrating Telemetry Pipelines with ...Mastering Fluent Bit: Ultimate Guide to Integrating Telemetry Pipelines with ...
Mastering Fluent Bit: Ultimate Guide to Integrating Telemetry Pipelines with ...
Eric D. Schabell
 
Requirements in Engineering AI- Enabled Systems: Open Problems and Safe AI Sy...
Requirements in Engineering AI- Enabled Systems: Open Problems and Safe AI Sy...Requirements in Engineering AI- Enabled Systems: Open Problems and Safe AI Sy...
Requirements in Engineering AI- Enabled Systems: Open Problems and Safe AI Sy...
Lionel Briand
 
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRYLEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
NidaFarooq10
 
Get & Download Wondershare Filmora Crack Latest [2025]
Get & Download Wondershare Filmora Crack Latest [2025]Get & Download Wondershare Filmora Crack Latest [2025]
Get & Download Wondershare Filmora Crack Latest [2025]
saniaaftab72555
 
Download Wondershare Filmora Crack [2025] With Latest
Download Wondershare Filmora Crack [2025] With LatestDownload Wondershare Filmora Crack [2025] With Latest
Download Wondershare Filmora Crack [2025] With Latest
tahirabibi60507
 
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdfMicrosoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
TechSoup
 
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
F-Secure Freedome VPN 2025 Crack Plus Activation  New VersionF-Secure Freedome VPN 2025 Crack Plus Activation  New Version
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
saimabibi60507
 
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software DevelopmentSecure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Shubham Joshi
 
Landscape of Requirements Engineering for/by AI through Literature Review
Landscape of Requirements Engineering for/by AI through Literature ReviewLandscape of Requirements Engineering for/by AI through Literature Review
Landscape of Requirements Engineering for/by AI through Literature Review
Hironori Washizaki
 
Expand your AI adoption with AgentExchange
Expand your AI adoption with AgentExchangeExpand your AI adoption with AgentExchange
Expand your AI adoption with AgentExchange
Fexle Services Pvt. Ltd.
 
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
ssuserb14185
 
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Dele Amefo
 
TestMigrationsInPy: A Dataset of Test Migrations from Unittest to Pytest (MSR...
TestMigrationsInPy: A Dataset of Test Migrations from Unittest to Pytest (MSR...TestMigrationsInPy: A Dataset of Test Migrations from Unittest to Pytest (MSR...
TestMigrationsInPy: A Dataset of Test Migrations from Unittest to Pytest (MSR...
Andre Hora
 
Designing AI-Powered APIs on Azure: Best Practices& Considerations
Designing AI-Powered APIs on Azure: Best Practices& ConsiderationsDesigning AI-Powered APIs on Azure: Best Practices& Considerations
Designing AI-Powered APIs on Azure: Best Practices& Considerations
Dinusha Kumarasiri
 
EASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License CodeEASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License Code
aneelaramzan63
 
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
steaveroggers
 
How can one start with crypto wallet development.pptx
How can one start with crypto wallet development.pptxHow can one start with crypto wallet development.pptx
How can one start with crypto wallet development.pptx
laravinson24
 
PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025
mu394968
 
Douwan Crack 2025 new verson+ License code
Douwan Crack 2025 new verson+ License codeDouwan Crack 2025 new verson+ License code
Douwan Crack 2025 new verson+ License code
aneelaramzan63
 
FL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full VersionFL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full Version
tahirabibi60507
 
Mastering Fluent Bit: Ultimate Guide to Integrating Telemetry Pipelines with ...
Mastering Fluent Bit: Ultimate Guide to Integrating Telemetry Pipelines with ...Mastering Fluent Bit: Ultimate Guide to Integrating Telemetry Pipelines with ...
Mastering Fluent Bit: Ultimate Guide to Integrating Telemetry Pipelines with ...
Eric D. Schabell
 
Requirements in Engineering AI- Enabled Systems: Open Problems and Safe AI Sy...
Requirements in Engineering AI- Enabled Systems: Open Problems and Safe AI Sy...Requirements in Engineering AI- Enabled Systems: Open Problems and Safe AI Sy...
Requirements in Engineering AI- Enabled Systems: Open Problems and Safe AI Sy...
Lionel Briand
 
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRYLEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
NidaFarooq10
 
Get & Download Wondershare Filmora Crack Latest [2025]
Get & Download Wondershare Filmora Crack Latest [2025]Get & Download Wondershare Filmora Crack Latest [2025]
Get & Download Wondershare Filmora Crack Latest [2025]
saniaaftab72555
 
Download Wondershare Filmora Crack [2025] With Latest
Download Wondershare Filmora Crack [2025] With LatestDownload Wondershare Filmora Crack [2025] With Latest
Download Wondershare Filmora Crack [2025] With Latest
tahirabibi60507
 
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdfMicrosoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
TechSoup
 

SUTOL 2016: IBM Connections Deployment Best and Worst Practices

  • 1. 8th Sutol Conference, November 2016 Best and worst practices deploying IBM Connections Christoph Stoettner panagenda
  • 2. Thanks to our sponsors!
  • 3. 8th Sutol Conference, November 2016 Christoph Stoettner • Senior Consultant at panagenda • IBM Notes / Domino since 1999 • IBM Connections since version 2.5 / 2009 • Many years of experience in: – Migrations – Administration and Installation – Performance Analysis • Joined panagenda in 2015 focusing in: – IBM Connections Deployment and Optimization – IBM Connections Monitoring • Husband of one & father of two, Bavarian @stoeps linkedin.com/in/christophstoettner www.stoeps.de christophstoettner +49 173 8588719 [email protected]
  • 4. 8th Sutol Conference, November 2016 Don’t Be Scared 4
  • 5. 8th Sutol Conference, November 2016 Databases WebSphere Application Server IBM HTTP ServerWebSphere Plugins Application DBsPEOPLEDB LDAP Server TDI Forward to Application Server and Port (Load balancing and Failover) Redirect unknown URL Upload and Download of Files, Attachments Common: Access Customization, Webressources Read and Write Authentication Users / Groups Reads Userdata for Profiles Create, Update, Delete and Inactivate Profiles Shared Directory Link to Attachments Profile changes synchronize to Membertables through JMS Queue Optional: Direct Access to Attachments Main Components 5
  • 6. 8th Sutol Conference, November 2016 System Requirements • Follow Strictly • Check Regularly • All versions – http://short.stoeps.de/vwzrv • IBM Connections 5 – http://short.stoeps.de/mspdi • IBM Connections 5.5 – http://short.stoeps.de/cnx55sysreq • Check all Notes • Download PDF – About 100 pages 6
  • 7. 8th Sutol Conference, November 2016 Installation Documentation • Be careful with non-official documentation documents • Sometimes wrong dependencies mentioned (only trust System Requirements) • Statement if something is supported does not mean it’s licensed – Example (from Update strategy for IBM Connections 5.0): DB2 10.5 FP4 in http://www- 01.ibm.com/support/docview.wss?uid=swg21683118 – Connections 5.0 License Agreement does not contain a 10.5 License! -> No download in PA possible 7
  • 8. 8th Sutol Conference, November 2016 Prepare A Installation Documentation • http://www.ibm.com/support/knowledgecenter/en/SSYGQH – Contains mixed informations of all Operating Systems and Database Type – If you install often, create your own Install documentation • Check Performance Tuning Guides – Not available for 5.5 until now – Check 4.0, 4.5 and 5.0 to get an idea • Read all lists before you follow them – e.g. “point 13: if you use Linux, don’t follow point 8, do ... instead” – Nothing found in the actual documentation, but had this multiple times 8
  • 9. 8th Sutol Conference, November 2016 Prepare Your Installation • Download all needed Software Packages • Download IBM Connections 5.5 – List with Part Numbers (but with all possible Software): http://www- 01.ibm.com/support/docview.wss?uid=swg24041291 • Don’t forget mandatory Fixes from http://www.ibm.com/fixcentral – Download WebSphere Fixpack 9: http://www- 01.ibm.com/support/docview.wss?uid=swg24041819 9
  • 10. 8th Sutol Conference, November 2016 Save Time • Download and Install Installation Manager separate – Version 1.8.3 or newer 64 Bit – Do not use the one packaged with Connections – You can install all other products without updating IM • Directly install Fix pack Versions – Add Fixes and Original File to Installation Manager Repository List – Connections 5.5 CR1 (works with 5.0 CR2 and newer, but not 5.0 CR1) – WebSphere Application Server ND 8.5.5.9 – DB2 10.5FP5 Universal or ESE (without 10.5.0 package, no need to download) 10
  • 11. 8th Sutol Conference, November 2016 Sizing • Be prepared for future growth • Do not overact – Some hundred users mostly won't need a large deployment • I'm not a fan of multi-instance database machines – If I run in database performance issues I split the databases to different machines – Performance tuning guide • Multi-instance is best practice, if you have enough resources 11
  • 12. 8th Sutol Conference, November 2016 Minimum Requirements • 4 | 8 GB memory is often too less, better start with 10 or 12 GB – Memory swapping kills ALL tuning efforts • CPU cores – 2 cores minimum only on small tiny deployments – Thumb rule: I calculate one core for each JVM (expensive with PVU license) • Disk – Using network storage or virtualized servers – Easier to extend 12 Connections 5.5Connections 5.0
  • 13. 8th Sutol Conference, November 2016 General Installation • Download all needed software packages – Always check System Requirements before you install • Source and Destination Paths shouldn’t contain spaces – Don’t install from or to folders with a space – e.g. Installation Manager | InstallationManager – avoid “c:Program FilesIBM” – Use c|d|e:IBM • Different operating systems need special settings • Always use the operating system where you have the best skills 13
  • 14. 8th Sutol Conference, November 2016 Network • Name lookup / DNS – All servers must be resolvable (hosts is not a workaround) – Knowing the protocol • Avoid Round Robin • No Authentication failover in WebSphere with Round Robin! • Network storage (file locking is important) – NFS v4 / SMB|CIFS – No DFS • Reverse Proxies / Proxies – Always test your deployment without proxies – Activate after successful testing
  • 15. 8th Sutol Conference, November 2016 Register WAS as a service • Services for Deployment Manager and NodeAgent(s) – wasservice.bat|sh • Map service to a technical user – any Active Directory User is possible – allowed to read / write network share with Shared Content • Service can parse commands to nodeagent – -stopArgs "<NA commands>" • Configure monitoring policy (if required)
  • 16. 8th Sutol Conference, November 2016 WasService.bat|sh – Register service • Create a local filebased user to stop the service – Operator Role is enough 16 cd D:IBMCNXWebSphereAppServerbin WASService.exe -add CnxNode01 -serverName nodeagent -profilePath d:ibmcnxwebsphereappserverprofilesCNXNode01 -stopArgs "-username wasadmin -password password -stopservers" -userid cnxtec -password password -encodeParams -restart true -startType automatic parsed to nodeAgent stops AppServer
  • 17. 8th Sutol Conference, November 2016 Monitoring Policy • Each Application Server – Change Node restart state to "RUNNING” • Must set this to STOPPED before performing updates – Or use syncNode.bat|sh after applying an update • Increase Timeout on Windows – Default timeout for service shutdown = 30 seconds – From around 5 Application Servers – Increase Value at: HKEY_Local_Machine: SYSTEMCurrentControlSetControlWaitToKillServiceTimeout
  • 18. 8th Sutol Conference, November 2016 Directories & Synching • Prepare your LDAP – Better data within LDAP → better Profiles – Login Items must be unique • E-Mail-Address • UID • Switching Authentication directories is possible – Need some planning • Dependencies – Quality of LDAP data – Plans to activate SPNEGO – Domino Mail Integration
  • 19. 8th Sutol Conference, November 2016 Federated Repositories Best Practice • Leave the file based wasadmin enabled – Fallback if LDAP Bind Credentials changed – Solving problems with Federated Repositories • Default does not allow this (you have to disable security through wsadmin to change configuration) Check this box
  • 20. 8th Sutol Conference, November 2016 Logs – adjust language WebSphere • Change log language to English (IBM will love you for this) • WebSphere Add "-Duser.language=en –Duser.region=US" to Generic JVM arguments of – Each application server (Process definition – Java Virtual Machine) – dmgr (System Administration – Deployment Manager – Process Definition ...) – nodeagents (System Administration – Node agents – nodeagent – Process Def ...)
  • 21. 8th Sutol Conference, November 2016 Logs – adjust language TDI • TDI – edit ibmdisrv.bat|sh – add -Duser.language=en –Duser.region=US to LOG_4J variable – Linux: – Windows: 21
  • 22. 8th Sutol Conference, November 2016 Rotate Logs • WebSphere Logs too small for Troubleshooting – Default: 5 Logs 1 MB each (SystemOut and SystemErr) – Better 5-10 Logs 20 MB each • Setting for each Application Server • remember Nodeagents and Dmgr • Change this as soon as your servers have been created
  • 23. 8th Sutol Conference, November 2016 Rotate Logs • IBM Connections 5.5 – SET BY DEFAULT!! – Install.log – Result: – So your logs are stored 30 days, independent of size
  • 24. 8th Sutol Conference, November 2016 Rotate IBM HTTP Server Logs • Default: no max size for access_log and error_log • Often some GB of Log files – Open with an Editor? – Disk size • Search for this lines in httpd.conf: • Comment out: CustomLog log/access_log common ErrorLog logs/error_log # CustomLog log/access_log common # ErrorLog logs/error_log
  • 25. 8th Sutol Conference, November 2016 Rotate IBM HTTP Server Logs • Add: • Delete Log Files older than x days (examples with 3) – Linux – Windows (Batch through Task Scheduler or Powershell) Linux: CustomLog "|/opt/IBM/HTTPServer/bin/rotatelogs /opt/IBM/HTTPServer/logs/access_log.%Y%m%d 86400" common ErrorLog "|/opt/IBM/HTTPServer/bin/rotatelogs /opt/IBM/HTTPServer/logs/error_log.%Y%m%d 86400“ Windows: CustomLog "|D:/IBM/HTTPServer/bin/rotatelogs.exe D:/IBM/HTTPServer/logs/access_log.%Y%m%d 86400" common ErrorLog "|D:/IBM/HTTPServer/bin/rotatelogs.exe D:/IBM/HTTPServer/logs/error_log.%Y%m%d 86400" crontab -e # Delete logfiles older than 3 days in logs 10 0 * * * find /opt/IBM/HTTPServer/logs/*_log.* -mtime +3 -exec rm -rf {} ; forfiles -p "D:IBMHTTPServerlogs" -s -m *_log.* -d -3 -c "cmd /c del @file"
  • 26. 8th Sutol Conference, November 2016 Rotate Logs DB2 • db2diag.log • Default: no maximum size – Default: %PROGRAMDATA%IBMDB2instancenameDB2 – Full C-Partition in Windows still hard to solve [db2inst1@cnx-db2 ~]$ db2 get dbm cfg |grep -i diagsize Size of rotating db2diag & notify logs (MB) (DIAGSIZE) = 0 [db2inst1@cnx-db2 ~]$ db2 update dbm cfg using DIAGSIZE 1024 DB20000I The UPDATE DATABASE MANAGER CONFIGURATION command completed successfully. [db2inst1@cnx-db2 ~]$ db2 get dbm cfg |grep -i diagsize Size of rotating db2diag & notify logs (MB) (DIAGSIZE) = 1024
  • 27. 8th Sutol Conference, November 2016 HTTP Server Keystore • Several Reviews showed – Keystore of WebSphere Plugin used for IHS SSL Key – Why is this worse? – What would you do when you get SSL Errors within Connections? – This overwrites plugin-key.kdb on your Webserver – SSL Key deleted – Backup? 27
  • 28. 8th Sutol Conference, November 2016 HTTP Server Key store • When you want to reuse Plugin Key store – Import SSL Key into CMSKeyStore – But never seen this in the wild 28
  • 29. 8th Sutol Conference, November 2016 HTTP Server Keystore • Best Practice - Create a separate key store for IHS – Ikeyman will help you – Possible to use a wildcard • Then you can just copy it to use on dev / test machines – Backup the keystore before changes – Don’t activate “Expiration time” – “Stash password to a file” • Creates a cnx-key.sth file • Used by IHS to open keystore
  • 30. 8th Sutol Conference, November 2016 Harden HTTP • Disable SSLv2 / v3 – Automatically disabled with 8.5.5.4 • Check with hydra, nmap or ssllabs.com/ssltest/ SSLProtocolEnable TLS SSLProtocolDisable SSLv2 SSLv3 # Disable SSLCompression -> CRIME ATTACK SSLCompression off #Prefer ECDHE-RSA ciphers SSLCipherSpec ALL NONE SSLCipherSpec TLSv12 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 SSLCipherSpec TLSv12 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 SSLCipherSpec TLSv12 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 SSLCipherSpec TLSv12 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 SSLCipherSpec ALL TLS_RSA_WITH_AES_128_GCM_SHA256 SSLCipherSpec ALL TLS_RSA_WITH_AES_256_GCM_SHA384 SSLCipherSpec ALL TLS_RSA_WITH_AES_128_CBC_SHA256 SSLCipherSpec ALL TLS_RSA_WITH_AES_256_CBC_SHA256 # Enabling this 3 ciphers mean A- rating on ssllabs, but without Connections is not working SSLCipherSpec ALL TLS_RSA_WITH_AES_128_CBC_SHA SSLCipherSpec ALL TLS_RSA_WITH_AES_256_CBC_SHA SSLCipherSpec ALL SSL_RSA_WITH_3DES_EDE_CBC_SHA # Enable HSTS Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
  • 31. 8th Sutol Conference, November 2016 Harden HTTP • If you use SSL Keys longer than 2048 bit, you must replace Java policy – Download and replace Java (unrestricted) policy files • All Nodes • https://www-01.ibm.com/marketing/iwm/iwm/web/reg/pick.do?source=jcesdk – Also needed if any application connected use longer keys • LDAPS • Mailserver • Sametime Proxy • Remove Server Information (HTTP Header, Error pages) – ServerSignature Off – ServerTokens Prod (DEFAULT) – AddServerHeader Off Default
  • 32. 8th Sutol Conference, November 2016 Remove Index • Remove all Files except index.html from <IHS_ROOT>/htdocs • Rename index.html (e.g. 0815.html) – echo 1 > 0815.html – For testing you can access the file • Add robots.txt
  • 33. 8th Sutol Conference, November 2016 Performance Tuning Guides • 4.0 – http://www- 10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_4.0_Performance_Tu ning_Guide • 4.5 Addendum – http://www- 10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_4.5_Performance_Tu ning_Guide_Addendum • 5.0 CR1 – http://www- 10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connection_V5_CR1_Tuning_guide • 5.5 (June 2016) – https://www- 10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_V5.5_Tuning_guide • Read everything carefully • Check and understand dependencies
  • 34. 8th Sutol Conference, November 2016 Worst Practise Example - Tuning • Customer showed me a system with following infrastructure • WebSphere – Large deployment – 16 GB RAM – 4 Cores • DB2 – 12 instances – 8 GB RAM – 4 Cores • Connections restart 22 minutes Web Server ihs.example.local WebSphere was1.example.local Db2 / TDI db2.example.local Freigabe LDAP domino1.example.local User SynchronisationAuthentication
  • 35. 8th Sutol Conference, November 2016 Solving the problem • Large deployment means about 15 JVM on the machine – Restart shows 15 min 100% CPU usage – Adding 4 cores and restart time get down to 7 minutes – Other option would be midsize deployment, but then you have to reinstall Connections • Java Heap Sizes set to default (256 MB and 768 MB) -> increase to 1.5 – 2.5 GB • Perf Guide mentions that multiple instances on DB2 only increase performance with enough resources – But that was not the real problem • DataSource connectionPool Sizes are set to Default 1/10 – Increase this values to the proposals in the guide and ... – Restart time comes down under 3 minutes • Key point: read the complete guide
  • 36. 8th Sutol Conference, November 2016 Java Heap • Default Java Heap Sizes on Midsize Deployment: 2506 MB / application server • Large Deployment depends on application: 0.5 to 2.5 GB • Main point in memory tuning – Never exceed the system memory – Swapping kills all your tuning efforts • Counting the JVM Heap sizes is not enough – Maximum heap is not the maximum amount of memory the jvm uses! – Libraries, jars and so on count additional to memory usage – JVM memory usage may be 3 * JVM maximum Heap • Initial and maximum Heap Size should be equalized – mentioned in IBM Connections 5.0 tuning guide
  • 37. 8th Sutol Conference, November 2016 IBM HTTP Server • Enable compression – Important !!!!! – See Slides from BP307 - IBM Connect 2014 – Save up to 70% network traffic – Minimal increase of CPU load • Enable file download through IHS – Depend on your deployment – Often security forbids storage access from DMZ • If you have no access to file share from IHS -> Files should be installed in a separate Cluster
  • 38. 8th Sutol Conference, November 2016 Database Reorg • Performance of Connections is often database related • IBM provides runstats.sql and reorg.sql Scripts – Wizardsconnections.sql<app>db2 – Run them after big amount of data is changed or added – Run on a weekly/monthly basis • No Scripts for (Create your own!) – CCM – Docs – Surveys 38
  • 39. 8th Sutol Conference, November 2016 What to Backup • Using an example Connections installation guide rarely explains backups – These guides normally do not mention backup, or what to back up – Disk crash means data loss • Database backups through file backup are not supported and mostly not restorable • Important!!! – Database Backup through Online Backups can be taken when Connections is up – Offline backups are also possible • Ensure the file system & DB backup are run at the same time of day – DB and Filesystem data will stay in sync – if you take your DB backup at midnight and the file system at midday they will be out of sync
  • 40. 8th Sutol Conference, November 2016 Backup • Most important (minimum daily) – Databases (offline or online) – Shared content • Important – Configuration • WebSphere Application Server • Connections • IBM HTTP Server • TDI Solution • Test if restore is possible!!!! – Several issues with WebSphere restores, where binaries weren't on the tape
  • 41. 8th Sutol Conference, November 2016 Install Checklist • WebSphere Application Server – Configure Federated Repository – LtpaToken, enable security • WebSphere Application Server Supplements (IHS, Plugins) • DB2 (or other DBM) • TDI • Add Webserver to Dmgr (use configurewebserver.bat) • Enable SSL on IHS • Import IHS Root Key within WebSphere cell trust keystore (retrieve from port) • Configure CCM • Install optional Addons like Forms Experience Builder, IBM Docs, Cognos
  • 42. 8th Sutol Conference, November 2016 Documentation Document EVERYTHING !!! because you can remember everything you did ….
  • 43. 8th Sutol Conference, November 2016 Documentation • Everyone hates writing documentation • BUT – make notes as you go, it doesn’t need to be a full step by step guide with screenshots • Document all customizations • Any additional changes made • Anything of note that deviates from the guides • Lessons learnt or how you solved issues • Use the scripts to output some of it
  • 44. 8th Sutol Conference, November 2016 Useful Tools • Editor with syntax highlighting – Linux/Unix: vim, geany – Windows: notepad++, pspad, UltraEdit • Log Viewer – tail -f – Baretail (https://www.baremetalsoft.com/baretail/) – Multitail (https://www.vanheusden.com/multitail/) • (Intercept) Proxy – Fiddler (http://www.telerik.com/fiddler) • IBM support ask often for traces • Windows only – Burpsuite (https://portswigger.net/burp/) • OS independent
  • 45. 8th Sutol Conference, November 2016 Useful Tools (2) • Browser – Firefox (portable) / Firefox ESR – Chrome – IE (download Virtual Machine with different versions) • https://www.modern.ie • You can be sure there is no GPO applied • Network analyzer – Wireshark (https://www.wireshark.org/) • SPNEGO Analysis – tcpdump (save pcap and analyse with Wireshark) – Nmap (Check SSL, Ports) • Unzip / Unarchiver – 7-zip – WinRar – Do not use tar delivered with AIX! Use GNU tar
  • 46. 8th Sutol Conference, November 2016 Links and References • IBM Connections System Requirements – http://www-01.ibm.com/support/docview.wss?uid=swg27012786 • IBM Connections Family Documentation – http://www.ibm.com/support/knowledgecenter/SSYGQH/welcome • IBM Connections 4 Performance Tuning Guide – https://www-10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_4.0_Performance_Tuning_Guide • IBM Connections 4.5 Performance Tuning Guide Addendum – https://www-10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_4.5_Performance_Tuning_Guide_Addendum • IBM Connections 5 CR1 Performance Tuning Guide – https://www-10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connection_V5_CR1_Tuning_guide • 5.5 (June 2016) – https://www-10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_V5.5_Tuning_guide
  • 47. 8th Sutol Conference, November 2016 47 Useful Blogs http://ibmconnections.com http://turtleblog.info http://portal2portal.blogspot.de https://www.urspringer.de http://socialconnections.info http://blog.robertfarstad.com http://www.curiousmitch.com http://techblog.gis-ag.info http://ibmdocs.com http://domino.elfworld.org https://dontforgetthe0.com http://www.ramsit.com/category/blog https://milanmatejic.wordpress.com http://dilf.me.uk/socialshazza http://www.stoeps.de http://scripting101.org http://meisenzahl.org http://martin.leyrer.priv.at http://kbild.ch http://www.notesgoddess.net http://www.dominodiva.com http://notesbusters.com https://rob59blog.wordpress.com http://connections101.info http://brandlrainer.blogspot.de https://collaborationben.com
  • 48. Thanks to our sponsors!

Editor's Notes

  • #5: Check Installation Instructions and System Requirements Lots of different products mentioned and needed for a Connections Deployment Start with a minimum package count (WebSphere, HTTP Server, DB2, Plugins, TDI)
  • #6: Browser request on HTTP (connections-url) Redirect to WebSphere Plugin (Loadbalancing, Failover) Forward to WebSphere Application Server Authenticate against LDAP Server (Federated Repository) Reads and writes Databases Upload and Download File Attachments TDI read Userdata for Profiles from LDAP Create, Update and Delete Profiles in PeopleDB Other App DB synchronize through JMS Queues Application DBs Link to File Attachments in Shared Directory
  • #18: Remember to enable this on newly created application servers too