SlideShare a Scribd company logo
ISBG 2016
Planning and Completing
an IBM Connections
Upgrade
Gabriella Davis
The Turtle Partnership
gabriella@turtlepartnership.com
Who Am I?
Admin	of	all	things	and	especially	quite	
complicated	things	where	the	fun	is	
Working	with	security	,	healthchecks,	
single	sign	on,	design	and	deployment	of	
Domino,	ST,	Connec>ons	and	things	that	
they	talk	to	
Stubborn	and	relentless	problem	solver	
Lives	in	London	about	half	of	the	>me	
gabriella@turtlepartnership.com	
twiDer:	gabturtle	
Awarded	the	first	IBM	Life>me	
Achievement	Award	for	Collabora>on	
Solu>ons
Planning
What Are We Dealing With?
❖ Fixes
❖ WebSphere
❖ Applications
❖ Fixpacks
❖ Tivoli
❖ DB2 /SQL etc
❖ CRs (Cumulative Releases)
❖ .. and now Day 1 fixes
Deciding When / If To Upgrade
❖ Register for support updates so you get notified of
problems and fixes
❖ If you have a problem that is resolved by a fix - apply
the fix
❖ If you don't have a problem you have more time to plan
Search Fix Central for any updates
❖ Register for subscriptions
❖ http://www-01.ibm.com/software/support/
einfo.html
❖ RSS Feed for Connections notifications
Subscription Options By Product
Before Any Fixes Or Updates
❖ Backup WebSphere
❖ profilesdmgrbinbackupConfig.sh/bat d:filename.zip -nostop
❖ Backup the databases
❖ db2 backup database peopledb to d: with 2 buffers buffer 1024
parallelism 1 compress without prompting
❖ Read all the documentation
❖ http://www-01.ibm.com/support/knowledgecenter
❖ Download all the necessary files
Working With Installation Manager
❖ IM controls all installs and updates to your
software
❖ Once you’ve installed something via IM you
can’t delete IM without first uninstalling all
software it manages
❖ Install the right version of IM in the right directory
❖ You can’t move or uninstall it once you start
using it
❖ You can upgrade it to the latest version
though
Reviewing Installation History
Reviewing installed software
❖ Installation Manager - View Installed Packages
Installation Manager - Modify, Rollback, Uninstall
Applying WebSphere Fixes
Applying WebSphere Fixes
❖ Using online repository via Installation Manager
❖ Downloading fix files from Fix Central
❖ Apply to every server
❖ Rolling back fixes
Applying FixPacks
Applying DB2 Fixes
❖ Download the DB2 fix for the fixpack you need from
FixCentral
❖ I prefer to use the Universal server fixpack
❖ Extract the downloaded file
❖ for Linux run installFixPack (from universal directory)
❖ also db2prereqcheck
❖ for Windows run setup.exe (from the ESE directory)
Verifying DB2
db2level
Verifying DB2
db2licm	-l
Applying TDI Fixes
❖ Download the fixpack you need from Fix Central
❖ Extract the zip file into a folder where there should be a
new UpdateInstaller.jar
❖ copy that file into IBMTDIV7.1maintenance
❖ Run applyUpdates.bat/sh from IBMTDIV7.1bin
❖ -queryreg (current components and versions)
Applying TDI Fixes
❖ applyUpdates.bat/sh -update locationofzipfixfile
❖ when all components are updated run query fix again to
confirm
Applying Interim Connections Application Fixes
❖ Download the fixes from Fix Central
❖ copy to a “fixes” directory under IBMConnections
UpdateInstaller
❖ From the AppServerbin directory run setupCmdLine.sh /bat

