High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_DOMAIN_CONFIG_FILE
Chapter 3210
DEFINE_DOMAIN_CONFIG_FILE
DEFINE_DOMAIN_CONFIG_FILE specifies a comment string to be
included in the header of the domain configuration file, or modifies an
existing comment string.
There is no equivalent verb for a node configuration file, because the
header for this file does not contain a comment string; use the
description parameter in the DEFINE_NODE verb to include comment
information in a node configuration file.
This verb must be issued to the domain configuration file.
VCB Structure
typedef struct define_domain_config_file
{
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 */
CONFIG_FILE_HEADER hdr;
} DEFINE_DOMAIN_CONFIG_FILE;
typedef struct config_file_header
{
AP_UINT16 major_version; /* reserved */
AP_UINT16 minor_version; /* reserved */
AP_UINT16 update_release; /* reserved */
AP_UINT32 revision_level; /* reserved */
unsigned char comment[100]; /* optional comment string */
unsigned char updating; /* reserved */
} CONFIG_FILE_HEADER;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_DOMAIN_CONFIG_FILE
hdr.comment
An optional comment string to store information about