Represents various slm servers running on a host somewhere. Each server has an associated table with configuration information and another giving the state of the server.
Such servers can be DC Hubs, DC Servers, SLA engines for example.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_id | integer | not null | Unique identifier for one slm server |
| host_id | integer | with null | The host on which this server runs. |
| server_type_id | integer | with null | Unique identity of the server type |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| server_id | usm_importer_instance | server_id |
| server_id | usm_serviceconfig | server_id |
| server_id | usm_metric_instance | server_id |
| server_id | usm_cor_data | server_id |
| server_id | usm_collection_profile_metric | agent_host_id |
| server_id | usm_slm_server_status | server_id |
| server_id | usm_slm_server_config | server_id |
| server_id | usm_wmi_classes | server_id |