HP XP Array Manager Software User Manual

Page 36

Advertising
background image

4-8

Performing Cache Manager Operations

Hitachi Cache Manager User’s Guide

Figure 4-7 is a sample JCL of a COUNTS command for dataset statistics.
Cache Manager edits and prints out dataset statistics information for the

specified datasets, then edits and prints out dataset statistics information for
all volumes with the same storage system ID (SSID).

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

(5)
(6)



(7)



(8)
(9)

//CSUT22 JOB MSGLEVEL=(1,1)
//CACHE EXEC PGM=HRUDCRX,REGION=1024K
//SYSPRINT DD SYSOUT=A
//RAIDPARM DD DSN=input dataset name, VOL=SER=volume serial number,
// UNIT=SYSDA,DISP=SHR
//SYSIN DD *
COUNTS VOLUME(CSVOL1) -
DKU -
DSEXTENT -
REPORT
COUNTS VOLUME(CSVOL1) -
DKC –
DSEXTENT -
REPORT
/*
//

(1) Start of job.
(2) Execute HRUDCRX.
(3) Spool the message dataset.
(4) Define a dataset to store the device number.
(5) Define a dataset to store the control statements.
(6) Edit statistics information and print out it. VOLUME defines a volume serial number in the cache storage system.

DKU specifies the entire volume. DSEXTENT processes dataset statistics information of specified datasets.

REPORT edits and prints out statistics information.

(7) Edit and print out the statistics information counter. VOLUME defines a volume serial number in the cache

storage system. DKC specifies all volumes with the same storage system ID (SSID). This is necessary to define
the RAIDPARM DD statement. DSEXTENT processes dataset statistics information of the specified datasets.

REPORT edits and prints out statistics information.

(8) End of command.
(9) End of job.

Figure 4-7

COUNTS Command for Dataset Statistics

Figure 4-8 is an example of dataset statistics.

CACHE MANAGER UTILITY (P-9Y2R-J91Y1 01-02-07) LISTING INFORMATION 2000-03-23,10:01:05 PAGE 0001

COUNTS VOL(RAID31) DKU DSEXTENT
CACHE EXTENT COUNTERS REPORT


VOLSER----RAID31 DEVICE NUMBER----X’2001’ DEVICE TYPE----3390-3 SSID----X’0094’

DEVICE ADDRESS-- X’01’
USED DATASET COUNT---- 6

----DATASET NAME---- I/O COUNTERS------ -----------DSEXTENT- ---EXTENT----
READS WRITES STATUS COUNT

***** VTOC ***** 967295 67296

EQUAL 1

SYS1.VTOCIX.RAID31 967295 967296 EQUAL 1

SYS1.VVDS.VRAID31 967295 296 EQUAL 1
USER1.AAAA.BBBB.CCCC 4967295 296 EQUAL 2

USER1.AAAA.BBBB.DDDD 294967295 67296 EQUAL- 2
*USER1.AAAA.BBBB.EEEE 95 6 EQUAL 0

Figure 4-8

Dataset Statistics Report

Advertising