OSI/AS SCF Reference Manual

Table Of Contents
OSI/AS SCF Examples of Configuration Command
Files
OSI/AS SCF Reference Manual424121-001
C-13
OSI/AS on a LAN With Null-IP
==
$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
=============================================================
== Alter service to disable ES-IS routing exchange protocol.
==
== NOTE: Since you must alter the service, you cannot
== simply add these SCF commands to the generic LAN example
== command file.
=============================================================
alter service $osim.#L3, esisenable off
=============================================================
== Define NSP, TSP, and TAPS processes.
=============================================================
add process $OSIM.#nsp.LAM1, name $LAM1
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.)
== Enable inactive subset of IP.
=============================================================
add profile $OSIM.#L5.L5p1, vsn1 off, vsn2 on
add profile $OSIM.#L4.L4p1, class 4
add profile $OSIM.#L3.L3p1, ipnulllayer on
=============================================================
== Define entries.
=============================================================
====
==== Assign TLAM (PAM for G06 and later)NSP process
==== to local SNPA.
add entry $OSIM.#snpa.fe08008e000010 &
, server $OSIM.#nsp.LAM1 &
, profile #L3.L3p1
====
==== Assign TLAM (PAM for G06 and later) NSP process
==== to remote SNPA.
add entry $OSIM.#snpa.fe08008e000a3e
====
==== Add TSP process, SNPA, and profile to local NSAP.
add entry $OSIM.#nsap.fe08008e000010 &