Skip to main content link. Accesskey S
  • Log In
  • Help
  • IBM Logo
  • WebSphere Portal Family wiki
  • All Wikis
  • All Forums
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • IBM Redbooks
Community Articles Product Documentation Learning Center IBM Redbooks This category IBM Redbooks: Building a Sample Website Using IBM Web Content Manager 7.0 IBM Redbooks: Building and Implementing a Social Portal IBM Redbooks: Developing Exceptional Multi-Channel Web Experiences V7: IBM Web Content Manager Product Documentation V7: IBM WebSphere Portal Enable for z/OS Product Documentation V7: IBM WebSphere Portal Express Product Documentation V7: WebSphere Portal Product Documentation V8: IBM Web Content Manager Product Documentation V8: IBM WebSphere Portal Express Product Documentation V8: IBM WebSphere Portal Product Documentation (includes z/OS) Custom Search Scope...
Search
Community Articles > IBM Accelerators for WebSphere Portal > Deployment Scenarios for IBM Accelerators > Installing Lotus ActiveInsight on a Portal cluster
  • New Article
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

Dirk T Tysmans
Contribution Summary:
  • Articles authored: 2
  • Articles edited: 2
  • Comments Posted: 0

Recent articles by this author

Installing Lotus ActiveInsight on a Portal cluster

Required Environment Software IBM WebSphere Portal v6.1.5 IBM WebSphere Application Server v6.1.0.23 or v7.0 LDAP Server supported by IBM WebSphere Portal v6.1.5 IBM DB2 v9.1.x HTTP Server supported by the version of IBM WebSphere Application Server being used. Hardware layout 1 ...

Activeinsight and an non-default Portal URi

Portal Server is installed with a default WpsContextRoot value of "wps" and a WpsDefaultHome of "portal". This forms the basic Portal URL of http://server:port/wps/portal.The Portal InfoCenter has a p

Community articleInstalling Lotus ActiveInsight on a Portal cluster

Added by Dirk T Tysmans | Edited by IBM contributor Dirk T Tysmans on June 18, 2009 | Version 3
expanded Abstract
collapsed Abstract
No abstract provided.
Tags: ActiveInsight

Installing Lotus ActiveInsight on a Portal cluster

Required environment:

Software
  • IBM WebSphere Portal v6.1.5
  • IBM WebSphere Application Server v6.1.0.23 or v7.0
  • LDAP Server supported by IBM WebSphere Portal v6.1.5
  • IBM DB2 v9.1.x or v9.5.x or Oracle
  • HTTP Server supported by the version of IBM WebSphere Application Server being used.
Hardware layout
  • 1 server running the HTTP server software
  • 1 server running the Database Server software
  • 1 server running LDAP Server software
  • 1 server to run the Deployment Manager node
  • 1 or more servers running WebSphere Portal cluster nodes
The above server listed roughly matches the recommended layout that the IBM WebSphere Portal Infocenter details for a production deployment.
http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1m0/topic/com.ibm.wp.ent.doc_v6101/plan/top_horizontalscaling.html

It is possible, for smaller deployments or for test environments to combine the functions of the servers listed.  Doing so might reduce the full abilities of the clustered environment.

Procedure:

The procedures below will assume the use of IBM DB2 and IBM HTTP Server on the supporting servers. Adapt the instructions as needed if using Oracle.
  1. Install the WebSphere Cluster as detailed in the Portal Infocenter.  http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1m0/index.jsp?topic=/com.ibm.wp.ent.doc_v6101/install/production.html.  Another excellent guide to doing this can be found in the Step-by-Step Cluster Guide for IBM WebSphere Portal v6.1 http://www-01.ibm.com/support/docview.wss?rs=688&ca=port&uid=swg21313184 . Once complete a functioning portal cluster will be available.
  2. Obtain the Lotus Activeinsight v6.1.5  installation software via CD or electronic distribution. If a CD then mount the CD on the Portal Primary node so that the files can be accessed. If the latter, then expand the Zip file into a temporary place on the primary node. 
  3. Copy the LAI_DBSETUP.zip file to the Database server which will be used for the ActiveInsight database. If the database server is a Linux or Unix OS then it is best to put this file so that the DB2 instance user can access it.
    1. Unzip the file. 
    2. Make sure that Java is in the PATH environment. The setup scripts rely on java to do much of the setup work. For example on unix(using a 64 bit OS): export PATH=$PATH:/opt/IBM/db2/V9.1/java/jdk64/jre/bin
    3. Edit the db2.properties file. The values be used to create the database and populate the system values. The default settings will assume a Windows environment. Alter as necessary.
    4. Run setup_db2.bat or setup_db2.sh. The script will first display a list of the property values to be used and then if the user agrees by pressing 'Y' the script will create the database and populate it.
  4. Copy the LAI_WAS_Update.zip to the Deployment Manager server
    1. Unzip the file.
    2. To update the wps.ear file with the Activeinsight themes the add_ai_themes.bat or add_ai_themes.sh needs to be run. these scripts require 5 parameters:
      1. Destination directory i.e. /tmp or C:\temp
      2. Deployment Manager profile root i.e /opt/IBM/WebSphere/AppServer/profiles/Dmgr01 or C:/IBM/WebSphere/AppServer/profiles/Dmgr01 (note for Windows here we do use a java style path separator)
      3. Deployment manager SOAP port (def 8879)
      4. Deployment Manager admin id
      5. DEployment manager admin password
    3. Run the add_ai_themes script with the proper parameters.    If a failure is shown, check to see that the parameter value are correct and rerun the script.
  5. Create the Activeinsight datasource.
    1. Login to the Deployment Manager Integrated Console
    2. Select Reources-->JDBC-->JDBC providers
    3. Set the scope to be PortalCluster (If the PortalCluster has another name this will vary)
    4. Click "New" to creat e a new JDBC/DataSource definition. Fill in the values similar to the ones shown here:
    5. In the next panel, for DB2 choose "DB2" as the databasetype, "DB2 Universal JDBC Driver provider:
