LSF_CLEARCASE_WRAPPER_RETRY_INTERVAL

LSF integration for IBM Rational ClearCase. Specifies the number of seconds to wait before the daemon wrapper tries to run the cleartool setview command.

Syntax

LSF_CLEARCASE_WRAPPER_RETRY_INTERVAL=time_seconds

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 parameter, the LSF_CLEARCASE_WRAPPER_RETRY_INTERVAL 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 have the daemon wrapper wait 10 seconds before it retries the cleartool setview command, specify LSF_CLEARCASE_WRAPPER_RETRY_INTERVAL=10. The minimum wait time is 1 second.

For the LSF_CLEARCASE_WRAPPER_RETRY_INTERVAL parameter to take effect, you must also configure the LSF_CLEARCASE_WRAPPER_RETRY parameter.

Default

Not defined.

Enable

After you set or change the LSF_CLEARCASE_WRAPPER_RETRY_INTERVAL parameter, use the badmin mbdrestart and badmin hrestart all commands to apply the change.

See also

LSF_CLEARCASE_WRAPPER_RETRY