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
- Create the directory "update" under the portal server (c:/IBM/Websphere/PortalServer/update)
- Copy the extracted update installer files into that directory
- Created "fixes" directory under update folder (c:/IBM/Websphere/PortalServer/update/fixes)
- Copy the extracted fix pack files into the 'fixes' directory
- 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.
- 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
- 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)
- Once the WAS upgrade is successful, run the updatePortalWizard.bat
- Installation was successful.
Upgrading WAS from 7.0.0.11 to 7.0.0.13
WAS fix list
WAS update installer
download
- Download and extract files to "temp" folder ,
- Execute the "setupCmdLine.bat" from WAS_Root/bin folder
- 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
- 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 )
- Retried after server restart and it is installed successfully.
Installing the Portal Solution Installer
- From the extracted directory , update the settings.properties file
C:\temp\SolutionInstaller\commands\windows
- Execute the C:\temp\SolutionInstaller\commands\windows>install-SolutionInstaller.bat
Installing CTC
- From the CTC-install directory , update the profile path in ctc.properties and execute C:\temp\CTCInstall3001>ctc-install.bat
- 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