SlideShare a Scribd company logo
1 of 39
IBM Connections - Installing the Free
"Extras" and Integrating with other
Products
Victor Toal - ToalSystems
Victor Toal
aka “Dr. Vic”
20+ Years of talking tech
IBM Connections, Sametime, WebSphere, DB2,
Notes and Domino
victor@toalsys.com
Twitter: @TheToal
Skype: vtoal
IBM Connections
•IBM Connections is IBM’s Flagship product in the Social Network
Software Category.
•It comes with everything you need to set up and run a social
community inside of your firewall – and since Version 5 – also
make it easily available outside of your firewall as well.
•Activities (similar to to-dos)
•Blogs – stand-alone or as part of a Community
•Bookmarks – share and store important booksmarks
•Files - individual user file and community files
•Forums – discuss topics, ask questions, find answers
•Wikis – stand-alone or as part of a Community
•Communities – A place where all of the above applications can be
grouped around a specific theme or group of people
stand-alone or as part of a Community
What Add-ons Are There?
CCM – Connections Content Manager / IBM Filenet integration
Requires a license for any user accessing the CCM portion of Connections. Can be
integrated with an existing FileNet implementation for the full document lifecycle
experience.
IBM Connections Mail
Integrate your Domino or Exchange email into IBM Connections and display links in the
Website header to access email and calendar entries from your email system
IBM File Viewer
A subset of the IBM Docs features – but without any editing ability. View all office type documents that
are uploaded into Files of CCM directly in the browser without having to download them first
Surveys / IBM Forms limited integration
Sametime – Awareness Integration
See the online status of other Connections users and initiate IM/chat sessions with them
IBM Docs
Similar to Google Docs or Office Online – this gives you the ability to view, edit and save
documents and spreadsheets directly in the browser without having to download the files
onto a PC and edit them with an MS Office or other like software.
Our Topics of Choice ….
** IBM Connections Mail **
** IBM File Viewer **
** IBM Forms **
Why?
These are the most commonly installed add-ons, or in he case of
Sametime, the most common integration
Basics of an Install
• Most Applications will run on either Linux/AIX or Windows
• Surveys (IBM Forms) requires DB2, will not work with other
database systems at this time
• You install the app, enable with by updating config files – mostly
as a widget that gets added to a community
• Most add-ons can run either on single WebSphere servers or in a
clustered environment
Let’s start with email
Let’s Start
IBM Connections Mail
It’s Simple, Really:
1. Add Repository
2. Install Product
3. Create socialmail-discovery-config.xml
4. Edit the application security for COMMON
5. Sync nodes
6. Restart Common
Ta-Taaaa!
IC Mail - Resources
• Latest version is currently 1.6
• But the version to install depends on what version of Connections
you are running
• Different versions of ICMail have different WebSphere and
Connections version requirements and compatibility limitations
(mainly regarding Exchange) – check the Greenhouse Catalog for
details:
• ICMail V1 -> Connections V4.0 – Greenhouse link: http://ibm.co/1WwMtxe
• ICMail V1.3 iFix2 -> Connections 4.5 – Greenhouse link: http://ibm.co/1fj77z4
• ICMail V1.6 iFix2 -> Connections 5.0– Greenhouse link: http://ibm.co/1qzXtYE
ICMail Continued . . .
• ICMail can be enabled for all users, individuals or on a group
membership basis for both Exchange and Domino back-ends
• This is done by updating the COMMON application in
WebSphere with either individuals, all users or groups.
Some gotchas:
• If you have customized the Connections header.jsp, make sure
you have the latest version, there is code in it that helps the
browser recognize whether ICMail is enabled and if the user is
allowed to access it.
• The config file [socialmail-discovery-config.xml] can contain
username and password information so be sure to utilize the
encrypted methods so not to leave potential security holes in
your environment
ICMail Continued . . .
ICMail with Domino
• Install documentation link: http://ibm.co/1UML83j
• Requires only WebSSO with the Domino server, easiest of
Domino is your LDAP source
• Must exchange LTPA Token/key between WebSphere servers
and the Domino WebSSO document
• Domino servers must be set to authenticate HTTP as multi-
session using LtpaToken
• Here is a good document with all the details on how to enable
SSO between WebSphere / Connections and Domino:
http://ibm.co/1Nl1tv2
ICMail Continued . . .
ICMail with Exchange
• Install documentation link: http://ibm.co/1UML83j
• Requires SPNEGO with KERBEROS as your WebSphere SSO
authentication method
• Easiest if LDAP is AD based and the same AD domain as
Exchange
• Requires much more in terms of configuration and settings
• AD Settings also needed
• Make sure you read this document by Michele Buccarello
http://bit.ly/1MCXJVN
TIP: when configuring KERBEROS, always write all domain names,
server names, URLs etc. in UPPER CASE
ICMail Installation
• Install is via the IBM Installation Manager on the Deployment
Manager
• Add the package as a new repository to your existing IIM
• The just click “INSTALL” and IVM Connections Mail will appear as
an option
ICMail Installation Continued . . .
• Choose the Install Package and
click next
• Enter the location you want
the files to be installed on
ICMail Installation Continued . . .
• Review the settings one final
time and install. When the
system is done you will see
the below screen
ICMail Installation Continued . . .
• Set the corrct acces settings for mail users in the COMMON
application. Go to ENTERPRISE APPLICATIONS -> WEBSPHERE
ENTERPRISE APPLCIATIONS -> click on COMMON and choose
SECURITY ROLE TO USER / GROUP MAPPING
Example:
• <config id="socialmail-discovery-config" version="1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="socialmail-discovery-config.xsd">
• <discovery>
• <!--Example of Exchange server, no encryption-->
• <ServerConfig name="exchangeconfig" enabled="true">
• <ConfigType>EXCHANGE</ConfigType>
• <DirectoryServer>FQHNofDomainController</DirectoryServer>
• <DirectoryServerDomain>FQDomainName</DirectoryServerDomain>
• <DirectoryUser>LDAPBindUSer</DirectoryUser>
• <DirectoryPW>Password</DirectoryPW>
• <CertificateFile>E:IBMWebSphereAppServerjavajrelibsecuritycacerts</CertificateFile>
• <CertificateFilePW>changeit</CertificateFilePW>
• <ADDomainUser>ADDomainNameUSerAccountLDAPBind</ADDomainUser>
• <ADDomainPW>Password</ADDomainPW>
• <MailPattern type=“Domain.com"/>
• </ServerConfig>
• </discovery>
• <GadgetConfig>
• <GadgetPreference id="MailSearchInterval">15000</GadgetPreference>
• <GadgetPreference id="MailPollOnBadge">false</GadgetPreference>
• <GadgetPreference id="MailCheckOnLoadInterval">300000</GadgetPreference>
• <GadgetPreference id="MailPollInterval">300000</GadgetPreference>
• <GadgetPreference id="ExchMaxUploadSize">15800000</GadgetPreference>
• </GadgetConfig>
• </config>
Example: socialmail-discovery-config.xml for Exchange
Example:
• <config id="socialmail-discovery-config" version="1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="socialmail-discovery-config.xsd">
• <!--NOTE: This template includes examples of both encrypted and unencrypted usernames and passwords, but it is unusual to use both in one
config file.-->
• <discovery>
• <ServerConfig name="waters-redirect" enabled="true">
• <ConfigType>REDIRECT</ConfigType>
• <RedirectURL>https://URL_TO_REDIRECTOR:443?nocache=1&amp;nostore=1</RedirectURL>
• <MailPattern type=“DOMAIN.COM"/>
• </ServerConfig>
• </discovery>
• <GadgetConfig>
• <GadgetPreference id="MailSearchInterval">5000</GadgetPreference>
• <GadgetPreference id="MailPollOnBadge">false</GadgetPreference>
• <GadgetPreference id="MailCheckOnLoadInterval">300000</GadgetPreference>
• <GadgetPreference id="MailPollInterval">900000</GadgetPreference>
• <GadgetPreference id="UseConfiguredProtocol">true</GadgetPreference>
• <GadgetPreference id="useConfiguredProtocol">true</GadgetPreference>
• </GadgetConfig>
•
• </config>
Example: socialmail-discovery-config.xml for Domino
Here goes the File Viewer
IBM File Viewer
It’s Simple, Really:
1. Create WebSphere Servers/Cluster
2. Choose version – download - unpack
3. Update properties.config files
4. Install Conversion, Viewer and Viewer Extension (in this order)
5. Synch nodes, regenerate HTTP plug-in and deploy
6. Restart Common, Files and CCM (or just the whole server)
7. Ta-Taaaa!
IBM File Viewer
IBM File Viewer – Some Details
• Is a subset of the full IBM DOCS product. You get conversion (so the office file
can be rendered in a browser) and the viewer, but no editing capability
• The latest version 1.0.7 will also work with CCM/Libraries – but is more work to
install
Tip 1: If you don’t have CCM, install 1.0.6 – the code is the same for
Conversion and Viewer and the install is a bit easier
• If you need additional languages other than English, install more language
packs on Windows. You can buy or download fonts or language packs. For
example, you can download Windows Server 2008 R2 Multilingual User
Interface Language Packs.
• Also, you can get font packages from third-party venders, then get the .ttc and
.ttf files from the package, and install them on your server.
IBM File Viewer Continued
• Choose the right documentation:
1.0.6: http://ibm.co/1LjGpSs
1.0.7: http://ibm.co/1E61Czw
• Read the documentation – then create the WebSphere server
infrastructure you intend to use it on.
Tip2: even if you only want ONE WebSphere server to run it on, create
that server as a cluster member – that way you can more easily expand
in the future if you want to
• If you are installing on a separate physical/virtual server from
your existing Connections environment (=add a new node) make
sure this server can access the shared file resources or this will
not work . . . .
Tip2: make sure you read SW requirements for Linux – python!!
IBM File Viewer Continued
• Fill in ALL the cfg.properties for all three components first. There
are variables in them that have to match for each of the
components. If you do not, there is trouble!
• Pay attention to anything that is called
[xxx_shared_storage_xxx] -> those have to be the same value
for all systems. Create the actual folders manually, the installer
will not.
IBM File Viewer Continued
[Conversion]
conversion_install_root=D:IBMIBMConversion
docs_shared_storage_type=local
viewer_shared_storage_type=local
docs_shared_storage_local_path=D:IBMDocSharedStorage
docs_shared_storage_remote_server=nas-docs.ibm.com
docs_shared_storage_remote_path=/opt/IBM/docs_data
viewer_shared_storage_local_path=D:IBMDocSharedStorage
viewer_shared_storage_remote_server=nas-docs.ibm.com
viewer_shared_storage_remote_path=/opt/IBM/viewer_data
viewer_url=http://cnx5.toalsys.social/viewer
was_install_root=D:IBMWebSphereAppServer
was_soap_port=8879
scope=Cluster
scope_name=ConversionCluster
node_name=
sym_count=4
sym_start_port=8100
software_mode = Premise
[Viewer]
viewer_install_root=D:/IBM/FileViewer
shared_data_dir=D:/IBM/DocSharedStorage
was_install_root=D:/IBM/WebSphere/AppServer
was_soap_port=8879
conversion_url=http://cnx5.toalsys.social/conversion
files_path=D:/IBM/Connections/data/shared/files/upload
editor_installed=No
scope=Cluster
scope_name=ViewerCluster
node_name=
browser_cache=No
enable_print=No
auth_type=FORM
auth_host=
multi_tenancy=false
convert_on_upload=yes
housekeeping_frequency=weekly
housekeeping_age_threshold_of_rendition_latest_version=30
housekeeping_size_threshold_of_rendition_cache=256
[ICExt]
ext_install_root=D:/IBM/IBMViewer/extension
was_dm_profile_root=D:/IBM/WebSphere/AppServer/profiles/Dmgr01
was_soap_port=8879
enable_upload_conversion=Yes
auth_type=BASIC
viewer_admin_j2c_alias=
files_scope=Cluster
files_scope_name=CnxCluster
files_node_name=
news_scope=Cluster
news_scope_name=CnxCluster
news_node_name=
common_scope=Cluster
common_scope_name=CnxCluster
common_node_name=
viewer_server_url=http://cnx5.toalsys.social/viewer
restart_connections=False
Non-Clustered /
Local Server Install
WINDOWS
IBM File Viewer Continued
[Conversion]
conversion_install_root=D:IBMIBMConversion
docs_shared_storage_type=local
viewer_shared_storage_type=local
docs_shared_storage_local_path=fileserver.toalsys.socialcnxdataDocSharedSt
orage
docs_shared_storage_remote_server=nas-docs.ibm.com
docs_shared_storage_remote_path=/opt/IBM/docs_data
viewer_shared_storage_local_path=fileserver.toalsys.socialcnxdataDocShare
dStorage
viewer_shared_storage_remote_server=nas-docs.ibm.com
viewer_shared_storage_remote_path=/opt/IBM/viewer_data
viewer_url=http://cnx5.toalsys.social/viewer
was_install_root=D:IBMWebSphereAppServer
was_soap_port=8879
scope=Cluster
scope_name=ConversionCluster
node_name=
sym_count=4
sym_start_port=8100
software_mode = Premise
[Viewer]
viewer_install_root=D:/IBM/FileViewer
shared_data_dir==fileserver.toalsys.socialcnxdataDocSharedStorage
was_install_root=D:/IBM/WebSphere/AppServer
was_soap_port=8879
conversion_url=http://cnx5.toalsys.social/conversion
files_path=fileserver.toalsys.socialcnxdatafilesupload
editor_installed=No
scope=Cluster
scope_name=ViewerCluster
node_name=
browser_cache=No
enable_print=No
auth_type=FORM
auth_host=
multi_tenancy=false
convert_on_upload=yes
housekeeping_frequency=weekly
housekeeping_age_threshold_of_rendition_latest_version=30
housekeeping_size_threshold_of_rendition_cache=256
[ICExt]
ext_install_root=D:/IBM/IBMViewer/extension
was_dm_profile_root=D:/IBM/WebSphere/AppServer/profiles/Dmgr01
was_soap_port=8879
enable_upload_conversion=Yes
auth_type=BASIC
viewer_admin_j2c_alias=
files_scope=Cluster
files_scope_name=CnxCluster
files_node_name=
news_scope=Cluster
news_scope_name=CnxCluster
news_node_name=
common_scope=Cluster
common_scope_name=CnxCluster
common_node_name=
viewer_server_url=http://cnx5.toalsys.social/viewer
restart_connections=False
Clustered / Non-
Local Server Install
WINDOWS
IBM File Viewer Continued
• Run the installers . . . .
IBM File Viewer Continued
If you are installing on multiple Nodes
• Copy the install folders over to the other server
• Rename the [cfg.node.properties] to something else ad rename
the [cfg.properties] you updated earlier to [cfg.node.properties]
• Run the install_node.bat/.sh install executable
• Sit back and relax
• Look for error in the install log files -> they are inside the
installation folders you configured, in this case:
D:/IBM/FileViewer
D:IBMIBMConversion
D:/IBM/IBMViewer/extension
IBM File Viewer Continued
• Set up the scheduled tasks
NOTE: If you install this on clustered servers, this has to run on all
Nodes/servers that run the Conversion task
IBM File Viewer Continued
Finally – do the usual:
• Sync the Nodes (even though the scripts – allegedly – do that
• Regenerate the HTTP Plug-in and deploy it
• Restart the HTTP server(s)
• Restart Connections (all apps)
• Restart the Viewer and Conversion server(s)
• Look for errors in the WebSphere log files
IBM File Viewer Continued
A potential Issue to look for – if you installed as a cluster
• The installer uses the [shared_data_dir] as the location to put the WebSphere Cluster
Message Stores for the cluster you created
• When using UNC file locations, in some cases (depends on server) WebSphere does not
interpret them correctly and creates a new folder in the drive that WebSphere is
installed in named exactly as your share file folder – in our case:
D:fileserver.toalsys.socialcnxdataDocSharedStorage on both servers for the
WebSphere messages stores.
• Check the sib-engines.xml in the folder
C:IBMWebSphereAppServerprofilesDmgr01configcellsCNXCell01clustersViewe
rCluster
• Change the line to match the same location as the Connections cluster settings:
logDirectory="${MESSAGE_STORE_PATH}/ViewerCluster/log“
permanentStoreDirectory="${MESSAGE_STORE_PATH}/ViewerCluster/store"
temporaryStoreDirectory="${MESSAGE_STORE_PATH}/ViewerCluster/store“
This puts all WebSphere specific message stores into the same location in the share file
location
Here goes the Surveys App
Surveys / IBM Forms Builder Experience
It’s Simple, Really:
1. Create WebSphere Servers/Cluster
2. Create the DB2 Database
3. Download - unpack
4. Install the First Server, Then The cluster server (if you plan to)
5. Update widget-config.xml, Map app to HTTP server, Synch nodes
6. Regenerate HTTP plug-in and deploy – Restart HTTP server
7. Connect to the Forms Screen and run the setup
8. Add extra Indexes to the DB2 server
9. Add the Widget information into the widget.config.xml
10. Synch nodes, restart Connections and Forms server(s)
11. Ta-Taaaa!
Surveys Continued . . .
Create the DB2 Database
• Surveys / Forms Experience Builder REQUIRES DB2 – so if you use
SQL or Oracle for your Connections environment and want
Surveys you need to install a DB2 server
• When creating the dB use these commands, the commands in the
documentation are partially incorrect and badly formatted:
CREATE DB FEBDB using codeset UTF-8 territory us PAGESIZE 32768
connect to FEBDB
CREATE BUFFERPOOL BUFFERFEB IMMEDIATE SIZE 250 PAGESIZE 32K
CREATE USER TEMPORARY TABLESPACE LARGE_USERTEMP PAGESIZE 32k MANAGED BY
AUTOMATIC STORAGE EXTENTSIZE 16 PREFETCHSIZE 16 BUFFERPOOL BUFFERFEB
grant dbadm on database to LCUSER
Surveys Continued . . .
• Add the Widget definition to the widget-config.xml
<widgetDef defId="Surveys" description="Surveys.desc" bundleRefId="formiwidget" primaryWidget="true" showInPalette="true"
modes="view edit fullpage" uniqueInstance="true" loginRequired="false"
url="{webresourcesSvcRef}/web/com.ibm.form.integrations.formiwidget/Surveys.xml"
helpLink="/topic/com.ibm.lotus.connections.communities.surveys.help/community_survey_frame.html"
iconUrl="{webresourcesSvcRef}/web/com.ibm.form.integrations.formiwidget/images/survey_widget_icon.png">
<itemSet>
<item name="formSeverBaseUrl" value="/forms"/>
<item name="surveyNumberInOverview" value="5"/>
<item name="communitiesSvcRef" value="{communitiesSvcRef}"/>
<item name="webresourcesSvcRef" value="{webresourcesSvcRef}"/>
<item name="opensocialSvcRef" value="{opensocialSvcRef}"/>
<item name="version" value="{version}"/>
</itemSet>
<lifecycle remoteHandlerURL="http://cnx5.toalsys.social/forms/secure/org/lifecycle"
remoteHandlerAuthenticationAlias="connectionsAdmin">
<event>community.members.added</event>
<event>community.members.removed</event>
<event>widget.added</event>
<event>widget.removed</event>
<event>community.updated</event>
<event>community.visibility.changed</event>
<event>community.prepare.delete</event>
<event>community.members.modified</event>
<event>community.org.changed</event>
</lifecycle></widgetDef>
Surveys Continued . . .
Install Forms Experience Builder
• Using IBM Installation Manager on the actual FORMS server, not
the Deployment manager – unless that is where FORMS is
running
• Unpack FEB 8.5.1 and add the repository to IIM
Surveys Continued . . .
• Run though the Install Process
Surveys Continued . . .
• More Installation Joy
Surveys Continued . . .
• Map The App to the HTTP server
Surveys Continued . . .
Do the WAS Stuff
• Sync Nodes, Regenerate the HTTP plug-in, Deploy it, restart HTTP
server(s) and start the FORMS server(s)
• Connect to the Forms interface – in my example that is:
http://cnx5.toalsys.social/forms
Surveys Continued . . .
• Do the Setup Steps …
Surveys Continued . . .
Create some more DB2 indexes to improve performance
• Use these commands …. Same reason as before
Connect to FEBDB
CREATE BUFFERPOOL FEB4KBP IMMEDIATE SIZE 250 AUTOMATIC PAGESIZE 4 K
CREATE LARGE TABLESPACE USERSPACE4K PAGESIZE 4 K MANAGED BY AUTOMATIC STORAGE
BUFFERPOOL FEB4KBP
CREATE BUFFERPOOL FEB8KBP IMMEDIATE SIZE 250 AUTOMATIC PAGESIZE 8 K
CREATE LARGE TABLESPACE USERSPACE8K PAGESIZE 8 K MANAGED BY AUTOMATIC STORAGE
BUFFERPOOL FEB8KBP
CREATE BUFFERPOOL FEB16KBP IMMEDIATE SIZE 250 AUTOMATIC PAGESIZE 16 K
CREATE LARGE TABLESPACE USERSPACE16K PAGESIZE 16 K MANAGED BY AUTOMATIC STORAGE
BUFFERPOOL FEB16KBP
Surveys Continued . . .
Ta-TAAAAAAA!
“Oohh, of questions many you
have?”

More Related Content

What's hot

IBM Verse On-premises
IBM Verse On-premisesIBM Verse On-premises
IBM Verse On-premisesjayeshpar2006
 
Our take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinarOur take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinarBenedek Menesi
 
Open Mic: IBM Sametime Web Client & Meeting Server - An Introduction to new f...
Open Mic: IBM Sametime Web Client & Meeting Server - An Introduction to new f...Open Mic: IBM Sametime Web Client & Meeting Server - An Introduction to new f...
Open Mic: IBM Sametime Web Client & Meeting Server - An Introduction to new f...jayeshpar2006
 
Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Roberto Boccadoro
 
Partitioning IBM Connections Cloud Administration
Partitioning IBM Connections Cloud AdministrationPartitioning IBM Connections Cloud Administration
Partitioning IBM Connections Cloud AdministrationMaurice Teeuwe
 
Connect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping dominoConnect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping dominoMatteo Bisi
 
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...Christoph Adler
 
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 connectionsSharon James
 
Supercharged Notes 10 Upgrade: Turning the Worst Notes Deployments into the Best
Supercharged Notes 10 Upgrade: Turning the Worst Notes Deployments into the BestSupercharged Notes 10 Upgrade: Turning the Worst Notes Deployments into the Best
Supercharged Notes 10 Upgrade: Turning the Worst Notes Deployments into the BestChristoph Adler
 
AdminCamp2019 - MarvelClient Upgrade Free Edition - Effektiv von IBM Notes 6....
AdminCamp2019 - MarvelClient Upgrade Free Edition - Effektiv von IBM Notes 6....AdminCamp2019 - MarvelClient Upgrade Free Edition - Effektiv von IBM Notes 6....
AdminCamp2019 - MarvelClient Upgrade Free Edition - Effektiv von IBM Notes 6....Christoph Adler
 
Ibm connections docs 2 install guide
Ibm connections docs 2 install guideIbm connections docs 2 install guide
Ibm connections docs 2 install guideRoberto Boccadoro
 
Connect 2013 - Making IBM Traveler High Available: Extending And Securing The...
Connect 2013 - Making IBM Traveler High Available: Extending And Securing The...Connect 2013 - Making IBM Traveler High Available: Extending And Securing The...
Connect 2013 - Making IBM Traveler High Available: Extending And Securing The...René Winkelmeyer
 
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
 
BP209 doctors have scalpels, carpenters have hammers, ibm sametime develope...
BP209   doctors have scalpels, carpenters have hammers, ibm sametime develope...BP209   doctors have scalpels, carpenters have hammers, ibm sametime develope...
BP209 doctors have scalpels, carpenters have hammers, ibm sametime develope...Carl Tyler
 
engage 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVEengage 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVEChristoph Adler
 
IBM Connections Adminblast - Connect17 (DEV 1268)
IBM Connections Adminblast - Connect17 (DEV 1268)IBM Connections Adminblast - Connect17 (DEV 1268)
IBM Connections Adminblast - Connect17 (DEV 1268)Nico Meisenzahl
 
engage 2019 Workshop - Dirty Secrets of the Notes Client
engage 2019 Workshop - Dirty Secrets of the Notes Clientengage 2019 Workshop - Dirty Secrets of the Notes Client
engage 2019 Workshop - Dirty Secrets of the Notes ClientChristoph Adler
 
Open Mic on Managed Mail Replica
Open Mic on Managed Mail ReplicaOpen Mic on Managed Mail Replica
Open Mic on Managed Mail Replicajayeshpar2006
 
Open Mic IBM connections and IBM Verse on premise integration
Open Mic IBM connections and IBM Verse on premise integrationOpen Mic IBM connections and IBM Verse on premise integration
Open Mic IBM connections and IBM Verse on premise integrationjayeshpar2006
 

What's hot (20)

IBM Verse On-premises
IBM Verse On-premisesIBM Verse On-premises
IBM Verse On-premises
 
Our take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinarOur take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinar
 
Open Mic: IBM Sametime Web Client & Meeting Server - An Introduction to new f...
Open Mic: IBM Sametime Web Client & Meeting Server - An Introduction to new f...Open Mic: IBM Sametime Web Client & Meeting Server - An Introduction to new f...
Open Mic: IBM Sametime Web Client & Meeting Server - An Introduction to new f...
 
Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5
 
Partitioning IBM Connections Cloud Administration
Partitioning IBM Connections Cloud AdministrationPartitioning IBM Connections Cloud Administration
Partitioning IBM Connections Cloud Administration
 
Connect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping dominoConnect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping domino
 
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...
 
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
 
Self Healing Capabilities of Domino 10
Self Healing Capabilities of Domino 10Self Healing Capabilities of Domino 10
Self Healing Capabilities of Domino 10
 
Supercharged Notes 10 Upgrade: Turning the Worst Notes Deployments into the Best
Supercharged Notes 10 Upgrade: Turning the Worst Notes Deployments into the BestSupercharged Notes 10 Upgrade: Turning the Worst Notes Deployments into the Best
Supercharged Notes 10 Upgrade: Turning the Worst Notes Deployments into the Best
 
AdminCamp2019 - MarvelClient Upgrade Free Edition - Effektiv von IBM Notes 6....
AdminCamp2019 - MarvelClient Upgrade Free Edition - Effektiv von IBM Notes 6....AdminCamp2019 - MarvelClient Upgrade Free Edition - Effektiv von IBM Notes 6....
AdminCamp2019 - MarvelClient Upgrade Free Edition - Effektiv von IBM Notes 6....
 
Ibm connections docs 2 install guide
Ibm connections docs 2 install guideIbm connections docs 2 install guide
Ibm connections docs 2 install guide
 
Connect 2013 - Making IBM Traveler High Available: Extending And Securing The...
Connect 2013 - Making IBM Traveler High Available: Extending And Securing The...Connect 2013 - Making IBM Traveler High Available: Extending And Securing The...
Connect 2013 - Making IBM Traveler High Available: Extending And Securing The...
 
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
 
BP209 doctors have scalpels, carpenters have hammers, ibm sametime develope...
BP209   doctors have scalpels, carpenters have hammers, ibm sametime develope...BP209   doctors have scalpels, carpenters have hammers, ibm sametime develope...
BP209 doctors have scalpels, carpenters have hammers, ibm sametime develope...
 
engage 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVEengage 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVE
 
IBM Connections Adminblast - Connect17 (DEV 1268)
IBM Connections Adminblast - Connect17 (DEV 1268)IBM Connections Adminblast - Connect17 (DEV 1268)
IBM Connections Adminblast - Connect17 (DEV 1268)
 
engage 2019 Workshop - Dirty Secrets of the Notes Client
engage 2019 Workshop - Dirty Secrets of the Notes Clientengage 2019 Workshop - Dirty Secrets of the Notes Client
engage 2019 Workshop - Dirty Secrets of the Notes Client
 
Open Mic on Managed Mail Replica
Open Mic on Managed Mail ReplicaOpen Mic on Managed Mail Replica
Open Mic on Managed Mail Replica
 
Open Mic IBM connections and IBM Verse on premise integration
Open Mic IBM connections and IBM Verse on premise integrationOpen Mic IBM connections and IBM Verse on premise integration
Open Mic IBM connections and IBM Verse on premise integration
 

Viewers also liked

Engage / Belsoft Collaboration - Using IBM Domino data in IBM Connections – a...
Engage / Belsoft Collaboration - Using IBM Domino data in IBM Connections – a...Engage / Belsoft Collaboration - Using IBM Domino data in IBM Connections – a...
Engage / Belsoft Collaboration - Using IBM Domino data in IBM Connections – a...Belsoft
 
IBM Connections - Customizing and Extending
IBM Connections - Customizing and ExtendingIBM Connections - Customizing and Extending
IBM Connections - Customizing and ExtendingStuart McIntyre
 
What The Heck is IBM Smart Cloud
What The Heck is IBM Smart CloudWhat The Heck is IBM Smart Cloud
What The Heck is IBM Smart CloudLisa Duke
 
St. Louis IAMLUG
St. Louis IAMLUGSt. Louis IAMLUG
St. Louis IAMLUGLisa Duke
 
Whats new in IBM Domino Version 9 Social Edition
Whats new in IBM Domino Version 9 Social EditionWhats new in IBM Domino Version 9 Social Edition
Whats new in IBM Domino Version 9 Social EditionNovakenstein
 
SUTOL 2016 - Secure IBM Traveler for 2017
SUTOL 2016 - Secure IBM Traveler for 2017SUTOL 2016 - Secure IBM Traveler for 2017
SUTOL 2016 - Secure IBM Traveler for 2017Ales Lichtenberg
 
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)TIMETOACT GROUP
 
