Open System Services Management and Operations Guide (G06.25+, H06.03+)
Open System Services Monitor
Open System Services Management and Operations Guide—527191-002
12-65
START FILESET Command
START FILESET Command
The START FILESET command makes an existing OSS fileset available to users (also
known as mounting the fileset).
The syntax of the START FILESET 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.
FILESET [$ZPMON.]filesetname
specifies the name of the fileset you are starting. The specified fileset:
•
Must already be part of the OSS configuration
•
Must not be in the UNKNOWN state
•
Must not be already started
The $ZPMON prefix can be omitted if you have previously specified $ZPMON in an
SCF ASSUME command.
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
START [ /OUT filename/ ] FILESET [$ZPMON.]filesetname