HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_NODE
opcode
AP_QUERY_NODE
3.144.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
cp_create_parms.crt_parms_len
Length of create parameters structure.
cp_create_parms.description
A null-terminated text string describing the node, as specied in the denition of the node.
cp_create_parms.node_type
Type of node. Possible values are:
AP_NETWORK_NODE
AP_BRANCH_NETWORK_NODE
AP_END_NODE
AP_LEN_NODE
cp_create_parms.fqcp_name
Fully qualied name of the node. This is a 17-byte EBCDIC string, padded on the right with EBCDIC spaces.
It consists of a network ID of 18 A-string characters, an EBCDIC dot (period) character, and a network
name of 18 A-string characters.
cp_create_parms.cp_alias
Locally used CP alias. This is an 8-byte ASCII string. All 8 bytes are signicant.
cp_create_parms.mode_to_cos_map_supp
Species whether mode-to-COS mapping is supported by the node. This parameter is ignored for a network
node; mode-to-COS mapping is always supported. For a LEN node, mode-to-COS mapping is not supported.
Possible values are:
AP_YES
Mode-to-COS mapping is supported.
AP_NO
Mode-to-COS mapping is not supported.
cp_create_parms.mds_supported
Species whether Management Services supports Multiple Domain Support and MS Capabilities. Possible
values are:
AP_YES
MDS is supported.
AP_NO
MDS is not supported.
cp_create_parms.node_id
Node identier used in XID exchange. This is a 4-byte hexadecimal string.
579