IBM Spectrum LSF RTM
10.2 Fix 600173 Readme
Abstract
This fix resolves the issue that blocks queries that are running for
over 10 hours.
Description
Readme
documentation for IBM Spectrum LSF RTM 10.2 Fix 600173 including
installation-related instructions, prerequisites and co-requisites, and
list of enhancements.
This
fix resolves the following issue:
A query that is running over 10 hours is blocked in the
grid/lib/grid_functions.php script.
Readme file for: IBM® Spectrum LSF RTM
Product/Component Release: 10.2
Update Name: Fix 600173
Fix ID: rtm-10.2-build600173
Publication date: Feb. 3, 2021
Last modified date: Feb. 3, 2021
Contents:
1. List of fixes
2. Download location
3. Products or components affected
4. System
requirements
5. Installation and configuration
6. List of files
7. Copyright and trademark information
1. List of fixes
APAR P104070
2. Download location
Download Fix 600173 from the following location: http://www-933.ibm.com/support/fixcentral
3. Products or components affected
RTM Poller
4. System requirements
RHEL 7.x for x86_64
5. Installation and configuration
• In this document, RTM_TOP
describes the top-level IBM Spectrum LSF RTM Poller 10.2 FP11 install
package directory.
5.1 Before installation
1) Back up the following files in rtm_backup600173.tar
# cd ${RTM_TOP}
# tar -cvf
rtm_backup600173.tar
cacti/plugins/grid/lib/grid_functions.php
5.2 Installation steps
1) Download and extract rtm10.2-rhel7-x64-build600173.tar.gz to the RTM_TOP directory
# cd ${RTM_TOP}
# tar -zxvf rtm10.2-rhel7-x64-build600173.tar.gz
2) Run following SQL command to the RTM database 'cacti'
ALTER
TABLE grid_jobs ADD INDEX stat_last_updated (stat, last_updated);
5.3 After installation
1) N/A
5.4 Uninstallation
1) Roll back the fix by overwriting files with the files you backed up in rtm_backup600173.tar
# cd ${RTM_TOP}
# tar -xvf rtm_backup600173.tar
2) Run following SQL command
to the RTM database 'cacti'
ALTER TABLE grid_jobs DROP INDEX stat_last_updated;
6. List of files
7. Copyright and trademark
information
© Copyright IBM Corporation 2021
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.