...
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