Open System Services Management and Operations Guide (G06.29+, H06.07+)
Open System Services Monitor
Open System Services Management and Operations Guide—527191-005
12-15
ADD FILESET Command
°
Specifies that a saved reply for an NFS request to the fileset USER2 is
considered to be obsolete after 60 seconds.
°
Specifies that no catalog writes are buffered.
•
To add the fileset USER3 with the storage-pool file ZOSSPOOL using the volume
catalog on $DATA2 and the mount point /user3, enter the following command:
ADD /OUT $S.#USR/ FILESET $ZPMON.USER3, CATALOG $DATA2, &
POOL ZOSSPOOL, MNTPOINT "/user3", DESIREDSTATE STARTED, &
MAXDIRTYINODETIME 10, FSCKCPU 5, REPORT $S.#USER3
This command:
°
Sends informational messages from the command to the spooler location
$S.#USR.
°
Specifies the fileset name as USER3 and the mount point as /user3.
°
Specifies that files created in the fileset USER3 are stored on the disk volumes
listed in the storage-pool file ZOSSPOOL.
°
Specifies that the catalog files for the fileset USER3 are stored on the disk
volume $DATA2.
°
Assigns the fileset USER3 to the OSS name server process $ZPNS by default.
°
Uses the BUFFERED LOG specification by default.
°
Specifies that the inode cache for the fileset USER3 should be flushed to disk
after approximately 10 seconds to make its recovery faster by decreasing the
time when the cache is considered dirty.
°
Performs automatic recovery of the fileset USER3 using a copy of the FSCK
program in processor 5 after a shutdown or failure. The recovered fileset is left
in a started state.
°
Sends FSCK output after an automatic recovery to the spooler $S.#USER3.
•
To add the fileset USER1 to the storage-pool configuration file USRPOOL using
the volume catalog on $DATA, the mount point /user1, and allowing a maximum
of 600000 inodes, enter the following command:
ADD /OUT CMDLOG/ FILESET $ZPMON.USER1, CATALOG $DATA, POOL
USRPOOL, MNTPOINT "/user1", MAXINODES 600000