Installing CTC 3.0.0.1 (Content Template Catalog) on WCM 7

Download the content template solution (CTC 3.0.0.1) for the websphere 7
https://greenhouse.lotus.com/plugins/plugincatalog.nsf/assetDetails.xsp?action=editDocument&documentId=9867495EE281C75985257919004DBBEB

Download the portal solution installation (1.2.0.6) for the Websphere portal

Pre-requisites
IBM WebSphere Portal 7.0.0.1 plus Combined Cumulative Fix 008 or higher must be installed


Upgrading WP 7.0 to WPS 7.0.0.1 and CF19

System Requirements

Download Fix from
Or

Portal Update Installer

Health checker tool


After downloading fix and update installer

  1. Create the directory "update" under the portal server (c:/IBM/Websphere/PortalServer/update)
  2. Copy the extracted update installer files into that directory
  3. Created "fixes" directory under update folder (c:/IBM/Websphere/PortalServer/update/fixes)
  4. Copy the extracted fix pack files into the 'fixes' directory
  5. Extract and copy the healthchecker.zip from the update installer directory to portal server root (C:/IBM/WebSphere/PortalServer). This just contains a filename called "upgrade_health_check.xml" and this gets copied to "C:\IBM\WebSphere\PortalServer\installer\wp.config\config\includes" folder.
  6. Run the Heathchecker tool to validate the existing environment
C:\IBM\WebSphere\wp_profile\ConfigEngine>ConfigEngine.bat -DRequiredWAS=7.0.0.13 action-health-check-validation

Build failed with following error
The specified product version is not supported: version=7.0.0.11

  1. So WAS is not up to required fix level , so I had to upgrade WAS first (from 7.0.0.11 to 7.0.0.13)
  2. Once the WAS upgrade is successful, run the updatePortalWizard.bat
  3. Installation was successful.



Upgrading WAS from 7.0.0.11 to 7.0.0.13

WAS fix list

WAS update installer download


  1. Download and extract files to "temp" folder , 
  2. Execute the "setupCmdLine.bat" from WAS_Root/bin folder
  3. Run the following command

When I just run the  "install" command , I got the following error "Java could not be found, please specify -is:javahome <java_home_dir> even though I set the environment variables  (my local WAS instance is not installed in default location that is "c:/program files/IBM/WebSphere/AppServer")





I had to execute the following command to start the wizard properly (Make sure path is valid in responsefile.updiinstaller.txt).

C:\IBM\WP7\WebSphere\AppServer\UpdateInstaller>install -options C:\IBM\WP7\WebSphere\AppServer\UpdateInstaller\responsefile.updiinstaller.txt -is:javahome C:\IBM\WP7\WebSphere\AppServer\java

  1. After the update installer installed, install the maintenance pack. ( I ran into problem where it was not able to delete some of the files while installing, and had to restart the machine. So suggest to restart the machine after start installing the maintenance pack )
  2. Retried after server restart and it is installed successfully.


Installing the Portal Solution Installer
  1. From the extracted directory , update the settings.properties file
C:\temp\SolutionInstaller\commands\windows
  1. Execute the C:\temp\SolutionInstaller\commands\windows>install-SolutionInstaller.bat


Installing CTC 
  1. From the CTC-install directory , update the profile path in ctc.properties and execute C:\temp\CTCInstall3001>ctc-install.bat
  2. Eexecute the folowing command C:\temp\CTCInstall3001>ctc-install.bat

Note: You can find more details specific to CTC installation options like how to disable CTC-Demo , or CTC-Theme …etc in the documentation provided in the downloaded zip file

No comments:

Post a Comment