❖ Go to a command line and from the UpdateInstaller directory
run “updateWizard.bat/sh”
❖ It will ask you if you have backed up your customizations - don’t
lie to it :-)
Connections 5.5 Fixes
❖ Day 1 fixes for database and migration wizards
❖ CR1 fixes May 16 2016
Updating Connections -
Cumulative Releases
Planning a Cumulative Release Fix
❖ There should be an IBM technote with details of the release
❖ For v5 all the CRs are referenced from the same technote
❖ http://www-01.ibm.com/support/docview.wss?
uid=swg21683118
❖ The technote contains details of all the CRs
❖ The details for CR1 for Connections 5.5 and the Day 1 fixes are
here
• http://www-01.ibm.com/support/docview.wss?
uid=swg21972646
MUST Do
❖ The CR update document has things you MUST do and things you CAN do
❖ MUST DO
❖ Application Updates
❖ DB Schema Updates
❖ Any Filenet or Cognos Updates
CAN Do
❖ There will also be a list of supported versions for your
DB server, for WAS, for LDAP, for Linux and Windows
❖ also check detailed system requirements http://
www-01.ibm.com/support/docview.wss?
uid=swg27042395
Deciding What To Upgrade & In What Order
❖ WebSphere (optional?)
❖ Verify you also install any iFixes with your WAS fix packs
❖ DB2 (optional?)
❖ Is your DB2 server used for anything else?
❖ Connections Applications
❖ DB Schema Changes
❖ FileNet
❖ Cognos
Updating Connections - Backing Up
❖ WebSphere
❖ from profilesDmgr01binbackupConfig.xx
<filename> -nostop
❖ Customizations
❖ datasharedcustomizations ..
❖ Databases
❖ db2 backup database peopledb to d: with 2 buffers
buffer 1024 parallelism 1 compress without prompting
Updating Connections Applications
❖ via Installation Manager
❖ Unzip the CR update file e.g. 5.0.0.0-IC-Multi-CR03-
LO84244.zip (there is a single file for multiple OS)



Updating Connections Via Installation Manager
Updating Connections Via Installation Manager
Verifying The Install Step 1
❖ Before starting any Connection servers
❖ Check the logs
❖ c:programdataIBMInstallationManager
❖ IBMConnectionsversionlog
❖ Dmgr SystemOut.log
Verifying The Install Step 2.
❖ The nodeagent on the application server profiles should be started
❖ Dmgr will deploy the updated apps to each node
❖ Monitor SystemOut.log on the Dmgr to verify when the apps
are fully deployed
❖ The actual files are deployed from
❖ dmgrconfigcellscellnameapplications To
❖ profilenameconfigcellscellnameapplications
❖ the file date/time stamps should match
Step 3. Stop Here Before Starting Any Connections Servers
❖ Now is the time to apply the DB schema changes
❖ Download the database updates zip file linked to from the update
document http://www-01.ibm.com/support/docview.wss?
uid=swg21683118 (v5)
❖ http://www-01.ibm.com/support/docview.wss?uid=swg21972646 (v5.5)
❖ Use the readme in the SQL directory to find the commands to run
❖ make sure you are logged in as the DB2 administrator
❖ I like to pipe the command to a
❖ text file so I can review the output by
❖ adding >[outputfile] after each line
If you don’t update the DB Schema the application servers will still
start
the applications just won’t work
check SystemOut.log for errors relating to versions of the db schema
After Any Fixes Or Updates
❖ Sync the nodes
❖ Start each server individually, monitoring the SystemOut.log for any
errors
❖ Test every URL works
❖ /files
❖ /blogs
❖ /communities etc
❖ Test the search works by using the search validation URL
❖ <hostname>/search/serverStatus (case sensitive)
Upgrading Connections - New Releases
Hello 5.5 !
In-Place vs Side By Side
❖ Upgrading from 5.0 - 5.5 can be done in place or side by
side
❖ I avoid upgrading in place since there’s no way to
back out once you start
❖ It does mean running duplicate hardware until you
cutover to the new environment
❖ but it’s much safer and lower risk
Planning
❖ Installing Connections 5.5 is a small part of what you will need
to plan for
❖ If you are doing an in-place upgrade you will have to uninstall
the Connections applications before installing the latest version
Planning
❖ DB2 installation and patching
❖ TDI installation and patching
❖ Verify the Linux libraries and OS are at the right level
❖ Creating 5.0 databases to match the source data
❖ Patch the databases to match the source data
❖ THEN…..
Planning
❖ Writing migration XML and script files to move the DB data
❖ Migrate the DB data
❖ Upgrade all the databases to v5.5 DB Schema
❖ Exporting artifacts from the existing environment
❖ Backing up and restoring the databases that aren’t migrated
but need to be reused eg. FEBDB, FNOS, FNGCD
❖ Installing and patching WAS
❖ THEN…..
Planning - More
❖ INSTALL CONNECTIONS…
❖ Upgrade to the latest CR that Connections supports (CR1)
❖ Upgrade all the databases to the latest CR DB Schema
❖ Import the artifacts that you exported from 5.0
❖ Migrate the SSL keydb from source to destination
❖ Import the WAS internal key into the keydb
❖ Copy the shared content stores
❖ Copy the local search to one node
❖ Copy over the customisations and verify they still work
❖ Synchronise files in communities

