|
This chapter provides the procedures for:
The SNA View Mainframe Collector task NSPLU62 will start automatically whenever NetView is started. If it becomes necessary to recycle NSPLU62, the task can be brought down by issuing the following command from a NetView command prompt:
STOP TASK=NSPLU62
The task can be restarted by issuing the following command from a NetView command prompt:
START TASK=NSPLU62
Procs NSPPI and NSPCMD are the primary PPI procs that either send CNM and PPO data through the PPI or await commands coming from SNA VIEW through the PPI. As such, they must be active at all times and must run in a background environment within Netmaster. To accomplish this, add the following statements to your NMINIT or NMREADY initialization procs:
Sub BSYS NSPPI
Sub BSYS NSPCMD
You can also issue these commands from an OCS console.
The mainframe application program may be started as a batch job or as a started task, although the started task method is recommended.
To start SNA View as a started task, copy the prefix.SNAVIEW.NSPSAMP(NSPOPEN) procedure into the started tasks library, modifying the dataset names according to the instructions at the top of the job. Start the NSPOPEN procedure from an MVS console with the following command:
S NSPOPEN
To stop the SNA View task, enter the following command from an MVS console:
P NSPOPEN
The SNA View mainframe application program may also be stopped from the workstation by entering the command endhost from the SNA View Command Client.
To start SNA View as a batch job, modify and submit the JCL in prefix.SNAVIEW.NSPSAMP(NSPJCL).
To stop the SNA View batch job, issue the following command from the operator console:
P NSPOPEN
The mainframe program may also be stopped by issuing the following modify command from an MVS console:
MODIFY NSPAMIN,ENDHOST
|