Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 17 Firewall Port Ranges : port_range_nodes

port_range_nodes
The port_range_nodes table lists which port range configurations (as defined in the port_range_conf table) are being used by which machines in the iProcess Engine node (as defined in the node_cluster table).
Structure
The port_range_nodes table has the following structure:
TABLE port_range_nodes (
port_range_id
INTEGER NOT NULL,
logical_machine_id INTEGER NOT NULL)
Primary Key
The following primary key is defined for this table.
port_range_id, logical_machine_id
Foreign Keys
The following foreign key is defined for this table.
Indexes
None.
Table Activity
The port_range_nodes table contains one row per server that sits behind a firewall (port range configuration) defined in the port_range table.
Rows are added, updated and deleted in the following situations.

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.