IBM Spectrum LSF RTM
10.1.0.6 Fix 551035 Readme
Abstract
This fix resolves an issue with how ss_grid_hgroup_stats.php calculates the number of slots and retains host information when the host status is abnormal.
Description
Readme
documentation for IBM Spectrum LSF RTM 10.1.0.6 Fix 551035 including
installation-related instructions, prerequisites and co-requisites, and
list of enhancements.
This
fix resolves the following issue:
This
fix resolves this issue by modifying how the ss_grid_hgroup_stats.php
script calculates the number of slots, and by retaining host information
when the host status is abnormal.
Readme file for: IBM® Spectrum LSF RTM
Product/Component Release: 10.1.0.6
Update Name: Fix 551035
Fix ID: rtm-10.1.0.6-build551035
Publication date: July 2, 2020
Last modified date: July 2, 2020
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 P103713
2. Download Location
Download Fix 551035 from the following location: http://www-933.ibm.com/support/fixcentral
3. Products or components affected
RTM Server
4. System requirements
RHEL 6.x for x86_64
5. Installation and configuration
• In this document, RTM_TOP
describes the top-level IBM Spectrum LSF RTM Server installation
directory.
For example, this directory
may refer to the following:
* /opt/IBM/
5.1 Before installation
1) Back up the following files in rtm_backup551035.tar
# cd ${RTM_TOP}
# tar -cvf
rtm_backup551035.tar cacti/scripts/ss_grid_hgroup_stats.php
rtm/lsf101/bin/gridhosts
5.2 Installation steps
1) Download and extract rtm10.1.0.6-build551035.tar.gz to the RTM_TOP directory
# cd ${RTM_TOP}
# tar -zxvf
rtm10.1.0.6-build551035.tar.gz
2) Run following SQL in
database 'cacti'
alter table
grid_hostinfo add column nProcs int(10) unsigned NOT NULL DEFAULT 0;
alter table grid_hostinfo add
column nThreads int(10) unsigned NOT NULL DEFAULT 0;
5.3 After installation
N/A
5.4 Uninstallation
1) Roll back the fix by overwriting files with the files you backed up in rtm_backup551035.tar
# cd ${RTM_TOP}
# tar -xvf rtm_backup551035.tar
6. List of files
7. Copyright and trademark
information
© Copyright IBM Corporation 2020
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.