SNAX/XF LU Network Services Manual

Specifying SCF Configuration Parameters
Using LUNS
2–20 097841 Tandem Computers Incorporated
ADD APPL Command for a Creator Process
When the APPL object represents the Creator process, the following attribute is
required:
APPLTYPE { LUNSCRE | 6 }
specifies the type of application program being defined. For an APPL object
representing a Creator process, the valid values for APPLTYPE are LUNSCRE or
the integer value 6.
When the APPL object represents the Creator process, the following attribute is
optional:
PASSWORD "
string
"
specifies a password that the Creator process must use when establishing a
connection with LUNS. The value for this attribute is a quoted string of up to
eight characters. If eight characters are not used, the user must right-fill the string
with blank spaces, up to a total of eight characters. The string is case sensitive.
There is no default value for the PASSWORD attribute. To change the value for
PASSWORD, the application must be deleted using the DELETE command and
then re-added.
Here is an ADD APPL command defining a Creator process:
ADD APPL $SSCP.#CREATE. APPLTYPE LUNSCRE, PASSWORD “TARDIS “
$SSCP is the required name of the SNAX/XF service manager process.
Note When the Creator process is used to create a TACL process, you must define an additional APPL object
to represent that TACL process (see “ADD APPL Command for a TACL Process”). You need not
configure an APPL object to represent a Pathway process.