Friday, November 23, 2012

Install Quickr 8.5 for WPS - Part 1

Useful links - Quickr 8.5  for WebSphere Portal on CentOS 64bit

First some useful links:
I downloaded following installation packages: 
CZHX4MLIBM Lotus Quickr 8.5 for WebSphere Portal Install (Setup) ML
Optional: Required if installing optional product IBM Lotus Quickr 8.5
CZHY0MLIBM Lotus Quickr 8.5 for WebSphere Portal - WP 1 of 3 (A-3, IL-3, W-3, ZL-3) ML
Optional: Required if installing optional product IBM Lotus Quickr 8.5
CZHY1MLIBM Lotus Quickr 8.5 for WebSphere Portal - WP 2 of 3 (A-4, IL-4, W-4, ZL-4) ML
Optional: Required if installing optional product IBM Lotus Quickr 8.5
CZHY2MLIBM Lotus Quickr 8.5 for WebSphere Portal - WP 3 of 3 (A-5, IL-5, W-5, ZL-5) ML
Optional: Required if installing optional product IBM Lotus Quickr 8.5
CZHY3MLIBM Lotus Quickr Connectors 8.5 Multiplatform Multilingual (A-6, IL-6, W-6, ZL-6)
Optional: Required if installing optional product IBM Lotus Quickr 8.5. Required for installation on all platforms but supported only on Windows
CZHY6MLIBM Lotus Quickr 8.5 for WebSphere Portal - WebSphere Application Server Network Deployment for Linux 64-bit (IL-1) Multilingual
Optional: Required if installing optional product IBM Lotus Quickr 8.5
CZHY7MLIBM Lotus Quickr 8.5 for WebSphere Portal - DB2 Enterprise Server Edition for Linux 64-bit (IL-2) ML
Optional: Required if installing optional product IBM Lotus Quickr 8.5
CZHY8MLIBM Lotus Quickr 8.5 for WebSphere Portal WAS Extras Linux 64-bit (IL-7) ML
Optional: Required if installing optional product IBM Lotus Quickr 8.5


  • Installation scenario is standalone server (all-in-one) 
  • My configuration is: 
    • 5GB RAM
    • 100HDD
    • 2 CPU
    • VMware platform
    • CentOS release 5.8 (Final) 64bit / it is not supported by IBM ... but who care? (May be only IBM support will)
    • Domino as LDAP / already installed on different server


OS installation and Quickr pre-installation tasks

  1. Install OS with gui (Gnome/KDE) make your own choose and
  2. disable SELinux + Firewall during installation process.
  3. Log in as root and install vmware tools (if you are on vmware platform)
  4. You will need a libstdc++.so.5 to install DB2 so run as root 
    1. #yum install compat-libstdc++-33
  5. Update your OS installation - run as root:
    1. #yum update
  6. change limits - run as root
    1. #ulimit -n 40000
    2. #vim /etc/security/limits.conf
      1. add line  "*                -       nofile          40000"
      2. and save the file by ESC + :x
  7. Try to ping your FQDN ... if its not resolve rout name edit /etc/hosts file and add line with your IP and your FQDN 
    1. Note: Use #ifconfig command to find your IP
  8. Create installation folder structure to prevent installer asking for installation CDs
    1. #mkdir -p /opt/install/IL-Setup
    2. #mkdir /opt/install/IL-1
    3. repeat  command 2. to create IL-2 to IL-7
    4. Extract each installation package into the correct folder you just created.
      1. Note: See the table on the top of this page 
      2. Use #unzip <filename.zip> to extract each package
      3. Note: To install zip/unzip run #yum install unzip

Run quicker Installer

  1. Run as root user
    1. # cd /opt/install/IL-Setup/
    2. # ./install.sh -console
      1. I am running installer in text mode so adding parameter -console
    3. Installer will be started in console mode. Here is what I select during installation
      1. English
      2. Accept Licence
      3. Single Server
      4. DB2
      5. /opt/IBM/Quickr
      6. quickernode
      7. my FQDN
      8. quikradm
      9. my password
-------------------------------------------------------------------------------
IBM Lotus Quickr is ready to install.

To change any settings, choose Back. If you are satisfied with the settings
choose Next to begin copying files.

Products to install:

IBM Lotus Quickr 8.5 installation location:

/opt/IBM/Quickr

Installation details:

Host name: extranet.mydomain.com

Node name:  quickernode

User ID: quikradm

IBM Lotus Quickr 8.5 profile location:

/opt/IBM/Quickr/wp_profile

Total size on disk: 8 GB

If installer failed and you will run installer again, you must first delete all lines from /root/vpd.properties and delete all from /opt/IBM. Do it only if you do NOT have installed any other IBM SW on the server.


-------------------------------------------------------------------------------
Installation was successful.

IBM Lotus Quickr is now installed on your computer. Installation and
configuration details can be found in /opt/IBM/Quickr/PortalServer/log.

The IBM Lotus Quickr page is now available at
http://extranet.praha1.cz:10040/lotus/quickr.

Installation details:

IBM Lotus Quickr 8.5 installation location:

/opt/IBM/Quickr

Host name: extranet.praha1.cz

Node name:  quickrnode

User ID: quikradm

IBM Lotus Quickr 8.5 profile location:

/opt/IBM/Quickr/wp_profile

Total size on disk: 8 GB







No comments:

Post a Comment