To install z/Server with a minimum of customization, use the following guidelines:
- Install, configure, and verify the installation of Mainframe Access (MFA) Server. See
Installing Mainframe Access Server and
Configuring and Administering the Mainframe for more information.
- Upload z/Server software as an XMIT file and receive all installation datasets.
- Define the necessary started tasks:
- A z/Server holder address space
- A z/Server scheduler address space
- User server address spaces (batch TSO address space)
- Optional: An additional z/Server CEA scheduler address space
- Optional: User server address spaces (CEA-launched TSO address spaces)
- Optional: Define a logon procedure for user servers as CEA-launched TSO address spaces.
- Before z/Server address spaces can be started, you must customize a minimum configuration that consists of:
- The holder task configuration:
- Specify the SVC number (default 238)
- Specify the data space token (default TAURSERV)
- Specify the name of the IP stack used for processing (default TCPIP)
- The STC scheduler configuration:
- Specify the general listener port (default 1200)
- Specify the user server port range (default 1201-1249)
- Specify the name of the user server started tasks (default IVPUSRT)
- Optional: The CEA scheduler configuration:
- Specify the general listener port (default 1250)
- Specify the user server port range (default 1251-1299)
- Specify the name of the logton procedure (default CEAPROC)
- Specify the name of the initial command REXX procedure (default ZCEAICMD)
- Start the z/Server holder address space, which in turn will start the scheduler address space(s).
- Run the installation verification procedure hlq.ZSERVER.JCL(IVPVERI) for both the STC scheduler and optionally the CEA scheduler.
- Run the TAU REXX procedure to verify user server startup. This is limited to support of port numbers up to a length of four characters.
- Edit the master model configuration file hlq.ZSERVER.MASTER:
- Enter a unique system name after "System:", for example, LPAR1.
- Customize the dataset names pointing to the models after "Conf:".
- Edit the REXX procedure hlq.ZSERVER.EXEC(TAUZCAPP) and specify the correct name of the master model configuration file hlq.ZSERVER.MASTER after “sysdsn=”.