OSI/AS SCF Reference Manual

Table Of Contents
OSI/AS SCF Examples of Configuration Command
Files
OSI/AS SCF Reference Manual424121-001
C-10
OSI/AS on a LAN With Full-IP and ES-IS
===== Add a name for the local application.
====
add entry $OSIM.#appl.apa1, aequalifier 12345678 &
, aptitle ( 1 5 99 ) &
, psel 66a1, ssel 55a1 &
, tsel 44a1, nsap 33a1
====
==== Add a name for the remote application.
add entry $OSIM.#appl.apb1 &
, psel 66b1, ssel 55b1 &
, tsel 44b1, nsap 33b1
=============================================================
== Start the processes.
=============================================================
start process $OSIM.#tsp.TSP1
start process $OSIM.#taps.TAPS1
exit
OSI/AS on a LAN With Full-IP and ES-IS
The source code file for this example is provided as part of the OSI/AS software. It
resides (by default) in $SYSTEM.ZOSIAS.EXCFG4.
=============================================================
== File: EXCFG4
==
== Example command file for configuring OSI/AS over a LAN,
== using ES-IS routing exchange protocol.
== 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 90 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
=============================================================