SNAX/XF LU Network Services Manual

Specifying SCF Configuration Parameters
Using LUNS
097841 Tandem Computers Incorporated 2–21
ADD APPL Command for SNAXUTL
To modify ESS tables dynamically, SNAXUTL must establish a connection with LUNS.
The SCF configuration file must therefore include an APPL object definition for
SNAXUTL. In the ADD APPL command, SNAXUTL must always be given the
subdevice name #SNAXUTL. For further information on dynamic modification of ESS
tables, see “Modifying ESS Tables Dynamically” earlier in this section.
The following attributes, both of which are required, apply when an APPL object
represents SNAXUTL:
APPLTYPE { LUNSAPPL | 5 }
For LUNS the valid values for APPLTYPE are LUNSAPPL and LUNSCRE. The
integer value for LUNSAPPL is 5, and the integer value for LUNSCRE is 6.
PASSWORD "
string
"
specifies the password that SNAXUTL must use when establishing a connection
with LUNS. The password must always specified as “SNAXUTL ”.
Here is an ADD APPL command defining SNAXUTL:
ADD APPL $SSCP.#SNAXUTL, APPLTYPE LUNSAPPL, &
PASSWORD "SNAXUTL "
$SSCP is the required name of the SNAX/XF service manager process.
The ABORT APPL
Command
You can use the ABORT APPL command to disconnect the Creator process from
LUNS, as in the following example. Only the Creator process can be aborted.
ABORT APPL $SSCP.#CREATE