Skip to main content link. Accesskey S
  • Anonymous
  • Log on
  • Help
  • IBM logo
  • Lotus Quickr wiki
  • All Wikis
  • Home
  • Community Articles
  • Product Documentation
  • Learning Center


Search

Advanced Search
IBM Translated Product Documentation...

 Lotus Quickr 8.5.1 for Domino documentation
 Lotus Quickr 8.5.1 for Domino API
 Lotus Quickr 8.5 for WebSphere Portal documentation
 Lotus Quickr Connectors 8.5 documentation
 IBM Translated Product Documentation

Tag Cloud

  • 2010 Quickr 8.5 Customer Day
  • 8.0
  • 8.1
  • 8.1.1
  • 8.2
  • 8.5
  • administering
  • administrators
  • API
  • atom
  • authentication
  • best practices
  • best_practices
  • blogs
  • calendar integration
  • chat
  • clustering
  • configuration
  • configuring
  • Connections
  • Connectors
  • Content Integrator
  • customization
  • customizing
  • customizing_quickr
  • demo
  • deploying
  • deployment
  • Development
  • Document
  • document_libraries
  • Domino
  • draft
  • ECM
  • education
  • email
  • enablement
  • events
  • Feed
  • FileNet
  • folder
  • getting started
  • getting_started
  • installation
  • installing
  • integrating
  • introducing
  • key file
  • ldap
  • Library
  • lotusphere
  • LTPA
  • Masterclass
  • Media Gallery
  • media_Domino
  • media_Portal
  • migrating
  • migration
  • mml
  • nodes
  • notes
  • P8
  • performance
  • Places
  • Portal
  • profiles
  • proxy
  • qpconfig.xml
  • QRD85 Enablement
  • QuickPlace
  • Quickr
  • Quickr 8.5
  • Quickr Domino 8.2 Masterclass
  • Quickr Domino 8.5
  • Quickr Domino 8.5.1
  • Quickr Domino8.5
  • Quickr J2EE 8.1.1 Masterclass
  • Quickr_customization
  • Quickr_Domino_8.5
  • quickrD
  • QuickrJ
  • REST
  • Sametime
  • security
  • SiteMinder
  • SPNEGO
  • SSL
  • SSO
  • TAM
  • templates
  • test_infrastructure
  • theme
  • themes
  • tips
  • troubleshooting
  • upgrading
  • video
  • web_seminar
  • webservices
  • xml_node
InformationInformation
You are currently viewing machine translated content. IBM translation might be available. Click IBM Translated Product Documentation to see what is available.X


Home > Lotus Quickr 8.5 for WebSphere Portal documentation > Installing the target server: qp85
Rate this article 1 starRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars
(Current editable edition)
Original noneditable edition
Current editable edition
(Original noneditable edition)

Installing the target server: qp85 

expanded Abstract
collapsed Abstract
Migrating from IBM® Lotus® Quickr™ 8.1.1.1 to 8.5 requires the installation of Lotus Quickr 8.5 using the same LDAP directory and database type as the source server. The Lotus Quickr 8.5 server can be on the same or different system as the Lotus Quickr source server.



Migrating from IBM® Lotus® Quickr™ 8.1.1.1 to 8.5 requires the installation of Lotus Quickr 8.5 using the same LDAP directory and database type as the source server. The Lotus Quickr 8.5 server can be on the same or different system as the Lotus Quickr source server.

    1. Install Lotus Quickr 8.5 on the target server. You must install a single server configuration. The server can be clustered after the migration is completed. See Installing.
If Lotus Quickr 8.1.1.1 and Lotus Quickr 8.5 are to be installed on the same host, ensure that 8.1.1.1 and 8.5 use different port numbers. Use of different port numbers can be achieved in two ways:
    a. For all operating systems except AIX: Keep 8.1.1.1 started when installing 8.5.
    b. For all operating systems including AIX: Shut down 8.1.1.1 before installing 8.5. When installing 8.5, use the appropriate command line:
    • For Windows®:
      • install.bat -W 
        adminPortBlockInput.startingPortToScan="20000" -W 
        portalPortBlockInput.startingPortToScan="20025"
    • For UNIX®:
      • install.sh -W 
        adminPortBlockInput.startingPortToScan="20000" -W 
        portalPortBlockInput.startingPortToScan="20025"
      This command ensures that 8.5 uses port numbers starting at 20000, while 8.1.1.1 normally uses port numbers starting at 10000.
    2. Install the latest available Lotus Quickr 8.5 cumulative fix for your target server operating system. Please refer to the "Update strategy for IBM Lotus Quickr 8.5 for WebSphere Portal" document for details, including instructions.
    3. Configure the user registry to match the previous Lotus Quickr 8.1.1.1 options. See Configuring Lotus Quickr with the configuration wizard.
Reconfigure Lotus Quickr 8.5 to use the same LDAP server that was used with the 8.1.1.1 server. It is important to use the same administration ids and groups that were used with the 8.1.1.1 server.