expanded Attachments (0)
collapsed Attachments (0)
expanded Versions (31)
collapsed Versions (31)
Version Comparison     
VersionDateChanged by              Summary of changes
33Apr 19, 2010 9:30:08 AMCara Viktorov  IBM contributor
32Apr 19, 2010 9:28:55 AMCara Viktorov  IBM contributor
31Apr 19, 2010 9:18:30 AMCraig Lordan  IBM contributor
30Apr 16, 2010 3:34:37 PMCara Viktorov  IBM contributor
29Apr 16, 2010 3:33:51 PMCara Viktorov  IBM contributor
28Apr 16, 2010 3:18:41 PMCara Viktorov  IBM contributor
27Apr 16, 2010 3:11:50 PMDirk Tysmans  IBM contributor
26Apr 16, 2010 2:43:01 PMCara Viktorov  IBM contributor
25Apr 16, 2010 2:41:56 PMCara Viktorov  IBM contributor
24Apr 16, 2010 2:40:56 PMCara Viktorov  IBM contributor
23Apr 16, 2010 2:34:52 PMCara Viktorov  IBM contributor
22Apr 16, 2010 2:14:46 PMCara Viktorov  IBM contributor
21Apr 16, 2010 2:13:07 PMCara Viktorov  IBM contributor
20Apr 16, 2010 2:12:17 PMCara Viktorov  IBM contributor
19Apr 16, 2010 2:04:45 PMCara Viktorov  IBM contributor
18Apr 16, 2010 2:04:08 PMCara Viktorov  IBM contributor
17Apr 16, 2010 2:03:13 PMCara Viktorov  IBM contributor
16Apr 16, 2010 2:02:05 PMCara Viktorov  IBM contributor
15Apr 16, 2010 11:52:05 AMCara Viktorov  IBM contributor
14Apr 13, 2010 9:04:54 PMCara Viktorov  IBM contributor
13Apr 13, 2010 9:02:43 PMCara Viktorov  IBM contributor
12Apr 13, 2010 8:59:46 PMCara Viktorov  IBM contributor
11Apr 13, 2010 8:57:33 PMCara Viktorov  IBM contributor
9Jun 19, 2009 9:42:29 AMCara Viktorov  IBM contributor
8Jun 19, 2009 9:09:02 AMCara Viktorov  IBM contributor
7Jun 19, 2009 9:07:28 AMCara Viktorov  IBM contributor
6Jun 19, 2009 8:56:41 AMCara Viktorov  IBM contributor
4Jun 18, 2009 4:12:58 PMDirk Tysmans  IBM contributor
This version (3)Jun 18, 2009 12:01:25 PMDirk T Tysmans  IBM contributor
2Jun 18, 2009 11:53:33 AMDirk T Tysmans  IBM contributor
1Jun 17, 2009 3:02:38 PMDirk T Tysmans  IBM contributor
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedHelpAbout
  • IBM Collaboration Solutions wikis
  • IBM developerWorks
  • IBM Software support
  • Twitter LinkIBMSocialBizUX on Twitter
  • FacebookIBMSocialBizUX on Facebook
  • ForumsLotus product forums
  • BlogsIBM Social Business UX blog
  • Community LinkIBM Collaboration Solutions
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Accessibility
  • IBM Terms of use
  • Wiki terms of use