Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
Remark: This is an advanced function. We recommend that you use the HFSQL Control Center to manage a HFSQL cluster.
// Resynchronizes the HFSQL cluster from the database found on the host3 node
HClusterIgnoreSynchro("clustermanager.mydomain.com", "secret", "host3.mydomain.com")
Syntax
<Result> = HClusterIgnoreSynchro(<Coordinator> , <Password> , <Node>)
<Result>: Boolean
- True if the function was successful,
- False otherwise. To get more details on the error, use ErrorInfo.
<Coordinator>: Character string
DNS name of computer where the cluster coordinator is installed.
<Password>: Character string
Password used to connect to the coordinator. This password was given when installing the cluster.
<Node>: Character string
DNS name of the node whose database will be used as reference when resynchronizing the cluster.
Remarks
When all the nodes of a cluster have been abnormally stopped (further to a power outage or to a network failure for example), no node is sure to contain the most updated data. In this case, HClusterIgnoreSynchro allows you to manually define the node that will be used as reference when synchronizing the cluster
Business / UI classification: Business Logic