Versions Compared

Key

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

...

Enabling this function to override the default *DVD4700 requirement for BRMS control groups named QCLDBIPLnnQCLDBIPLnn, QCLDUIPLnnQCLDUIPLnn, QCLDBGRPnnQCLDBGRPnn, and QCLDUGRPnnQCLDUGRPnn. This will allow these control groups to create virtual optical media of any size which can be used for NFS installs. For more information on setting the virtual volume sizes and the number of volumes reference BRMS Cloud Storage Solutions Operations (How to...). The following IBM i BRMS PTFs need to be applied:

Supported IBM i Release PTFs

7.2

7.3

7.4

SI75082

SI75083

SI75084

To Enable

In 5770-BR1 7.3 and 5770-BR1 7.4 run one of the following commands:

...

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

In 5770-BR2 7.4, 5770-BR2 7.5, and 5770-BR1 7.5 and later, run the following command:

SETFCNBRM ACTION(*ADD) FUNCTION(CLDNFS) SCOPE(*SYS)

Info

...

The SCOPE parameter also supports *JOB to only affect the current signed on job. 

To Remove:

In 5770-BR1 7.3 and 5770-BR1 7.4 run one of the following commands:

...

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

In 5770-BR2 7.4, 5770-BR2 7.5, and 5770-BR1 7.5 and later, run the following command:

SETFCNBRM ACTION(*REMOVE) FUNCTION(CLDNFS) SCOPE(*SYS)

Info

...

The SCOPE parameter also supports *JOB to only affect the current signed on job. 

To check what is setup:

In 5770-BR1 7.3 and 5770-BR1 7.4 run the following command:

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

In 5770-BR2 7.4, 5770-BR2 7.5, and 5770-BR1 7.5, to display what the current setting is run the following command:

...