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

Open System Services Monitor
Open System Services Management and Operations Guide527191-005
12-21
ALTER FILESET Command
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:
AUDITENABLED { ON | OFF }
specifies whether the fileset is audited (ON) or not audited (OFF).
ON
Safeguard global auditing controls govern which objects are audited.
OFF
Security-sensitive operations against this fileset are not logged in the
Safeguard security audit trail.
Only the super ID (255,255) can change the value of AUDITENABLED. If the
AUDITENABLED option is omitted, the AUDITENABLED option setting is
unchanged.
BUFFERED { NONE | LOG | CREATE }
specifies the amount of catalog write buffering used for the fileset.
If the BUFFERED CREATE option is specified and the READONLY TRUE option is
not specified, any value specified for the POOL parameter is ignored and the disk
volume specified for the CATALOG parameter is used as the creation pool.
If the BUFFERED CREATE option is specified and the READONLY TRUE option is
also specified, the BUFFERED CREATE option is ignored.
If the BUFFERED option is omitted, the BUFFERED option setting is unchanged.
CREATE
When a request or transaction requires a write to the PXINODE
or PXLINK file, buffer the corresponding write to the PXLOG file.
Also use the fast file-creation feature for writing new file labels.
The CREATE option requires the fileset and its catalog files to
reside on the same disk volume.
LOG
When a request or transaction requires a write to the PXINODE
or PXLINK file, buffer the corresponding write to the PXLOG file.
Do not use fast file creation. Do not restrict the fileset and its
catalog files to the same disk volume.
NONE
Do not buffer anything. Any request or transaction that requires a
write to the PXINODE or PXLINK file also requires a write to the
PXLOG file.
Do not use fast file creation. Do not restrict the fileset and its
catalog files to the same disk volume.