OSI/MHS Configuration and Management Manual
Examples of Configuration Files
OSI/MHS Configuration and Management Manual—424827-003
A-39
OSI/AS and OSI/TS Configuration Command File for
MTA2
OSI/AS and OSI/TS Configuration Command
File for MTA2
The source code for this example is provided in the file EXASMTA2.
=============================================================
== ==
== 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 MTA2. ==
== ==
=============================================================
== File: EXASMTA2 ==
=============================================================
== ==
============== Create a clean environment =================
== ==
=============================================================
ALLOW 100 ERRORS
== Stop existing OSI processes
STOP PROCESS $VOSI
STOP PROCESS $VAS1
STOP PROCESS $VTS1
== Purge and recreate the OSI Management Information base
== (MIB)
VOLUME OSIMTA2
FUP PURGE ! (ZOSIDB,ZOSIDB0)
FUP /IN OSIMTA2.DBFUP/
== Start the OSI Manager process
RUN OSI.OSIMGR / NAME $VOSI, OUT $0, NOWAIT, CPU 1/0
ASSUME SUBSYS $VOSI
== set the MIB
ALTER SUBSYS $VOSI, MIB ZOSIDB
== inital open to db
INFO SUBSYS $VOSI, DETAIL
== start the OSI Manager process
START PROCESS $VOSI
== wait for OSI Mgr to complete initialization
DELAY 15
=============================================================
== ==
=========== Configure common PROCESS section ==============