Defines the servers that are available like mail server, print server etc
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_id | integer | not null | |
| comment | nvarchar(64) | with null | |
| display_name | nvarchar(64) | with null | |
| host_name | varchar(64) | with null | |
| timeout | integer | with null | |
| type | varchar(20) | with null | |
| port_no | integer | with null | |
| login_id | varchar(64) | with null | |
| password | long byte | with null |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| server_id | usm_link_server_systeminstall | server_id |