Open System Services Management and Operations Guide (G06.30+, H06.08+, J06.03+)

Considerations
The START FILESET command can be used only by super-group users (255,nnn).
The mount point for the specified fileset must be in a fileset that is already started.
If the OSS name server for the fileset is not already running, it is started when the fileset is
started.
The MAXINODES attribute is ignored when an OSS name server tries to mount a fileset. If
110% of the number of inodes in use is greater than the current value of MAXINODES, the
OSS name server changes the value of MAXINODES to the minimum of 2200000 or 110%
of the number of inodes in use, rounded up to the nearest thousand. The new value for
MAXINODES is stored in the ZOSSFSET file.
This algorithm allows a fileset to be mounted and a reasonable number of files created in it
before its limit is reached and operator intervention is required.
Examples
To start (mount) the fileset USER1 and send informational messages to the file CMDLOG, enter
the following SCF command:
START /OUT CMDLOG/ FILESET $ZPMON.USER1
To start (mount) the ROOT fileset, enter the following SCF commands:
ASSUME $ZPMON
START FILESET ROOT
To start (mount) the fileset USER1 and send informational messages to the file CMDLOG, enter
the following command:
START /OUT CMDLOG/ FILESET $ZPMON.USER1
START SERVER Command
The START SERVER command starts an OSS server. The syntax of the START SERVER command is:
START [ /OUT filename/ ] SERVER server_processname
OUT filename
specifies the name of a Guardian output file for informational messages. You can either read
this file with a text editor or display it with the FUP COPY command.
SERVER server_processname
specifies the server being started. server_processname has the following form:
[$ZPMON.]servername
servername
specifies the name of the server to start. Only names currently defined in the ZOSSSERV
file are valid values.
The first character of the name must be a pound sign (#). Server names are not case-sensitive.
The $ZPMON prefix can be omitted if you have previously specified $ZPMON in an SCF
ASSUME command.
Considerations
You can use the START SERVER command to start the OSS sockets local servers, the OSS
message-queue server, the OSS transport-agent servers, and the OSS resource agent servers.
An OSS name server is automatically started when one of the filesets managed by that OSS
name server is started.
OSS Monitor SCF Command Reference Information 313