Readme for IBM Platform LSF 9.1.2 Fix Pack
Build 229602
Description
Readme
documentation for IBM® Platform™ LSF 9.1.2 Fix Pack build229602, including
installation-related instructions, prerequisites, co-requisites and list of
fixes.
Readme File for: IBM® Platform™ LSF
Product/Component Release: LSF 9.1.2
Update Name: Fix Pack
Fix ID: LSF-9.1.2-build229602
Publication date: 12 Feb 2014
Last modified date: 12 Feb 2014
Contents:
2.
Products or components affected
4.
Installation and configuration
7. Copyright
and trademark information
http://www.ibm.com/eserver/support/fixes/
Product/Component Name, Platform, Fix ID:
LSF/sbatchd, linux2.6-glibc2.3-x86_64,
LSF-9.1.2-build229602
LSF/sbatchd, aix-64, LSF-9.1.2-build229602
This enhancement applies to the systems that LSF currently supports.
4.1 Before installing this Fix Pack, install IBM Platform LSF 9.1.2.
1. Set the LSF environment:
For csh or tcsh: source LSF_TOP/conf/cshrc.lsf
For sh, ksh, or bash: LSF_TOP/conf/profile.lsf
2. Shut down the cluster:
lsfshutdown
3. Navigate to the patch install directory:
cd $LSF_ENVDIR/../9.1/install/
4. Run the patch installer to install the Fix Pack:
sudo ./patchinstall lsf9.1.2_linux2.6-glibc2.3-x86_64-229602.tar.Z
sudo ./patchinstall lsf9.1.2_aix-64-229602.tar.Z
5. Define LSB_MEMLIMIT_SWP_PERCENT in lsf.conf:
LSB_MEMLIMIT_SWP_PERCENT=<threshold>[:all]
6. Start the cluster:
sudo lsfstartup
4.3 Uninstalling
To roll back a patch, use patchinstall –r:
sudo ./patchinstall –r lsf9.1.2_linux2.6-glibc2.3-x86_64-229602.tar.Z
sudo ./patchinstall –r lsf9.1.2_aix-64-229602.tar.Z
4.4 Manual Installation
Description:
<threshold >
represents the ratio of used swap space to total swap space on a node. If this
threshold is reached on any node, smart memory limit enforcement will be
applied to single host jobs. By default, only the worst offending job will be
terminated. A job is selected as the worst offending job on that host if it has
the most over use of memory (actual memory rusage minus memory limit of the
job). LSF will repeat the checking and job termination process at a maximum
frequency of SBD_SLEEP TIME.
Threshold must be an integer
greater than 0 and less than 100. It will be used in LSF as a percentage.
“:all”
means terminate all single host jobs that are over the memory limit.
If the cgroup memory enforcement
feature is enabled, LSB_MEMLIMIT_SWP_PERCENT
will be ignored.
This
parameter does not have any effect on jobs running across multiple hosts. They will be terminated if they are over the memory limit,
regardless of swap usage on the execution host.
Default:
Not enabled. All jobs over the memory limit
will be terminated.
sbatchd
© Copyright IBM Corporation 2013
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.