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

Version 1 Next »

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:

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

To Remove:

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

To check what is setup:

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


  • No labels