TS/MP 2.5 System Management Manual

create-spec is:
{ EXT [ ( ] pri-extent-size [ ) ] }
{ EXT ( [ pri-extent-size ] , sec-extent-size ) }
{ EXCLUSIVE }
{ SHARED }
{ PROTECTED }
{ I/O }
{ INPUT }
{ OUTPUT }
{ CODE file-code }
process-attribute is:
[ ASSOCIATIVE { ON | OFF} ]
[ CPUS primary:backup | cpu ]
[ DEBUG { ON | OFF } ]
[ GUARDIAN-SWAP $volume ]
[ HOMETERM file-name ]
[ PRI number ]
server-attribute
Specifies one or more attributes of the SERVER object being defined. The PROGRAM attribute is the
only required attribute.
These attributes describe Guardian server processes only:
ASSIGN PARAM
IN STARTUP
OUT
These attributes describe OSS server processes only:
ARGLIST STDERR
CWD STDIN
ENV STDOUT
All other SERVER object attributes describe both Guardian and OSS server processes. For information about configuration
limits, also see “Configuration Limits and Defaults” (page 318).
PROCESSTYPE GUARDIAN | OSS
specifies the type of servers in the server class.
GUARDIAN
All servers in this server class are Guardian processes.
OSS
All servers in this server class are OSS processes.
If you omit this attribute, the default is GUARDIAN.
All attributes specified for a server class must be consistent with the type specified in this attribute.
Therefore, HP recommends that you set this attribute first, before setting other attributes.
This attribute is required for all OSS server processes.
ARGLIST argument
specifies a Open System Services (OSS) startup argument list, which is a list of strings separated by
commas that is made available to OSS server processes in the argv[] array.
You can specify from 2 to 24,000 characters for the ARGLIST attribute; a null string is valid. The
length of the specified string is calculated as the number of bytes of storage needed. The length after
quotes is removed and a null byte is added for each argument. However, the combined total (storage)
length of the values set for ARGLIST and ENV must not exceed 24,000 characters.
The program name that is automatically passed as the first argument (argv[0]) does not need to be
specified by the user, nor is it included in the 24,000 character maximum.
If you omit this attribute, the default is an empty argument list.
186 SERVER Commands