LSF_CLEARCASE_WRAPPER_RETRY

LSF integration for IBM Rational ClearCase. Specifies the maximum number of times that the daemon wrapper tries to run the cleartool setview command.

Syntax

LSF_CLEARCASE_WRAPPER_RETRY=retry_limit

Description

In the LSF ClearCase daemon wrapper, the cleartool setview command creates a process that is set to a specified ClearCase view for sbatchd daemons. If the setview command fails, sbatchd cannot start and the job will fail or exit.

Together with the LSF_CLEARCASE_WRAPPER_RETRY_INTERVAL parameter, the LSF_CLEARCASE_WRAPPER_RETRY parameter enables a retry mechanism to resolve failures with the cleartool setview command so that LSF can tolerate temporary cleartool setview command failures.

For example, to allow one more attempt after the first attempt has failed, specify LSF_CLEARCASE_WRAPPER_RETRY=1. When you set the LSF_CLEARCASE_WRAPPER_RETRY parameter, you should also set a value for the LSF_CLEARCASE_WRAPPER_RETRY_INTERVAL parameter.

Default

Not defined. Daemon wrapper does not retry.

Enable

After you set or change the LSF_CLEARCASE_WRAPPER_RETRY parameter, use the badmin mbdrestart and bctrld restart sbd all commands to apply the change.

See also

LSF_CLEARCASE_WRAPPER_RETRY_INTERVAL