Domino Security Present and Future ConnectED Review - ICS.UG 2016
Domino Security Present and Future ConnectED Review - ICS.UG 2016Domino Security Present and Future ConnectED Review - ICS.UG 2016
Domino Security Present and Future ConnectED Review - ICS.UG 2016ICS User Group
 
IBM Notes Traveler & IBM Mobile Connect What's new?, What's next? - ICS.UG 2016
IBM Notes Traveler & IBM Mobile Connect What's new?, What's next? - ICS.UG 2016IBM Notes Traveler & IBM Mobile Connect What's new?, What's next? - ICS.UG 2016
IBM Notes Traveler & IBM Mobile Connect What's new?, What's next? - ICS.UG 2016ICS User Group
 

Viewers also liked (9)

Engage / Belsoft Collaboration - Using IBM Domino data in IBM Connections – a...
Engage / Belsoft Collaboration - Using IBM Domino data in IBM Connections – a...Engage / Belsoft Collaboration - Using IBM Domino data in IBM Connections – a...
Engage / Belsoft Collaboration - Using IBM Domino data in IBM Connections – a...
 
IBM Connections - Customizing and Extending
IBM Connections - Customizing and ExtendingIBM Connections - Customizing and Extending
IBM Connections - Customizing and Extending
 
What The Heck is IBM Smart Cloud
What The Heck is IBM Smart CloudWhat The Heck is IBM Smart Cloud
What The Heck is IBM Smart Cloud
 
