You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Add or Remove Nodes in a Nutanix Cluster (Scale In/Out)"
3
3
excerpt: 'Scale your Nutanix cluster on OVHcloud by adding or removing nodes via the Control Panel'
4
4
hidden: true
5
-
updated: 2025-05-20
5
+
updated: 2025-05-22
6
6
---
7
7
8
8
<style>
@@ -32,8 +32,6 @@ updated: 2025-05-20
32
32
33
33
Nutanix clusters on OVHcloud are scalable. You can now **add (scale out)** or **remove (scale in)** nodes directly from the OVHcloud Control Panel.
34
34
35
-
**This guide will show you how to add a node and ensure it works properly.**
36
-
37
35
> [!warning]
38
36
> OVHcloud provides services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly.
39
37
>
@@ -61,7 +59,7 @@ Nutanix clusters on OVHcloud are scalable. You can now **add (scale out)** or **
2. In the **General information** tab, you can see the Number of nodes. Click `Manage my nodes`{.action}.
62
+
2. In the **General information** tab, you can see the **Number of nodes**. Click `Manage my nodes`{.action}.
65
63
66
64
{.thumbnail}
67
65
@@ -75,16 +73,15 @@ Nutanix clusters on OVHcloud are scalable. You can now **add (scale out)** or **
75
73
76
74
Once the node is delivered, you can see the status in the **General information** tab.
77
75
78
-
79
76
The **Number of nodes** area will show a new node to install.
80
77
81
-
{.thumbnail}
78
+
{.thumbnail}
82
79
83
80
#### Install an OS
84
81
85
82
> [!tabs]
86
83
> OVHcloud Control Panel
87
-
>> 1. If you click `Manage my nodes`{.action} again, you will see a list of your nodes. For any node with a**OS not installed** status, click the *more options*`...`{.action} button and select `Install`{.action}.
84
+
>> 1. If you click `Manage my nodes`{.action} again, you will see a list of your nodes. For any node with an**OS not installed** status, click the *more options*`...`{.action} button and select `Install`{.action}.
>> To install your node via the [OVHcloud API](https://api.ovh.com/){.external}., use this call:
99
+
>> To install your node via the [OVHcloud API](https://api.ovh.com/){.external}, use this call:
104
100
>>
105
101
>> > [!api]
106
-
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy>>
102
+
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
107
103
108
104
Once the node has been installed, you can connect to Prism Central/Element and expand your cluster.
109
105
110
106
Please refer to the documentation below:
111
107
112
108
-[Expanding a Cluster through Prism Central](https://portal.nutanix.com/page/documents/details?targetId=Prism-Central-Guide-vpc_2024_3_1:mul-node-add-pc-t.html)
109
+
113
110
-[Expanding a Cluster](https://portal.nutanix.com/page/documents/details?targetId=Web-Console-Guide-Prism-v7_0:wc-cluster-expand-wc-t.html)
114
111
115
112
### Scale In (remove a node)
@@ -124,7 +121,7 @@ Please refer to the documentation below:
124
121
125
122
{.thumbnail}
126
123
127
-
3. Here, you've got 2 options:
124
+
3. Here, you have 2 options:
128
125
129
126
> [!tabs]
130
127
> OVHcloud Control Panel
@@ -134,24 +131,25 @@ Please refer to the documentation below:
134
131
>> A warning pop-up will appear. Type the required term and click `Power down`{.action}.
135
132
>>
136
133
>> > [!info]
137
-
>> > **Note:** Powering down a Nutanix node may impact your cluster.
138
-
>> > Please check the [requirements on the Nutanix portal](https://portal.nutanix.com/page/documents/list?type=software) to complete this action.
134
+
>> > **NOTE:** Powering down a Nutanix node may impact your cluster. Please check the [requirements on the Nutanix portal](https://portal.nutanix.com/page/documents/list?type=software) to complete this action.
139
135
>>
140
136
>> {.thumbnail}
141
137
>>
142
-
>> A confirmation banner will appear to confirm that your request is processing.
138
+
>> A confirmation banner will appear.
143
139
>> {.thumbnail}
144
140
>>
145
141
> OVHcloud API
146
142
>> You can also power down your node via the [OVHcloud API](https://api.ovh.com/){.external}.
147
143
>> Get the Boot ID:
148
-
>>
149
144
>> Enter *power* as the **bootType**.
145
+
>>
150
146
>> > [!api]
151
147
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
148
+
>>
152
149
>> Set the Boot ID:
153
150
>> > [!api]
154
151
>> > @api {v1} PUT /dedicated/server/{serviceName}
152
+
>>
155
153
>> Power down the node:
156
154
>> > [!api]
157
155
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
@@ -166,151 +164,40 @@ Please refer to the documentation below:
166
164
>> A warning pop-up will appear. Type the required term and click `Uninstall`{.action}.
167
165
>>
168
166
>> > [!info]
169
-
>> > **Note:** Uninstalling a Nutanix node may impact your cluster.
170
-
>> > Please check the [requirements on the Nutanix portal](https://portal.nutanix.com/page/documents/list?type=software) to complete this action.
167
+
>> > **NOTE:** Uninstalling a Nutanix node may impact your cluster. Please check the [requirements on the Nutanix portal](https://portal.nutanix.com/page/documents/list?type=software) to complete this action.
>> To uninstall your node via the [OVHcloud API](https://api.ovh.com/){.external}., use this call:
176
+
>> To uninstall your node via the [OVHcloud API](https://api.ovh.com/){.external}, use this call:
180
177
>> > [!api]
181
178
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
182
179
183
180
#### Remove the node
184
181
185
-
Once the node is uninstalled, click the *more options*`...`{.action} button and select `Uninstall`{.action}.
186
-
187
-
>> {.thumbnail}
188
-
189
-
190
-
### Node installation.
191
-
192
-
To install the new node, you must change the cluster properties by making a `PUT` on the cluster.
193
-
194
-
To do this, use the following API call:
195
-
196
-
> [!api]
197
-
>
198
-
> @api {v1} /nutanix PUT /nutanix/{serviceName}
199
-
>
200
-
201
-
> [!warning]
202
-
> Make sure to untick the `redeployCluster` box.
203
-
204
-
Tick the `scaleUp` box.
205
-
Enter the following information below **nodes**:
206
-
207
-
-**ahvip** : IP address of the hypervisor of the new node.
208
-
-**cvmip** : IP address of the CVM of the new node.
209
-
210
-
> [!warning]
211
-
> These IP addresses must not already be used and must match your addressing plan.
212
-
213
-
You must also complete the deployment version. It may not correspond to the current version of your cluster. This is not an issue as the node will be modified by the Nutanix installer when adding it to the cluster via Prism Element.
214
-
215
-
{.thumbnail}
216
-
217
-
Click `Execute`{.action} to send the request.
218
-
219
-
In the "Result" tab, the new node appears with the new IP address.
220
-
221
-
At the end of the installation, you will receive an email confirming that the node is ready.
222
-
223
-
<preclass="bgwhite"><code>
224
-
Dear Customer,
225
-
226
-
Your server has just been installed.
227
-
228
-
You must now add it back to your Nutanix cluster by connecting to Prism Central: https://cluster-xxxx.nutanix.ovh.net:9440
229
-
230
-
We remain at your disposal for any further information.
231
-
232
-
The OVHcloud Team
233
-
</code></pre>
234
-
235
-
### Add a node to a Nutanix cluster.
182
+
Once the node is uninstalled, click the *more options*`...`{.action} button and select `Terminate`{.action}.
236
183
237
-
Connect to **Prism Element** through **Prism Central**.
184
+
{.thumbnail}
238
185
239
-
For more information on connecting to the cluster, see the « [Go further](#gofurther) » section of this guide.
186
+
A warning pop-up will appear. Type the required term and click `Confirm`{.action}.
240
187
241
-
On the dashboard, the 3 nodes are visible in the `Hardware Summary`. Click on `View Details`{.action} in the middle left to bring up more details.
188
+
> [!info]
189
+
> **NOTE:** Your suspended service will appear in your nodes list for approximately one week before being permanently deleted. This allows you to reactivate the service if you need to reverse the deletion.
242
190
243
-
{.thumbnail}
191
+
## Go further
244
192
245
-
A more detailed view is displayed with information such as total space and storage resilience capacity.<br>
246
-
Click `Close`{.action} to close this window.
247
-
248
-
{.thumbnail}
249
-
250
-
Open the `Home`{.action} menu and choose `Health`{.action} to perform a cluster analysis before adding the node.
251
-
252
-
{.thumbnail}
253
-
254
-
Click on `Actions`{.action} in the top right-hand corner and choose `Run NCC Check`{.action}.
255
-
256
-
{.thumbnail}
257
-
258
-
Click `Run`{.action} to launch a control and wait for the operation to complete.
259
-
260
-
{.thumbnail}
261
-
262
-
After the check, click the `cogwheel`{.action} icon at the top right to change the settings.
263
-
264
-
{.thumbnail}
265
-
266
-
Click `Expand Cluster`{.action}.
267
-
268
-
{.thumbnail}
269
-
270
-
Check the box next to the discovered host to display the node details.
271
-
272
-
{.thumbnail}
273
-
274
-
Scroll to see the options.
275
-
276
-
{.thumbnail}
277
-
278
-
Scroll down to the bottom of the window and click on `Next`{.action}.
279
-
280
-
{.thumbnail}
281
-
282
-
Choose the Rack in `Assign to Rack` and click `Next`{.action}.
283
-
284
-
{.thumbnail}
285
-
286
-
Click `Expand Cluster`{.action}.
287
-
288
-
{.thumbnail}
289
-
290
-
Click `Open`{.action} to view the cluster expansion details.
291
-
292
-
{.thumbnail}
293
-
294
-
{.thumbnail}
295
-
296
-
The addition of the node is completed when the *Expanding Cluster* progress is 100%.
297
-
298
-
{.thumbnail}
299
-
300
-
Four nodes are visible in `Hardware Summary`, click `View Details`{.action} for more information.
301
-
302
-
{.thumbnail}
303
-
304
-
Click `Close`{.action} to return to the dashboard.
305
-
306
-
{.thumbnail}
If you need training or technical assistance to implement our solutions, please contact your Technical Account Manager or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
313
200
314
-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
201
+
Ask questions, give your feedback and interact directly with the team building our Hosted Private Cloud services on the dedicated [Discord](https://discord.gg/ovhcloud) channel.
315
202
316
-
Join our community of users on <https://community.ovh.com/en/>.
0 commit comments