The HOSTPROPERTIES table gets its information from the Platform_Intelligence.wi_host_properties_1_COLLECT.load.ZIP data file.
Each record from the data file is filtered out to another data flow if the metricname is "ncpus" or "maxmem". In this new stream, the metricname is used as the column name and its value is used for the relevant column in the table. If the HOST_NAME value exists in the table, its value is updated in the existing record, otherwise, a new record is inserted.
By default, the rest of the columns are not used in Analytics.
The following table describes each column and its source:
Column Name |
Description |
Key |
HOST_NAME |
The source is the Host field in the data file. |
Primary key |
NUM_CPU |
This is the value in the data file when the metricname is "ncpus". |
|
TOT_MEM |
This is the value in the data file when the metricname is "maxmem". |
|
STATUS |
The source is an update from the event manager when the host is up and an event is sent by the sm. |
|
OS_NAME |
Not used |
|
OS_VERSION |
Not used |
|
SYS_PURPOSE |
Not used |
|
NUM_DISK |
Not used |
|
BIOS_DATE |
Not used |
|
BIOS_NAME |
Not used |
|
BIOS_VERSION |
Not used |
|
VIRT_MEM_SIZE |
Not used |
|
PHYS_MEM_SIZE |
Not used |
|
OS_BUILD |
Not used |
|
NUM_NIC |
Not used |
|
DISPLAY_DESC |
Not used |
|
DATACOLLECTION |
Not used |
|
DISK_LIST |
Not used |
|
NIC_LIST |
Not used |
|
BUSINESS_AREA |
Not used |
|
HOST_MODEL |
Not used |
|
TOTAL_DISK_SIZE |
Not used |
|
DELETED_FLAG |
Not used |
|