Lanman.ini File Syntax
Product Manual U7613-J-Z815-6-76
© Siemens Nixdorf Informationssysteme AG 1995 Pfad: D:\O7613e6\u7613e.k14
14.1 Syntax
Within each section of the lanman.ini file, parameters are listed as follows:
The name of each parameter is at the beginning of a line, followed by an equ al sign and
the value assigned to it: parameter=value.
Comments start with a semicolon ( ; ). If a semicolon precedes a parameter on the line,
that parameter is ignored.
When a list of values is assigned to a parameter, the values are separ ated by commas:
parameter=value,value,value, ... (There are some exceptions to thi s rule, which are
noted in the description of the appropriate parameters.)
When a value consists of a path, the path may be absolute, starting with / . If a path
does not start with / , it is assumed to be relative to the lanman direct ory.
If a numeric value begins with 0 it is octal; if it begins with X, it is hexadecimal; if it begins
with a number from 1 to 9, it is decimal.
When a parameter has no assigned value (nothing to the right of the equal sig n), the
value is 0 for a parameter that requires a number and null for a parameter that requires
a character string.
A null value is not valid for all parameters.
ÊTo change a parameter in the lanman.ini file
1. Use the srvconfig command to disp lay default settings for the server parameters:
/var/opt/lanman/bin/srvconfig -p | more
2. Edit the lanman. ini file using vi or a similar text editor. You may have to add a section
heading to the file, for example [ lmxserver ]. You then need to add a “parameter=value”
pair to the appropriate section of the lanman.ini file.
3. After you edit the file, you must stop and restart the server in order for the new values
to take effect.
You also can use the srvconfig -s command to set parameter values in the lanman.ini file,
as follows:
/var/opt/lanman/bin/srvconfig -s “section,param eter=value”
For more information about the srvconfig command, type man srvconfig at the Advanced
Server command prompt.