IBM Platform Symphony Interim Fix #388480 Readme File
Abstract
Upgrade IBM JRE to 6.0 SR16FP20,
7.0 SR9FP30, or 8.0 SR2FP10 for use with Platform Symphony.
Description
This document provides guidance on
upgrading and configuring your Platform Symphony cluster while upgrading IBM
JRE to 6.0 SR16FP20, 7.0 SR9FP30, or 8.0 SR2FP10.
This fix applies to Linux 64-bit,
Linux ppc 64-bit, Linux ppc 64-bit LE, and Windows 64 platforms.
Readme file for: IBM® Platform
Symphony
Product/Component Release: 5.2, 6.1.0.1, 6.1.1, 7.1 Fix Pack 1, and 7.1.1
Update Name: Interim Fix #388480
Interim Fix ID: sym-build388480
Publication date: 23 February 2016
Last modified date: 23 February 2016
Contents:
1. Download
location
2. Scope
3. Installation
and configuration
4. List
of files
5. List
of fixes
6. Copyright
and trademark information
1.
Download location
Download this fix from the following location: http://www.ibm.com/eserver/support/fixes/
2.
Scope
Applicability |
|
Operating systems |
Linux x64 Linux ppc x64 Linux ppc x64 LE Windows 64-bit |
Platform Symphony versions |
7.1.1 7.1 Fix Pack 1 |
Cluster types |
This
solution applies to a single Platform Symphony cluster. |
Installation files |
symSetup_jre6sr16fp20_linux-64_build388480.tar.gz symSetup_jre6sr16fp20_ppc64_build388480.tar.gz symSetup_jre6sr16fp20_win-x86_64_build388480.zip symSetup_jre7sr9fp30_win-x86_64_build388480.zip symSetup_jre7sr9fp30_linux-64_build388480.tar.gz symSetup_jre7sr9fp30_ppc64_build388480.tar.gz symSetup_jre8sr2fp10_linux-64_build388480.tar.gz symSetup_jre8sr2fp10_ppc64_build388480.tar.gz symSetup_jre8sr2fp10_ppc64le_build388480.tar.gz symSetup_jre8sr2fp10_win-x86_64_build388480.zip |
3.
Installation and configuration
3.1 Before
installation
1. Shut down the cluster.
Log on to the host as the cluster
administrator and run:
>
source $EGO_TOP/cshrc.platform
>
soamcontrol app disable all
>
egosh service stop all
>
egosh ego shutdown all
2. Back up the JRE folder.
Back up the JRE folder on all hosts in the
cluster:
The following steps use a Platform Symphony
7.1.1 cluster as an example:
For Linux 64-bit hosts:
>
$EGO_TOP/jre/3.3/linux-x86_64
For Linux ppc 64-bit hosts:
>
$EGO_TOP/jre/3.3/linux-ppc64
For Linux ppc 64-bit LE hosts:
>
$EGO_TOP/jre/3.3/linux-ppc64le
For Windows 64-bit hosts:
>
%SOAM_HOME%\..\jre\3.3
3.2 Installation
steps
1.
Log on to all hosts in the
cluster and replace your current JRE folder with the downloaded ones in the
following directory.
Note:
For Platform Symphony
7.1.1, use the JRE 8 packages to replace your original JRE.
For Platform Symphony
7.1 Fix Pack 1, use the JRE 7 packages to replace your original JRE.
For Platform Symphony
5.2, 6.1.0.1, and 6.1.1, use the JRE 6 packages to replace your original JRE.
JRE 8 packages:
symSetup_jre8sr2fp10_linux-64_build388480.tar.gz
symSetup_jre8sr2fp10_ppc64_build388480.tar.gz
symSetup_jre8sr2fp10_ppc64le_build388480.tar.gz
symSetup_jre8sr2fp10_win-x86_64_build388480.zip
JRE 7 packages:
symSetup_jre7sr9fp30_linux-64_build388480.tar.gz
symSetup_jre7sr9fp30_ppc64_build388480.tar.gz
symSetup_jre7sr9fp30_win-x86_64_build388480.zip
JRE 6 packages:
symSetup_jre6sr16fp20_linux-64_build388480.tar.gz
symSetup_jre6sr16fp20_ppc64_build388480.tar.gz
symSetup_jre6sr16fp20_win-x86_64_build388480.zip
The following steps use a Platform Symphony 7.1.1 cluster
as an example:
For Linux 64-bit hosts:
> rm -rf
$EGO_TOP/jre/3.3/linux-x86_64/*
> tar zxf
symSetup_jre8sr2fp10_linux-64_build388480.tar.gz -C
$EGO_TOP/jre/3.3/linux-x86_64
For Linux ppc 64-bit
hosts:
> rm -rf $EGO_TOP/jre/3.3/linux-ppc64/*
> tar zxf
symSetup_jre8sr2fp10_ppc64_build388480.tar.gz -C $EGO_TOP/jre/3.3/linux-ppc64
For Linux ppc 64-bit
LE hosts:
> rm -rf
$EGO_TOP/jre/3.3/linux-ppc64le/*
> tar zxf
symSetup_jre8sr2fp10_ppc64le_build388480.tar.gz -C
$EGO_TOP/jre/3.3/linux-ppc64le
For Windows 64-bit
hosts:
> rd /S /Q "%SOAM_HOME%\..\jre\3.3"
> mkdir "%SOAM_HOME%\..\jre\3.3"
Then, extract the symSetup_jre8sr2fp10_win-x86_64_build388480.zip
file to the %SOAM_HOME%\..\jre\3.3\ directory.
3.3 After
installation
1. Start the cluster.
>
source $EGO_TOP/cshrc.platform
>
egosh ego start all
3.4
Uninstalling
1. Shut down the cluster.
Log on to the host as the cluster
administrator and run:
>
source $EGO_TOP/cshrc.platform
>
soamcontrol app disable all
>
egosh service stop all
>
egosh ego shutdown all
2. Restore the backup files.
Log
on to all hosts in the cluster and restore the backup JRE folder:
The following steps use a Platform Symphony
7.1.1 cluster as an example:
For Linux 64-bit hosts, the JRE folder is:
>
$EGO_TOP/jre/3.3/linux-x86_64
For Linux ppc 64-bit hosts, the JRE folder
is:
>
$EGO_TOP/jre/3.3/linux-ppc64
For Linux ppc 64-bit LE hosts, the JRE folder
is:
>
$EGO_TOP/jre/3.3/linux-ppc64le
For Windows 64-bit hosts, the JRE folder is:
>
%SOAM_HOME%\..\jre\3.3
3. Start the cluster and enable the application.
>
source $EGO_TOP/cshrc.platform
>
egosh ego start all
4.
List of files
symSetup_jre6sr16fp20_linux-64_build388480.tar.gz
symSetup_jre6sr16fp20_ppc64_build388480.tar.gz
symSetup_jre6sr16fp20_win-x86_64_build388480.zip
symSetup_jre7sr9fp30_linux-64_build388480.tar.gz
symSetup_jre7sr9fp30_ppc64_build388480.tar.gz
symSetup_jre7sr9fp30_win-x86_64_build388480.zip
symSetup_jre8sr2fp10_linux-64_build388480.tar.gz
symSetup_jre8sr2fp10_ppc64_build388480.tar.gz
symSetup_jre8sr2fp10_ppc64le_build388480.tar.gz
symSetup_jre8sr2fp10_win-x86_64_build388480.zip
5. List of fixes
APAR: P101590
6. Copyright and trademark information
©
Copyright IBM Corporation 2016
U.S.
Government Users Restricted Rights - Use, duplication or disclosure restricted
by GSA ADP Schedule Contract with IBM Corp.
IBM®, the IBM logo and ibm.com® are trademarks of International
Business Machines Corp., registered in many jurisdictions worldwide. Other
product and service names might be trademarks of IBM or other companies. A
current list of IBM trademarks is available on the Web at "Copyright and
trademark information" at www.ibm.com/legal/copytrade.shtml.