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.
Table 1. services.slaveCtrl Database Table Schema  

Column name

Constraints

Data type

Description

slaveId

UNIQUE

PRIMARY KEY

NOT NULL

Integer

Specifies the unique ID number of the subordinate ncp_ctrl process running in slave mode.

domainName

Text

Specifies the domain under which the subordinate ncp_ctrl process is operating.

hostName

Text

Specifies the name of the system on which the subordinate ncp_ctrl process is running.

processId

Long integer

Specifies the process ID of the subordinate ncp_ctrl process.

slaveState

Externally defined serviceState data type

Integer

Specifies the current operational state of the subordinate process.