A SERVICE OF

logo

Setting Up the MVS Server
BMC Software, Inc., Confidential and Proprietary Information
Chapter 4 Performing Post-Installation Tasks 4-29
Note: For detailed information about establishing a server with
APPC/MVS, refer to the MVS/ESA Planning: APPC Management
Reference Manual.
To Set Up the MVS Server
Step 1 Define an APPC logon mode in the VTAM logon mode table.
A logon mode is a set of parameters that determine the characteristics of the
communication session between the client and the server. The person who is
responsible for setting up the MVS system’s network definitions defines the
logon mode. Typically, this person is familiar with making the network
definitions available to VTAM.
An installation can create several logon mode tables that contain varying
communication characteristics for the MVS VTAM network. The logon
mode tables are assembled and link edited to SYS1.VTAMLIB. All the
modes that the server LU uses should be contained in the table and specified
in the server’s LU APPL definition statement.
Table 4-3 MVS Commands
MVS Commands Description
S
jobname
starts the job or task named by the jobname
parameter
P
jobname
stops the job or started task named by the jobname
parameter
F
jobname
, DRAIN toggles the DRAIN status flag
When DRAIN is enabled, new clients are prevented
from attaching to the server and the server
automatically shuts down when all active tasks are
complete.
F
jobname
, LIST lists active tasks that are running in the server
F
jobname
, STATUS displays the current status information for the
server
F
jobname
, STOP stops the job or started task named by the jobname
parameter
F
jobname
, TERM
xxx
terminates the task where
xxx
is the key
The key is found by issuing the LIST command.
F
jobname
, TRACE toggles the Global Trace variable
F
jobname
, TRCAGENT toggles the Trace Agent variable
F
jobname
, TRCSERV toggles the Trace Server variable