'\" .\" @(#)srvconfig.1m 1.2 01 Oct 1998 SMI .\" Copyright (c) 1999, Sun Microsystems, Inc. .\" All Rights Reserved .\" Copyright (c) AT&T 1997. All rights reserved. .\" @(#)srvconfig.rof 1.2 3/26/96 .TH srvconfig 1m "30 Sep 1997" .if n .tr \-- .SH NAME srvconfig - modifies the SunLink Server lanman.ini configuration file. .SH SYNOPSIS .nf .ft4 srvconfig [-v] -a section,keyword srvconfig [-v] -d "section,keyword" srvconfig [-v] -g "section,keyword" srvconfig [-v] -i section,keyword srvconfig [-v] -l section,keyword value srvconfig [-v] -p srvconfig [-v] -s "section,keyword=value" ["section,keyword=value" ...] .SH DESCRIPTION The srvconfig command is used to display or modify the SunLink Server configuration file (lanman.ini). This command can be used interactively or it can be incorporated as part of a script. The SunLink Server does not need to be running to display or modify the lanman.ini configuration file. .SH OPTIONS .SS -a Displays the maximum allowed value for the indicated keyword. .SS -d Displays the default value for the indicated keyword. .SS -g Displays the current value for the indicated keyword. .SS -i Displays the minimum allowed value for the indicated keyword. .SS -l Indicates whether value is valid for specified keyword. Returns 0 for valid value, -1 for invalid value. This option does not return output to the screen. Can be used in a shell script. .SS -p Displays the default values for all possible lanman.ini file keywords. .SS -s Changes the value for the indicated keyword(s) .SS -v Turns on debugging for this command.