OSI/AS Configuration and Management Manual
Examples of Configuration Command Files
OSI/AS Configuration and Management Manual—424119-001
A-11
OSI/AS Over a LAN, Using IP null
OSI/AS Over a LAN, Using IP null
The source code file for this example is provided as part of the OSI/AS software. It
resides (by default) in $SYSTEM.ZOSIAS.EXCFG5.
=============================================================
== File: EXCFG5
==
== Example command file for configuring OSI/AS over a LAN,
== using the inactive subset of the IP.
== SCF must be running before you use the SCF OBEY command
== to invoke this file.
==
== NOTE: To use this command file, you must put in names
== and addresses to reflect your environment.
=============================================================
== Guardian commands for preparing the subsystem:
=============================================================
==
== Clean up the OSI/AS subsystem!
==
stop process $OSIM
stop process $TAPS1
stop process $TSP1
==
== Create new MIB.
==
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
=============================================================
== 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.
=============================================================