Note: Lotus Quickr 8.5 requires a federated LDAP configuration. Lotus Quickr 8.1.1.1 did not support a federated configuration. The configuration wizard guides you through how to add or replace a federated LDAP configuration. After migration, other LDAP repositories can be added to the federation. When you reconfigure Lotus Quickr 8.5 with an LDAP server and remove the out of the box configuration, any places and data created using the default registry are orphaned and no longer accessible.
    4. Configure Lotus Quickr 8.5 to use the same unique identifier as Lotus Quickr 8111. Lotus Quickr uses an attribute from LDAP as the key information for data associated with users and groups. In Lotus Quickr 8111, the default when configured with a Domino LDAP was to use the distinguished name (DN). In Lotus Quickr 8.5, the default when configured with a Domino LDAP, is to use the attribute dominounid. For a successful migration, the Lotus Quickr 8.5 system must be configured to use the same unique id as the Lotus Quickr 811 system. If the Lotus Quickr 8111 system is using the DN as the unique id, then a configuration update must be made to the Lotus Quickr 8.5 system before migrating:
      a. Edit the wimconfig.xml file. The default location is quickr_install_root/wp_profile/config/cells/node name/wim/config
      b. Locate the section that begins:
      <config:attributeConfiguration>
        c. Add the following entry
      <config:externalIdAttributes name="distinguishedName"/>
        d. Save the changes and restart the server.
Failure to make this update before performing the migration will cause an invalid migration that cannot be recovered without re-doing the migration.
    5. Use the IBM WebSphere® Application Server administration console to set the primary user in the security configuration of the 8.5 system. The primary user must match that of the 8.1.1.1 system.
    6. If the earlier portal environment is configured to use an external security manager and has resources that are under the control of the external security manager, you must configure the new portal to use that external security manager before starting migration. Alternatively, you can bring the externalized resources back under Lotus Quickr control in the earlier Lotus Quickr environment prior to migration, and then configure the new Lotus Quickr environment to use the external security manager after migration is complete.
    7. If you create any places on the target system prior to migration, you must remove them to avoid problems during the migration process. If there is data you need to preserve, archive the place before running the migration.
    8. For migration, you must install the latest available Lotus Quickr 8.5 cumulative fix for your target server operating system. Please refer to the "Update strategy for IBM Lotus Quickr 8.5 for WebSphere Portal" document for details, including instructions.
      NOTE: If your source Quickr 8111 server ever had Quickr 8.0.0.2, please contact IBM service.

Parent topic: Preparing the target environment: qp85
Next topic: Rebuilding themes and skins: qp85

expanded Article information
collapsed Article information
Category:
Lotus Quickr 8.5 for WebSphere Portal documentation
Tags:

This Version: Version 18 February 13, 2012 1:54:44 PM by Omar E Perez  IBMer

expanded Attachments (0)
collapsed Attachments (0)

 


expanded Versions (18)
collapsed Versions (18)
Version Comparison     
Version Date Changed by               Summary of changes
This version (18) Feb 13, 2012 1:54:44 PM Omar E Perez  
17 Feb 13, 2012 11:00:29 AM Craig Lordan  
15 Oct 28, 2010 6:29:10 PM Kathi Cloughly  
14 Oct 28, 2010 5:05:08 PM Kathi Cloughly   changes for cf1
13 Oct 27, 2010 1:34:09 PM Kathi Cloughly  
12 Oct 14, 2010 5:08:54 PM Jennifer Dunne  
12 Oct 26, 2010 3:30:09 PM Kathi Cloughly  
11 Oct 14, 2010 5:08:16 PM Jennifer Dunne  
10 Oct 14, 2010 5:07:36 PM Jennifer Dunne  
9 Oct 14, 2010 5:06:26 PM Jennifer Dunne  
8 Oct 6, 2010 3:30:51 PM Kathi Cloughly  
7 Oct 5, 2010 5:04:05 PM Kathi Cloughly  
6 Oct 5, 2010 5:00:25 PM Kathi Cloughly  
5 Oct 5, 2010 4:59:29 PM Kathi Cloughly  
4 Oct 5, 2010 4:58:04 PM Kathi Cloughly  
3 Oct 5, 2010 4:55:44 PM Kathi Cloughly  
2 Oct 5, 2010 4:51:35 PM Kathi Cloughly  
1 Jun 11, 2010 10:12:16 AM IBM  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedSubscribe to RSSHelpAbout
  • All Lotus and WebSphere Portal wikis
  • IBM developerWorks
  • IBM Software support
  • IBM Social Business User Experience Blog
  • IBMSocialBizUX on Twitter
  • IBMSocialBizUX on Facebook
  • Lotus product forums
  • IBM Social Business UX Blog
  • IBM Collaboration Solutions
  • Recently added feedRecently added
  • Recently edited feedRecently edited
  • Recently added comments feedRecently Added Comments
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Contact IBM
  • IBM Terms of use
  • Wiki terms of use