The WI_HOSTGROUPCONF table gets its information from the HOST_GROUP table.
The following table describes each column and its source:
Column Name |
Description |
Key |
CLUSTER_CODE |
This is the cluster code.
The cluster code is obtained by looking up the ClusterName in the wi_clustercode table and generating a new code if it doesn't exist. |
Primary key |
TIME_STAMP |
This is the time stamp in GMT and always ends on the hour, such as 02:00:00 or 03:00:00. |
Primary key |
HOST_GROUP_CODE |
This is the host group code.
The host group code is obtained by looking up the HostGroupName in the wi_hostgroupcode table and generating a new code if it doesn't exist. |
Primary key |
LOCAL_SERVERTIME |
This is the localized server time. The source is the "TimestampLocal" field in the data file and always ends on the hour, such as 02:00:00 or 03:00:00. |
|
HOST_GROUP_TYPE |
This is the host group type. |
Primary key |
HOST_CODE |
This is the host code.
The host code is obtained by looking up the HostName in the wi_hostcode table and generating a new code if it doesn't exist. |
Primary key |
INSERT_SEQ |
This is a unique sequence number generated by the system for each new record inserted. |
|