This contains the list of the machines that hold the databases managed by UDBM.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| host_id | integer | not null | Machine RDBMS is hosted on |
| host_name | varchar(255) | with null | Discovered name (universal - not unique to UDBM) |
| host_domain | varchar(255) | with null | Domain for the host (ie. ca.com). Entered or discovered. |
| os_type | varchar(255) | with null | OS description returned by the host operating system. |
| os_version | varchar(255) | with null | OS version returned by the host operating system |
| manageit_home | varchar(255) | with null |
Product Name: Unicenter Database Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| host_id | mit_product | host_id |
| host_id | mit_host_parm | host_id |
| host_id | mit_server | host_id |