Multiple index specification for LOGSCAN

The syntax diagram for the Multiple index specification is in LOGSCAN syntax.

INDEX creatorID.indexName

The INDEX option specifies the index to be scanned.

  • creatorID is the qualifier creator ID for the index. The default is the user identifier for the utility.

  • indexName is the name of the index. Indexes for BMCUTIL, BMCSYNC, and BMCXCOPY (tables that are used by BMC utilities) cannot be used.

OBJECTSET creator.name

Use the OBJECTSET option with INDEX to process only the indexes that are in a defined group. For more information, see OBJECTSET specification for LOGSCAN and Using BMC AMI Recovery Manager groups.

INDEX (ALL) TABLESPACE databaseName.tableSpaceName

(ALL) TABLESPACE specifies that all indexes for the named table space are to be scanned. The parentheses around ALL are optional.

TABLESPACE specifies the table space from which all indexes are to be scanned as follows:

  • databaseName is the name of the database containing the table space. The default is DSNDB04. The name cannot be DSNDB01, DSNDB06, DSNDB07, or any database defined with TYPE='W' in SYSIBM.SYSDATABASE.

  • tableSpaceName is the name of the table space within the named database. BMCUTIL, BMCSYNC, and BMCXCOPY (tables that are used by BMC utilities) cannot be used.

AUX

The AUX option specifies if auxiliary objects will be included with the scan of the base table spaces. For more information, see AUX.

INDEXSPACE databaseName.indexSpaceName

The INDEXSPACE option specifies indexes to be scanned as follows:

  • databaseName is the name of the database containing the index space. The default is DSNDB04. The name cannot be DSNDB01, DSNDB06, DSNDB07, or any database defined with TYPE='W' in SYSIBM.SYSDATABASE.

  • indexSpaceName is the name of the index space within the named database. Indexes for BMCUTIL, BMCSYNC, and BMCXCOPY (tables that are used by BMC utilities) cannot be used.

INDEXSPACE (ALL) TABLESPACE databaseName.tableSpaceName

INDEXSPACE (ALL) TABLESPACE specifies that all indexes for the named table space are to be scanned.

TABLESPACE specifies the table space from which all indexes are to be scanned as follows:

  • databaseName is the name of the database to which the table space belongs. The name cannot be DSNDB01, DSNDB06, DSNDB07, or any database defined with TYPE='W' in SYSIBM.SYSDATABASE. The default is DSNDB04.

  • tableSpaceName is the name of the table space whose indexes are to be scanned. BMCUTIL, BMCSYNC, and BMCXCOPY (tables that are used by BMC utilities) cannot be used.

If you do not specify the TABLESPACE option, BMC AMI Recover determines the table space for the first valid index specified. All other specified indexes must belong to the same table space.




Was this page helpful? Yes No Submitting... Thank you

Comments