Open System Services Management and Operations Guide (G06.30+, H06.08+, J06.03+)
#ZRA10 #ZRA11 #ZRA12 #ZRA13 #ZRA14 #ZRA15 #ZTA00 #ZTA01 #ZTA02 #ZTA03
#ZTA04 #ZTA05 #ZTA06 #ZTA07 #ZTA08 #ZTA09 #ZTA10 #ZTA11 #ZTA12 #ZTA13
#ZTA14 #ZTA15
RENAME FILESET Command
The RENAME FILESET command changes an existing fileset name. The syntax of the RENAME
FILESET command is:
RENAME [ /OUT filename/ ] FILESET [$ZPMON.]filesetname,
[$ZPMON.]newname
filename
specifies the name of a Guardian output file for informational messages. You can either read
this file with a text editor or display it with the FUP COPY command.
FILESET [$ZPMON.]filesetname
is the name of a fileset to be renamed. Only names currently defined in the ZOSSFSET file are
valid values.
The $ZPMON prefix can be omitted if you have previously specified $ZPMON in an SCF
ASSUME command.
[$ZPMON.]newname
is the fileset’s new name. Only names not currently defined in the ZOSSFSET file are valid
values.
The $ZPMON prefix can be omitted if you have previously specified $ZPMON in an SCF
ASSUME command.
Considerations
• Only super-group users (255,nnn) can use the RENAME FILESET command.
• You can rename a running fileset, and the new name takes effect immediately.
Example
To change the name of fileset USER1 to NEWUSER1, enter the following SCF command:
RENAME FILESET $ZPMON.USER1, $ZPMON.NEWUSER1
START FILESET Command
The START FILESET command makes an existing OSS fileset available to users (also known as
mounting the fileset).
The syntax of the START FILESET command is:
START [ /OUT filename/ ] FILESET [$ZPMON.]filesetname
OUT filename
specifies the name of a Guardian output file for informational messages. You can either read
this file with a text editor or display it with the FUP COPY command.
FILESET [$ZPMON.]filesetname
specifies the name of the fileset you are starting. The specified fileset:
• Must already be part of the OSS configuration
• Must not be in the UNKNOWN state
• Must not be already started
The $ZPMON prefix can be omitted if you have previously specified $ZPMON in an SCF
ASSUME command.
312 Open System Services Monitor