All object server parameters
are applicable on the command line that starts the server:
-
In configuration files on
z/OS,
do
not precede system options
with a hyphen. Also, an equal sign must precede the first parameter
that follows the OBJECTSERVERPARMS keyword. For example:
objectserver objectserverparms="cel=credentials protocol=bridge port=8561"
-
For servers that are started by
the object spawner, the object server parameters come from your server
definition in the SAS Metadata Repository. (The server definition
is located under the Server Manager plug-in of SAS Management Console.
In the server definition, select the
Options
tab to locate the
Object Server Parameters
field).
-
For servers that are not spawned
(such as those that are run from command scripts or those that are
run as services or daemons) you use the
sas -objectserver
-objectserverparms "parameters"
invocation
to specify the object server parameters on the command line.
To simplify the command
that is needed to invoke an IOM server, the server start-up sequence
by default connects back to the metadata server in order to fetch
additional information, including object server parameters. You can
fetch object server parameters from metadata as follows:
-
When you start the server with
a script, some object server parameters cannot be obtained from the
metadata. (In the preceding table, only those parameters that are
designated as “Metadata” in the “Valid In”
column can be stored in the metadata.)
-
When you start the server with
a spawner, all object server parameters can be obtained from the metadata.
-
Certain object server parameters
are automatically added by the object spawner when it starts workspace
and stored process servers. Therefore, the following parameters should
not be stored in metadata for workspace and stored process servers:
CLASSFACTORY, CLIENTENCRYPTIONLEVEL, PORT, PROTOCOL, SERVER, and SERVICE.
Note: Object server parameters
that are specified on the command line always override object server
parameters obtained from a SAS metadata repository.