OSI/AS SCF Reference Manual

Table Of Contents
OSI/AS SCF Examples of Configuration Command
Files
OSI/AS SCF Reference Manual424121-001
C-2
OSI/AS on an X.25 Network
OSI/AS on an X.25 Network
The source code file for this example is provided as part of the OSI/AS software. It
resides (by default) in $SYSTEM.ZOSIAS.EXCFG1.
Include the relevant profile and server information in each SNPA, NSAP, and TSEL
entry command (labeled Method 1 in the example file)
Include all profile and server information in the APPL entry command (labeled
Method 2 in the example file)
Choose which method will be used, and delete the set of lines that is not used.
=============================================================
== File: EXCFG1
==
== Example command file for configuring and starting OSI/AS
== over an X.25 subnetwork.
== 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 first!
==
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
Note. To use these command files, you must change the file and process names to reflect
your environment. In addition, you must first logged on as a super-group user.