IBM Spectrum Symphony 7.1.2 Interim Fix 416816 Readme File

Abstract
Unable to see internal resource groups on the Consumer properties page.

Description
You are unable to see any internal resource groups (such as InternalResourceGroup, MapReduceInternalResourceGroup, DataNodeRG, NameNodeRG, or SecondaryNodeRG) from the Resources > Consumers page within the management console.


After applying this fix, you can define which internal resource groups should display or be hidden.


This fix applies only to the following platform:
Linux-x86_64

Readme file for: IBM® Spectrum Symphony
Product/Component Release: 7.1.2
Update Name:
Interim Fix 416816
Fix ID:
sym-7.1.2-build416816
Publication date:
11 August 2016
Last modified date:
11 August 2016

Contents:

1.     List of fixes

2.     Download location

3.     Products or components affected

4.     Installation and configuration

5.     List of files

6.     Copyright and trademark information 

1.   List of fixes

APAR: P101833

2.   Download location

Download Fix 416816 from the following location: http://www.ibm.com/eserver/support/fixes/ 

3.   Products or components affected 

Product/Component Name:
IBM Spectrum Symphony/GUI

4.   Installation and configuration

4.1 Before installation 

1.    Stop the WEBGUI service:

   > egosh user logon -u Admin -x Admin
   > egosh service stop WEBGUI      

2.    Back up the following files:

$EGO_TOP/wlp/usr/servers/gui/apps/ego/3.4/platform/consumerManage/consumerManage.jsp

$EGO_TOP/gui/3.4/lib/egogui.jar

4.2 Installation steps 
Log on to every management host in the cluster and decompress the tar.gz file to your IBM Spectrum Symphony installation directory:

   > tar zxfo sym-7.1.2.0_x86_64_build416816.tar.gz -C $EGO_TOP

4.3 After installation 

1.    Clean up the GUI work directories and the browser cache. Delete all subdirectories and files in following directories:

  > rm -rf $EGO_TOP/gui/work/*
  > rmrf $EGO_TOP/gui/workarea/*

2.    Add the following parameter in the $EGO_CONFDIR/../../gui/conf/pmcconf/pmc_conf_ego.xml file:

<Parameter>
      <Name>hideInternalResourceGroup</Name>

<!-- This parameter allows the user to define which resource group should be hidden on consumer properties page. By default, not define this parameter, it will hide InternalResourceGroup, MapReduceInternalResourceGroup, DataNodeRG, NameNodeRG and SecondaryNodeRG internal resource groups. Resource group names must be separated by a semicolon (";"). -->

<Value>InternalResourceGroup;MapReduceInternalResourceGroup;DataNodeRG;NameNodeRG;SecondaryNodeRG;</Value>
</Parameter>

Valid values:

(1)If you want to see all internal resource groups on consumer properties page, please define the value as follows:

<Value>;</Value>

(2)If you define the value as: <Value></Value>, it will hide all internal resource groups on consumer properties page;

(3)If you want to see InternalResourceGroup on consumer properties page, please remove InternalResourceGroup from the Value;

3.    Start the WEBGUI service:

  > egosh user logon -u Admin -x Admin
  > egosh service start WEBGUI

4.4 Uninstallation 

1.    Stop the WEBGUI service:

  > egosh user logon -u Admin -x Admin
  > egosh service stop WEBGUI

2.    Restore the following files on all management hosts with the backed-up files:

$EGO_TOP/wlp/usr/servers/gui/apps/ego/3.4/platform/consumerManage/consumerManage.jsp

$EGO_TOP/gui/3.4/lib/egogui.jar

3.    Remove the parameter in the $EGO_CONFDIR/../../gui/conf/pmcconf/pmc_conf_ego.xml file:

<Parameter>
      <Name>hideInternalResourceGroup</Name>

<!-- This parameter allows the user to define which resource group should be hidden on consumer properties page. By default, not define this parameter, it will hide InternalResourceGroup, MapReduceInternalResourceGroup, DataNodeRG, NameNodeRG and SecondaryNodeRG internal resource groups. Resource group names must be separated by a semicolon (";"). -->

<Value>InternalResourceGroup;MapReduceInternalResourceGroup;DataNodeRG;NameNodeRG;SecondaryNodeRG;</Value>
</Parameter>

4.    Clean up the GUI work directories and the browser cache. Delete all subdirectories and files in following directories:

          > rm -rf $EGO_TOP/gui/work/*
          > rmrf $EGO_TOP/gui/workarea/*

5.    Start the WEBGUI service:

> egosh service start WEBGUI

5.   List of files

consumerManage.jsp

egogui.jar

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.