Installing a service tape, Installing a service tape 31, Figure 4-1 – Sun Microsystems SUN STORAGETEK VSM GUI User Manual
Page 49
312651601 • Rev A
Chapter 4 Installing Service Tapes for VSM GUI 31
FIGURE 4-1
JCL to Unload the VSM GUI Service Tape SMP/E JCL
Installing a Service Tape
Install the contents of a service tape using the following procedure.
1. Ensure that you have customized the installation jobs as described in “Set Up the
SMP/E Environment and Install the Software” on page 13.
2. If necessary, modify member
U1RCU
.
If the cumulative service was downloaded from the StorageTek CRC, change the
SMPPTFIN
and
SMPHOLD
DDs to point to the downloaded data set names. If it is a
physical tape, obtain the actual volume serial number “VT
yynn
” from the tape cartridge
external label. If there was no
HOLDDATA
downloaded, then remove the
SMPHOLD
DD and
only receive
SYSMODS
.
3. Run member
U1RCV
to
RECEIVE
the VSM GUI service.
4. If necessary, modify member
U2APPLY
.
Before running the apply job, review the output from the receive job for
HOLDDATA
, and
follow the instructions given for each held PTF. When the requirements are met, bypass
the hold condition for that held PTF in the apply job with the
BYPASS
parameter. Do not
bypass
HOLDERROR
conditions.
5. Run member
U2APPLY
to
APPLY
the VSM GUI service.
//jobcard JOB ‘accounting information’
//*
// EXEC
PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//*
//SYSUT1
DD DSN=SMPEJCL,DISP=(OLD,KEEP),
// UNIT=3480,
// LABEL=(3,SL,EXPDT=98000),VOL=SER=VTyynn
//*
//SYSUT2 DD
DSN=hlq.SMPE.JCL,DISP=(,CATLG),
// UNIT=SYSALLDA,SPACE=(TRK,(10,2,10)),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=23440)
//*