Test All Existing Customisations
❖ In any Connections environment I recommend
deploying a test server
❖ All components other than Cognos can be installed on
one server
❖ Having a test server enables Customisations, iFixes and
Interim fixes to be tested before deploying to production
Things To Watch Out For…
❖ The keydb used by IHS must have the WAS certificate from
the deployment manager installed
❖ If you buy a 4096 SSL certificate you need to configure
WebSphere to support that by using unrestricted java
library files
❖ The XML files imported as part of the artifacts import may
not work as expected on Connections 5.5
• There may be configuration settings that are no longer
supported to in the wrong syntax
Connections 5.5 Day 1 Fixes
❖ IBM released a number of critical, required Connections, database and
Cognos fixes on the day Connections 5.5 became available.
❖ These should be used as your primary install files , not the ones you
download from Passport Advantage
❖ They are also available as part of the CR1 downloads
❖ Make sure you download all these files before starting your install or
migration
• Instructions and download links are all here
• http://www-01.ibm.com/support/docview.wss?uid=swg21972646
Connections 5.5 Day 1 Fixes
• There is a new DB Wizard to be used for creating or upgrading databases
• http://ibm.co/1Pnwwqx (Windows) http://ibm.co/1WShfiU (*ix)
• There is a new UpdateInstaller file for Connections to enable the new
fixes to be applied http://ibm.co/1VvIBtN
• There are new iFixes for Connections http://ibm.co/1nDjtH6
• There is a new migration tool if you are moving from an earlier version
of Connections which brings in your artifacts and configuration files
http://ibm.co/1KfI1Qc
• There is a new Cognos wizard to be used when deploying Cognos
http://ibm.co/20bCTnH (Windows)
Connections 5.5 CR1
❖ There is an update to the homepage DB
❖ There are Connections updates that can be installed via
Installation Manager
Thank you
Questions?

More Related Content

PDF
1084: Planning and Completing an IBM Connections Upgrade
PDF
The Sametime Mobile Experience
PDF
Taking IBM Sametime Mobile
PDF
Planning & Completing An IBM Connections Upgrade
PDF
What We Wish We Had Known: Becoming an IBM Connections Administrator
PDF
Becoming A Connections Administrator
PDF
Traveler management, security and performance
PDF
Upgrading to Sametime 9.0.1
1084: Planning and Completing an IBM Connections Upgrade
The Sametime Mobile Experience
Taking IBM Sametime Mobile
Planning & Completing An IBM Connections Upgrade
What We Wish We Had Known: Becoming an IBM Connections Administrator
Becoming A Connections Administrator
Traveler management, security and performance
Upgrading to Sametime 9.0.1

What's hot (20)

