HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_DSPU_TEMPLATE
unsigned char allow_timeout; /* Allow timeout of host LU? */
unsigned char delayed_logon; /* Allow delayed logon to host */
/* LU */
unsigned char reserv1[8]; /* reserved */
unsigned char host_lu[8]; /* Host LU or Pool name */
} DSLU_TEMPLATE;
3.59.2 Supplied Parameters
Supplied parameters are:
opcode
AP_DELETE_DSPU_TEMPLATE
template_name
Name of the DSPU template to be deleted, or the DSPU template containing the DSLU templates to be
deleted. Specify 1–8 locally displayable characters.
num_of_dslu_templates
Number of DSLU templates to be deleted. Specify a value in the range 1–255, or specify 0 (zero) to delete
the entire DSPU template.
Each DSLU template to be deleted is defined by a
dslu_template structure, which contains the following parameters:
min_nau
Minimum NAU address in the range of DSLU templates to be deleted. Specify a value in the range 1–255.
max_nau
Maximum NAU address in the range of DSLU templates to be deleted. Specify a value in the range 1–255.
allow_timeout
Specifies whether SNAplus2 is allowed to timeout host LUs used by this downstream LU if the session is
left inactive for the timeout period specified on the host LU definition. Possible values are:
AP_YES
SNAplus2 is allowed to timeout host LUs used by this downstream LU.
AP_NO
SNAplus2 is not allowed to timeout host LUs used by this downstream LU.
delayed_logon
Specifies whether SNAplus2 delays connecting the downstream LU to the host LU until the first data is
received from the downstream LU. Instead, a simulated logon screen is sent to the downstream LU. Possible
values are:
AP_YES
SNAplus2 delays connecting the downstream LU to the host LU until the first data is received from the
downstream LU.
AP_NO
SNAplus2 does not delay connecting the downstream LU to the host LU until the first data is received
from the downstream LU.
host_lu
286