Readme File for IBM® Platform Symphony, IBM Spectrum Symphony Interim Fix 479051

Readme File for: IBM Platform Symphony, IBM Spectrum Symphony

Product Release: 6.1.1, 7.1 Fix Pack 1, 7.1.1, 7.1.2 and 7.2

Update Name: Interim Fix 479051

Fix ID: sym-build479051

Publication Date: January 31, 2018

This interim fix enables you to upgrade the IBM Java Runtime Environment (JRE) in IBM Platform Symphony / IBM Spectrum Symphony to fix a security vulnerability in IBM Java SDK that affects multiple product releases.

Contents

1. List of fixes

2. Download location

3. Installation and verification

4. Uninstallation

5. List of files

6. Copyright and trademark information

1.    List of fixes

APAR: P102477

2.    Download location

Download interim fix 479051 from the following location: https://www.ibm.com/eserver/support/fixes/

3.    Installation and verification

Follow the instructions in this section to download and install this interim fix in your cluster.

System requirements

Linux x86_64

Packages

Download the JRE package that applies to your product version:

Product version

Package to download

Description

CVE

IBM Spectrum Symphony 7.2

egojre-8.0.5.7.x86_64.rpm

Package for JRE 8 SR5 FP7

CVE-2017-10346

CVE-2017-10285

CVE-2017-10388

CVE-2017-10309

CVE-2017-10356

CVE-2017-10293

CVE-2016-9840

CVE-2016-9841

CVE-2016-9842

CVE-2016-9843

CVE-2016-10165

CVE-2017-10355

CVE-2017-10357

CVE-2017-10348

CVE-2017-10349

CVE-2017-10347

CVE-2017-10350

CVE-2017-10281

CVE-2017-10295

CVE-2017-10345

IBM Spectrum Symphony 7.1.2

egojre-1.8.0.507.x86_64.rpm

Package for JRE 8 SR5 FP7

Same as above

Platform Symphony 7.1.1

symSetup_jre8sr5fp7_linux-64_build479051.tar.gz

Package for JRE 8 SR5 FP7

Same as above

Platform Symphony 7.1 Fix Pack 1

symSetup_jre7sr10fp15_linux-64_build479051.tar.gz

Package for JRE 7 SR10 FP15

CVE-2017-10346

CVE-2017-10285

CVE-2017-10388

CVE-2017-10356

CVE-2017-10293

CVE-2016-9840

CVE-2016-9841

CVE-2016-9842

CVE-2016-9843

CVE-2016-10165

CVE-2017-10355

CVE-2017-10357

CVE-2017-10348

CVE-2017-10349

CVE-2017-10347

CVE-2017-10350

CVE-2017-10281

CVE-2017-10295

CVE-2017-10345

Platform Symphony 6.1.1

symSetup_jre6sr16fp55_linux-64_build479051.tar.gz

Package for JRE 6 SR16 FP55

CVE-2017-10346

CVE-2017-10285

CVE-2017-10388

CVE-2017-10356

CVE-2017-10293

CVE-2016-9840

CVE-2016-9841

CVE-2016-9842

CVE-2016-9843

CVE-2017-10355

CVE-2017-10357

CVE-2017-10348

CVE-2017-10349

CVE-2017-10347

CVE-2017-10350

CVE-2017-10281

CVE-2017-10295

CVE-2017-10345

Before installation

a.     Log on to the master host as the cluster administrator:

egosh user logon -u Admin -x Admin

b.     Disable your applications, stop services, and shut down the cluster:

> soamcontrol app disable all

> egosh service stop all

> egosh ego shutdown all

c.     Complete the following steps for your product version:

·       For 6.1.1, 7.1 Fix Pack 1 and 7.1.1 clusters, log on to each host and back up the JRE folder under $EGO_TOP/jre/<EGO_version>/linux-x86_64/.

For example, in the 7.1.1 cluster, back up the JRE folder at $EGO_TOP/jre/3.3/linux-x86_64/.

·       For 7.1.2 and 7.2 clusters, log on to each host and uninstall the existing JRE.

NOTE: To uninstall the RPM package, you must have root permission; RPM version 4.2.1 or later must be installed on the host.

                             i.         Query the existing JRE package and uninstall it from the dbpath location, for example:

    > rpm -qa --dbpath /tmp/rpm |grep egojre

      egojre-1.8.0.3-408454.x86_64

    > rpm -e egojre-1.8.0.3-408454.x86_64 --dbpath /tmp/rpm --nodeps

                            ii.         For IBM Spectrum Symphony 7.2, remove the link under the jre folder, for example:

> rm -rf $EGO_TOP/jre/8.0.3.21

Installation

a.      Log on to each host as the cluster administrator and replace your current JRE folder with the files in this interim fix.

NOTE: To install the RPM package, you must have root permission; RPM version 4.2.1 or later must be installed on the host.

·       For 6.1.1, 7.1 Fix Pack 1 and 7.1.1 clusters, remove the files in the existing JRE folder and extract the interim fix package to the JRE folder on each host.

For example, for hosts in the 7.1.1 cluster, enter the following commands:

