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

Open System Services Monitor
Open System Services Management and Operations Guide527191-005
12-14
ADD FILESET Command
If an FTIOMODE setting of OSSBUFFEREDCP or a NORMALIOMODE setting of
OSSBUFFEREDCP or OSSBUFFERED is used, the OSS filesystem buffers the
data unless there are file opens from processes in more than one processor and at
least one of the file opens has write permission. In that case, DP2BUFFEREDCP
behavior occurs instead of OSSBUFFEREDCP behavior or DP2BUFFERED
behavior occurs instead of OSSBUFFERED behavior.
Examples
To add the fileset USER1 with the storage-pool file ZOSSPOOL using the volume
catalog on $DATA1 and the mount point /user1, enter the following 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 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.