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
Copy file name to clipboardExpand all lines: pages/hosted_private_cloud/nutanix_on_ovhcloud/33-add-node/guide.en-gb.md
+42-28Lines changed: 42 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
2
title: "Add or Remove Nodes in a Nutanix Cluster (Scale In/Out)"
3
-
excerpt: 'Scale your Nutanix cluster on OVHcloud by adding or removing nodes via the Control Panel'
4
-
hidden: true
3
+
excerpt: 'Scale your Nutanix on OVHcloud cluster by adding or removing nodes via the Control Panel or the API'
5
4
updated: 2025-05-22
6
5
---
7
6
@@ -30,19 +29,19 @@ updated: 2025-05-22
30
29
31
30
## Objective
32
31
33
-
Nutanix clusters on OVHcloud are scalable. You can now **add (scale out)** or **remove (scale in)** nodes directly from the OVHcloud Control Panel.
32
+
Nutanix clusters on OVHcloud are scalable. You can now **add (scale out)** or **remove (scale in)** nodes directly from the OVHcloud Control Panel or the OVHcloud API.
34
33
35
34
> [!warning]
36
35
> OVHcloud provides services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly.
37
36
>
38
-
> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact the [OVHcloud Professional Services team](https://www.ovhcloud.com/en-gb/professional-services/) or a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server.
37
+
> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact the [OVHcloud Professional Services team](/links/professional-services) or a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server.
39
38
40
39
## Requirements
41
40
42
41
- A Nutanix cluster hosted in your OVHcloud account
43
42
- Access to the [OVHcloud Control Panel](/links/manager)
44
43
- Access to the Prism Central administration interface
45
-
- Access to the [OVHcloud API](https://api.ovh.com/).
44
+
- Access to the [OVHcloud API](/links/api).
46
45
47
46
## Technical Information
48
47
@@ -57,19 +56,19 @@ Nutanix clusters on OVHcloud are scalable. You can now **add (scale out)** or **
57
56
58
57
1. From the [OVHcloud Control Panel](/links/manager), navigate to your Nutanix cluster via the `Hosted Private Cloud`{.action} and `Nutanix`{.action} menus.
Once the node is delivered, you can see the status in the **General information** tab.
75
74
@@ -81,17 +80,17 @@ The **Number of nodes** area will show a new node to install.
81
80
82
81
> [!tabs]
83
82
> OVHcloud Control Panel
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}.
83
+
>> 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}.
@@ -100,13 +99,14 @@ The **Number of nodes** area will show a new node to install.
100
99
>>
101
100
>> > [!api]
102
101
>> > @api {v1} PUT /nutanix/{serviceName}/nodes/{server}/deploy
102
+
>> >
103
+
>>
103
104
104
105
Once the node has been installed, you can connect to Prism Central/Element and expand your cluster.
105
106
106
107
Please refer to the documentation below:
107
108
108
109
-[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
-
110
110
-[Expanding a Cluster](https://portal.nutanix.com/page/documents/details?targetId=Web-Console-Guide-Prism-v7_0:wc-cluster-expand-wc-t.html)
111
111
112
112
### Scale In (remove a node)
@@ -115,56 +115,67 @@ Please refer to the documentation below:
115
115
116
116
1. From the [OVHcloud Control Panel](/links/manager), navigate to your Nutanix cluster via the `Hosted Private Cloud`{.action} and `Nutanix`{.action} menus.
>> A warning pop-up will appear. Type the required term and click `Power down`{.action}.
132
133
>>
133
-
>> > [!info]
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.
134
+
>> > [!primary]
135
+
>> > 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.
136
+
>> >
135
137
>>
136
138
>> {.thumbnail}
137
139
>>
138
140
>> A confirmation banner will appear.
141
+
>>
139
142
>> {.thumbnail}
140
143
>>
141
144
> OVHcloud API
142
-
>> You can also power down your node via the [OVHcloud API](https://api.ovh.com/){.external}.
143
-
>>Get the Boot ID:
144
-
>> Enter *power* as the **bootType**.
145
+
>> You can also power down your node via the [OVHcloud API](/links/api).
146
+
>>
147
+
>> - Get the Boot ID (enter *power* as the **bootType**):
145
148
>>
146
149
>> > [!api]
147
150
>> > @api {v1} GET /dedicated/server/{serviceName}/boot
151
+
>> >
152
+
>>
153
+
>> - Set the Boot ID:
148
154
>>
149
-
>> Set the Boot ID:
150
155
>> > [!api]
151
156
>> > @api {v1} PUT /dedicated/server/{serviceName}
157
+
>> >
158
+
>>
159
+
>> - Power down the node:
152
160
>>
153
-
>> Power down the node:
154
161
>> > [!api]
155
162
>> > @api {v1} POST /dedicated/server/{serviceName}/reboot
163
+
>> >
164
+
>>
156
165
157
166
#### Uninstall the node
158
167
159
168
> [!tabs]
160
169
> OVHcloud Control Panel
161
170
>> Once the node is powered down, click the *more options*`...`{.action} button and select `Uninstall`{.action}.
>> A warning pop-up will appear. Type the required term and click `Uninstall`{.action}.
165
175
>>
166
-
>> > [!info]
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.
176
+
>> > [!primary]
177
+
>> > 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:
187
+
>> To uninstall your node via the [OVHcloud API](/links/api), use this call:
188
+
>>
177
189
>> > [!api]
178
190
>> > @api {v1} POST /nutanix/{serviceName}/node/{server}/terminate
191
+
>> >
192
+
>>
179
193
180
194
#### Remove the node
181
195
@@ -185,8 +199,8 @@ Once the node is uninstalled, click the *more options* `...`{.action} button and
185
199
186
200
A warning pop-up will appear. Type the required term and click `Confirm`{.action}.
187
201
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.
202
+
> [!primary]
203
+
> 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.
0 commit comments