PDF
A Guide To Sametime 9.0.1 Audio & Video
PDF
Fixing Domino Server Sickness
PDF
SmartCloud Administration Best Practices MWLUG 2016
PDF
IBM Connect 2016 - 60+ in 60 - Admin Tips Power Hour
PDF
Working With Sametime For Mobile Devices
PDF
Spnego configuration
PDF
Rock Solid Sametime for High Availability
PDF
Setting Up a Hybrid Domino Environment to Ease your Way to the Cloud
PDF
You don't want to do it like that
PPTX
Inform2015 - What's New in Domino 9 & 9.0.1 for Admins
PDF
An Introduction To Docker
PDF
Practical solutions for connections administrators lite
PDF
Connections install in 45 mins
PDF
Practical solutions for connections administrators
PDF
IBM Traveler Management, Security and Performance
PDF
Sa106 – practical solutions for connections administrators
PDF
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
PDF
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
PPTX
Domino Security - not knowing is not an option - MWLUG 2015
POTX
IBM Domino / IBM Notes Performance Tuning
A Guide To Sametime 9.0.1 Audio & Video
Fixing Domino Server Sickness
SmartCloud Administration Best Practices MWLUG 2016
IBM Connect 2016 - 60+ in 60 - Admin Tips Power Hour
Working With Sametime For Mobile Devices
Spnego configuration
Rock Solid Sametime for High Availability
Setting Up a Hybrid Domino Environment to Ease your Way to the Cloud
You don't want to do it like that
Inform2015 - What's New in Domino 9 & 9.0.1 for Admins
An Introduction To Docker
Practical solutions for connections administrators lite
Connections install in 45 mins
Practical solutions for connections administrators
IBM Traveler Management, Security and Performance
Sa106 – practical solutions for connections administrators
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
Domino Security - not knowing is not an option - MWLUG 2015
IBM Domino / IBM Notes Performance Tuning
Ad

Viewers also liked (18)

PDF
The SSL Problem and How to Deploy SHA2 Certificates
PDF
Domino Adminblast
PDF
Fun With SHA2 Certificates
PDF
Penumbra briefing
PDF
1086: The SSL Problem and How to Deploy SHA2 Certificates (with Mark Myers)
PDF
Domino in the Back, Party In The Front
PDF
Benefits and Risks of a Single Identity - IBM Connect 2017
PDF
Robust integration with tivoli directory integrator 7.0 redp4672
PDF
BP201 Creating Your Own Connections Confection - Getting The Flavour Right
PDF
Connections Directory Integration: A Tour Through Best Practices for Directo...
PDF
External Users Accessing Connections
PDF
Changing technologies
PPTX
IBM Connect 2017 - Beyond Domino Designer
PDF
IBM Connect 2017: Refresh and Extend IBM Domino Applications
PDF
IBM Social Business Journey and IBM Verse / cloud collaboration #MWLUG2015
PDF
IBM Presents the IBM Notes and Domino Roadmap
PDF
Sharing fängt mit geben an - Interview im HR Performance Magazin
PDF
IBM Security Identity & Access Manager
The SSL Problem and How to Deploy SHA2 Certificates
Domino Adminblast
Fun With SHA2 Certificates
Penumbra briefing
1086: The SSL Problem and How to Deploy SHA2 Certificates (with Mark Myers)
Domino in the Back, Party In The Front
Benefits and Risks of a Single Identity - IBM Connect 2017
Robust integration with tivoli directory integrator 7.0 redp4672
BP201 Creating Your Own Connections Confection - Getting The Flavour Right
Connections Directory Integration: A Tour Through Best Practices for Directo...
External Users Accessing Connections
Changing technologies
IBM Connect 2017 - Beyond Domino Designer
IBM Connect 2017: Refresh and Extend IBM Domino Applications
IBM Social Business Journey and IBM Verse / cloud collaboration #MWLUG2015
IBM Presents the IBM Notes and Domino Roadmap
Sharing fängt mit geben an - Interview im HR Performance Magazin
IBM Security Identity & Access Manager
Ad

Similar to Planning and Completing an IBM Connections Upgrade (20)

