HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_DLUR_DEFAULTS
} DEFINE_DLUR_DEFAULTS;
3.20.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_DLUR_DEFAULTS
description
A null-terminated text string (0–31 characters followed by a null character) describing the DLUR defaults.
This string is for information only; it is stored in the node’s configuration file, but SNAplus2 does not make
any other use of it.
dlus_name
Name of DLUS node which will serve as the default. 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.
To revoke the current default DLUS, so that no default DLUS is defined, set this parameter to 17 binary zeros.
bkup_dlus_name
Name of DLUS node which will serve as the backup default. 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.
To revoke the current backup default DLUS, so that no backup default DLUS is defined, set this parameter
to 17 binary zeros.
dlus_retry_timeout
Reactivation timer for contacting a DLUS. If SNAplus2 fails to contact the DLUS, this parameter specifies
the time in seconds between retries. Specify a value in the range 0x0001–0xFFFF.
dlus_retry_limit
Retry count for contacting a DLUS. This parameter is used to specify the number of times SNAplus2 should
retry if it fails to contact the DLUS on the first attempt.
Specify a value in the range 0x0001–0xFFFE,or0xFFFF to indicate that SNAplus2 should retry indefinitely
until it contacts the DLUS.
prefer_active_dlus
Specifies how SNAplus2 operates when it receives a negative RSP(REQACTPU) from DLUS, or is attempting
to reactivate a failed DLUR PU. Possible values are:
AP_YES
If either the default primary DLUS or default backup DLUS is active, SNAplus2 will attempt to activate
or reactivate the PU by using the active DLUS only.
AP_NO
SNAplus2 will attempt to activate or reactivate the PU by using the standard retry logic.
3.20.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
137