LSF_PASSWD_DIR
Syntax
LSF_PASSWD_DIR=file_path
Description
Defines a location for LSF to load and update the passwd.lsfuser file, used for registering lspassword for a Windows user account.
Note: LSF_PASSWD_DIR does not need to be configured if the cluster contains no
Windows users.
Note: passwd.lsfuser is automatically generated by LSF; it does not need to be
created.
Specify the full path to a shared directory accessible by all management candidate hosts. The LSF lim daemon must have read and write permissions on this directory.
By default, passwd.lsfuser is located in $LSF_CONFDIR. The default location is only used if LSF_PASSWD_DIR is undefined; if you define a new location and lim fails to access passwd.lsfuser in LSF_PASSWD_DIR, it will not check $LSF_CONFDIR.
You must restart lim to make changes take effect.
Default
Not defined (that is, passwd.lsfuser is located in $LSF_CONFDIR)