HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_DOWNSTREAM_LU
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 reserv3[8]; /* Reserved */
CONFIG_FILE_HEADER hdr;
} QUERY_DOMAIN_CONFIG_FILE;
typedef struct config_file_header
{
AP_UINT16 major_version; /* major version number */
AP_UINT16 minor_version; /* minor version number */
AP_UINT16 update_release; /* update release */
AP_UINT32 revision_level; /* file revision number */
unsigned char comment[100]; /* optional comment string */
AP_UINT16 updating; /* reserved */
} CONFIG_FILE_HEADER;
3.116.2 Supplied Parameters
The application supplies the following parameter:
opcode
AP_QUERY_DOMAIN_CONFIG_FILE
3.116.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
hdr.major_version, hdr.minor_version, hdr.update_release
The internal version identier of the release of SNAplus2 that was used to create this le.
hdr.revision_level
The revision level of the le (stored internally by SNAplus2).
hdr.comment
An optional comment string containing information about the le. This is an ASCII string of 099 characters,
followed by a null character.
3.116.4 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.117 QUERY_DOWNSTREAM_LU
QUERY_DOWNSTREAM_LU returns information about downstream LUs that use PU concentration or DLUR or
both. It also returns information about downstream LUs used by applications that communicates with a SNAplus2
432