High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_DLUR_DEFAULTS
Chapter 3206
DEFINE_DLUR_DEFAULTS
DEFINE_DLUR_DEFAULTS defines a default Dependent LU server
(DLUS) and a backup default DLUS; if a default DLUS or backup default
DLUS is already defined, the verb overrides the existing definition. The
default DLUS name is used by DLUR when it initiates SSCP-PU
activation for PUs that do not have an explicitly specified associated
DLUS. (To define a PU and its associated DLUS, use
DEFINE_INTERNAL_PU .)
The verb can also be used to revoke a default DLUS or backup default
DLUS, so that none is defined.
VCB Structure
typedef struct define_dlur_defaults
{
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 description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
unsigned char dlus_name[17]; /* DLUS name */
unsigned char bkup_dlus_name[17]; /* Backup DLUS name */
unsigned char reserv3; /* reserved */
unsigned char dlus_retry_timeout; /* retry timeout */
unsigned char dlus_retry_limit; /* retry limit */
unsigned char reserv4[16]; /* reserved */
} DEFINE_DLUR_DEFAULTS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_DLUR_DEFAULTS
description
A null-terminated text string (0-31 characters followed