HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_PARTNER_LU
Chapter 3338
AP_UINT16 max_mc_ll_send_size; /* maximum MC send LL size */
unsigned char conv_security_ver; /* already-verified security */
/* supported? */
unsigned char parallel_sess_supp; /* parallel sessions supported? */
unsigned char reserv3[8]; /* reserved */
} PLU_CHARS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_PARTNER_LU
plu_chars.fqplu_name
Fully qualified LU name for the partner LU. The name
is a 17-byte EBCDIC string, right-padded with
EBCDIC spaces. It consists of a network ID of up to 8
A-string characters, an EBCDIC dot (period) character,
and a network name of up to 8 A-string characters.
plu_chars.plu_alias
LU alias of the partner LU. This is an 8-byte ASCII
string, using any locally displayable characters, padded
on the right with spaces if the name is shorter than 8
bytes.
If the
fqplu_name
parameter above matches the fully
qualified name of an existing partner LU, this
parameter must match the partner LU alias in the
existing definition. You cannot change the partner LU
alias for an existing partner LU, or set up more than
one LU alias for the same fully qualified name.
plu_chars.description
A null-terminated text string (0-31 characters followed
by a null character) describing the partner LU. This
string is for information only; it is stored in the node's
configuration file and returned on the
QUERY_PARTNER_LU and
QUERY_PARTNER_LU_DEFINITION verbs, but
SNAplus2 does not make any other use of it.