Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The default control group processing for control group QNFSIPLFUL will run a VFYIMGCLG for the optical image catalog associated with the backup. 

The VFYIMGCLG is performed prior to saving the image files using the device and Media Policy attributes assigned to the QNFSSYSFUL control group.  This operation prepares the image catalog with a volume list file used by the virtual optical device on the client system as part of the NFS install requirements. 

Running VFYIMGCLG can be a long process that can be delayed until the image files have been restored on the system used to host the NFS server. To improve the backup performance of control group QNFSIPLFUL and delay the VFYIMGCLG processing until restore time, use the following commands:

To Enable:

In releases prior to 7.5:

CALL QBRM/Q1AOLD PARM('SETUPFUN  ' '*SET    ' 'Q1ANOVFY' '*JOB')    - set up to for current job only

CALL QBRM/Q1AOLD PARM('SETUPFUN  ' '*SET    ' 'Q1ANOVFY' '*SYS')    - set up to affect all jobs

In release 7.5 and later:

SETFCNBRM ACTION(*ADD) FUNCTION(NOVFY) SCOPE(*JOB) - set up to for current job only

SETFCNBRM ACTION(*ADD) FUNCTION(NOVFY) SCOPE(*SYS) - set up to affect all jobs

To Remove:

In releases prior to 7.5:

CALL QBRM/Q1AOLD PARM('SETUPFUN  ' '*REMOVE ' 'Q1ANOVFY' '*JOB') - remove for current job only

CALL QBRM/Q1AOLD PARM('SETUPFUN  ' '*REMOVE ' 'Q1ANOVFY' '*SYS')  - remove for all jobs

In release 7.5 and later:

SETFCNBRM ACTION(*REMOVE) FUNCTION(NOVFY) SCOPE(*JOB) - remove for current job only

SETFCNBRM ACTION(*REMOVE) FUNCTION(NOVFY) SCOPE(*SYS) - remove for all jobs

To check what is setup:

In releases prior to 7.5:

CALL QBRM/Q1AOLD PARM('SETUPFUN' '*DISPLAY' 'Q1ANOVFY' )

In release 7.5 and later:

DSPFCNBRM FUNCTION(NOVFY) - F10 to see details in the job log

  • No labels