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

CONTROL FILESET Command
The CONTROL FILESET command can do either or both of the following:
Reset the highwater mark for inode use by the fileset to the number of inodes currently in use
Update the fileset attributes used by an OSS name server for a mounted fileset from the current
values in the ZOSSFSET configuration file
The syntax of the CONTROL FILESET command is:
CONTROL [ /OUT filename1/ ] FILESET filesetname
{ [ , RESET MAXINODEUSED ]
[ , SYNC ] }
OUT filename1
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 OSS fileset to be altered. Only the names of currently started filesets
defined in the ZOSSFSET file are valid values.
Fileset names are not case-sensitive.
The $ZPMON prefix can be omitted if you have previously specified $ZPMON in an SCF
ASSUME command.
You can specify the following options in any order. You must specify at least one option:
RESET MAXINODEUSED
Resets the highwater mark for the maximum number of inodes used by the fileset to the number
of inodes currently in use in the fileset. If you omit the RESET option, the highwater mark is not
changed from its current value.
SYNC
Updates the following attributes of the specified fileset to the values currently in the ZOSSFSET
configuration file:
NFSPERMMAPAUDITENABLED
NFSPOOLRESTRICTEDACCESS
NFSTIMEOUTREADONLY
NORMALIOMODEBUFFERED
POOLFTIOMODE
SEEPPROTECTEDMAXDIRTYINODETIME
MAXINODES
The following fileset attributes are updated as soon as their ZOSSFSET values are changed
with the SCF ALTER FILESET command and do not require use of the CONTROL FILESET
command SYNC option:
DESIREDSTATE
FSCKCPU
REPORT
The following fileset attributes cannot be updated when their ZOSSFSET values are changed
unless the fileset is stopped and restarted with the SCF STOP FILESET and START FILESET
commands. The CONTROL FILESET command SYNC option has no effect on these attributes:
CATALOG
MNTPOINT
NAMESERVER
If you omit the SYNC option, the values in use for the fileset are not updated from the ZOSSFSET
file.
288 Open System Services Monitor