SNAX Creator-2 Configuration and Control Manual
ADD SU Command
SCF Commands for SNAX Creator-2
117143 SNAX Creator-2 Configuration and Control Manual 4–9
ADD SU Command The ADD SU command is used to define an SU object to the SNAX Creator-2
subsystem. It is a sensitive command.
ADD SU command syntax is as follows:
ADD [ / OUT
file-spec
/ ] SU
manager-name.object-name
[ , NAMERULE {
PLUNAMEONLY | FIRSTWORD |
expression
} ]
[ , PASSWORD {
password
|
expression
} ]
[ , PLUNAME {
pluname
|
expression
} ]
OUT
causes any SCF output generated for this command to be directed to the file
file-spec
; it is described in the Subsystem Control Facility (SCF) Reference Manual.
manager-name
is described in Section 3, “Objects for SNAX Creator-2.”
object-name
is an SU object name, as described in Section 3, “Objects for SNAX Creator-2.”
attribute-spec
is a list of attributes with the values to be assigned to them. All attributes are
described in Section 5, “Attributes and Built-in Functions for SNAX Creator-2.”
Considerations
The initial state of an SU object is STARTED; therefore, when an ADD SU command is
issued, SNAX Creator-2 starts the SU immediately. This means that for ADD SU,
attribute values are evaluated at initial configuration and the command rejected if the
attribute is invalid.
The object name in the ADD SU command must match the object name by which the
SNAX Creator-2 subsystem is configured to the access method.
For SNAX/XF and SNAX/APN, the SNAX Creator-2 subsystem is configured by an
APPL object; for example:
ADD APP; $SSCP.#CRE, APPLTYPE LUNSCRE, PASSWORD ABCDEFGH
Then the SU must be defined to the SNAX Creator-2 subsystem with the object name
$SSCP.#CRE:
ADD SU $CRE.$SSCP.#CRE, PASSWORD ABCDEFGH
Note also that the passwords must match.