> rm -rf $EGO_TOP/jre/3.3/linux-x86_64/*

> tar zxfo symSetup_jre8sr5fp7_linux-64_build479051.tar.gz -C $EGO_TOP/jre/3.3/linux-x86_64

·       For 7.1.2 and 7.2, use the same dbpath and prefix, for example:

> rpm –ivh --dbpath /tmp/rpm --prefix /opt/platform egojre-1.8.0.507.x86_64.rpm

b.      Delete all subdirectories and files in the GUI work directory:

rm -rf $EGO_TOP/gui/work/*

c.       Launch your browser and clear the browser cache.

d.      Start the cluster and enable your applications:

> egosh ego start all

> soamcontrol app enable <appName>

Verify the installation

For Platform Symphony 6.1.1, run the java -version command to verify the installation. For example:

> java -version

java version "1.6.0"

Java(TM) SE Runtime Environment (build pxa6460sr16fp55-20171123_01(SR16 FP55))

IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr16fp55-20171016_367398 (JIT enabled, AOT enabled)

J9VM - 20171016_367398

JIT  - r9_20171016_367398

GC   - GA24_Java6_SR16_20171016_1318_B367398)

JCL  - 20171109_01

For Platform Symphony 7.1 Fix Pack 1, run the java -version command to verify the installation. For example:

> java -version

java version "1.7.0"

Java(TM) SE Runtime Environment (build pxa6470sr10fp15-20171116_01(SR10 FP15))

IBM J9 VM (build 2.6, JRE 1.7.0 Linux amd64-64 Compressed References 20171011_366933 (JIT enabled, AOT enabled)

J9VM - R26_Java726_SR10_20171011_1726_B366933

JIT  - r11_20171011_366933

GC   - R26_Java726_SR10_20171011_1726_B366933_CMPRSS

J9CL - 20171011_366933)

JCL - 20171109_01 based on Oracle jdk7u161-b13

For Platform Symphony 7.1.1, run the java -version command to verify the installation. For example:

        > java -version

    java version "1.8.0_151"

Java(TM) SE Runtime Environment (build 8.0.5.7 - pxa6480sr5fp7-20171216_01(SR5 FP7))

IBM J9 VM (build 2.9, JRE 1.8.0 Linux amd64-64 Compressed References 20171215_373586 (JIT enabled, AOT enabled)

OpenJ9   - 5aa401f

OMR      - 101e793

IBM      - b4a79bf)

JCL - 20171214_01 based on Oracle jdk8u151-b12

For IBM Spectrum Symphony 7.1.2, run the rpm -qa command to verify the installation. For example:

> rpm -qa --dbpath /tmp/rpm |grep egojre

  egojre-1.8.0.507-479051.x86_64

For IBM Spectrum Symphony 7.2, run the rpm -qa command to verify the installation. For example:

> rpm -qa --dbpath /tmp/rpm |grep egojre

  egojre-8.0.5.7-479051.x86_64

4.    Uninstallation

If required, follow the instructions in this section to uninstall this interim fix in your cluster.

a.     Log on to the master host as the cluster administrator:

egosh user logon -u Admin -x Admin

b.     Disable your applications, stop services, and shut down the cluster:

> soamcontrol app disable all

> egosh service stop all

> egosh ego shutdown all

c.     Log on to all hosts in the cluster as cluster administrator and restore the JRE folder from your backup.

·       For 6.1.1, 7.1 Fix Pack 1 and 7.1.1 clusters, restore the $EGO_TOP/jre/<EGO_version>/linux-x86_64/ folder from your backup.

For example, in the 7.1.1 cluster, restore the $EGO_TOP/jre/3.3/linux-x86_64/ folder.

·       For 7.1.2 and 7.2 clusters, uninstall the existing JRE, then install the old one:

        NOTE: To uninstall the RPM package, you must have root permission and RPM version 4.2.1 or later must be installed on the host.

                             i.         Uninstall the JRE fix, for example:

> rpm -e egojre-1.8.0.507-479051.x86_64 --dbpath /tmp/rpm/ --nodeps

For the 7.2 cluster, remove the link under the jre folder, for example:

> rm -rf $EGO_TOP/jre/8.0.5.7

                            ii.         Extract the egojre RPM package from the BIN installation package for IBM Spectrum Symphony 7.1.2, for example:

> sym-7.1.2.0_x86_64.bin --extract /opt/extract

                           iii.         Reinstall the old JRE package; use the same dbpath and prefix, for example:

> rpm -ivh --dbpath /tmp/rpm --prefix /opt/extract/egojre-1.8.0.3.x86_64.rpm

d.     Delete all subdirectories and files in the GUI work directory:

rm -rf $EGO_TOP/gui/work/*

e.     Launch your browser and clear the browser cache.

f.      Start the cluster and enable your applications:

> egosh ego start all

> soamcontrol app enable <appName>

5.    List of files

egojre-8.0.5.7.x86_64.rpm

egojre-1.8.0.507.x86_64.rpm

symSetup_jre6sr16fp55_linux-64_build479051.tar.gz

symSetup_jre7sr10fp15_linux-64_build479051.tar.gz

symSetup_jre8sr5fp7_linux-64_build479051.tar.gz

6.    Copyright and trademark information

© Copyright IBM Corporation 2018

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.