A list of collection servers - due to distributed nature of product we need to support a list of slave servers.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_addr | integer | not null | Server IP address |
| server_name | varchar(255) | not null | Dotted internet (DNS) name of a server |
| server_u_id | varchar(32) | with null | User ID to connect to a server |
| server_u_pswd | varchar(64) | with null | Password to connect to a server |
| db_server_name | varchar(255) | not null | DB Server name (internet domain) |
| db_id | varchar(32) | with null | User ID to connect to a DB server |
| db_pswd | varchar(64) | with null | Password to connect to a DB server |
| server_type | varchar(32) | not null | Type of DB server (Ingres, MS SQL) |
Product Name: Unicenter Network and System Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| server_addr | resourcenameserverview | server_addr rsrcname agentname |