|
This chapter describes how to install the mainframe application from its distribution tape using the System Modification Program Extended (SMP/E), Release 7 or later. The distribution tape cartridge contains all of the materials required to install the mainframe application. This chapter contains the following main sections:
If you are migrating from a previous version of SNA View to CiscoWorks Blue Maps or SNA View, you will want to make these changes:
You can migrate your workstation to CiscoWorks Blue release 2.0 while leaving the mainframe at SNA View release 1.2. CiscoWorks Blue 2.0 Maps and SNA View applications work and communicate with the older SNA View release 1.2 mainframe application, but only at the release 1.2 level of function. If you chose to leave the mainframe at the release 1.2 level for now, you should plan to upgrade it to release 2.0 as soon as possible.
This section describes the mainframe distribution tape, which has the following characteristics:
Table 3-1 describes the contents of the distribution tape.
VOLSER | File | Name | RECFM | LRECL | Block Size | Distribution Library |
---|---|---|---|---|---|---|
NSP200 | 1 | SMPMCS | FB | 80 | 6400 | - |
NSP200 | 2 | NSP.NSPS200.F1 | FB | 80 | 8800 | |
NSP200 | 3 | NSP.NSPS200.F2 | U | 0 | 6144 | ANSPSLOAD |
NSP200 | 4 | NSP.NSPS200.F3 | FB | 80 | 6160 | ANSPSSAMP |
NSP200 | 5 | NSP.NSPS200.F4 | FB | 80 | 6160 | ANSPSCLST |
NSP200 | 6 | NSP.NSPS200.F5 | FB | 80 | 6160 | NSPSINST |
Table 3-1 uses the following terms:
This section describes how to install the mainframe application. By default, the mainframe application is installed in the MVS zone (zone Z038), but you can change the zone as described in "Installing CiscoWorks Blue in a Different Zone."
Two methods for installing the mainframe application from its distribution tape are provided. After you have run the job to unload the installation data set, prefix.NSPS200I.NSPSINST, you can install the application using either the direct method, or using SMP/E Release 7 or later. When you run any of the sample jobs specified in the remainder of this chapter to install the application, be sure to modify the JCL for your installation environment.
If you have chosen to directly install the application, run the sample job provided in the CPYNSP member of the installation data set, prefix.NSPS200I.NSPSINST. CPYNSP copies the following data sets from the tape to DASD:
If you do not want to install the mainframe application using the direct method, you can use SMP/E to install the software. By default, the mainframe application is installed in the MVS zone.
To install the mainframe application in the MVS zone (zone Z038) on your mainframe, follow the steps listed below. These steps use the SMP/E JCL installation samples from the distribution tape.
Step 1 Use the sample SMP/E JCL named UNLOAD to unload the prefix.NSPS200I.NSPSINST data set from the tape and load it on your mainframe.
//UNLOAD JOB (ACCT#),
// 'PGMRNAME',
// NOTIFY=&SYSUID,
// CLASS=A,
// MSGCLASS=O,
// MSGLEVEL=(1,1)
//****************************************************************
//****************************************************************
//*
//* PROCEDURE: UNLOAD
//*
//* FUNCTION: UNLOAD THE INSTALLATION SAMPLES
//*
//* NOTE:
//* CHANGE ALL LOWER CASE CHARACTERS TO VALUES SUITABLE
//* FOR YOUR INSTALLATION.
//*
//***************************************************************
//***************************************************************
//UNLOAD EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=A
//TAPE DD DISP=OLD,DSN=NSP.NSPS200.F5,
// VOL=SER=NSP200,
// UNIT=tape,LABEL=(6,SL)
//DISK DD DSN=prefix.NSPS200I.NSPSINST,DISP=(NEW,CATLG),UNIT=3380,
// VOL=SER=xxxxxx,
// SPACE=(TRK,(1,1,2)),
// DCB=(RECFM=FB,BLKSIZE=6160,LRECL=80)
//SYSIN DD *
COPY INDD=TAPE,OUTDD=DISK
/*
Step 2 Use the sample SMP/E JCL named ALLOC, in prefix.NSPS200I.NSPSINST, to allocate your target and distribution libraries.
Step 3 Use the sample SMP/E JCL named RECNSP, in prefix.NSPS200I.NSPSINST, to receive the mainframe application.
Step 4 Use the sample SMP/E JCL named APPNSP, in prefix.NSPS200I.NSPSINST, to apply the mainframe application.
Step 5 Use the sample SMP/E JCL named ACCNSP, in prefix.NSPS200I.NSPSINST, to accept the mainframe application.
You have completed loading the mainframe application files from the distribution tape. The next step is to configure the mainframe application software. Go to the chapter, "Updating the Mainframe Application Software."
Posted: Wed Aug 4 09:39:54 PDT 1999
Copyright 1989-1999©Cisco Systems Inc.