HP XP Array Manager Software User Manual

Page 39

Advertising
background image

Performing Cache Manager Operations

4-11

Hitachi Cache Manager User’s Guide

Figure 4-13 is an illustration of a JCL for volume STATUS.

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

(5)
(6)

(7)


(8)
(9)

//CSUT13 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 *
STATUS VOLUME(CSVOL2) -
DKU
STATUS VOLUME(CSVOL3) -
DKC -
EXTENT
/*
//

(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 the cache status, nonvolatile memory status and capacity information and store them in the dataset.

VOLUME defines a volume serial number in the cache storage system. DKU is a required parameter to specify
the entire volume of ‘CSVOL2’.

(7) Edit the cache status and extent information and store them in the dataset. 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. EXTENT defines the cache extent as all volumes that belong
to same storage system ID (SSID).

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

Figure 4-13

Volume STATUS Command

Advertising