Readme file for IBM®
Spectrum LSF RTM 10.2.0.13 fix 601270
Abstract
This fix extends the length of ldap search
filter field of the user domain definition.
Description
Readme documentation for IBM Spectrum LSF RTM 10.2.0.13 fix 601270 including
installation-related instructions, prerequisites and co-requisites, and list of
enhancements.
This fix resolves the following issue:
The user domain definition page does not support
ldap search filter fields
with long data types.
Readme
file for: IBM Spectrum LSF RTM
Product
or component release: 10.2.0.13
Update
name: Fix 601270
Fix
ID: rtm-10.2.0.13-build601270
Publication
date: 26 August 2022
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
P104734
2.
Download location
Download
fix 601270 from the following location: https://www.ibm.com/support/fixcentral
3.
Products or components affected
RTM
Server
4.
System requirements
SLES
15 for x86_64
5.
Installation and configuration
RTM_TOP describes the
top-level IBM Spectrum LSF RTM Server 10.2 Fix Pack 13 installation package
directory.
Before you install:
Back up the following files in rtm_backup601270.tar:
#
cd ${RTM_TOP}
# tar -cvf rtm_backup601270.tar cacti/cacti.sql
cacti/CHANGELOG cacti/docs/audit_schema.sql cacti/user_domains.php
For the installation steps, note the
database user and password from the ${RTM_TOP}/cacti/include/config.php file.
Installation steps:
Run the following SQL to extend table
column length by replacing $db_user and $db_passwd with the database user
and password recorded in the previous step:
# mysql cacti -u$db_user
-p$db_passwd -e "ALTER TABLE user_domains_ldap
MODIFY COLUMN search_filter VARCHAR(512)
NOT NULL default ''"
Download and extract rtm10.2-sles15-x64-build601270.tar.gz to the RTM_TOP
directory:
# cd ${RTM_TOP}
# tar -zxvf rtm10.2-sles15-x64-build601270.tar.gz
Uninstallation:
Roll back the fix by overwriting files
with the files that you backed up in rtm_backup601270.tar:
# cd ${RTM_TOP}
# tar -xvf rtm_backup601270.tar
6.
List of files
cacti/cacti.sql
cacti/CHANGELOG
cacti/docs/audit_schema.sql
cacti/user_domains.php
7.
Product notifications
To
receive information about product solution and fix updates automatically,
subscribe to product notifications on the My notifications page (www.ibm.com/support/mynotifications) on the
IBM Support website (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.
8.
Copyright and trademark information
©
Copyright IBM Corporation 2022
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.