z/OS Distributed File Service zFS Administration
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Backing up a zFS aggregate

z/OS Distributed File Service zFS Administration
SC23-6887-00

Figure 1 shows an example of a job for backing up a zFS aggregate (and all the file systems). Ensure that the size of the target sequential data set has sufficient space. For additional information about the DUMP command and its keywords, see z/OS DFSMSdfp Storage Administration.

Important: Do not specify TOL(ENQF) when backing up zFS aggregates.

Figure 1. Job to back up a zFS aggregate
//ZFSBKUP1 JOB (OS390),'PROGRAMMER',CLASS=A,
//             MSGCLASS=X,MSGLEVEL=(1,1)
//*-----------------------------------------------------------------
//* THIS JOB QUIESCES A ZFS AGGREGATE, DUMPS IT, THEN UNQUIESCES IT.
//*-----------------------------------------------------------------
//DUMP    EXEC PGM=ADRDSSU,REGION=4096K
//SYSPRINT DD  SYSOUT=*
//SYSABEND DD  SYSOUT=*
//OUT      DD  DSN=hlq.AGGR004.BACKUP,
//             DISP=(NEW,CATLG,DELETE),SPACE=(CYL,(5,1),RLSE)
//SYSIN    DD  * DUMP DATASET(INCLUDE(hlq.ZFS.AGGR004))
 -
 RESET - 
 OUTDD(OUT) 
/*
//

Leading blanks are required before the control statements (DUMP, RESET, OUTDD).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014