QUSRBRM.BRMS_CONTROL_GROUP_IFS_ENTRY View

The QUSRBRM.BRMS_CONTROL_GROUP_IFS_ENTRY view shows IFS and link list entry items set up in a control group.

Authorization:  

The authorization ID of the statement must include the following privileges:

  • *OBJOPR and *READ authority to the QUSRBRM/CGIFS_ENT object.

Result Table

The following table describes the columns in the view. The system name is CGIFS_ENT. The schema is QUSRBRM.

Column Name

System Column Name

Data Type

Description

CONTROL_GROUP

CGNAME

VARCHAR(10)

The name of the BRMS control group.

SEQUENCE_NUMBER

SEQUENCE

SMALLINT

The sequence number of the control group entry.

BACKUP_ITEM

BACKUPITEM

VARCHAR(10)

The name of the backup item in the control group. 

USER_MODIFY_LIST

MODIFYLIST

VARCHAR(10)

Nullable

The name of the user-modifiable list used by BRMS dynamically built special value BACKUP_ITEM names *LINK, *LNKOMTONL, *LNKOMTLTS, or *LTSOMTONL.

Contains the null value if the BACKUP_ITEM is not one of the special value BACKUP_ITEM names listed above.

LIST_OMIT

LIST_OMIT

VARCHAR(7)

Nullable

Indicates whether the list item from the link list being used on the backup command is an include or omit. 

The possible values are:

  • INCLUDE       The link list item is an include.

  • OMIT             The link list item is an omit.

Contains the null value if the object path name is not set.

PATH_NAME

PATH_NAME

VARGRAPHIC(16000)

CCSID 1200

Nullable

The object path name entry.

Contains the null value if an object path name is not set.

Examples

Example 1 - Report path name includes that are set for control group name WEEKLY:

SELECT CGNAME, SEQUENCE, BACKUPITEM, LIST_OMIT, PATH_NAME FROM QUSRBRM.BRMS_CONTROL_GROUP_IFS_ENTRY WHERE CGNAME = 'WEEKLY' AND LIST_OMIT = 'INCLUDE'

Example output:

CONTROL_GROUP

SEQUENCE_NUMBER 

BACKUP_ITEM

LIST_OMIT

PATH_NAME

WEEKLY

40

QALLUSRLNK

INCLUDE

'/*'

Example 2- Report path name omits that are set for control group name WEEKLY:

SELECT CGNAME, SEQUENCE, BACKUPITEM, LIST_OMIT, PATH_NAME FROM QUSRBRM.BRMS_CONTROL_GROUP_IFS_ENTRY WHERE CGNAME = 'WEEKLY' LIST_OMIT = 'OMIT'

Example output:

CONTROL_GROUP

SEQUENCE_NUMBER 

BACKUP_ITEM

LIST_OMIT

PATH_NAME

WEEKLY

40

QALLUSRLNK

OMIT

'/QSYS.LIB'

WEEKLY

40

QALLUSRLNK

OMIT

'/QDLS'

WEEKLY

40

QALLUSRLNK

OMIT

'/TMP/BRMS'

WEEKLY

40

QALLUSRLNK

OMIT

'/QIBM/ProdData'

WEEKLY

40

QALLUSRLNK

OMIT

'/QOpenSys/QIBM/ProdData'

 

NOTES:

  • Some BACKUP_ITEM special values are dynamically built by BRMS at runtime.  BRMS will dynamically generate the list of object path names to include or exclude which are not reported in this view.

  • BRMS also provides a user-modifiable list for additional omits to apply to the dynamically generated lists which will be reported in the view which are described in the table below.

BACKUP_ITEM

USER_MODIFY_LIST

Description

BACKUP_ITEM

USER_MODIFY_LIST

Description

*LINK

QLNKOMT

Backup all links in all directories.

*LINK

QCLDOMTUSR

Backup all links in all directories for cloud control groups with the prefix name of QCLDBUSR.

*LNKOMTONL

QLNKOMTONL

Backup all links in all directories except the Lotus Server databases that are saved during an online Lotus Server backup. This Entry also excludes various Lotus Server files that do not need to be backed up.

*LNKOMTLTS

QLNKOMTLTS

Back up all links in all directories except Lotus Server links.

*LTSOMTONL

QLTSOMTONL

Back up all Lotus Server links except the Lotus Server databases that are save during an online Lotus Server backup.

 

 

Copyright © Fortra, LLC and its group of companies. All trademarks and registered trademarks are the property of their respective owners.