ODP
Update to IBM Connections 5 CR1 step by-step guide
PDF
Ibm db2 10.5 for linux, unix, and windows db2 connect user's guide
ODP
Debugging IBM Connections for the Impatient Admin - Social Connections VII
PDF
be the captain of your connections deployment
PDF
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
PPTX
IBM Connections – Managing Growth and Expansion
PDF
Connections Migration soccnx12
PDF
Migrating to Connections 6.0 – Been there, done that!
PPTX
Soccnx10: Best and worst practices deploying IBM Connections
PDF
Social Conndections VI -- Debugging IBM Connections During Install And Operation
PDF
Migration from 5 to Connections 6 - been there, done that
PDF
Migration from 5.x and 5.5 to Connections 6.0 – Been there, done that!
PDF
IBM Connections administration – keep your systems running the right way
PDF
Db2 family and v11.1.4.4
PDF
Ibm db2 10.5 for linux, unix, and windows upgrading to db2 version 10.5
PDF
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5
PPTX
ICONUK 2014 Connections Migration Tips and Tricks
PDF
Ibm db2 10.5 for linux, unix, and windows db2 connect installing and config...
PDF
Getting Modern With MySQL
PDF
Getting modern with my sql
Update to IBM Connections 5 CR1 step by-step guide
Ibm db2 10.5 for linux, unix, and windows db2 connect user's guide
Debugging IBM Connections for the Impatient Admin - Social Connections VII
be the captain of your connections deployment
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
IBM Connections – Managing Growth and Expansion
Connections Migration soccnx12
Migrating to Connections 6.0 – Been there, done that!
Soccnx10: Best and worst practices deploying IBM Connections
Social Conndections VI -- Debugging IBM Connections During Install And Operation
Migration from 5 to Connections 6 - been there, done that
Migration from 5.x and 5.5 to Connections 6.0 – Been there, done that!
IBM Connections administration – keep your systems running the right way
Db2 family and v11.1.4.4
Ibm db2 10.5 for linux, unix, and windows upgrading to db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5
ICONUK 2014 Connections Migration Tips and Tricks
Ibm db2 10.5 for linux, unix, and windows db2 connect installing and config...
Getting Modern With MySQL
Getting modern with my sql

More from Gabriella Davis (20)

PDF
A Domino Admins Adventures (Engage 2024)
PDF
Engage2022 - Domino Admin Tips
PDF
. Design Decisions: Developing for Mobile - The Template Experience Project
PDF
Domino Server Health - Monitoring and Managing
PDF
Face Off Domino vs Exchange On Premises
PDF
60 Admin Tips
PDF
Adminlicious - A Guide To TCO Features In Domino v10
PDF
An Introduction to Configuring Domino for Docker
PDF
An Introduction To The DMARC SMTP Validation Requirements
PDF
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
PDF
An introduction to configuring Domino for Docker
PDF
How To Approach GDPR Preparation & Discovery
PDF
An Introduction To The DMARC SMTP Validation Requirements
PDF
Brand Yourself
PDF
Home Working
PDF
A Guide To Single Sign-On for IBM Collaboration Solutions
PDF
The Imposter Syndrome
PDF
What's New in Notes, Sametime and Verse On-Premises
PDF
An Introduction To Docker
PDF
Embracing iot in the enterprise
A Domino Admins Adventures (Engage 2024)
Engage2022 - Domino Admin Tips
. Design Decisions: Developing for Mobile - The Template Experience Project
Domino Server Health - Monitoring and Managing
Face Off Domino vs Exchange On Premises
60 Admin Tips
Adminlicious - A Guide To TCO Features In Domino v10
An Introduction to Configuring Domino for Docker
An Introduction To The DMARC SMTP Validation Requirements
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
An introduction to configuring Domino for Docker
How To Approach GDPR Preparation & Discovery
An Introduction To The DMARC SMTP Validation Requirements
Brand Yourself
Home Working
A Guide To Single Sign-On for IBM Collaboration Solutions
The Imposter Syndrome
What's New in Notes, Sametime and Verse On-Premises
An Introduction To Docker
Embracing iot in the enterprise

