OSI/MHS Configuration and Management Manual

Examples of Configuration Files
OSI/MHS Configuration and Management Manual424827-003
A-23
OSI/AS and OSI/TS Configuration Command File for
MTA1
OSI/AS and OSI/TS Configuration Command
File for MTA1
The source code for this example is provided in the file EXASMTA1.
=============================================================
== ==
== This is a sample OSI/AS and OSI/TS (stack) ==
== configuration file. It defines the OSI/AS and OSI/TS ==
== addresses that correspond to OSI/MHS MTA1. ==
== ==
=============================================================
== File: EXASMTA1 ==
=============================================================
== ==
============= Create a clean environment ==================
== ==
=============================================================
ALLOW 100 ERRORS
== Make sure existing OSI processes are stopped =
STOP PROCESS $UOSI
STOP PROCESS $UAS1
STOP PROCESS $UTS1
== Purge and recreate the OSI Management Information base =
== (MIB)
VOLUME OSIMTA1
FUP PURGE ! (ZOSIDB,ZOSIDB0)
FUP /IN OSIMTA1.DBFUP/
== Start the OSI manager process
RUN OSI.OSIMGR / NAME $UOSI, OUT $0, NOWAIT, CPU 1/0
== set the MIB
ALTER SUBSYS $UOSI, MIB ZOSIDB
== inital open to db
INFO SUBSYS $UOSI, DETAIL
== start the OSI Manager Process
START PROCESS $UOSI
== wait for OSI manager to complete initialization
DELAY 10