Record: Storage

This record is used to monitor Data Virtualization Manager server storage usage.

About this task

The Storage record is written at the end of every Data Virtualization Manager server storage recording interval.

Procedure

To enable this record, use the MODIFY PARM command to set the following parameters in the hlq.SAVZEXEC(AVZSIN00) member:
“MODIFY PARM NAME(CHECKSTORAGEINTERVAL) VALUE(900)”
“MODIFY PARM NAME(LOGSTORAGE) VALUE(YES)”
“MODIFY PARM NAME(LOGSTORAGESMF) VALUE(YES)”
“MODIFY PARM NAME(LOGSTORAGETABLE) VALUE(AVZ.STORAGE)”
The following table lists the parameters used to configure the Storage record:
Table 1. Storage Record for DB2
Parameter Description Valid values
CHECKSTORAGEINTERVAL Controls how often (in seconds) statistics for allocated storage are gathered within IBM Data Virtualization Manager for z/OS. A value of zero turns off this function.

Default value is 900.

Function is turned off.

LOGSTORAGE Controls whether storage information is logged. Storage information is logged by inserting rows in to a DB2 table.
YES
Default value is YES.
NO
LOGSTORAGESMF Controls whether storage usage information should be written to SMF. Storage usage information can also be written to a DB2 table.
YES
NO
Default value is NO.
LOGSTORAGETABLE Sets the name of the DB2 table that is used to log storage information. A row is inserted into this table at the end of each recording interval, if storage logging is active. AVZ.STORAGE

Default name