OSI/AS and OSI/TS Supplement (Includes RFC-1006 Support)

OSI/AS Configuration Example
RFC-1006 Configuration Command Files
4–4 107751 Tandem Computers Incorporated
fup purge (ZOSIDB,ZOSIDB0) !
fup /in dbfup/
==
== Create new OSI manager process.
==
$SYSTEM.SYS01.OSIMGR/nowait, name $OSIM, swap $DISK1 &
, cpu 2/ 3
=============================================================
== SCF commands for configuring the subsystem:
=============================================================
allow all errors
=============================================================
== Configure OSI manager process.
=============================================================
alter subsys $OSIM, mib ZOSIDB
start process $OSIM
version $OSIM
=============================================================
== Define NSP, TSP, and TAPS processes.
=============================================================
add process $OSIM.#nsp.TCP1, name $ZTC0
add process $OSIM.#tsp.TSP1, name $TSP1 &
, codefile $SYSTEM.SYS01.TSPOBJ
add process $OSIM.#taps.TAPS1, name $TAPS1 &
, codefile $SYSTEM.SYS01.TAPSOBJ
============================================================
== Define profiles. (If you want to configure VSN1 ON,
== then use the default #L5 service.)
============================================================
add profile $OSIM.#L5.L5p1, vsn1 off, vsn2 on
add profile $OSIM.#L4.L4p1, class 0
============================================================
== Define entries
============================================================
====
==== Assign NSP process and profile to SNPA.
====
add entry $OSIM.#snpa.a1b1 &
, l3server $OSIM.#nsp.tcp1
====
==== Add TSP process, SNPA, and profile to local NSAP (IP address).
==== IP address can be entered in dotted decimal notation
==== or in an eight-digit hex string.
====
add entry $OSIM.#nsap.130.252.111.25, l4server $OSIM.#tsp.TSP1 &
, snpa a1b1, profile $OSIM.#L4.L4p1
====
==== Add address information for remote NSAP.