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

Open System Services Monitor
Open System Services Management and Operations Guide527191-005
12-37
CONTROL FILESET Command
object configured for the service if that object failed since the last system load and
is not currently started.
The AUTOSTART attribute of the subsystem can also be set by starting the
OSS Monitor with a PARAM value or RUN command line parameter of
AUTOSTART AUTO or AUTOSTART MANUAL. The value entered in the PARAM
or command line takes precedence over the previously configured value for the
subsystem. The precedence is, in descending order:
1. Command line parameter
2. PARAM specification
3. Configured value
Examples
To change the configuration of the OSS Monitor $ZPMON to use processor 1 as its
default processor for FSCK, enter the following command:
ALTER /OUT CMDLOG/ SUBSYS $ZPMON, FSCKCPU 1
This command also sends informational messages to the file CMDLOG.
To change the configuration of the OSS Monitor $ZPMON to enable the automatic
startup service for the OSS filesets and servers that it administers, enter the
following command:
ALTER /OUT CMDLOG/ SUBSYS $ZPMON, AUTOSTART AUTO
This command also sends informational messages to the file CMDLOG.
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:
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.
CONTROL [ /OUT filename1/ ] FILESET filesetname
{ [ , RESET MAXINODEUSED ]
[ , SYNC ] }