Defines the host. Host is either auto-discovered or added. Various things tie to the host in order to meter the data
| Column Name | Column Datatype | Column Null Option | Column Comment |
| host_id | integer | not null | The identity of the host. |
| hostname | varchar(64) | with null | The hostname |
| ip_address | varchar(16) | with null | The ip address of the host |
| description | nvarchar(128) | with null | A description of the host |
| comment | nvarchar(64) | with null | A comment |
| registered | integer | with null | 1: Autodiscovered. |
| community_string | varchar(64) | with null | SNMP community string for the host |
| timeout | integer | with null | SNMP timeout for the host |
| capability | varchar(64) | with null | Describes the capabilities of the host. net_device |
| host_type_id | integer | with null | Identifies the host type |
| asset_uuid | byte(16) | with null | |
| retry | integer | with null | |
| secure_info | varchar(512) | with null |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| host_id | usm_sla_config | host_id |
| host_id | usm_install | host_id |
| host_id | usm_dca_comp_status | target_host |
| host_id | usm_data_collector | host_id |
| host_id | usm_comp_instance | inst_host_id |
| host_id | usm_event_instance | agent_host_id |
| host_id | usm_event_instance | target_host_id |
| host_id | usm_sm_comp | inst_host_id |
| host_id | usm_slo_event | host_id |
| host_id | usm_slo_data | host_id |
| host_id | usm_slm_server | host_id |
| host_id | usm_sm_event | host_id |
| host_id | usm_host_element | host_id |
| host_id | usm_metric_instance | host_id |
| host_id | usm_link_service_event | host_id |
| host_id | usm_link_profile_hosts | target_host_id |