ml_server

Stores the information for each MobiLink server running in the server farm.

Column

Description

server_id

INTEGER. A unique integer that identifies the server ID of the MobiLink server name. This value is used internally.

name

VARCHAR(128). The name of the MobiLink server actively running on the server farm. This value must be unique across the server farm.

version

VARCHAR(10). The current version of the MobiLink server.

connection_info

VARCHAR(2048). The connection information for the MobiLink server.

instance_key

VARCHAR(32). An assigned instance key. This value is used internally.

start_time

TIMESTAMP. The startup time of the MobiLink server.

liveness

TIMESTAMP. The last time the client responded to the server.

Remarks

This table does not contain data unless a server farm is running.

Constraints

PRIMARY KEY( server_id )