![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
TABLE node_cluster(
logical_machine_id INTEGER NOT NULL,
physical_machine_name VARCHAR(256) NOT NULL,
master SMALLINT NOT NULL,
check_error_files SMALLINT NOT NULL,
machine_comment VARCHAR(256) )
The name of this server (as returned by the UNIX uname command). Flag that defines whether this computer is acting as the master server (1) or, if a node-cluster architecture is being used, as a slave server (0). Flag that defines whether the Process Sentinels on this server check (1) or do not check (0) for the creation of SWDIR\logs\sw_error and sw_warn files.
The node_cluster table contains one row for each server computer that is part of the iProcess Engine node.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |