The status of an SLM server. The status is updated by a separate process monitoring each slm server.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_status_id | integer | not null | Unique identifier |
| value | varchar(20) | with null | The status value. Values for the following statuses should be supported. Suspended Undefined Normal Warning Stopped Deleted(may not be used) Minor Major Critical How the values are represented, as int or strings are yet to be defined. Other status values may be defined |
| server_id | integer | with null | The server for which this status applies |
| type | integer | with null | Type of status. |
Product Name: Unicenter Service Management
Table Type: Table