![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Loading Mainframe Files From Distribution Tape
The SNA View mainframe application is a VTAM or MVS application that runs on an IBM mainframe so that the CiscoWorks Blue SNA View product on a workstation can collect network management data from VTAM or MVS on that mainframe.
The mainframe application software and this guide are workstation independent, meaning that the software and these instructions apply to the IBM mainframe regardless of the workstation---HP, Sun, or RS/6000---on which the CiscoWorks Blue SNA View product is running.
Using SMP/E Release 7, or later, the distribution cartridge contains all of the materials required to install SNAView.
This chapter provides the following information:
Before you load the mainframe files from the distribution tape, make sure that that you have the necessary mainframe hardware and software. In addition, use the checklist provided in this chapter to ensure that you have completed the list of required system software changes.
You need the following hardware to accomplish uploading the mainframe application files:
You need the following mainframe software for using SNA View mainframe application software:
Before loading the SNA View mainframe application files, it is recommended that you complete the following preparation tasks:
This section describes the contents of the SNA View distribution tape and procedure for installing the SNA View mainframe application.
Following are details about the SNA View mainframe distribution tape:
Table 1-1 describes the contents of the distribution tape.
Table 1-1 Distribution Tape Contents
VOLSER | File | Name | RECFM | LRECL | Block Size | Distribution Library |
---|---|---|---|---|---|---|
NSP020 | 1 | SMPMCS | FB | 80 | 6400 | |
NSP020 | 2 | NSP.NSP0200.F1 | FB | 80 | 8800 | JCLIN |
NSP020 | 3 | NSP.NSP0200.F2 | U | 0 | 6144 | ANSPLOAD |
NSP020 | 4 | NSP.NSP0200.F3 | FB | 80 | 8800 | ANSPSAMP |
NSP020 | 5 | NSP.NSP0200.F4 | FB | 80 | 8800 | ANSPCLST |
NSP020 | 6 | NSP.NSP0200.F5 | FB | 80 | 8800 | Installation Samples |
This section describes how to install SNA View application software on your mainframe.
To install SNA View, follow these steps.
//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.NSP0200.F5, // VOL=SER=NSP020, // UNIT=tape,LABEL=(6,SL) //DISK DD DSN=NSP.SNAVIEW.INSTALL,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 /*
//ALLOC JOB ('ACCOUNT INFO'),'PGMRS NAME',MSGLEVEL=(1,1) //* //ALLOCATE EXEC PGM=IEFBR14 //*************************************************************** //***** NOTE THAT ACTUAL DATA SET SIZES HAVE BEEN INCREASED //***** SLIGHTLY TO ALLOW FOR MAINTENANCE. //*************************************************************** //***** //***** DD STATEMENTS FOR THE TARGET LIBRARIES //***** //NSPLOAD DD DSN=NSP.SNAVIEW.NSPLOAD,VOL=SER=XXXXXX, // DCB=(RECFM=U,LRECL=0,BLKSIZE=6144), // UNIT=SYSDA,SPACE=(TRK,(85,5,25)), // DISP=(NEW,KEEP) //* //NSPCLST DD DSN=NSP.SNAVIEW.NSPCLST,VOL=SER=XXXXXX, // DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160), // UNIT=SYSDA,SPACE=(6160,(15,1,5)), // DISP=(NEW,KEEP) //* //NSPSAMP DD DSN=NSP.SNAVIEW.NSPSAMP,VOL=SER=xxxxxx, // DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160), // UNIT=SYSDA,SPACE=(6160,(15,1,10)), // DISP=(NEW,KEEP) //***************************************************************** ** //***** //***** DD STATEMENTS FOR THE DISTRIBUTION LIBRARIES //***** //ANSPLOAD DD DSN=NSP.SNAVIEW.ANSPLOAD,VOL=SER=xxxxxx, // DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160), // UNIT=SYSDA,SPACE=(TRK,(85,5,25)), // DISP=(NEW,KEEP) //* //ANSPCLST DD DSN=NSP.SNAVIEW.ANSPCLST,VOL=SER=xxxxxx, // DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160), // UNIT=SYSDA,SPACE=(6160,(15,1,5)), // DISP=(NEW,KEEP) //* //ANSPSAMP DD DSN=NSP.SNAVIEW.ANSPSAMP,VOL=SER=xxxxxx, // DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160), // UNIT=SYSDA,SPACE=(6160,(15,1,10)), // DISP=(NEW,KEEP) //*
//RECNSP JOB (ACCT#), // 'PGMRNAME', // NOTIFY=&SYSUID, // CLASS=A, // MSGCLASS=O, // MSGLEVEL=(1,1) //**************************************************************** //**************************************************************** //* //* PROCEDURE: RECNSP //* //* FUNCTION: RECEIVE THE NSP0200 FUNCTION //* //* NOTE: //* CHANGE ALL LOWER CASE CHARACTERS TO VALUES SUITABLE //* FOR YOUR INSTALLATION. //* //**************************************************************** //**************************************************************** //NSPREC EXEC smpeproc SMPE PROCEDURE //SMPTLIB DD UNIT=3380,VOL=SER=xxxxxx,DISP=OLD //SMPPTFIN DD DISP=OLD,DSN=SMPMCS, // VOL=SER=NSP020, // UNIT=tape,LABEL=(1,SL) //SYSIN DD * SET BOUNDARY (GLOBAL) . RECEIVE SELECT(NSP0200) SYSMODS LIST . /*
//APPNSP JOB (ACCT#), // 'PGMRNAME', // NOTIFY=&SYSUID, // CLASS=A, // MSGCLASS=O, // MSGLEVEL=(1,1) //**************************************************************** //**************************************************************** //* //* PROCEDURE: APPNSP //* //* FUNCTION: APPLY THE NSP0200 FUNCTION //* //* NOTE: //* CHANGE ALL LOWER CASE CHARACTERS TO VALUES SUITABLE //* FOR YOUR INSTALLATION. //* //**************************************************************** //**************************************************************** //NSPAPP EXEC smpeproc SMPE PROCEDURE //NSPLOAD DD DSN=NSP.SNAVIEW.NSPLOAD,DISP=SHR //NSPCLST DD DSN=NSP.SNAVIEW.NSPCLST,DISP=SHR //NSPSAMP DD DSN=NSP.SNAVIEW.NSPSAMP,DISP=SHR //SYSIN DD * SET BOUNDARY (mvstzn) . APPLY SELECT(NSP0200) . /*
//ACCNSP JOB (ACCT#), // 'PGMRNAME', // NOTIFY=&SYSUID, // CLASS=A, // MSGCLASS=O, // MSGLEVEL=(1,1) //**************************************************************** //**************************************************************** //* //* PROCEDURE: APPNSP //* //* FUNCTION: ACCEPT THE NSP0200 FUNCTION //* //* NOTE: //* CHANGE ALL LOWER CASE CHARACTERS TO VALUES SUITABLE //* FOR YOUR INSTALLATION. //* //**************************************************************** //**************************************************************** //NSPACC EXEC smpeproc SMPE PROCEDURE //ANSPLOAD DD DSN=NSP.SNAVIEW.ANSPLOAD,DISP=SHR //ANSPCLST DD DSN=NSP.SNAVIEW.ANSPCLST,DISP=SHR //ANSPSAMP DD DSN=NSP.SNAVIEW.ANSPSAMP,DISP=SHR //SYSIN DD * SET BOUNDARY (nspdzn) . ACCEPT SELECT(NSP0200) . /*
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Copyright 1988-1996 © Cisco Systems Inc.