OSI/FTAM Configuration and Management Manual

Managing the FTAM Configuration
OSI/FTAM Configuration and Management Manual421944-001
4-8
Displaying Object Names
SUBSYS Object
A NAMES command is provided for the SUBSYS object; for example:
NAMES SUBSYS $AMGR
However, since this command merely returns the subsystem name that was specified in
the command, it is not useful to interactive users. It is provided for conformance with
general Tandem conventions for communications subsystems and might be useful in
command files whose output is being saved to a log.
To obtain information on the names of objects subordinate to a specified APLMGR,
initiator, or responder process, use the NAMES null command (that is, the NAMES
command with the object type omitted). See Displaying Object Names
on page 4-6.
PROCESS Object
The NAMES command has several useful options when applied to the PROCESS
object. You can use asterisks to look up collections of process names. For example, to
display the process names of all process types associated with the APLMGR named
$AMGR, enter
NAMES PROCESS $AMGR.*.*
to return the following display:
You also can specify another level of detail by requesting only initiator or only
responder names. For example, to display only the FTAM responder names associated
with $AMGR, enter
NAMES PROCESS $AMGR.#FTAMR.*
The display is similar to the example above except that no APLMGR process name or
initiator process names are included:
OSIAPLMG Names PROCESS \NET.$AMGR.*.*
PROCESS
$AMGR $AMGR.#FTAMI.FTI2 $AMGR.#FTAMI.FTI1
$AMGR.#FTAMR.FTR1
$AMGR.#FTAMR.FTR2
OSIAPLMG Names PROCESS \NET.$AMGR.#FTAMR.*
PROCESS
$AMGR.#FTAMR.FTR1 $AMGR.#FTAMR.FTR2