WP9.0 Standalone Install
WP9.0 Standalone Install
WP9.0 Standalone Install
Mike Watkin
WebSphere Portal Level 2 Support
IBM Victoria Lab
January 2017
© Copyright International Business Machines Corporation 2017. All rights reserved.
Table of Contents
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
Change History . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2
Introduction
This guide is meant to provide a step-by-step for the setup and installation of a standalone IBM
WebSphere Portal 9.0. We will also cover prerequisites.
Windows/Unix Differences
This guide was written using Windows as the base operating system, however the steps/concepts listed
in this guide are independent of operating system. The only significant difference is that for Windows,
you must use the batch file commands instead of the UNIX shell commands listed in this guide.
For example:
UNIX: ./ConfigEngine.sh config-ch-integ
Windows: ConfigEngine.bat config-ch-integ
Also, it is recommended to use the Command Prompt (cmd.exe) on Windows instead of PowerShell.
Troubleshooting
The following logs were used to troubleshoot errors encountered throughout the guide.
<IM_DATA_DIR>/logs
<IM_DATA_DIR>/installed.xml
<IM_DATA_DIR>/installed.xsl
<IM_DATA_DIR>/installRegistry.xml
<wp_profile root>/logs
<wp_profile root>/ConfigEngine/log/ConfigTrace.log
<AppServer root>/logs
Unix: /<user_home>/var/ibm/InstallationManager
Windows: C:\ProgramData\IBM\Installation Manager
3
It is recommended to use the Portal Log Analyzer tool for parsing the SystemOut log and ConfigTrace
log in an easy to read format. The tool can be accessed from Greenhouse here:
https://greenhouse.lotus.com/plugins/plugincatalog.nsf/assetDetails.xsp?
action=editDocument&documentId=C7AB4C82F17EC6228525790B006F6D43
http://www-01.ibm.com/support/docview.wss?uid=swg27007791
Note: with hard drive space, I would recommend you exceed the recommended minimum free space of
8GB to something like 20+GB.
It is recommended to review the Portal 9.0 Infocenter to ensure your operating system has been
configured:
http://www.ibm.com/support/knowledgecenter/SSHRKX_9.0.0/mp/install/inst_web_experience.html
http://www.ibm.com/support/knowledgecenter/SSHRKX_9.0.0/mp/dd/dd_passport9.html
Searching on CJ1A3ML should find you the eAssembly of the Enable offering. The eAssembly
includes all 4 required components.
4
Once you have the parts downloaded. Create a parent folder. You should have something like this:
Extract the zip files to a parent folder. Once all 4 parts are extracted, you should have a folder called
SETUP under your parent folder.
Navigating into the SETUP folder, there is a Product folder that holds the files and repositories for
WAS 9.0.0.2, JDK 8.0.3 , Portal 8.5.0.0, CF13 for Portal 8.5, Portal 9.0 and ifix PI59896.
5
Installing IBM Installation Manager
The IBM Installation Manager, (IIM) is a tool that you can use to install and maintain your IBM
software packages. Wizards guide you through the steps that you must take to install, modify, update,
roll back, or uninstall your IBM products. To install IIM navigate to:
C:\Users\Administrator\Downloads\portal90Binaries\SETUP\IIM folder.
Within that folder, there are multiple IIM binaries for their relevant operating systems.
For this guide, I will be installing onto a Windows 2012 R2 system so will need to navigate to the
win64 folder.
6
You should see the following window appear:
Select Next. Agree to the licensing terms and Select Next again.
Set install path for IIM
Select Next
When the installation is complete, select the Restart Installation Manager button
7
Installing Portal 8.5 Base
With a fresh install of Portal v9, the first step is to install the base Portal 8.5 with WAS 9.0.0.2 , JDK
8.0.3, and PI59896. Due to the continuous deployment model and how the product has been
architected, this is not a one step install. Portal v9 is not applied until Portal 8.5 base has been installed
and upgraded to CF13.
Note: the ifix PI59896 is required so that Portal 8.5 is in a installable state with WAS 9.0 and JDK v8.
This is a temporary step while Portal environment is being built up to the final goal of Portal 9.0 on
WAS 9.0. Portal 8.5 is NOT supported on WAS 9.0 as a final configuration.
1. Open IBM Installation Manager (IIM) and under File > Preferences > Repositories and select the
Add Repository button.
2. In the next IIM Window, we need to navigate to the repository.config file. In the screenshot, I
navigate to portal90Binaries\SETUP\products\WASND90 and select the file.
8
Reminder: for the ifix PI59896, point the repository to the zip file itself
Select OK.
3. Within IIM, select Install icon, then highlight all the items listed:
Note: Due to the way WAS defines the SDK as a co-requirement, we get two entries for SDK. Both
entries are the same package and only one needs to be selected.
Select Next
Warning: This ifix is required for Portal 8.5 to be supported while on WAS 9.0 using JDK8
Select Next.
9
6. Set location of IMShared.
Select Next
7. Set the path you wish the WAS and Portal package to be installed:
Note: The WebSphere Application Server package installation path will need to be customized
as it tries to put it under the Program Files folder by default
Select Next10
7. Select the translations you wish to use.
Select Next
Select Next
11
9. Enter the user id and password for the ConfigWizard admin user. This user is used to access the
configuration wizard for when you do your database transfer, or create your cluster, etc
Select Next
10. Enter the user id and password for the Portal Admin user. This is your Admin user for logging into
Portal Administration page or the WAS admin console.
12
11. Final review of package information.
Select Install
12. When the installation is finished, select the None option for “Which program do you want to
start?” and click Finish.
Verify that you can access your Portal in an internet browser by navigating to:
http://myportal.ibm.com:10039/wps/portal
While you have successfully installed WebSphere Portal v8.5 with WebSphere Application Server
9.0.0.2 using JDK 8.0.3, please note you are still in an UNSUPPORTED state.
Select Next13
Update Portal 8.5 to CF13
Portal now needs to be upgraded to CF13 to support the installation of Portal 9.0.
We will need to stop the Portal Server and ConfigWizard to allow us to proceed with the upgrade.
Before proceeding, IBM highly recommends that you take a backup of your system. Please review
the 8.5 inforcenter link for further details.
http://www.ibm.com/support/knowledgecenter/en/SSHRKX_8.5.0/mp/admin-
system/i_wadm_c_bkup_restr_winlinux.html
7. Open IBM Installation Manager (IIM) and under File > Preferences > Repositories
Select OK
8. Within IIM, select Update icon, then select the Portal package.
14
9. Select CF13 package.
Reminder: You will need to stop Portal Server / ConfigWizard to be able to proceed.
Select Next
At this point ONLY the Portal binaries have been updated to CF13. The IIM only manages the
binaries so we will need to run a Portal script to upgrade the profile.
1.Ensure the WebSphere_Portal server is stopped on the profile you intend to upgrade.
2.Execute the following command from within the path of the profile to configure:
Unix/Linux: <profile_root>/PortalServer/bin/applyCF.sh -
DPortalAdminPwd=<password> -DWasPassword=<password>
Windows: <profile_root>\PortalServer\bin\applyCF.bat -DPortalAdminPwd=<password>
-DWasPassword=<password>
15
Install Portal 9.0
1. Add the Portal 9.0 repositories to IIM
Select Ok
Select Next
Select Next
5. Enter Admin user id and password for Websphere Application Server and Portal Server. Select Next
16
6. Review Summary. Select Install.
Note: During the install, a series of configEngine tasks will be run to upgrade Portal 8.5 to 9.0 so
upgrading the profile after is not required.
Verify that you can access your Portal in an internet browser by navigating to:
http://myportal.ibm.com:10039/wps/portal
On a successful upgrade, you will be presented with a link to fully integrate Portal 9.0 with Watson
Content Hub, see this link:
http://www.ibm.com/support/knowledgecenter/SSHRKX_8.5.0/mp/integrate/cfg_dch.html
17
References
Portal 8.5 Cumulative Fix Readme
https://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?
lookupName=Combined+Cumulative+Fix+Readme+V8.5.0.0#action=openDocument&res_title=IBM_
WebSphere_Portal_V8.5.0.0_combined_cumulative_fix_instructions_standalone_cf8500&content=pdc
ontent
dWAnswers
https://developer.ibm.com/an swers/topics/digexp/
Acknowledgments
David Batres, DX Deployment and Security L2 Support Engineer, for providing writing structure and
guidance to get me started.
Travis Cornwell, DX Deployment and Security L2 Support Engineer, for technical guidance and
feedback to make this guide useful.
Ben Parker, DX Deployment and Security L2 Support Engineer, for additional feedback,
recommendations, and comments for the content in this guide.
Jerry Dancy, DX Deployment and Security L2 Support Engineer, for additional feedback,
recommendations, and comments for the content in this guide.
The DX Information Development team for providing the Product Documentation that this guide is
based on.
18
Change History
Version Date What Changed
1.0 Published
19