St. Louis IAMLUG
St. Louis IAMLUGSt. Louis IAMLUG
St. Louis IAMLUG
 
Whats new in IBM Domino Version 9 Social Edition
Whats new in IBM Domino Version 9 Social EditionWhats new in IBM Domino Version 9 Social Edition
Whats new in IBM Domino Version 9 Social Edition
 
SUTOL 2016 - Secure IBM Traveler for 2017
SUTOL 2016 - Secure IBM Traveler for 2017SUTOL 2016 - Secure IBM Traveler for 2017
SUTOL 2016 - Secure IBM Traveler for 2017
 
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)
 
Domino Security Present and Future ConnectED Review - ICS.UG 2016
Domino Security Present and Future ConnectED Review - ICS.UG 2016Domino Security Present and Future ConnectED Review - ICS.UG 2016
Domino Security Present and Future ConnectED Review - ICS.UG 2016
 
IBM Notes Traveler & IBM Mobile Connect What's new?, What's next? - ICS.UG 2016
IBM Notes Traveler & IBM Mobile Connect What's new?, What's next? - ICS.UG 2016IBM Notes Traveler & IBM Mobile Connect What's new?, What's next? - ICS.UG 2016
IBM Notes Traveler & IBM Mobile Connect What's new?, What's next? - ICS.UG 2016
 

