SERVER_OPTIONS - UCMD Manager configuration option
Description
The SERVER_OPTIONS option specifies options to override UCMD Server options.
Note
Not all UCMD Server options can be overridden. See Universal Command Server Configuration Options for information on which options can be overridden.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | -S options |
|
|
| |
Command Line, Long Form | -server options |
|
|
| |
Environment Variable | n/a | ||||
Configuration File Keyword | n/a | ||||
STRUCM Parameter | SERVER(options) |
|
Values
options is the options to override the UCMD Server options.
The options must be specified in the UCMD Server's command line option format.
IBM i | The options must be enclosed in single ( ' ) quotation marks. -S ' -joblog error' |
---|---|
UNIX | The options must be enclosed in single ( ' ) or double ( " ) quotation marks, with at least one space between the first enclosing character and the first option name. The space is required to avoid a command line specification error due to how command options are parsed. -S ' -joblog error' |
Windows | The options must be enclosed in double ( " ) quotation marks, with at least one space between the first enclosing character and the first option name. The space is required to avoid a command line specification error due to how command options are parsed. -S " -joblog error" |
z/OS | The options must be enclosed in single ( ' ) or double ( " ) quotation marks, with at least one space between the first enclosing character and the first option name. The space is required to avoid a command line specification error due to how command options are parsed. -S ' -joblog error' |