IBM Spectrum LSF RTM 10.1.0.6 Fix 563386 Readme


Abstract

This fix adds a new column for GSLA Loan By Slots to the grid_guarantee_pool_hosts table.


Description

Readme documentation for IBM Spectrum LSF RTM 10.1.0.6 Fix 563386 including installation-related instructions, prerequisites and co-requisites, and list of enhancements.

This fix resolves the following issue:

Add a new column for GSLA Loan By Slots to the grid_guarantee_pool_hosts table.


Readme file for: IBM® Spectrum LSF RTM

Product/Component Release: 10.1.0.6

Update Name: Fix 563386

Fix ID: rtm-10.1.0.6-build563386

Publication date: Nov. 13, 2020

Last modified date: Nov. 13, 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 P103930


2.   Download location


Download Fix 563386 from the following location: http://www-933.ibm.com/support/fixcentral


3.   Products or components affected


RTM Poller


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 Poller 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_backup563386.tar


        # cd ${RTM_TOP}

        # tar -cvf rtm_backup563386.tar rtm/lsf101/bin/gridbsla rtm/lsf1016/bin/gridbsla


5.2    Installation steps


    1) Download and extract rtm10.1-rhel6-x64-build563386.tar.gz to the RTM_TOP directory 


        # cd ${RTM_TOP}

        # tar -zxvf rtm10.1-rhel6-x64-build563386.tar.gz


    2) Run following SQL to database 'cacti'.


        ALTER TABLE grid_guarantee_pool_hosts ADD COLUMN `owner` varchar(40) NOT NULL DEFAULT '-' AFTER `host`, ADD INDEX clusterid_owner (clusterid, owner);


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_backup563386.tar


        # cd ${RTM_TOP}

        # tar -xvf rtm_backup563386.tar


    2) Run following SQL to database 'cacti'.


        ALTER TABLE grid_guarantee_pool_hosts DROP INDEX `clusterid_owner`;

        ALTER TABLE grid_guarantee_pool_hosts DROP COLUMN `owner`;



6.   List of files


rtm/lsf101/bin/gridbsla
rtm/lsf1016/bin/gridbsla


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.