HP XP Array Manager Software User Manual

Page 44

Advertising
background image

4-16

Performing Cache Manager Operations

Hitachi Cache Manager User’s Guide

Figure 4-19 illustrates a DSMODE command. Cache Manager releases dataset
statistics information for the specified extent(s) or volume(s).

(1)
(2)
(3)
(4)

(5)

(6)
(7)


(8)


(9)


(10)


(11)
(12)

//CSUT25 JOB MSGLEVEL=(1,1)
//CACHE EXEC PGM=HRUDCRX,REGION=1024K
//SYSPRINT DD SYSOUT=A
//DCRLOG DD DSN=input dataset name, VOL=SER=volume serial number,
// UNIT=SYSDA,DISP=SHR
//VOL1 DD UNIT=SYSDA,VOL=SER=CSVOL1,DISP=OLD
//VOL2 DD UNIT=SYSDA,VOL=SER=CSVOL2,DISP=OLD
//SYSIN DD *
DSMODE DISABLE -
DDNAME(VOL1) -
VTOC
DSMODE DISABLE -
DDNAME(VOL2) -
DATASET(‘USER.FILE’)
DSMODE DISABLE -
VOLUME(CSVOL3) -
DKU
DSMODE DISABLE -
VOLUME(CSVOL4) -
ECCENTRICAREA
/*
//

(1) Start of job.
(2) Execute HRUDCRX.
(3) Spool the message dataset.
(4) Define a dataset to store LOG (DCRLOG) to set or release dataset statistics information.
(5) Define the volume serial number of ‘CSAVOL1, CSAVOL2’ in the cache storage system.
(6) Define a dataset to store the device number.
(7) Define an area (VTOC area) to release dataset statistics information.
(8) DDNAME defines the dd name in the DD statement. VTOC specifies the cache residence to be released by

VTOC area. DDNAME defines the dd name in the DD statement. DATASET specifies the residence area to be
released by dataset area (DSN: USER.FILE).

(9) Define an area to release dataset statistics information. VOLUME defines a volume serial number in the cache

storage system. DKU releases all statistics area in the volume serial number of ‘CSVOL3’.

(10) Define an area to release dataset statistics information. VOLUME is a required parameter to define a volume

serial number of ‘CSVOL4’ in the cache storage system. ECCENTRICAREA is a parameter to release only
eccentric areas(s).

(11) End of command.
(12) End of job.

Figure 4-19

DSMODE Command Releasing Dataset Statistics Information

Advertising