z/OS MVS Planning: APPC/MVS Management
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of Adding LUs

z/OS MVS Planning: APPC/MVS Management
SA23-1388-00

The following example shows four LUADD statements in a parmlib member named APPCPM1A. The first LU is similar to the default LU provided in the sample APPCPMXX member in SYS1.SAMPLIB. It is a member of the VTAM® generic resource group MVSLU1, and is enabled for network-qualified names support. The second LU is one in a generic resource group of test LUs that access group and system-level profiles from a special test TP profile file. The third LU accesses user, group, and system-level profiles from the TP profile file SYS1.XYZTP. Following an interruption, sessions in this LU would persist for 3600 seconds (1 hour). If service is not restored within 3600 seconds the LU becomes unavailable. The USERVAR and ALTLU keywords are used to pass data to scheduler XYZ. This XYZ scheduler is a scheduler other than the APPC/MVS transaction scheduler (ASCH). The fourth LU is a NOSCHED LU from which APPC/MVS servers will receive inbound conversations. This LU accesses only the database token from TP profile file SYS1.APPCTP.

Figure 1. APPCPM1A
  LUADD
    ACBNAME(Z098AP01)
    SCHED(ASCH)
    GRNAME(MVSLU1)
    NQN
    TPDATA(SYS1.APPCTP)
    TPLEVEL(SYSTEM)

  LUADD
    ACBNAME(Z098AP02)
    SCHED(ASCH)
    GRNAME(MVSTEST)
    NQN
    TPDATA(SYS1.APPCTEST)
    TPLEVEL(GROUP)

  LUADD
    ACBNAME(Z096AP02)
    SCHED(XYZ)
    BASE
    NQN
    TPDATA(SYS1.XYZTP)
    TPLEVEL(USER)
    PSTIMER(3600)
    USERVAR(scheduler-supplied value)
    ALTLU(scheduler-supplied value)

  LUADD
    ACBNAME(Z096AP03)
    NOSCHED
    GRNAME(SERVLU)
    NQN
    TPDATA(SYS1.APPCTP)
    TPLEVEL(SYSTEM)
To activate the LUs, issue the START command if APPC was not previously started; otherwise issue the SET command. Examples of each command follow.
   START APPC,SUB=MSTR,APPC=1A

   SET APPC=1A

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014