HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_DSPU_TEMPLATE
Chapter 3224
DEFINE_DSPU_TEMPLATE
The DEFINE_DSPU_TEMPLATE verb defines a template for the
downstream LUs that use the SNAplus2 PU concentration feature. This
template is used to define downstream LUs on a group of downstream
workstations when a workstation connects over an implicit link (a link
not previously defined)..
VCB Structure
typedef struct define_dspu_template
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char template_name[8]; /* Name of template */
description description; /* resource description */
unsigned char modify_template; /* Modify existing template? */
unsigned char reserv1[11]; /* reserved */
AP_UINT16 max_instance; /* Max active template */
/* instances */
AP_UINT16 num_of_dslu_templates;/* number of DSLU templates*/
}DEFINE_DSPU_TEMPLATE;
typedef struct dslu_template
}
unsigned char min_nau; /* Minimum NAU address in range*/
unsigned char max_nau; /* Maximum NAU address in range*/
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;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_DSPU_TEMPLATE