On Wed, 9 Feb 2011 14:54:58 +1100, Stephen Mednick <[email protected]> wrote:
>Not quite correct as far as the use of FDRCOPY goes. > > > >On the COPY statement there is the keyword HFS=QUIESCE which to quote from the manual: > > > >HFS= > >QUIESCE â Invokes special processing when Hierarchical File System (HFS) >data sets are copied. HFS=QUIESCE implies DSNENQ=USE so it will first >attempt to get a SYSDSN enqueue on the file. If the enqueue fails, it probably >means that the file system is mounted to UNIX System Services (USS), so a >âquiesceâ call is issued to prevent updates to the data set during the copy. If >the quiesce fails and ENQERR=BYPASS was specified, the HFS data set will >not be copied. See section 80.11 for details and security requirements. > > >NOTE: HFS=QUIESCE implies DSNENQ=USE (described earlier) for all data sets being >backed up, not just HFS data sets. HFS=QUIESCE does not apply when moving >HFS data sets; they must be dismounted before the MOVE. > > >Default: HFS data sets will not be quiesced unless HFSQUIESCE is set to YES in >the FDR Global Options Table (see section 90.13). If you use the default, >you should unmount the file system before the backup to be sure of >getting a usable backup. > Has Innovation fixed HFS=QUIESCE to work for zFS yet? Or created a new keyword? Last I checked it wasn't supported so I have to use zfsadm to do it prior to copy (in particular my cloning process of my "sysres" maintenance zFS files). As far as I know, that quiesce call / API is the exact same for HFS and zFS so it would be a trivial change for the software to just check for zFS and do the quiesce if HFS=QUIESCE was specified instead of ignoring it as it does today. Innovation's support has always been top notch but this particular item really irks me considering I've had zFS set up since z/OS 1.4. have been using zFS regularly since z/OS 1.6 and all but eliminated HFS usage since z/OS 1.8. Mark -- Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS mailto:[email protected] Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html Systems Programming expert at http://expertanswercenter.techtarget.com/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

