- List of fixes
P103185
- Download location
Download from the following location: http://www.ibm.com/eserver/support/fixes/
- Product notifications:
To receive information about product solution and patch updates
automatically, subscribe to product notifications on the My
notifications page http://www.ibm.com/support/mynotifications/
on the IBM Support website (http://support.ibm.com). You can edit your
subscription settings to choose the types of information you want to
get notification about, for example, security bulletins, fixes,
troubleshooting, and product enhancements or documentation changes.
- Products or components affected
N/A
- System requirements
- Installation and configuration
- 6.1 Before installation
- Log on to the IBM Spectrum LSF Application Center server
host as root.
- Set your IBM Spectrum LSF Application Center environment.
For csh or tcsh:
% source /opt/pac/cshrc.platform
For sh, ksh, or bash:
$ . /opt/pac/profile.platform
- Determine the location of your existing IBM Spectrum LSF
Application Center installation.
#rpm -q --queryformat "%{INSTPREFIXES}\n" pcc-appcenter
- Check and record the version and build number of your
existing installation of IBM Spectrum LSF Application Center in case
you need to roll back the fix.
pmcadmin -V
- Stop all IBM Spectrum LSF Application Center services.
perfadmin stop all
pmcadmin stop
- Back up your existing installation.
For example:
#cp -rfp /opt/pac /opt/pac.bak
- 6.2 Installation steps for IBM Spectrum LSF
Application Center V10.1.0.
The following steps assume that IBM Spectrum LSF Application
Center is installed in /opt/pac.
Replace with your actual installation directory.
Note: This patch is only for LSF Application Center V10.1.0. If you
are using other versions, you must first migrate to V10.1.0 before
applying this patch.
- Extract pac10.1.0.3_standard_linux-x64.tar.Z.
tar -xzvf pac10.1.0.3_standard_linux-x64.tar.Z
- As root, log on to your IBM Spectrum LSF Application
Center 10.1 host.
- Set your IBM Spectrum LSF Application Center environment.
For csh or tcsh:
% source /opt/pac/cshrc.platform
For sh, ksh, or bash:
$ . /opt/pac/profile.platform
- Configure the pacinstall.sh file
Replace ${INSTALLATION_TOP} with your actual installation directory,
set ${USE_REMOTE_DB} as 'Y' in case of PAC HA.
- Install the patch
./pacinstall.sh
Note: Make sure the script and all RPM files for the upgrade package
are in the same directory.
- Run following commands to rebuild database
/usr/bin/mysql --user=root --password=${PASSWORD} -e "drop database pac;"
/usr/bin/mysql --user=root --password=${PASSWORD} -e "create database pac default character set utf8 default collate utf8_bin;"
/usr/bin/mysql --user=root --password=${PASSWORD} -e "GRANT ALL ON pac.* TO pacuser@'%' IDENTIFIED BY 'pacuser';"
/usr/bin/mysql --user=root --password=${PASSWORD} -e "GRANT ALL ON pac.* TO pacuser@localhost IDENTIFIED BY 'pacuser';"
/usr/bin/mysql --user=root --password=${PASSWORD} pac < $PMC_TOP/perf/ego/1.2/DBschema/MySQL/egodata.sql
/usr/bin/mysql --user=root --password=${PASSWORD} pac < $PMC_TOP/perf/lsf/${PERF_LSF_VERSION}/DBschema/MySQL/lsfdata.sql
/usr/bin/mysql --user=root --password=${PASSWORD} pac < $PMC_TOP/perf/lsf/${PERF_LSF_VERSION}/DBschema/MySQL/lsf_sql.sql
/usr/bin/mysql --user=root --password=${PASSWORD} pac < $PMC_TOP/gui/DBschema/MySQL/create_schema.sql
/usr/bin/mysql --user=root --password=${PASSWORD} pac < $PMC_TOP/gui/DBschema/MySQL/create_pac_schema.sql
/usr/bin/mysql --user=root --password=${PASSWORD} pac < $PMC_TOP/gui/DBschema/MySQL/init.sql
/usr/bin/mysql --user=root --password=${PASSWORD} pac < $PMC_TOP/rule-engine/DBschema/MySQL/create_rule-engine_data.sql
Where ${PASSWORD} is root password of mysql, ${PERF_LSF_VERSION} is your LSF version, it should be 8.0, 9.0 or 10.0.
- Start IBM Spectrum LSF Application Center services.
perfadmin start all
pmcadmin start
- Uninstallation
- 7.1 Before uninstallation
Stop all IBM Spectrum LSF Application Center services:
perfadmin stop all
pmcadmin stop
- 7.2 Roll back the fix
The following steps assume that IBM Spectrum LSF Application
Center is installed in the /opt/pac directory.
Replace this with your actual installation directory.
- Determine the location of your existing IBM Application
Center installation.
#rpm -q --queryformat "%{INSTPREFIXES}\n" pcc-appcenter
- Download package pac-10.1-build504983
- Set your IBM Spectrum LSF Application Center environment:
For csh or tcsh:
% source /opt/pac/cshrc.platform
For sh, ksh, or bash:
$ . /opt/pac/profile.platform
- Extract pac10.1.0.3_standard_linux-x64.tar.Z.
tar -xzvf pac10.1.0.3_standard_linux-x64.tar.Z
- Configure the pacinstall.sh file
Replace ${INSTALLATION_TOP} with your acture installation directory
- Uninstall the current version and install the package of previous version
./pacuninstall.sh;./pacinstall.sh
Note: Make sure the script and all RPMs for the downgrade package are
in the same directory.
- If you have made any customizations, reapply your
customizations from the backup directory.
- Start IBM Spectrum LSF Application Center services
perfadmin start all
pmcadmin start
- Clear your browser cache before logging into IBM Spectrum
LSF Application Center.
This is required on every browser that will access IBM Spectrum LSF
Application Center. Otherwise, IBM Spectrum LSF Application Center will
not work properly.
- List of files
$PMC_TOP/gui/3.0/wlp/usr/servers/platform/apps/platform.war/WEB-INF/classes/com/platform/gui/pac/application/util/ApplicationTemplateACLUtil.class
- Copyright and trademark information
©Copyright IBM Corporation 2019
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 http://www.ibm.com/legal/copytrade.shtml