HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_LU_LU_PASSWORD
Chapter 3 313
DEFINE_LU_LU_PASSWORD
DEFINE_LU_LU_PASSWORD provides a password which is used for
session-level security verification between a local LU and a partner LU.
VCB Structure
typedef struct define_lu_lu_password
{
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 lu_name[8]; /* local LU name */
unsigned char lu_alias[8]; /* local LU alias */
unsigned char fqplu_name[17]; /* fully qualified partner */
/* LU name */
unsigned char verification_protocol; /* verfication protocol */
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
unsigned char reserv3[8]; /* reserved */
unsigned char password[8]; /* password */
} DEFINE_LU_LU_PASSWORD;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_LU_LU_PASSWORD
lu_name
LU name of the local LU, as defined to SNAplus2. This
is an 8-byte type-A EBCDIC string,padded on the right
with spaces if the name is shorter than 8 bytes. To
indicate that the LU is defined by its LU alias instead
of its LU name, set this parameter to 8 binary zeros.
lu_alias