LSB_AFS_LIB_DIR

Syntax

LSB_AFS_LIB_DIR=list of directories

Description

If LSB_AFS_JOB_SUPPORT=Y, LSF will need libkopenafs.so or libkopenafs.so.1 to create PAG. You can then use LSB_AFS_LIB_DIR to tell LSF the directory in which libkopenafs.so or libkopenafs.so.1 resides. When this parameter is defined to a blank space or comma separated list, LSF tries each item in the list to find and load libkopenafs.so or libkopenafs.so.1 to create PAG.

If LSB_AFS_LIB_DIR is not defined, or if libkopenafs.so or libkopenafs.so.1 cannot be found at the configured locations, LSF will search in six pre-defined directories:

  • /lib
  • /lib64
  • /usr/lib
  • /usr/lib64
  • /usr/local/lib
  • /usr/local/lib64

The search stops as soon as libkopenafs.so or libkopenafs.so.1 is found and PAG is created.

Default

Not defined.