|
|
|
|
|
HClusterStart (Function) In french: HClusterDémarre
Available only with this kind of connection
Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example). Note: This function is for advanced use only.. We recommend that you use the HFSQL Control Center to manage an HFSQL cluster.
HClusterStart("clustermanager.mondomaine.com", "secret")
Syntax
<Result> = HClusterStart(<Coordinator> , <Password>)
<Result>: Boolean - True if the function was successful,
- False otherwise. For more details on the error, use ErrorInfo.
<Coordinator>: Character string DNS name of the cluster coordinator's machine. <Password>: Character string or Secret string Password used to connect to the coordinator. This password was given when installing the 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|