fmtpasswdfile

Converts the passwd.lsfuser file to another format.

Synopsis

fmtpasswdfile -d domainName [-s|-l|-c] filename

Description

Converts the format of passwd.lsfuser.

After conversion, the new passwd.lsfuser file is generated in the current directory. Any existing passwd.lsfuser file is renamed to passwd.lsfuser.old. Any existing passwd.lsfuser.old file is overwritten.

To use the converted file in your LSF cluster, you must copy the file to the correct location manually.

Options

filename

Full path to the file that you want to convert. The file name must be passwd.lsfuser.

-c

Complete format. Each user name in the file has two entries, using short and long format, so the file is compatible with clusters that have mixed versions of LSF.

-d domain_name

Domain name.

-l

Long format (user names with domain name). This format is used in LSF 7.0 or later.

-s

Short format (user names with no domain name). This format is used in LSF 6.2 or earlier.