services.slaveCtrl table
The services.slaveCtrl table is populated automatically
and serves as a reference for other instances of the ncp_ctrl process that
are running in slave mode.
The table below describes the services.slaveCtrl database table.
Important: Do not use the OQL Service Provider to manually insert records
into this table.
Column name |
Constraints |
Data type |
Description |
|---|---|---|---|
|
UNIQUE PRIMARY KEY NOT NULL |
Integer |
Specifies the unique ID number of the subordinate ncp_ctrl process running in slave mode. |
|
Text |
Specifies the domain under which the subordinate ncp_ctrl process is operating. |
|
|
Text |
Specifies the name of the system on which the subordinate ncp_ctrl process is running. |
|
|
Long integer |
Specifies the process ID of the subordinate ncp_ctrl process. |
|
|
Externally defined serviceState data type |
Integer |
Specifies the current operational state of the subordinate process. |