|
|
|
|
|
HClusterMasterNode (Function) In french: HClusterNoeudMaître Returns the name of the master node in an HFSQL cluster. let sMasterString = HClusterMasterNode("clustermanager.mycompany.com", "secret")
Syntax
<Result> = HClusterMasterNode(<Coordinator> , <Password>)
<Result>: Character string - Name of the HFSQL Cluster master node.
- Empty string ("") if the master is not detected. There may be no master if the nodes fail to synchronize or are disconnected from the coordinator.
<Coordinator>: Character string DNS name of the machine where the HFSQL Cluster coordinator is located. <Password>: Character string Password used to connect to the coordinator. This password was provided when installing the HFSQL cluster. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|