LSF Version 7.3 - Administering Platform LSF

Error Messages
714 Administering Platform LSF
file: HostModel section missing or invalid
file: Resource section missing or invalid
file: HostType section missing or invalid
The HostModel, Resource, or HostType section in the lsf.shared file is either
missing or contains an unrecoverable error.
file(line): Name name reserved or previously defined. Ignoring index
The name assigned to an external load index must not be the same as any built-in
or previously defined resource or load index.
file(line): Duplicate clustername name in section cluster. Ignoring
current line
A cluster name is defined twice in the same lsf.shared file. The second definition
is ignored.
file(line): Bad cpuFactor for host model model. Ignoring line
The CPU factor declared for the named host model in the lsf.shared file is not a
valid number.
file(line): Too many host models, ignoring model name
You can declare a maximum of 127 host models in the lsf.shared file.
file(line): Resource name name too long in section resource. Should
be less than 40 characters. Ignoring line
The maximum length of a resource name is 39 characters. Choose a shorter name
for the resource.
file(line): Resource name name reserved or previously defined.
Ignoring line.
You have attempted to define a resource name that is reserved by LSF or already
defined in the
lsf.shared file. Choose another name for the resource.
file(line): illegal character in resource name: name, section
resource. Line ignored.
Resource names must begin with a letter in the set [a-zA-Z], followed by letters,
digits or underscores [a-zA-Z0-9_].