SNAX Creator-2 Configuration and Control Manual
Complex Naming Example
Objects for SNAX Creator-2
117143 SNAX Creator-2 Configuration and Control Manual 3–13
The SCF operator at node \A can interrogate or modify the configuration database on
node \D through either of the SNAX Creator-2 subsystems, $CRE1 on node \A or
$CRE2 on node \B. SCF commands are simply issued with the appropriate manager
name.
Note that only one of the two SNAX Creator-2 subsystems succeeds in connecting with
$SSCP at any given time. This is because the creator port of the SSCP only allows one
opener. The second subsystem that attempts to connect in this case will receive an
error message (file in use).
To inquire through $CRE1 about all connections between the SU named
\C.$SSCP.#CRE and node \B, the command would be:
INFO CONN \A.$CRE1.\C.$SSCP.#CRE-\B.*
where \A.$CRE1 is the manager name and \C.$SSCP.#CRE-\B. Note that * is the
object name with a wild-card designator. The display returned would be:
SNAX/CRE INFO CONNECTION: \A.$CRE1
Connection Name
------------------------------------------------------------
\C.$SSCP.#CRE-\B.$CRE2
To make the same inquiry through $CRE2, the command would be:
INFO CONN \B.$CRE2.\C.$SSCP.#CRE-\B.*
where \B.$CRE2 is the manager name. The display returned would be:
SNAX/CRE INFO CONNECTION: \B.$CRE2
Connection Name
------------------------------------------------------------
\C.$SSCP.#CRE-\B.$CRE2