Recently uploaded (20)

PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
PPTX
Patient Appointment Booking in Odoo with online payment
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
Salesforce Agentforce AI Implementation.pdf
PDF
Website Design Services for Small Businesses.pdf
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Autodesk AutoCAD Crack Free Download 2025
PPTX
Computer Software and OS of computer science of grade 11.pptx
PPTX
Monitoring Stack: Grafana, Loki & Promtail
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
iTop VPN Free 5.6.0.5262 Crack latest version 2025
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
Complete Guide to Website Development in Malaysia for SMEs
PDF
Designing Intelligence for the Shop Floor.pdf
Digital Systems & Binary Numbers (comprehensive )
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
Patient Appointment Booking in Odoo with online payment
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
wealthsignaloriginal-com-DS-text-... (1).pdf
Salesforce Agentforce AI Implementation.pdf
Website Design Services for Small Businesses.pdf
Design an Analysis of Algorithms II-SECS-1021-03
Design an Analysis of Algorithms I-SECS-1021-03
Autodesk AutoCAD Crack Free Download 2025
Computer Software and OS of computer science of grade 11.pptx
Monitoring Stack: Grafana, Loki & Promtail
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
iTop VPN Free 5.6.0.5262 Crack latest version 2025
Odoo Companies in India – Driving Business Transformation.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Complete Guide to Website Development in Malaysia for SMEs
Designing Intelligence for the Shop Floor.pdf

