OSI/FTAM Configuration and Management Manual

Example FTAM Configuration Command Files
OSI/FTAM Configuration and Management Manual421944-001
A-19
Command File for Obtaining Diagnostic Information
Command File for Obtaining Diagnostic Information
After you have reset the statistics counters, you can collect diagnostic information to
document the problem. The following SCF command file collects and displays service
and process statistics and other information for the sample configuration described in
this appendix. The output of this command file illustrates the diagnostic information you
should provide to your Tandem representative when reporting a problem. It is
recommended that you set up a similar SCF command file for your configuration and
then use the SCF OBEY command to invoke the file. You must have super ID access to
use this SCF command file.
The source code for this command file is provided with the FTAM subsystem in the file
named EXTBL2 and is installed as described in Appendix C, FTAM Software Files
.
If your configuration uses a LAN instead of or in addition to X.25, see the OSI/AS
Configuration and Management Manual for an example that includes a collection of
diagnostic information for the TLAM and PAM subsystems. If your configuration uses
TCP/IP, see the Tandem OSI/AS and OSI/TS Supplement (Includes RFC-1006 Support).
=============================================================
== File: EXTBL2
==
== THIS SCF COMMAND FILE DISPLAYS AND LOGS DIAGNOSTIC
== INFORMATION.
==
=============================================================
allow all errors
=============================================================
== START UP THE LOG FILE (VERY IMPORTANT).
=============================================================
log osiconf
=============================================================
== DISPLAY VERSIONS OF APLMGR AND PROCESSES.
=============================================================
version subsys $amgr, detail
version $fti1
version $fti2
version $ftr1
version $ftr2
version process $osm1
version $l51
version $l41
version $sx250
=============================================================
== DISPLAY ALL THE NAMES FOR APLMGR AND FTAM.
=============================================================
names $amgr
=============================================================
== DISPLAY STATUS AND STATISTICS FOR APLMGR,
== INITIATOR, AND RESPONDER PROCESSES.
=============================================================
status subsys $amgr, detail
stats subsys $amgr
status process $amgr.#ftami.fti1, detail
status process $amgr.#ftami.fti2, detail
status process $amgr.#ftamr.ftr1, detail
status process $amgr.#ftamr.ftr2, detail
Note. These commands are not generic. To use them, you must change the names to reflect
your configuration.