Similar to MWLUG 2015 - IBM Connections - Installing the Free "Extras" and Integrating with other Products

Connections install in 45 mins
Connections install in 45 minsConnections install in 45 mins
Connections install in 45 minsSharon James
 
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...WASdev Community
 
AD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesAD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesEamon Muldoon
 
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAPIBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAPFrank Altenburg
 
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 ConnectionsICON UK EVENTS Limited
 
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
 
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!IBM Notes 10.0.1 FP2 Client Upgrades - made easy!
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!panagenda
 
Populating your domino directory or any domino database with tivoli directory...
Populating your domino directory or any domino database with tivoli directory...Populating your domino directory or any domino database with tivoli directory...
Populating your domino directory or any domino database with tivoli directory...dominion
 
5 Mysterious SharePoint Errors and Their Resolution
5 Mysterious SharePoint Errors and Their Resolution5 Mysterious SharePoint Errors and Their Resolution
5 Mysterious SharePoint Errors and Their Resolutionharry marweik
 
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith BrooksIBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith BrooksKeith Brooks
 
Open Mic Webcast: "Connections Next - what to expect from the next version "
Open Mic Webcast:  "Connections Next - what to expect from the next version "Open Mic Webcast:  "Connections Next - what to expect from the next version "
Open Mic Webcast: "Connections Next - what to expect from the next version "Vinayak Tavargeri
 
ICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other ThingsICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other Thingspanagenda
 
IBM Connect 2016 - IS1406 #UserBLAST
IBM Connect 2016 - IS1406 #UserBLASTIBM Connect 2016 - IS1406 #UserBLAST
IBM Connect 2016 - IS1406 #UserBLASTMat Newman
 
Openmiconwhatsnewindomino9socialedition 130411102852-phpapp01
Openmiconwhatsnewindomino9socialedition 130411102852-phpapp01Openmiconwhatsnewindomino9socialedition 130411102852-phpapp01
Openmiconwhatsnewindomino9socialedition 130411102852-phpapp01Ranjit Rai
 
RNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientRNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientChristoph Adler
 
Connect2016 Shipping Domino
Connect2016 Shipping DominoConnect2016 Shipping Domino
Connect2016 Shipping DominoFactor-y S.r.l.
 
IBM Connections 4.0 Installation From Zero To Social Hero - 1.03 with AD LDAP
IBM Connections 4.0 Installation   From Zero To Social Hero - 1.03 with AD LDAPIBM Connections 4.0 Installation   From Zero To Social Hero - 1.03 with AD LDAP
IBM Connections 4.0 Installation From Zero To Social Hero - 1.03 with AD LDAPFrank Altenburg
 
Lotusphere Comes To You April 2011 - Notes & Domino 8.5.2 - All features grea...
Lotusphere Comes To You April 2011 - Notes & Domino 8.5.2 - All features grea...Lotusphere Comes To You April 2011 - Notes & Domino 8.5.2 - All features grea...
Lotusphere Comes To You April 2011 - Notes & Domino 8.5.2 - All features grea...Steve Cogan
 
Notes 9 presentation
Notes 9 presentationNotes 9 presentation
Notes 9 presentationAndy Higgins
 

Similar to MWLUG 2015 - IBM Connections - Installing the Free "Extras" and Integrating with other Products (20)

Connections install in 45 mins
Connections install in 45 minsConnections install in 45 mins
Connections install in 45 mins
 
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
 
AD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesAD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development Futures
 
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAPIBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
 
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
 
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...
 
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!IBM Notes 10.0.1 FP2 Client Upgrades - made easy!
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!
 
Populating your domino directory or any domino database with tivoli directory...
Populating your domino directory or any domino database with tivoli directory...Populating your domino directory or any domino database with tivoli directory...
Populating your domino directory or any domino database with tivoli directory...
 
5 Mysterious SharePoint Errors and Their Resolution
5 Mysterious SharePoint Errors and Their Resolution5 Mysterious SharePoint Errors and Their Resolution
5 Mysterious SharePoint Errors and Their Resolution
 
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith BrooksIBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
 
Open Mic Webcast: "Connections Next - what to expect from the next version "
Open Mic Webcast:  "Connections Next - what to expect from the next version "Open Mic Webcast:  "Connections Next - what to expect from the next version "
Open Mic Webcast: "Connections Next - what to expect from the next version "
 
ICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other ThingsICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other Things
 
Lotus Domino 8.5
Lotus Domino 8.5Lotus Domino 8.5
Lotus Domino 8.5
 
IBM Connect 2016 - IS1406 #UserBLAST
IBM Connect 2016 - IS1406 #UserBLASTIBM Connect 2016 - IS1406 #UserBLAST
IBM Connect 2016 - IS1406 #UserBLAST
 
