Versions Compared

Key

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

...

Supported IBM i Release PTFs

7.2

7.3

7.4

SI75082

SI75083

SI75084

To Enable

In 7.3 and 7.4 run one of the following commands:

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

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

In 7.5 run the following command:

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

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

To Remove:

In 7.3 and 7.4 run one of the following commands:

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

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

In 7.5 run the following command:

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

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

To check what is setup:

In 7.3 and 7.4 run the following command:

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

In 7.5 to display what the current setting is run the following command:

DSPFCNBRM FUNCTION(*ALL)  then press F10 to see the detailed results.

Recovery

The BRMS recovery report will identify the saved item transferred to the cloud containing the virtual optical image files required for an NFS install. These image files will need to be transferred from the cloud and formatted as a NFS install image on the host NFS server.  

...