|
|
|
|
|
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 or Secret string Password used to connect to the coordinator. This password was provided when installing the HFSQL cluster.
New in version 2025Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "ANSI or Unicode string". To learn more about secret strings and how to use the vault, see Secret string vault. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|