Platform LSF Reference Version 6.2

Parameters
Platform LSF Reference
524
LSB_MAILPROG=/serverA/tools/lsf/bin/unixhost.exe
Default /usr/lib/sendmail (UNIX)
blank (Windows)
See also
LSB_MAILSERVER, LSB_MAILTO
LSB_MAILSERVER
Syntax LSB_MAILSERVER=mail_protocol:mail_server
Description
Part of mail configuration on Windows.
This parameter only applies when
lsmail is used as the mail program
(LSB_MAILPROG=lsmail.exe).Otherwise, it is ignored.
Both
mail_protocol and mail_server must be indicated.
Set this parameter to either SMTP or Microsoft Exchange protocol (SMTP or
EXCHANGE) and specify the name of the host that is the mail server.
This parameter is set during installation of LSF on Windows or is set or modified by the
LSF administrator.
If this parameter is modified, the LSF administrator must restart
sbatchd on all hosts
to retrieve the new value.
Examples
LSB_MAILSERVER=EXCHANGE:Host2@company.com
LSB_MAILSERVER=SMTP:MailHost
Default
Undefined
See also
LSB_MAILPROG
LSB_MAILSIZE_LIMIT
Syntax
LSB_MAILSIZE_LIMIT=
email_size_in_KB
Description
Limits the size of the email containing job output information.
The system sends job information such as CPU, process and memory usage, job output,
and errors in email to the submitting user account. Some batch jobs can create large
amounts of output. To prevent large job output files from interfering with your mail
system, use LSB_MAILSIZE_LIMIT to set the maximum size in KB of the email
containing the job information. Specify a positive integer.
If the size of the job output email exceeds LSB_MAILSIZE_LIMIT, the output is saved
to a file under JOB_SPOOL_DIR or to the default job output directory if
JOB_SPOOL_DIR is undefined. The email informs users of where the job output is
located.
If the
-o option of bsub is used, the size of the job output is not checked against
LSB_MAILSIZE_LIMIT.
If you use a custom mail program specified by the LSB_MAILPROG parameter that
can use the LSB_MAILSIZE environment variable, it is not necessary to configure
LSB_MAILSIZE_LIMIT.
Default
By default, LSB_MAILSIZE_LIMIT is not enabled. No limit is set on size of batch job
output email.