Openmiconwhatsnewindomino9socialedition 130411102852-phpapp01
Openmiconwhatsnewindomino9socialedition 130411102852-phpapp01Openmiconwhatsnewindomino9socialedition 130411102852-phpapp01
Openmiconwhatsnewindomino9socialedition 130411102852-phpapp01
 
RNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientRNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes Client
 
Connect2016 Shipping Domino
Connect2016 Shipping DominoConnect2016 Shipping Domino
Connect2016 Shipping Domino
 
IBM Connections 4.0 Installation From Zero To Social Hero - 1.03 with AD LDAP
IBM Connections 4.0 Installation   From Zero To Social Hero - 1.03 with AD LDAPIBM Connections 4.0 Installation   From Zero To Social Hero - 1.03 with AD LDAP
IBM Connections 4.0 Installation From Zero To Social Hero - 1.03 with AD LDAP
 
Lotusphere Comes To You April 2011 - Notes & Domino 8.5.2 - All features grea...
Lotusphere Comes To You April 2011 - Notes & Domino 8.5.2 - All features grea...Lotusphere Comes To You April 2011 - Notes & Domino 8.5.2 - All features grea...
Lotusphere Comes To You April 2011 - Notes & Domino 8.5.2 - All features grea...
 
Notes 9 presentation
Notes 9 presentationNotes 9 presentation
Notes 9 presentation
 

Recently uploaded

Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
cybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningcybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningVitsRangannavar
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 

Recently uploaded (20)

Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
cybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningcybersecurity notes for mca students for learning
cybersecurity notes for mca students for learning
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 

