Open System Services Management and Operations Guide (G06.30+, H06.08+, J06.03+)
Examples
• To add the fileset USER1 with the storage-pool file ZOSSPOOL using the volume catalog on
$DATA1 and the mount point /user1, enter this command:
ADD /OUT CMDLOG/ FILESET $ZPMON.USER1, CATALOG $DATA1, &
POOL ZOSSPOOL, MNTPOINT "/user1", &
BUFFERED LOG, NAMESERVER #ZPNS
This command:
◦ Sends informational messages to the file CMDLOG.
◦ Specifies the fileset name as USER1 and the mount point as /user1.
◦ Specifies that files created in the fileset USER1 are stored on the disk volumes listed in
the storage-pool file ZOSSPOOL.
◦ Specifies that the catalog files for the fileset /user1 are stored on the disk volume
$DATA1.
◦ Assigns the fileset USER1 to the OSS name server process $ZPNS, which has the server
name #ZPNS.
◦ Buffers only output to the PXLOG file.
• To add the fileset USER2 with the storage-pool file ZOSSPOOL using the volume catalog on
$DATA2 and the mount point /user2, enter this 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 this 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.
264 Open System Services Monitor