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-14
ADD FILESET Command
•
To add the fileset USER2 with the storage-pool file ZOSSPOOL using the volume
catalog on $DATA2 and the mount point /user2, enter the following command:
ADD /OUT $S.#USR/ FILESET $ZPMON.USER2, CATALOG $DATA2, &
POOL ZOSSPOOL, MNTPOINT "/user2", NAMESERVER #ZPNS, &
NFSTIMEOUT 60, BUFFERED NONE
This command:
°
Sends informational messages to the spooler location $S.#USR.
°
Specifies the fileset name as USER2 and the mount point as /user2.
°
Specifies that files created in the fileset USER2 are stored on the disk volumes
listed in the storage-pool file ZOSSPOOL.
°
Specifies that the catalog files for the fileset USER2 are stored on the disk
volume $DATA2.
°
Assigns the fileset USER2 to the OSS name server process $ZPNS, which has
the server name #ZPNS.
°
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.