Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 5770-BR1 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 releases 5770-BR2 7.4, 5770-BR2 7.5, and 5770-BR1 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 5770-BR1 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 releases 5770-BR2 7.4, 5770-BR2 7.5, and 5770-BR1 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 5770-BR1 releases prior to 7.5:

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

In releases 5770-BR2 7.4, 5770-BR2 7.5, and 5770-BR1 7.5 and later:

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