IBM® Spectrum LSF 10.1 Fix 600451 Readme File 


Abstract

P104238. This solution enhances the LSF resource connector to support new Google Cloud features, including instance templates, local SSDs, preemptible VMs, and bulk APIs.


Description

Readme documentation for IBM® Spectrum LSF 10.1 Fix 600451 including installation-related instructions, prerequisites and co-requisites, and list of fixes.

This fix addresses the following issue:

This solution enhances the LSF resource connector to support new Google Cloud features, including the following:

    - Instance template (For more details, refer to https://cloud.google.com/compute/docs/instance-templates):

      Define launchTemplateId in the googleprov_templates.json file, specifying the name of a template that is already created on Google Cloud:

               “launchTemplateId” : “templateName”

    - Local SSDs (For more details, refer to https://cloud.google.com/compute/docs/disks/local-ssd):

      This is supported through launch instance templates. You can attach Local SSDs when you create instance templates on Google Cloud (Disks > Add new disks > Type: Local SSD scratch disk).

      LSF includes sample code to mount SSDs in the example_user_data.sh file, which is located in $LSF_TOP/10.1/resource_connector/google/scripts.

    - Preemptible VMs (For more details, refer to https://cloud.google.com/compute/docs/instances/preemptible):

      This would be supported through launch instance templates. Set Preemptibility to ON when creating the template on Google Cloud.

    - Bulk APIs (For more details, refer to https://cloud.google.com/compute/docs/instances/using-bulk-api):

      Bulk APIs are used by default to improve VM creation performance. Both zonal bulk API and regional bulk API are supported. If it does not matter in which zone you want to create your instances, 

      you can set your configuration so that regional API endpoint is called. For regional bulk requests, GCE will intelligently choose the zone in which to create your VMs, taking into consideration the 

      available hardware capacity in each zone. Whether to call zonal or regional bulk API is determined by the user’s configuration:


Readme File for: IBM® Spectrum LSF

Product/Component Release: 10.1

Update Name: Fix 600451

Fix ID: LSF-10.1-build600451

Publication Date: May 27, 2021

Last Modified Date: May 27, 2021

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

P104238


2. Download Locations

Download Fix 600451 from the following location: http://www.ibm.com/eserver/support/fixes/


3. Product or Components Affected

Affected product or components include:

LSF/resource_connector/google/lib/checker-compat-qual-2.5.5.jar

LSF/resource_connector/google/lib/commons-beanutils-1.9.4.jar

LSF/resource_connector/google/lib/commons-codec-1.11.jar

LSF/resource_connector/google/lib/commons-collections-3.2.2.jar

LSF/resource_connector/google/lib/commons-lang-2.6.jar

LSF/resource_connector/google/lib/commons-logging-1.2.jar

LSF/resource_connector/google/lib/error_prone_annotations-2.3.4.jar

LSF/resource_connector/google/lib/ezmorph-1.0.6.jar

LSF/resource_connector/google/lib/failureaccess-1.0.1.jar

LSF/resource_connector/google/lib/GcloudTool.jar

LSF/resource_connector/google/lib/google-api-client-1.31.1.jar

LSF/resource_connector/google/lib/google-api-services-compute-v1-rev20210301-1.31.0.jar

LSF/resource_connector/google/lib/google-auth-library-credentials-0.22.1.jar

LSF/resource_connector/google/lib/google-auth-library-oauth2-http-0.22.1.jar

LSF/resource_connector/google/lib/google-http-client-1.38.0.jar

LSF/resource_connector/google/lib/google-http-client-apache-v2-1.38.0.jar

LSF/resource_connector/google/lib/google-http-client-jackson2-1.38.0.jar

LSF/resource_connector/google/lib/google-oauth-client-1.31.2.jar

LSF/resource_connector/google/lib/grpc-context-1.22.1.jar

LSF/resource_connector/google/lib/guava-29.0-android.jar

LSF/resource_connector/google/lib/httpclient-4.5.13.jar

LSF/resource_connector/google/lib/httpcore-4.4.13.jar

LSF/resource_connector/google/lib/j2objc-annotations-1.3.jar

LSF/resource_connector/google/lib/jackson-annotations-2.10.0.jar

LSF/resource_connector/google/lib/jackson-core-2.11.3.jar

LSF/resource_connector/google/lib/jackson-databind-2.10.0.jar

LSF/resource_connector/google/lib/json-lib-2.2.3-jdk15.jar

LSF/resource_connector/google/lib/jsr305-3.0.2.jar

LSF/resource_connector/google/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar

LSF/resource_connector/google/lib/log4j-api-2.8.2.jar

LSF/resource_connector/google/lib/log4j-core-2.8.2.jar

LSF/resource_connector/google/lib/opencensus-api-0.24.0.jar

LSF/resource_connector/google/lib/opencensus-contrib-http-util-0.24.0.jar

LSF/resource_connector/google/scripts/example_user_data.sh

LSF/mbatchd

LSF/mbschd

LSF/ebrokerd


4. System Requirements

linux2.6-glibc2.3-x86_64

linux3.10-glibc2.17-x86_64


5. Installation and Configuration

5.1 Before installation

(LSF_TOP=Full path to the top-level installation directory of LSF.) 

1) Log on to the LSF master 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 


5.2 Installation steps

1) Go to the patch install directory: cd $LSF_ENVDIR/../10.1/install/ 

2) Copy the patch file to the install directory $LSF_ENVDIR/../10.1/install/ 

3) Run patchinstall: ./patchinstall <patch> 


5.3 After installation

1) Log on to the LSF master host as the LSF cluster primary administrator and set the LSF cluster environment 

2) Run badmin mbdrestart 


5.4 Uninstallation

1) Log on to the LSF master host as root and set the LSF cluster environment: 

2) Go to the patch install directory: cd $LSF_ENVDIR/../10.1/install/ 

3) Run ./patchinstall -r <patch> 

4) Log on to the LSF master host as the LSF cluster primary administrator and set the LSF cluster environment 

5) Run badmin mbdrestart 



6. List of Files

resource_connector/google/lib/checker-compat-qual-2.5.5.jar

resource_connector/google/lib/commons-beanutils-1.9.4.jar

resource_connector/google/lib/commons-codec-1.11.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/error_prone_annotations-2.3.4.jar

resource_connector/google/lib/ezmorph-1.0.6.jar

resource_connector/google/lib/failureaccess-1.0.1.jar

resource_connector/google/lib/GcloudTool.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/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/google-oauth-client-1.31.2.jar

resource_connector/google/lib/grpc-context-1.22.1.jar

resource_connector/google/lib/guava-29.0-android.jar

resource_connector/google/lib/httpclient-4.5.13.jar

resource_connector/google/lib/httpcore-4.4.13.jar

resource_connector/google/lib/j2objc-annotations-1.3.jar

resource_connector/google/lib/jackson-annotations-2.10.0.jar

resource_connector/google/lib/jackson-core-2.11.3.jar

resource_connector/google/lib/jackson-databind-2.10.0.jar

resource_connector/google/lib/json-lib-2.2.3-jdk15.jar

resource_connector/google/lib/jsr305-3.0.2.jar

resource_connector/google/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar

resource_connector/google/lib/log4j-api-2.8.2.jar

resource_connector/google/lib/log4j-core-2.8.2.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/scripts/example_user_data.sh

mbatchd

mbschd

ebrokerd



7. Product Notifications

To receive information about product solution and patch 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 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 www.ibm.com/legal/copytrade.shtml.