Readme file for IBM® Spectrum LSF 10.1 fix 601141
Abstract
P104627. This fix extends HTTP read timeout to 20 seconds for the LSF resource connector (host factory) for Google Compute Cloud plug-in.
Description
Readme documentation for IBM® Spectrum LSF 10.1 fix 601141 including installation-related instructions, prerequisites and co-requisites, and list of fixes.
This fix addresses the following issues:
When LSF resource connector requests to create instances from Google Compute Cloud through regional bulk API, it fails with HTTP read timeout. This fix extends Google Compute Cloud client HTTP read timeout to 20 seconds by default. Two parameters are added in the googleprov_config.json configuration file:
1. HTTP_CONNECT_TIMEOUT: Optional. Set the Google Compute Cloud client HTTP connect timeout value in seconds. Valid value must be greater than 0 and less than 60. Default setting is 10 seconds
2. HTTP_READ_TIMEOUT: Optional. Sets the Google Compute Cloud client HTTP read timeout value in seconds. Valid value must be greater than 0 and less than 60. Default setting is 20 seconds.
Readme file for: IBM® Spectrum LSF
Product or component release: 10.1
Update name: Fix 601141
Fix ID: LSF-10.1-build601141
Publication date: May 30, 2022
Last modified date: May 30, 2022
Contents
1. List of fixes
2. Download location
3. Product or components affected
4. System requirements
5. Installation and configuration
6. List of files
7. Product notifications
8. Copyright and trademark information
1. List of fixes
P104627
2. Download locations
Download fix 601141 from the following location: https://www.ibm.com/support/fixcentral
3. Product or components affected
Affected product or components include(the list matches the issues list in description):
resource_connector/google/lib/jackson-annotations-2.12.4.jar
resource_connector/google/lib/jackson-core-2.12.4.jar
resource_connector/google/lib/jackson-databind-2.12.4.jar
resource_connector/google/lib/google-api-client-1.31.1.jar
resource_connector/google/lib/google-api-services-compute-v1-rev20210301-1.31.0.jar
resource_connector/google/lib/google-auth-library-credentials-0.22.1.jar
resource_connector/google/lib/google-auth-library-oauth2-http-0.22.1.jar
resource_connector/google/lib/auto-value-annotations-1.7.4.jar
resource_connector/google/lib/jsr305-3.0.2.jar
resource_connector/google/lib/error_prone_annotations-2.3.4.jar
resource_connector/google/lib/failureaccess-1.0.1.jar
resource_connector/google/lib/guava-30.0-android.jar
resource_connector/google/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
resource_connector/google/lib/google-http-client-1.38.0.jar
resource_connector/google/lib/google-http-client-apache-v2-1.38.0.jar
resource_connector/google/lib/google-http-client-jackson2-1.38.0.jar
resource_connector/google/lib/j2objc-annotations-1.3.jar
resource_connector/google/lib/google-oauth-client-1.31.2.jar
resource_connector/google/lib/commons-beanutils-1.9.4.jar
resource_connector/google/lib/commons-codec-1.14.jar
resource_connector/google/lib/commons-collections-3.2.2.jar
resource_connector/google/lib/commons-lang-2.6.jar
resource_connector/google/lib/commons-logging-1.2.jar
resource_connector/google/lib/grpc-context-1.22.1.jar
resource_connector/google/lib/opencensus-api-0.24.0.jar
resource_connector/google/lib/opencensus-contrib-http-util-0.24.0.jar
resource_connector/google/lib/ezmorph-1.0.6.jar
resource_connector/google/lib/json-lib-2.2.3-jdk15.jar
resource_connector/google/lib/httpclient-4.5.13.jar
resource_connector/google/lib/httpcore-4.4.13.jar
resource_connector/google/lib/log4j-api-2.17.1.jar
resource_connector/google/lib/log4j-core-2.17.1.jar
resource_connector/google/lib/checker-compat-qual-2.5.5.jar
resource_connector/google/lib/GcloudTool.jar
4. System requirements
linux2.6-glibc2.3-x86_64
linux3.10-glibc2.17-x86_64
5. Installation and configuration
5.1 Before you install
(LSF_TOP=Full path to the top-level installation directory of LSF.)
1) Log on to the LSF management host as root
2) Set the LSF cluster environment:
- For csh or tcsh: % source LSF_TOP/conf/cshrc.lsf
- For sh, ksh, or bash: $ . LSF_TOP/conf/profile.lsf
3) Backup Google Compute Cloud library .jar files: mv LSF_TOP/resource_connector/google/lib _backup_directory
5.2 Installation steps
1) Go to install directory of the fix: cd $LSF_ENVDIR/../10.1/install/
2) Copy the fix file to the install directory $LSF_ENVDIR/../10.1/install/
3) Run patchinstall: ./patchinstall <fix>
5.3 After you install
1) NA
5.4 Uninstallation
1) Log on to the LSF management host as root and set the LSF cluster environment
2) Go to install directory of the fix: cd $LSF_ENVDIR/../10.1/install/
3) Run ./patchinstall -r <fix>
4) Restore your previously backup Google Compute Cloud library .jar files: mv _backup_directory LSF_TOP/resource_connector/google/lib
6. List of files
resource_connector/google/lib/jackson-annotations-2.12.4.jar
resource_connector/google/lib/jackson-core-2.12.4.jar
resource_connector/google/lib/jackson-databind-2.12.4.jar
resource_connector/google/lib/google-api-client-1.31.1.jar
resource_connector/google/lib/google-api-services-compute-v1-rev20210301-1.31.0.jar
resource_connector/google/lib/google-auth-library-credentials-0.22.1.jar
resource_connector/google/lib/google-auth-library-oauth2-http-0.22.1.jar
resource_connector/google/lib/auto-value-annotations-1.7.4.jar
resource_connector/google/lib/jsr305-3.0.2.jar
resource_connector/google/lib/error_prone_annotations-2.3.4.jar
resource_connector/google/lib/failureaccess-1.0.1.jar
resource_connector/google/lib/guava-30.0-android.jar
resource_connector/google/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
resource_connector/google/lib/google-http-client-1.38.0.jar
resource_connector/google/lib/google-http-client-apache-v2-1.38.0.jar
resource_connector/google/lib/google-http-client-jackson2-1.38.0.jar
resource_connector/google/lib/j2objc-annotations-1.3.jar
resource_connector/google/lib/google-oauth-client-1.31.2.jar
resource_connector/google/lib/commons-beanutils-1.9.4.jar
resource_connector/google/lib/commons-codec-1.14.jar
resource_connector/google/lib/commons-collections-3.2.2.jar
resource_connector/google/lib/commons-lang-2.6.jar
resource_connector/google/lib/commons-logging-1.2.jar
resource_connector/google/lib/grpc-context-1.22.1.jar
resource_connector/google/lib/opencensus-api-0.24.0.jar
resource_connector/google/lib/opencensus-contrib-http-util-0.24.0.jar
resource_connector/google/lib/ezmorph-1.0.6.jar
resource_connector/google/lib/json-lib-2.2.3-jdk15.jar
resource_connector/google/lib/httpclient-4.5.13.jar
resource_connector/google/lib/httpcore-4.4.13.jar
resource_connector/google/lib/log4j-api-2.17.1.jar
resource_connector/google/lib/log4j-core-2.17.1.jar
resource_connector/google/lib/checker-compat-qual-2.5.5.jar
resource_connector/google/lib/GcloudTool.jar
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.