node_cluster
The node_cluster table defines the server computers that make up this iProcess Engine node.
Structure
The node_cluster table has the following structure:
TABLE node_cluster(
logical_machine_id |
| |
physical_machine_name |
| |
master |
| |
check_error_files |
| |
machine_comment |
|
|
Column |
Description |
|
|
Unique ID for this server. |
|
|
|
|
|
Flag that defines whether this computer is acting as the master server ( |
|
|
Flag that defines whether the Process Sentinels on this server check ( |
|
|
Descriptive comment describing this server. |
Primary Key
The following primary key is defined for this table.
|
Key Name |
Column(s) |
|
|
|
Foreign Keys
Indexes
None.
Table Activity
The node_cluster table contains one row for each server computer that is part of the iProcess Engine node.
Rows are added, updated and deleted in the following situations.
|
A row is... |
When... |
|
added |
a new server is added to the node, either at installation or by using the |
|
updated |
a server’s details are updated, using the |
|
deleted |
a server is removed from the node, using the |