EasyManua.ls Logo

HP StorageWorks P9000 - 10 Support and Other Resources; Related Documentation

HP StorageWorks P9000
128 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
//*********************************************************************
//*
//* This JCL allocates a CSI data set.
//*
//* Instructions:
//* 1) Modify the JOB statement to match your environment.
//* 2) Modify the following values to match your environment:
//*
//* Value Description
//* -------- --------------------------------
// SET PFX=HPQYKPrefix of SMP files -----(4)
SET TVRM=Vnnnnnn Version of target libraries//
SET VSN=#smp01 DASD volume serial for SMP files -----(5)
//*
//* 3) Submit the JCL.
//*
//*********************************************************************
//STEP01 EXEC PGM=IDCAMS
//CSIVOL DD UNIT=SYSDA,VOL=SER=&VSN,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DELETE HPQYK.SMPCSI.CSI-----(6)
SET MAXCC=0
DEFINE CLUSTER( -
NAME(HPQYK.SMPCSI.CSI) ------(7)
FREESPACE(10 5) -
KEYS(24 0) -
RECORDSIZE(24 143) -
SHAREOPTIONS(2 3) -
UNIQUE -
VOLUMES(#smp01)-----(8))DATA( -
NAME(HPQYK.SMPCSI.CSI.DATA)-----(9)
CONTROLINTERVALSIZE(4096) -
CYLINDERS(1 1) -
) -
INDEX( -
NAME(HPQYK.SMPCSI.CSI.INDEX)------(10)
CYLINDERS(1 1) -
)
/*
//*
//* Initialize a CSI data set. See p.28 of SMP/E User's Guide.
//*
//STEP02 EXEC PGM=IDCAMS
//SMPCSI DD DISP=OLD,DSN=&PFX..SMPCSI.CSI
//ZPOOL DD DISP=SHR,DSN=SYS1.MACLIB(GIMZPOOL)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
REPRO OUTFILE(SMPCSI) -
INFILE(ZPOOL)
/*
//*
//* Allocate data sets for SMP installation of NC
//*
//STEP03 EXEC PGM=IEFBR14
//* Data sets required by SMP
//SMPPTS DD DSN=&PFX..SMPPTS,
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,VOL=SER=&VSN,
// SPACE=(CYL,(1,5,10)),
// DCB=(BLKSIZE=32720,LRECL=80,RECFM=FB)
//SMPSCDS DD DSN=&PFX..SMPSCDS,
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,VOL=SER=&VSN,
// SPACE=(CYL,(75,5,15)),
SMPALLOC (Allocating SMP/E Datasets) 95

Table of Contents

Other manuals for HP StorageWorks P9000

Related product manuals