Planning and Completing an IBM Connections Upgrade

  • 1. ISBG 2016 Planning and Completing an IBM Connections Upgrade Gabriella Davis The Turtle Partnership gabriella@turtlepartnership.com
  • 4. What Are We Dealing With? ❖ Fixes ❖ WebSphere ❖ Applications ❖ Fixpacks ❖ Tivoli ❖ DB2 /SQL etc ❖ CRs (Cumulative Releases) ❖ .. and now Day 1 fixes
  • 5. Deciding When / If To Upgrade ❖ Register for support updates so you get notified of problems and fixes ❖ If you have a problem that is resolved by a fix - apply the fix ❖ If you don't have a problem you have more time to plan
  • 6. Search Fix Central for any updates ❖ Register for subscriptions ❖ http://www-01.ibm.com/software/support/ einfo.html ❖ RSS Feed for Connections notifications
  • 8. Before Any Fixes Or Updates ❖ Backup WebSphere ❖ profilesdmgrbinbackupConfig.sh/bat d:filename.zip -nostop ❖ Backup the databases ❖ db2 backup database peopledb to d: with 2 buffers buffer 1024 parallelism 1 compress without prompting ❖ Read all the documentation ❖ http://www-01.ibm.com/support/knowledgecenter ❖ Download all the necessary files
  • 9. Working With Installation Manager ❖ IM controls all installs and updates to your software ❖ Once you’ve installed something via IM you can’t delete IM without first uninstalling all software it manages ❖ Install the right version of IM in the right directory ❖ You can’t move or uninstall it once you start using it ❖ You can upgrade it to the latest version though
  • 11. Reviewing installed software ❖ Installation Manager - View Installed Packages
  • 12. Installation Manager - Modify, Rollback, Uninstall
  • 14. Applying WebSphere Fixes ❖ Using online repository via Installation Manager ❖ Downloading fix files from Fix Central ❖ Apply to every server ❖ Rolling back fixes
  • 16. Applying DB2 Fixes ❖ Download the DB2 fix for the fixpack you need from FixCentral ❖ I prefer to use the Universal server fixpack ❖ Extract the downloaded file ❖ for Linux run installFixPack (from universal directory) ❖ also db2prereqcheck ❖ for Windows run setup.exe (from the ESE directory)
  • 19. Applying TDI Fixes ❖ Download the fixpack you need from Fix Central ❖ Extract the zip file into a folder where there should be a new UpdateInstaller.jar ❖ copy that file into IBMTDIV7.1maintenance ❖ Run applyUpdates.bat/sh from IBMTDIV7.1bin ❖ -queryreg (current components and versions)
  • 20. Applying TDI Fixes ❖ applyUpdates.bat/sh -update locationofzipfixfile ❖ when all components are updated run query fix again to confirm
  • 21. Applying Interim Connections Application Fixes ❖ Download the fixes from Fix Central ❖ copy to a “fixes” directory under IBMConnections UpdateInstaller ❖ From the AppServerbin directory run setupCmdLine.sh /bat
 ❖ Go to a command line and from the UpdateInstaller directory run “updateWizard.bat/sh” ❖ It will ask you if you have backed up your customizations - don’t lie to it :-)
  • 22. Connections 5.5 Fixes ❖ Day 1 fixes for database and migration wizards ❖ CR1 fixes May 16 2016
  • 24. Planning a Cumulative Release Fix ❖ There should be an IBM technote with details of the release ❖ For v5 all the CRs are referenced from the same technote ❖ http://www-01.ibm.com/support/docview.wss? uid=swg21683118 ❖ The technote contains details of all the CRs ❖ The details for CR1 for Connections 5.5 and the Day 1 fixes are here • http://www-01.ibm.com/support/docview.wss? uid=swg21972646
  • 25. MUST Do ❖ The CR update document has things you MUST do and things you CAN do ❖ MUST DO ❖ Application Updates ❖ DB Schema Updates ❖ Any Filenet or Cognos Updates
  • 26. CAN Do ❖ There will also be a list of supported versions for your DB server, for WAS, for LDAP, for Linux and Windows ❖ also check detailed system requirements http:// www-01.ibm.com/support/docview.wss? uid=swg27042395
  • 27. Deciding What To Upgrade & In What Order ❖ WebSphere (optional?) ❖ Verify you also install any iFixes with your WAS fix packs ❖ DB2 (optional?) ❖ Is your DB2 server used for anything else? ❖ Connections Applications ❖ DB Schema Changes ❖ FileNet ❖ Cognos
  • 28. Updating Connections - Backing Up ❖ WebSphere ❖ from profilesDmgr01binbackupConfig.xx <filename> -nostop ❖ Customizations ❖ datasharedcustomizations .. ❖ Databases ❖ db2 backup database peopledb to d: with 2 buffers buffer 1024 parallelism 1 compress without prompting
  • 29. Updating Connections Applications ❖ via Installation Manager ❖ Unzip the CR update file e.g. 5.0.0.0-IC-Multi-CR03- LO84244.zip (there is a single file for multiple OS)
 

  • 30. Updating Connections Via Installation Manager
  • 31. Updating Connections Via Installation Manager
  • 32. Verifying The Install Step 1 ❖ Before starting any Connection servers ❖ Check the logs ❖ c:programdataIBMInstallationManager ❖ IBMConnectionsversionlog ❖ Dmgr SystemOut.log
  • 33. Verifying The Install Step 2. ❖ The nodeagent on the application server profiles should be started ❖ Dmgr will deploy the updated apps to each node ❖ Monitor SystemOut.log on the Dmgr to verify when the apps are fully deployed ❖ The actual files are deployed from ❖ dmgrconfigcellscellnameapplications To ❖ profilenameconfigcellscellnameapplications ❖ the file date/time stamps should match
  • 34. Step 3. Stop Here Before Starting Any Connections Servers ❖ Now is the time to apply the DB schema changes ❖ Download the database updates zip file linked to from the update document http://www-01.ibm.com/support/docview.wss? uid=swg21683118 (v5) ❖ http://www-01.ibm.com/support/docview.wss?uid=swg21972646 (v5.5) ❖ Use the readme in the SQL directory to find the commands to run ❖ make sure you are logged in as the DB2 administrator ❖ I like to pipe the command to a ❖ text file so I can review the output by ❖ adding >[outputfile] after each line
  • 35. If you don’t update the DB Schema the application servers will still start the applications just won’t work check SystemOut.log for errors relating to versions of the db schema
  • 36. After Any Fixes Or Updates ❖ Sync the nodes ❖ Start each server individually, monitoring the SystemOut.log for any errors ❖ Test every URL works ❖ /files ❖ /blogs ❖ /communities etc ❖ Test the search works by using the search validation URL ❖ <hostname>/search/serverStatus (case sensitive)
  • 37. Upgrading Connections - New Releases Hello 5.5 !
  • 38. In-Place vs Side By Side ❖ Upgrading from 5.0 - 5.5 can be done in place or side by side ❖ I avoid upgrading in place since there’s no way to back out once you start ❖ It does mean running duplicate hardware until you cutover to the new environment ❖ but it’s much safer and lower risk
  • 39. Planning ❖ Installing Connections 5.5 is a small part of what you will need to plan for ❖ If you are doing an in-place upgrade you will have to uninstall the Connections applications before installing the latest version
  • 40. Planning ❖ DB2 installation and patching ❖ TDI installation and patching ❖ Verify the Linux libraries and OS are at the right level ❖ Creating 5.0 databases to match the source data ❖ Patch the databases to match the source data ❖ THEN…..
  • 41. Planning ❖ Writing migration XML and script files to move the DB data ❖ Migrate the DB data ❖ Upgrade all the databases to v5.5 DB Schema ❖ Exporting artifacts from the existing environment ❖ Backing up and restoring the databases that aren’t migrated but need to be reused eg. FEBDB, FNOS, FNGCD ❖ Installing and patching WAS ❖ THEN…..
  • 42. Planning - More ❖ INSTALL CONNECTIONS… ❖ Upgrade to the latest CR that Connections supports (CR1) ❖ Upgrade all the databases to the latest CR DB Schema ❖ Import the artifacts that you exported from 5.0 ❖ Migrate the SSL keydb from source to destination ❖ Import the WAS internal key into the keydb ❖ Copy the shared content stores ❖ Copy the local search to one node ❖ Copy over the customisations and verify they still work ❖ Synchronise files in communities

  • 43. Test All Existing Customisations ❖ In any Connections environment I recommend deploying a test server ❖ All components other than Cognos can be installed on one server ❖ Having a test server enables Customisations, iFixes and Interim fixes to be tested before deploying to production
  • 44. Things To Watch Out For… ❖ The keydb used by IHS must have the WAS certificate from the deployment manager installed ❖ If you buy a 4096 SSL certificate you need to configure WebSphere to support that by using unrestricted java library files ❖ The XML files imported as part of the artifacts import may not work as expected on Connections 5.5 • There may be configuration settings that are no longer supported to in the wrong syntax
  • 45. Connections 5.5 Day 1 Fixes ❖ IBM released a number of critical, required Connections, database and Cognos fixes on the day Connections 5.5 became available. ❖ These should be used as your primary install files , not the ones you download from Passport Advantage ❖ They are also available as part of the CR1 downloads ❖ Make sure you download all these files before starting your install or migration • Instructions and download links are all here • http://www-01.ibm.com/support/docview.wss?uid=swg21972646
  • 46. Connections 5.5 Day 1 Fixes • There is a new DB Wizard to be used for creating or upgrading databases • http://ibm.co/1Pnwwqx (Windows) http://ibm.co/1WShfiU (*ix) • There is a new UpdateInstaller file for Connections to enable the new fixes to be applied http://ibm.co/1VvIBtN • There are new iFixes for Connections http://ibm.co/1nDjtH6 • There is a new migration tool if you are moving from an earlier version of Connections which brings in your artifacts and configuration files http://ibm.co/1KfI1Qc • There is a new Cognos wizard to be used when deploying Cognos http://ibm.co/20bCTnH (Windows)
  • 47. Connections 5.5 CR1 ❖ There is an update to the homepage DB ❖ There are Connections updates that can be installed via Installation Manager