MWLUG 2015 - IBM Connections - Installing the Free "Extras" and Integrating with other Products

  • 1. IBM Connections - Installing the Free "Extras" and Integrating with other Products Victor Toal - ToalSystems
  • 2. Victor Toal aka “Dr. Vic” 20+ Years of talking tech IBM Connections, Sametime, WebSphere, DB2, Notes and Domino victor@toalsys.com Twitter: @TheToal Skype: vtoal
  • 3. IBM Connections •IBM Connections is IBM’s Flagship product in the Social Network Software Category. •It comes with everything you need to set up and run a social community inside of your firewall – and since Version 5 – also make it easily available outside of your firewall as well. •Activities (similar to to-dos) •Blogs – stand-alone or as part of a Community •Bookmarks – share and store important booksmarks •Files - individual user file and community files •Forums – discuss topics, ask questions, find answers •Wikis – stand-alone or as part of a Community •Communities – A place where all of the above applications can be grouped around a specific theme or group of people stand-alone or as part of a Community
  • 4. What Add-ons Are There? CCM – Connections Content Manager / IBM Filenet integration Requires a license for any user accessing the CCM portion of Connections. Can be integrated with an existing FileNet implementation for the full document lifecycle experience. IBM Connections Mail Integrate your Domino or Exchange email into IBM Connections and display links in the Website header to access email and calendar entries from your email system IBM File Viewer A subset of the IBM Docs features – but without any editing ability. View all office type documents that are uploaded into Files of CCM directly in the browser without having to download them first Surveys / IBM Forms limited integration Sametime – Awareness Integration See the online status of other Connections users and initiate IM/chat sessions with them IBM Docs Similar to Google Docs or Office Online – this gives you the ability to view, edit and save documents and spreadsheets directly in the browser without having to download the files onto a PC and edit them with an MS Office or other like software.
  • 5. Our Topics of Choice …. ** IBM Connections Mail ** ** IBM File Viewer ** ** IBM Forms ** Why? These are the most commonly installed add-ons, or in he case of Sametime, the most common integration
  • 6. Basics of an Install • Most Applications will run on either Linux/AIX or Windows • Surveys (IBM Forms) requires DB2, will not work with other database systems at this time • You install the app, enable with by updating config files – mostly as a widget that gets added to a community • Most add-ons can run either on single WebSphere servers or in a clustered environment
  • 7. Let’s start with email Let’s Start IBM Connections Mail It’s Simple, Really: 1. Add Repository 2. Install Product 3. Create socialmail-discovery-config.xml 4. Edit the application security for COMMON 5. Sync nodes 6. Restart Common Ta-Taaaa!
  • 8. IC Mail - Resources • Latest version is currently 1.6 • But the version to install depends on what version of Connections you are running • Different versions of ICMail have different WebSphere and Connections version requirements and compatibility limitations (mainly regarding Exchange) – check the Greenhouse Catalog for details: • ICMail V1 -> Connections V4.0 – Greenhouse link: http://ibm.co/1WwMtxe • ICMail V1.3 iFix2 -> Connections 4.5 – Greenhouse link: http://ibm.co/1fj77z4 • ICMail V1.6 iFix2 -> Connections 5.0– Greenhouse link: http://ibm.co/1qzXtYE
  • 9. ICMail Continued . . . • ICMail can be enabled for all users, individuals or on a group membership basis for both Exchange and Domino back-ends • This is done by updating the COMMON application in WebSphere with either individuals, all users or groups. Some gotchas: • If you have customized the Connections header.jsp, make sure you have the latest version, there is code in it that helps the browser recognize whether ICMail is enabled and if the user is allowed to access it. • The config file [socialmail-discovery-config.xml] can contain username and password information so be sure to utilize the encrypted methods so not to leave potential security holes in your environment
  • 10. ICMail Continued . . . ICMail with Domino • Install documentation link: http://ibm.co/1UML83j • Requires only WebSSO with the Domino server, easiest of Domino is your LDAP source • Must exchange LTPA Token/key between WebSphere servers and the Domino WebSSO document • Domino servers must be set to authenticate HTTP as multi- session using LtpaToken • Here is a good document with all the details on how to enable SSO between WebSphere / Connections and Domino: http://ibm.co/1Nl1tv2
  • 11. ICMail Continued . . . ICMail with Exchange • Install documentation link: http://ibm.co/1UML83j • Requires SPNEGO with KERBEROS as your WebSphere SSO authentication method • Easiest if LDAP is AD based and the same AD domain as Exchange • Requires much more in terms of configuration and settings • AD Settings also needed • Make sure you read this document by Michele Buccarello http://bit.ly/1MCXJVN TIP: when configuring KERBEROS, always write all domain names, server names, URLs etc. in UPPER CASE
  • 12. ICMail Installation • Install is via the IBM Installation Manager on the Deployment Manager • Add the package as a new repository to your existing IIM • The just click “INSTALL” and IVM Connections Mail will appear as an option
  • 13. ICMail Installation Continued . . . • Choose the Install Package and click next • Enter the location you want the files to be installed on
  • 14. ICMail Installation Continued . . . • Review the settings one final time and install. When the system is done you will see the below screen
  • 15. ICMail Installation Continued . . . • Set the corrct acces settings for mail users in the COMMON application. Go to ENTERPRISE APPLICATIONS -> WEBSPHERE ENTERPRISE APPLCIATIONS -> click on COMMON and choose SECURITY ROLE TO USER / GROUP MAPPING
  • 16. Example: • <config id="socialmail-discovery-config" version="1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="socialmail-discovery-config.xsd"> • <discovery> • <!--Example of Exchange server, no encryption--> • <ServerConfig name="exchangeconfig" enabled="true"> • <ConfigType>EXCHANGE</ConfigType> • <DirectoryServer>FQHNofDomainController</DirectoryServer> • <DirectoryServerDomain>FQDomainName</DirectoryServerDomain> • <DirectoryUser>LDAPBindUSer</DirectoryUser> • <DirectoryPW>Password</DirectoryPW> • <CertificateFile>E:IBMWebSphereAppServerjavajrelibsecuritycacerts</CertificateFile> • <CertificateFilePW>changeit</CertificateFilePW> • <ADDomainUser>ADDomainNameUSerAccountLDAPBind</ADDomainUser> • <ADDomainPW>Password</ADDomainPW> • <MailPattern type=“Domain.com"/> • </ServerConfig> • </discovery> • <GadgetConfig> • <GadgetPreference id="MailSearchInterval">15000</GadgetPreference> • <GadgetPreference id="MailPollOnBadge">false</GadgetPreference> • <GadgetPreference id="MailCheckOnLoadInterval">300000</GadgetPreference> • <GadgetPreference id="MailPollInterval">300000</GadgetPreference> • <GadgetPreference id="ExchMaxUploadSize">15800000</GadgetPreference> • </GadgetConfig> • </config> Example: socialmail-discovery-config.xml for Exchange
  • 17. Example: • <config id="socialmail-discovery-config" version="1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="socialmail-discovery-config.xsd"> • <!--NOTE: This template includes examples of both encrypted and unencrypted usernames and passwords, but it is unusual to use both in one config file.--> • <discovery> • <ServerConfig name="waters-redirect" enabled="true"> • <ConfigType>REDIRECT</ConfigType> • <RedirectURL>https://URL_TO_REDIRECTOR:443?nocache=1&amp;nostore=1</RedirectURL> • <MailPattern type=“DOMAIN.COM"/> • </ServerConfig> • </discovery> • <GadgetConfig> • <GadgetPreference id="MailSearchInterval">5000</GadgetPreference> • <GadgetPreference id="MailPollOnBadge">false</GadgetPreference> • <GadgetPreference id="MailCheckOnLoadInterval">300000</GadgetPreference> • <GadgetPreference id="MailPollInterval">900000</GadgetPreference> • <GadgetPreference id="UseConfiguredProtocol">true</GadgetPreference> • <GadgetPreference id="useConfiguredProtocol">true</GadgetPreference> • </GadgetConfig> • • </config> Example: socialmail-discovery-config.xml for Domino
  • 18. Here goes the File Viewer IBM File Viewer It’s Simple, Really: 1. Create WebSphere Servers/Cluster 2. Choose version – download - unpack 3. Update properties.config files 4. Install Conversion, Viewer and Viewer Extension (in this order) 5. Synch nodes, regenerate HTTP plug-in and deploy 6. Restart Common, Files and CCM (or just the whole server) 7. Ta-Taaaa!
  • 19. IBM File Viewer IBM File Viewer – Some Details • Is a subset of the full IBM DOCS product. You get conversion (so the office file can be rendered in a browser) and the viewer, but no editing capability • The latest version 1.0.7 will also work with CCM/Libraries – but is more work to install Tip 1: If you don’t have CCM, install 1.0.6 – the code is the same for Conversion and Viewer and the install is a bit easier • If you need additional languages other than English, install more language packs on Windows. You can buy or download fonts or language packs. For example, you can download Windows Server 2008 R2 Multilingual User Interface Language Packs. • Also, you can get font packages from third-party venders, then get the .ttc and .ttf files from the package, and install them on your server.
  • 20. IBM File Viewer Continued • Choose the right documentation: 1.0.6: http://ibm.co/1LjGpSs 1.0.7: http://ibm.co/1E61Czw • Read the documentation – then create the WebSphere server infrastructure you intend to use it on. Tip2: even if you only want ONE WebSphere server to run it on, create that server as a cluster member – that way you can more easily expand in the future if you want to • If you are installing on a separate physical/virtual server from your existing Connections environment (=add a new node) make sure this server can access the shared file resources or this will not work . . . . Tip2: make sure you read SW requirements for Linux – python!!
  • 21. IBM File Viewer Continued • Fill in ALL the cfg.properties for all three components first. There are variables in them that have to match for each of the components. If you do not, there is trouble! • Pay attention to anything that is called [xxx_shared_storage_xxx] -> those have to be the same value for all systems. Create the actual folders manually, the installer will not.
  • 22. IBM File Viewer Continued [Conversion] conversion_install_root=D:IBMIBMConversion docs_shared_storage_type=local viewer_shared_storage_type=local docs_shared_storage_local_path=D:IBMDocSharedStorage docs_shared_storage_remote_server=nas-docs.ibm.com docs_shared_storage_remote_path=/opt/IBM/docs_data viewer_shared_storage_local_path=D:IBMDocSharedStorage viewer_shared_storage_remote_server=nas-docs.ibm.com viewer_shared_storage_remote_path=/opt/IBM/viewer_data viewer_url=http://cnx5.toalsys.social/viewer was_install_root=D:IBMWebSphereAppServer was_soap_port=8879 scope=Cluster scope_name=ConversionCluster node_name= sym_count=4 sym_start_port=8100 software_mode = Premise [Viewer] viewer_install_root=D:/IBM/FileViewer shared_data_dir=D:/IBM/DocSharedStorage was_install_root=D:/IBM/WebSphere/AppServer was_soap_port=8879 conversion_url=http://cnx5.toalsys.social/conversion files_path=D:/IBM/Connections/data/shared/files/upload editor_installed=No scope=Cluster scope_name=ViewerCluster node_name= browser_cache=No enable_print=No auth_type=FORM auth_host= multi_tenancy=false convert_on_upload=yes housekeeping_frequency=weekly housekeeping_age_threshold_of_rendition_latest_version=30 housekeeping_size_threshold_of_rendition_cache=256 [ICExt] ext_install_root=D:/IBM/IBMViewer/extension was_dm_profile_root=D:/IBM/WebSphere/AppServer/profiles/Dmgr01 was_soap_port=8879 enable_upload_conversion=Yes auth_type=BASIC viewer_admin_j2c_alias= files_scope=Cluster files_scope_name=CnxCluster files_node_name= news_scope=Cluster news_scope_name=CnxCluster news_node_name= common_scope=Cluster common_scope_name=CnxCluster common_node_name= viewer_server_url=http://cnx5.toalsys.social/viewer restart_connections=False Non-Clustered / Local Server Install WINDOWS
  • 23. IBM File Viewer Continued [Conversion] conversion_install_root=D:IBMIBMConversion docs_shared_storage_type=local viewer_shared_storage_type=local docs_shared_storage_local_path=fileserver.toalsys.socialcnxdataDocSharedSt orage docs_shared_storage_remote_server=nas-docs.ibm.com docs_shared_storage_remote_path=/opt/IBM/docs_data viewer_shared_storage_local_path=fileserver.toalsys.socialcnxdataDocShare dStorage viewer_shared_storage_remote_server=nas-docs.ibm.com viewer_shared_storage_remote_path=/opt/IBM/viewer_data viewer_url=http://cnx5.toalsys.social/viewer was_install_root=D:IBMWebSphereAppServer was_soap_port=8879 scope=Cluster scope_name=ConversionCluster node_name= sym_count=4 sym_start_port=8100 software_mode = Premise [Viewer] viewer_install_root=D:/IBM/FileViewer shared_data_dir==fileserver.toalsys.socialcnxdataDocSharedStorage was_install_root=D:/IBM/WebSphere/AppServer was_soap_port=8879 conversion_url=http://cnx5.toalsys.social/conversion files_path=fileserver.toalsys.socialcnxdatafilesupload editor_installed=No scope=Cluster scope_name=ViewerCluster node_name= browser_cache=No enable_print=No auth_type=FORM auth_host= multi_tenancy=false convert_on_upload=yes housekeeping_frequency=weekly housekeeping_age_threshold_of_rendition_latest_version=30 housekeeping_size_threshold_of_rendition_cache=256 [ICExt] ext_install_root=D:/IBM/IBMViewer/extension was_dm_profile_root=D:/IBM/WebSphere/AppServer/profiles/Dmgr01 was_soap_port=8879 enable_upload_conversion=Yes auth_type=BASIC viewer_admin_j2c_alias= files_scope=Cluster files_scope_name=CnxCluster files_node_name= news_scope=Cluster news_scope_name=CnxCluster news_node_name= common_scope=Cluster common_scope_name=CnxCluster common_node_name= viewer_server_url=http://cnx5.toalsys.social/viewer restart_connections=False Clustered / Non- Local Server Install WINDOWS
  • 24. IBM File Viewer Continued • Run the installers . . . .
  • 25. IBM File Viewer Continued If you are installing on multiple Nodes • Copy the install folders over to the other server • Rename the [cfg.node.properties] to something else ad rename the [cfg.properties] you updated earlier to [cfg.node.properties] • Run the install_node.bat/.sh install executable • Sit back and relax • Look for error in the install log files -> they are inside the installation folders you configured, in this case: D:/IBM/FileViewer D:IBMIBMConversion D:/IBM/IBMViewer/extension
  • 26. IBM File Viewer Continued • Set up the scheduled tasks NOTE: If you install this on clustered servers, this has to run on all Nodes/servers that run the Conversion task
  • 27. IBM File Viewer Continued Finally – do the usual: • Sync the Nodes (even though the scripts – allegedly – do that • Regenerate the HTTP Plug-in and deploy it • Restart the HTTP server(s) • Restart Connections (all apps) • Restart the Viewer and Conversion server(s) • Look for errors in the WebSphere log files
  • 28. IBM File Viewer Continued A potential Issue to look for – if you installed as a cluster • The installer uses the [shared_data_dir] as the location to put the WebSphere Cluster Message Stores for the cluster you created • When using UNC file locations, in some cases (depends on server) WebSphere does not interpret them correctly and creates a new folder in the drive that WebSphere is installed in named exactly as your share file folder – in our case: D:fileserver.toalsys.socialcnxdataDocSharedStorage on both servers for the WebSphere messages stores. • Check the sib-engines.xml in the folder C:IBMWebSphereAppServerprofilesDmgr01configcellsCNXCell01clustersViewe rCluster • Change the line to match the same location as the Connections cluster settings: logDirectory="${MESSAGE_STORE_PATH}/ViewerCluster/log“ permanentStoreDirectory="${MESSAGE_STORE_PATH}/ViewerCluster/store" temporaryStoreDirectory="${MESSAGE_STORE_PATH}/ViewerCluster/store“ This puts all WebSphere specific message stores into the same location in the share file location
  • 29. Here goes the Surveys App Surveys / IBM Forms Builder Experience It’s Simple, Really: 1. Create WebSphere Servers/Cluster 2. Create the DB2 Database 3. Download - unpack 4. Install the First Server, Then The cluster server (if you plan to) 5. Update widget-config.xml, Map app to HTTP server, Synch nodes 6. Regenerate HTTP plug-in and deploy – Restart HTTP server 7. Connect to the Forms Screen and run the setup 8. Add extra Indexes to the DB2 server 9. Add the Widget information into the widget.config.xml 10. Synch nodes, restart Connections and Forms server(s) 11. Ta-Taaaa!
  • 30. Surveys Continued . . . Create the DB2 Database • Surveys / Forms Experience Builder REQUIRES DB2 – so if you use SQL or Oracle for your Connections environment and want Surveys you need to install a DB2 server • When creating the dB use these commands, the commands in the documentation are partially incorrect and badly formatted: CREATE DB FEBDB using codeset UTF-8 territory us PAGESIZE 32768 connect to FEBDB CREATE BUFFERPOOL BUFFERFEB IMMEDIATE SIZE 250 PAGESIZE 32K CREATE USER TEMPORARY TABLESPACE LARGE_USERTEMP PAGESIZE 32k MANAGED BY AUTOMATIC STORAGE EXTENTSIZE 16 PREFETCHSIZE 16 BUFFERPOOL BUFFERFEB grant dbadm on database to LCUSER
  • 31. Surveys Continued . . . • Add the Widget definition to the widget-config.xml <widgetDef defId="Surveys" description="Surveys.desc" bundleRefId="formiwidget" primaryWidget="true" showInPalette="true" modes="view edit fullpage" uniqueInstance="true" loginRequired="false" url="{webresourcesSvcRef}/web/com.ibm.form.integrations.formiwidget/Surveys.xml" helpLink="/topic/com.ibm.lotus.connections.communities.surveys.help/community_survey_frame.html" iconUrl="{webresourcesSvcRef}/web/com.ibm.form.integrations.formiwidget/images/survey_widget_icon.png"> <itemSet> <item name="formSeverBaseUrl" value="/forms"/> <item name="surveyNumberInOverview" value="5"/> <item name="communitiesSvcRef" value="{communitiesSvcRef}"/> <item name="webresourcesSvcRef" value="{webresourcesSvcRef}"/> <item name="opensocialSvcRef" value="{opensocialSvcRef}"/> <item name="version" value="{version}"/> </itemSet> <lifecycle remoteHandlerURL="http://cnx5.toalsys.social/forms/secure/org/lifecycle" remoteHandlerAuthenticationAlias="connectionsAdmin"> <event>community.members.added</event> <event>community.members.removed</event> <event>widget.added</event> <event>widget.removed</event> <event>community.updated</event> <event>community.visibility.changed</event> <event>community.prepare.delete</event> <event>community.members.modified</event> <event>community.org.changed</event> </lifecycle></widgetDef>
  • 32. Surveys Continued . . . Install Forms Experience Builder • Using IBM Installation Manager on the actual FORMS server, not the Deployment manager – unless that is where FORMS is running • Unpack FEB 8.5.1 and add the repository to IIM
  • 33. Surveys Continued . . . • Run though the Install Process
  • 34. Surveys Continued . . . • More Installation Joy
  • 35. Surveys Continued . . . • Map The App to the HTTP server
  • 36. Surveys Continued . . . Do the WAS Stuff • Sync Nodes, Regenerate the HTTP plug-in, Deploy it, restart HTTP server(s) and start the FORMS server(s) • Connect to the Forms interface – in my example that is: http://cnx5.toalsys.social/forms
  • 37. Surveys Continued . . . • Do the Setup Steps …
  • 38. Surveys Continued . . . Create some more DB2 indexes to improve performance • Use these commands …. Same reason as before Connect to FEBDB CREATE BUFFERPOOL FEB4KBP IMMEDIATE SIZE 250 AUTOMATIC PAGESIZE 4 K CREATE LARGE TABLESPACE USERSPACE4K PAGESIZE 4 K MANAGED BY AUTOMATIC STORAGE BUFFERPOOL FEB4KBP CREATE BUFFERPOOL FEB8KBP IMMEDIATE SIZE 250 AUTOMATIC PAGESIZE 8 K CREATE LARGE TABLESPACE USERSPACE8K PAGESIZE 8 K MANAGED BY AUTOMATIC STORAGE BUFFERPOOL FEB8KBP CREATE BUFFERPOOL FEB16KBP IMMEDIATE SIZE 250 AUTOMATIC PAGESIZE 16 K CREATE LARGE TABLESPACE USERSPACE16K PAGESIZE 16 K MANAGED BY AUTOMATIC STORAGE BUFFERPOOL FEB16KBP
  • 39. Surveys Continued . . . Ta-TAAAAAAA! “Oohh, of questions many you have?”