SNAX/APC Configuration and Management Manual
SCF Commands for SNAX/APC
SNAX/APC Configuration and Management Manual—138787
8-12
ADD LU Command
The number can also be specified in the form of (HH:MM:SS.CC), where HH, MM,
SS, and CC represent hours, minutes, seconds, and hundredths of a second
respectively. In addition, both open and close parentheses are required.
This attribute is ignored if the value of SNAXMAXRETRYCOUNT is 0.
DYNAMICSUPPORT { YES | NO }
determines whether the LU supports the dynamic configuration of PTNR-LUs and
PTNR-MODEs. YES specifies that the local LU will support dynamic functions,
NO (the default) specifies that it does not support dynamic functions.
LOCAL-LU-SYNC2-SUPPORT { NONE | SYNCPT }
determines the values of the sync level support indicators (byte 24) in the BIND
request (if SNAX/APC is the primary LU) or in the BIND response (if SNAX/APC
is the secondary LU). NONE indicates that sync level support is not provided by the
local LU; SYNCPT indicates that it is.
Examples
-> ASSUME PROCESS $APC1
-> ADD LU LU01, SNANAME TNDMLU01, &
SNAXFILENAME $NT21A.#LU101, &
MAXSESSION 255, AUTOSTART YES
-> ADD LU $APC1.LU01, SNANAME TNDMLU01, &
SNAXFILENAME $NT21A.#LU101, MAXSESSION 255, &
AUTOSTART YES, LOCAL-LU-SYNC2-SUPPORT NONE
-> ADD LU LU01, SNANAME LU01, &
SNAXFILENAME $SNA1.#LU01, MAXSESSION 100,&
SNAXMAXRETRYCOUNT 20, SNAXRETRYTIMER 30000, &
AUTOSTART YES
(The previous example specifies a retry delay of 30 seconds, measured in milliseconds.)
-> ADD LU LU01, SNANAME LU01, &
SNAXFILENAME $SNA1.#LU01, MAXSESSION 100, &
SNAXMAXRETRYCOUNT 20, SNAXRETRYTIMER (1:30), &
AUTOSTART YES
(The previous example specifies a retry delay of 1 minute and 30 seconds.)
-> ADD LU LU01, SNANAME LU01, &
SNAXFILENAME, MAXSESSION 100, &
AUTOSTART YES, DYNAMICSUPPORT YES
(The previous example specifies dynamic support and a dynamically-set
SNAXFILENAME.)
Note. If a small value is specified for SNAXRETRYTIMER and the underlying access method
does not recover from its fault, SNAX/APC may enter a loop temporarily.