Open System Services Management and Operations Guide (G06.29+, H06.07+)

Open System Services Monitor
Open System Services Management and Operations Guide527191-005
12-66
START SERVER Command
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:
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.
START [ /OUT filename/ ] SERVER server_processname