OSI/MHS Configuration and Management Manual

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