◆ adminRemoveHost() [1/2]
| inline |
Removes a host from an existing cluster.
If the host to be removed has any ranks running on it, the ranks must be removed using adminRemoveRanks or manually switched over to a new host using adminSwitchover prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using adminSwitchover.
This method should be used for on-premise deployments only.
| request_ | Request object containing the parameters for the operation. |
Definition at line 1783 of file KineticaFunctions.cs.
◆ adminRemoveHost() [2/2]
| inline |
Removes a host from an existing cluster.
If the host to be removed has any ranks running on it, the ranks must be removed using adminRemoveRanks or manually switched over to a new host using adminSwitchover prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using adminSwitchover.
This method should be used for on-premise deployments only.
| host | Identifies the host this applies to. Can be the host address, or formatted as ‘hostN’ where N is the host number as specified in gpudb.conf. |
| options | Optional parameters.
|
Definition at line 1863 of file KineticaFunctions.cs.
◆ AdminRemoveHostAsync() [1/2]
| inline |
Removes a host from an existing cluster.
(async)
If the host to be removed has any ranks running on it, the ranks must be removed using adminRemoveRanks or manually switched over to a new host using adminSwitchover prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using adminSwitchover.
This method should be used for on-premise deployments only.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 1809 of file KineticaFunctions.cs.
◆ AdminRemoveHostAsync() [2/2]
| inline |
Removes a host from an existing cluster.
(async)
If the host to be removed has any ranks running on it, the ranks must be removed using adminRemoveRanks or manually switched over to a new host using adminSwitchover prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using adminSwitchover.
This method should be used for on-premise deployments only.
| host | Identifies the host this applies to. Can be the host address, or formatted as ‘hostN’ where N is the host number as specified in gpudb.conf. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 1917 of file KineticaFunctions.cs.